@charset "UTF-8";
/*
Theme Name:FAKE-child
Version:1.61
Template:fake_tcd074
*/
@import url("https://fonts.googleapis.com/css2?family=REM&display=swap");
html {
  color: #2E3946;
}

* {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.font-rem {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#main_contents {
  width: 1000px;
}

#container {
  padding-top: 100px;
}
@media screen and (max-width: 1050px) {
  #container {
    padding-top: 0;
  }
}

.new-style a {
  transition: opacity 0.3s;
}
.new-style a:hover {
  opacity: 0.7;
}

.Inner {
  max-width: 1326px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn a {
  color: #064497;
  font-size: 16px;
  font-weight: 700;
  padding-right: 100px;
  line-height: 72px;
  background: url(img/btn.png) no-repeat center right;
  background-size: contain;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.btn a:hover {
  opacity: 1;
  color: #48beaf;
  background-image: url(img/btn_hover.png);
}
.btn.reverse {
  transform: scale(-1, 1);
  text-align: right;
}
.btn.reverse span {
  transform: scale(-1, 1);
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .btn a {
    line-height: 40px;
    background-size: 40px;
    padding-right: 60px;
  }
}

.ank {
  padding-top: 120px;
  margin-top: -120px;
}

.block_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  align-items: center;
}
.block_head.transform {
  transform: translateY(-50%);
  margin-bottom: 75px;
}
.block_head h2 {
  font-size: 60px;
  color: #064497;
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "REM", sans-serif;
  font-weight: 400;
}
.block_head h2 span:last-child {
  font-size: 16px;
  color: #7288A2;
}
.block_head h4 {
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .block_head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    align-items: start;
  }
  .block_head.transform {
    transform: translateY(-20px);
    margin-bottom: 30px;
  }
  .block_head h2 {
    font-size: 30px;
    gap: 25px;
  }
  .block_head h2 span:last-child {
    font-size: 14px;
  }
}

.ttl-area {
  position: relative;
  height: 340px;
  background: #F4F5F8 url(img/part03.png) no-repeat left center;
  margin-right: 50px;
  border-radius: 0 0 100px 0;
  display: flex;
  align-items: center;
}
.ttl-area .Inner {
  max-width: 1560px;
  width: 100%;
}
.ttl-area p, .ttl-area h1 {
  font-family: "REM", sans-serif;
  font-size: 75px;
  color: #064497;
  display: flex;
  align-items: baseline;
  gap: 25px;
}
.ttl-area p span, .ttl-area h1 span {
  font-size: 16px;
  color: #7288A2;
}
@media screen and (max-width: 1050px) {
  .ttl-area {
    margin-right: 20px;
  }
  .ttl-area p, .ttl-area h1 {
    font-size: 41px;
    flex-direction: column;
    gap: 20px;
  }
}

.case_slider ul li {
  transition: all 0.3s;
  border-radius: 10px;
}
.case_slider ul li:hover {
  transform: translate(0px, -3px);
}
.case_slider ul li .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case_slider ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_slider ul li .t01 {
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
}
.case_slider ul li .meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.case_slider ul li .meta span {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  color: #7288A2;
}
.case_slider ul li .meta span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background: #D6693A;
}
.case_slider ul li .meta span:nth-child(2)::before {
  background: #48BEAF;
}
.case_slider .swiper {
  padding-bottom: 70px;
  overflow: visible;
}
.case_slider .swiper-scrollbar {
  width: 100% !important;
}
.case_slider .swiper-scrollbar-drag {
  background: #48BEAF;
}
@media screen and (max-width: 1050px) {
  .case_slider .swiper {
    padding-bottom: 35px;
  }
}

.pc #global_menu > ul > li.h_btn {
  height: 100px;
  display: flex;
  align-items: center;
}
.pc #global_menu > ul > li.h_btn a {
  background: #064497;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  color: #fff;
  padding: 0 30px;
}

.pc #header.animate {
  animation: opacityAnimation 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s !important;
}

#header_logo .logo img {
  max-height: 35px !important;
}
@media screen and (max-width: 1050px) {
  #header_logo .logo img {
    max-height: 24px !important;
  }
}

#bread_crumb02 {
  padding: 20px 0;
}
#bread_crumb02 .Inner {
  max-width: 1680px;
}
#bread_crumb02 ul {
  display: flex;
  padding-left: 20px;
  position: relative;
}
#bread_crumb02 ul::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8A200;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#bread_crumb02 ul li {
  font-size: 12px;
  padding: 0 !important;
}
#bread_crumb02 ul li:not(:last-child)::after {
  content: "/";
  color: #E8A200;
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
}
#bread_crumb02 ul li a, #bread_crumb02 ul li span {
  color: #7288A2;
}

#footer {
  background: #7288a2 !important;
}
#footer .contact {
  padding: 80px 0;
  background: linear-gradient(#064497 0, #064497 50%, #7288A2 50%, #7288A2 50%);
}
#footer .contact a {
  display: flex;
  align-items: center;
  height: 345px;
  background: #fff url(img/btn.png) no-repeat center right 85px;
  border-radius: 90px 10px 10px 10px;
  padding: 0 85px;
  gap: 45px;
  transition: all 0.3s;
}
#footer .contact a .font-rem {
  font-size: 60px;
  color: #064497;
}
#footer .contact a span:nth-child(2) {
  font-size: 16px;
  color: #7288A2;
}
#footer .contact a:hover {
  opacity: 1;
  background-position: center right 70px;
  transform: translateY(-3px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1050px) {
  #footer .contact {
    padding: 40px 0;
  }
  #footer .contact a {
    padding: 0 30px;
    border-radius: 45px 5px 5px 5px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: start;
    background-position: center right 30px;
    background-size: 36px;
    height: 172.5px;
  }
  #footer .contact a .font-rem {
    font-size: 35px;
  }
  #footer .contact a span:nth-child(2) {
    font-size: 12px;
  }
}
#footer .nav01 {
  background: #7288A2;
  padding-bottom: 80px;
}
#footer .nav01 .Inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
#footer .nav01 .logo {
  width: 166px;
  margin-right: 60px;
}
#footer .nav01 .link {
  width: 480px;
}
#footer .nav01 .link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
}
#footer .nav01 .link ul li {
  width: 100px;
}
#footer .nav01 .link a {
  color: #fff;
  line-height: 1.8;
}
#footer .nav01 .location {
  width: 512px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
#footer .nav01 .location .t01 {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
#footer .nav01 .location .t01::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #48BEAF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 1050px) {
  #footer .nav01 {
    padding-bottom: 50px;
  }
  #footer .nav01 .Inner {
    flex-direction: column;
    align-items: center;
  }
  #footer .nav01 .logo {
    margin: 0;
  }
  #footer .nav01 .link {
    width: 100%;
    font-size: 15px;
  }
  #footer .nav01 .link ul {
    gap: 20px;
  }
  #footer .nav01 .link ul li {
    width: calc((100% - 20px) / 2);
  }
  #footer .nav01 .location {
    width: 100%;
  }
}
#footer .nav02 {
  background: #7288A2;
  padding-bottom: 140px;
  color: #fff;
}
#footer .nav02 .Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .nav02 .link {
  display: flex;
  gap: 30px;
  margin: 0 0 40px;
}
#footer .nav02 .link a {
  color: #fff;
  font-size: 16px;
}
#footer .nav02 .link a span {
  padding-right: 15px;
  background: url(img/icon_blank.png) no-repeat center right;
  background-size: 10px;
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  #footer .nav02 {
    padding-bottom: 50px;
  }
  #footer .nav02 .Inner {
    flex-direction: column;
    gap: 45px;
  }
  #footer .nav02 .link {
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
  }
  #footer .nav02 .link a {
    width: calc((100% - 20px) / 2);
  }
}

#front-page .mv {
  height: calc(100vh - 100px);
  background: url(img/mv.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 10px 90px 0;
  margin-right: 50px;
  width: calc(100% - 50px);
}
#front-page .mv .Inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#front-page .mv h1 {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 82px;
  margin-bottom: 40px;
}
#front-page .mv p {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 1050px) {
  #front-page .mv {
    height: calc(100vh - 60px);
    width: calc(100% - 20px);
    margin-right: 20px;
    background-position: right center;
  }
  #front-page .mv h1 {
    font-size: 43px;
    line-height: 1.3;
  }
  #front-page .mv p {
    font-size: 18px;
  }
}
#front-page .block_01 {
  padding: 160px 0 150px;
  position: relative;
  background: url(img/txt01.svg) no-repeat left top 160px;
}
#front-page .block_01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 103px;
  height: 399px;
  transform: translateY(50%);
  background: url(img/part01.png) no-repeat center;
  background-size: contain;
}
#front-page .block_01 .Inner {
  display: flex;
  position: relative;
}
#front-page .block_01 .txt {
  width: calc(100% - 604px);
}
#front-page .block_01 .img {
  width: 604px;
}
#front-page .block_01 .img img {
  width: 100%;
}
#front-page .block_01 h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#front-page .block_01 h2 span {
  color: #7288A2;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
#front-page .block_01 h2 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#front-page .block_01 .t01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
  #front-page .block_01 {
    padding: 100px 0 75px;
    background-size: contain;
    background-position: left top 100px;
  }
  #front-page .block_01::before {
    width: 51.5px;
    height: 199.5px;
  }
  #front-page .block_01 .Inner {
    flex-direction: column;
    gap: 40px;
  }
  #front-page .block_01 .txt, #front-page .block_01 .img {
    width: 100%;
  }
  #front-page .block_01 h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #front-page .block_01 h2 span {
    margin-bottom: 5px;
  }
  #front-page .block_01 .t01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#front-page .block_02 {
  background: #F4F5F8;
  padding-bottom: 120px;
}
#front-page .block_02 .contents h3 {
  font-size: 20px;
  margin-bottom: 40px;
}
#front-page .block_02 .contents h3:not(:first-child) {
  margin-top: 90px;
}
#front-page .block_02 .contents .link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#front-page .block_02 .contents .link a {
  width: calc((100% - 30px) / 2);
  background: #fff url(img/btn.png) no-repeat center right 40px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #3B4043;
  gap: 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
#front-page .block_02 .contents .link a:hover {
  opacity: 1;
  color: #48beaf;
  background-image: url(img/btn_hover.png);
}
@media screen and (max-width: 1050px) {
  #front-page .block_02 {
    padding-bottom: 60px;
  }
  #front-page .block_02 .contents h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #front-page .block_02 .contents h3:not(:first-child) {
    margin-top: 50px;
  }
  #front-page .block_02 .contents .link {
    gap: 30px;
  }
  #front-page .block_02 .contents .link a {
    width: 100%;
    background: #fff url(img/btn.png) no-repeat center right 20px;
    padding: 20px 65px 20px 15px;
    gap: 20px;
    font-size: 14px;
    background-size: 40px;
  }
}
#front-page .block_03 {
  background: #F4F5F8;
  padding-bottom: 300px;
}
#front-page .block_03 .white {
  background: #fff;
  padding: 120px 0 250px;
  margin: 0 50px;
  position: relative;
}
#front-page .block_03 .white::before {
  content: "";
  width: 103px;
  height: 399px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/part02.png) no-repeat center;
  background-size: contain;
}
#front-page .block_03 .contents {
  display: flex;
  justify-content: space-around;
}
#front-page .block_03 .contents:nth-child(3) {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid #C6C6C6;
  flex-direction: row-reverse;
}
#front-page .block_03 .contents .img {
  max-width: 617px;
}
#front-page .block_03 .contents .img img {
  max-width: 100%;
  width: auto;
}
#front-page .block_03 .contents .txt {
  max-width: 500px;
}
#front-page .block_03 .contents h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#front-page .block_03 .contents h3 span {
  color: #7288A2;
  font-weight: 400;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}
#front-page .block_03 .contents h3 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#front-page .block_03 .contents .t01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
#front-page .block_03 .bnr {
  width: 100%;
  transition: all 0.3s;
  transform: translateY(50%);
  display: block;
}
#front-page .block_03 .bnr img {
  width: 100%;
}
#front-page .block_03 .bnr > span {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
  line-height: 72px;
  background: url(img/btn02.png) no-repeat right center;
  display: flex;
  gap: 60px;
  color: #fff;
}
#front-page .block_03 .bnr > span .font-rem {
  font-size: 60px;
}
#front-page .block_03 .bnr > span span:last-child {
  font-size: 16px;
  font-weight: 700;
}
#front-page .block_03 .bnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1428px) {
  #front-page .block_03 .white {
    margin: 0 20px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  #front-page .block_03 {
    padding-bottom: 150px;
  }
  #front-page .block_03 .white {
    padding: 30px 0 0;
  }
  #front-page .block_03 .white::before {
    width: 51.5px;
    height: 199.5px;
  }
  #front-page .block_03 .contents {
    flex-direction: column !important;
    gap: 20px;
  }
  #front-page .block_03 .contents:nth-child(3) {
    margin-top: 45px;
    padding-top: 45px;
  }
  #front-page .block_03 .contents .txt, #front-page .block_03 .contents .img {
    width: 100%;
  }
  #front-page .block_03 .contents h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #front-page .block_03 .contents h3 span {
    margin-bottom: 5px;
  }
  #front-page .block_03 .contents .t01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #front-page .block_03 .bnr > span {
    left: 5%;
    width: 90%;
    line-height: 36px;
    gap: 30px;
    background-size: 36px;
  }
  #front-page .block_03 .bnr > span .font-rem {
    font-size: 30px;
  }
  #front-page .block_03 .bnr > span span:last-child {
    font-size: 14px;
  }
  #front-page .block_03 .bnr:hover {
    opacity: 0.7;
  }
}
#front-page .block_04 {
  background: #F4F5F8;
  padding-bottom: 150px;
}

#case .taxonomy {
  margin: 50px 0 100px;
}
#case .taxonomy .Inner {
  display: flex;
  gap: 45px;
}
#case .taxonomy dl {
  width: calc((100% - 45px) / 2);
  background: #F4F5F8;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#case .taxonomy dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #064497;
  text-align: center;
}
#case .taxonomy dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#case .taxonomy dl dd a {
  background: #fff;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  line-height: 1.5;
}
#case .taxonomy dl dd a.current {
  background: #064497;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #case .taxonomy {
    margin: 25px 0 50px;
  }
  #case .taxonomy .Inner {
    gap: 30px;
    flex-direction: column;
  }
  #case .taxonomy dl {
    width: 100%;
    padding: 20px 15px;
  }
  #case .taxonomy dl dd {
    gap: 10px;
  }
  #case .taxonomy dl dd a {
    width: 100%;
    padding: 10px;
    min-height: auto;
  }
}
#case .taxonomy_title {
  margin: 120px 0 150px;
}
#case .taxonomy_title h1 {
  font-size: 42px;
  font-weight: 700;
  color: #064497;
}
@media screen and (max-width: 1050px) {
  #case .taxonomy_title {
    margin: 60px 0 75px;
  }
  #case .taxonomy_title h1 {
    font-size: 30px;
  }
}
#case .nopost {
  margin: 120px 0 150px;
}
#case .nopost p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#case .list {
  background: linear-gradient(transparent 0%, transparent 100px, #F4F5F8 100px, #F4F5F8 100%);
  padding-bottom: 150px;
}
#case .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px;
}
#case .list ul li {
  width: calc((100% - 100px) / 3);
  background: #F4F5F8;
  transition: all 0.3s;
  border-radius: 10px;
}
#case .list ul li:hover {
  transform: translate(0px, -3px);
}
#case .list ul li .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #F4F5F8;
}
#case .list ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case .list ul li .t01 {
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
}
#case .list ul li .meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
#case .list ul li .meta span {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  color: #7288A2;
}
#case .list ul li .meta span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background: #D6693A;
}
#case .list ul li .meta span:nth-child(2)::before {
  background: #48BEAF;
}
#case .list ul li .summary {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  #case .list ul {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  #case .list ul li {
    width: 90%;
    box-shadow: 0 0 10px 5px #ccc;
  }
  #case .list ul li .img {
    padding-bottom: 70%;
  }
  #case .list ul li .t01 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  #case .list ul li .meta {
    margin-bottom: 10px;
  }
  #case .list ul li .summary {
    font-size: 14px;
  }
}
#case .paginate {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 120px;
}
#case .paginate a, #case .paginate span {
  width: 60px;
  line-height: 60px;
  background: #fff;
  color: #064497;
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 14px;
}
#case .paginate .current {
  background: #064497;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #case .paginate {
    margin-top: 60px;
  }
  #case .paginate a, #case .paginate span {
    width: 20px;
    line-height: 20px;
  }
}
#case .block_01 {
  margin: 150px 0 50px;
}
#case .block_01 h1 {
  font-size: 42px;
  color: #064497;
  font-weight: 700;
  margin-bottom: 50px;
}
#case .block_01 .data {
  display: flex;
  gap: 40px;
  align-items: center;
}
#case .block_01 .data dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
#case .block_01 .data dt {
  font-size: 14px;
  color: #fff;
  background: #D6693A;
  padding: 8px 14px;
  border-radius: 5px;
}
#case .block_01 .data .industry dt {
  background: #48BEAF;
}
#case .block_01 .data dd + dd {
  padding-left: 20px;
  border-left: 1px solid #B6C4D4;
  line-height: 22px;
}
@media screen and (max-width: 1050px) {
  #case .block_01 {
    margin: 50px 0 30px;
  }
  #case .block_01 h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #case .block_01 .data {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
#case .block_02 .box {
  padding: 50px;
  border-radius: 10px;
  background: #F4F5F8;
  margin-bottom: 50px;
}
#case .block_02 .box h2 {
  padding-left: 15px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 35px;
}
#case .block_02 .box h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8A200;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#case .block_02 .box h2 .font-rem {
  font-size: 18px;
  color: #064497;
}
#case .block_02 .box h2 span:nth-child(2) {
  color: #7288A2;
  font-size: 14px;
}
#case .block_02 .box p {
  font-size: 16px;
  line-height: 2;
  padding: 0 25px;
}
#case .block_02 .box.result {
  background: #064497;
}
#case .block_02 .box.result h2 .font-rem {
  color: #fff;
}
#case .block_02 .box.result span:nth-child(2) {
  color: #E8A200;
}
#case .block_02 .box.result p {
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #case .block_02 .box {
    padding: 20px;
    margin-bottom: 30px;
  }
  #case .block_02 .box h2 {
    margin-bottom: 20px;
  }
  #case .block_02 .box h2 .font-rem {
    font-size: 16px;
  }
  #case .block_02 .box h2 span:nth-child(2) {
    font-size: 12px;
  }
  #case .block_02 .box p {
    padding: 0;
    font-size: 14px;
  }
}
#case .block_03 {
  background: #F4F5F8;
  margin-top: 160px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  #case .block_03 {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

#news .list {
  background: linear-gradient(transparent 0%, transparent 100px, #F4F5F8 100px, #F4F5F8 100%);
  padding-bottom: 150px;
  margin-top: 150px;
}
#news .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px;
}
#news .list ul li {
  width: calc((100% - 100px) / 3);
  background: #F4F5F8;
  transition: all 0.3s;
  border-radius: 10px;
  position: relative;
}
#news .list ul li:hover {
  box-shadow: 0 0 10px 5px #ccc;
  transform: translate(0px, -3px);
}
#news .list ul li .category {
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 10;
}
#news .list ul li .category::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #aaaaaa transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
#news .list ul li .category a {
  display: block;
  background: #064497;
  color: #fff;
  min-width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news .list ul li .category a:hover {
  background: #333;
  opacity: 1;
}
#news .list ul li .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #F4F5F8;
}
#news .list ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .list ul li .t01 {
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
}
#news .list ul li .meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
#news .list ul li .meta span {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  color: #7288A2;
}
#news .list ul li .meta span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background: #D6693A;
}
#news .list ul li .meta span:nth-child(2)::before {
  background: #48BEAF;
}
#news .list ul li .summary {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  #news .list ul {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  #news .list ul li {
    width: 90%;
    box-shadow: 0 0 10px 5px #ccc;
  }
  #news .list ul li .img {
    padding-bottom: 70%;
  }
  #news .list ul li .t01 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  #news .list ul li .meta {
    margin-bottom: 10px;
  }
  #news .list ul li .summary {
    font-size: 14px;
  }
}
#news .paginate {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 120px;
}
#news .paginate a, #news .paginate span {
  width: 60px;
  line-height: 60px;
  background: #fff;
  color: #064497;
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 14px;
}
#news .paginate .current {
  background: #064497;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news .paginate {
    margin-top: 60px;
  }
  #news .paginate a, #news .paginate span {
    width: 20px;
    line-height: 20px;
  }
}
#news .block_01 {
  margin: 150px 0 50px;
}
#news .block_01 h1 {
  font-size: 42px;
  color: #064497;
  font-weight: 700;
  margin-bottom: 50px;
}
#news .block_01 .data {
  display: flex;
  gap: 40px;
  align-items: center;
}
#news .block_01 .data dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
#news .block_01 .data dt {
  font-size: 14px;
  color: #fff;
  background: #D6693A;
  padding: 8px 14px;
  border-radius: 5px;
}
#news .block_01 .data .industry dt {
  background: #48BEAF;
}
#news .block_01 .data dd + dd {
  padding-left: 20px;
  border-left: 1px solid #B6C4D4;
  line-height: 22px;
}
@media screen and (max-width: 1050px) {
  #news .block_01 {
    margin: 50px 0 30px;
  }
  #news .block_01 h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #news .block_01 .data {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
#news .block_02 .box {
  padding: 50px;
  border-radius: 10px;
  background: #F4F5F8;
  margin-bottom: 50px;
}
#news .block_02 .box h2 {
  padding-left: 15px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 35px;
}
#news .block_02 .box h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8A200;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#news .block_02 .box h2 .font-rem {
  font-size: 18px;
  color: #064497;
}
#news .block_02 .box h2 span:nth-child(2) {
  color: #7288A2;
  font-size: 14px;
}
#news .block_02 .box p {
  font-size: 16px;
  line-height: 2;
  padding: 0 25px;
}
#news .block_02 .box.result {
  background: #064497;
}
#news .block_02 .box.result h2 .font-rem {
  color: #fff;
}
#news .block_02 .box.result span:nth-child(2) {
  color: #E8A200;
}
#news .block_02 .box.result p {
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #news .block_02 .box {
    padding: 20px;
    margin-bottom: 30px;
  }
  #news .block_02 .box h2 {
    margin-bottom: 20px;
  }
  #news .block_02 .box h2 .font-rem {
    font-size: 16px;
  }
  #news .block_02 .box h2 span:nth-child(2) {
    font-size: 12px;
  }
  #news .block_02 .box p {
    padding: 0;
    font-size: 14px;
  }
}
#news .block_03 {
  background: #F4F5F8;
  margin-top: 160px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  #news .block_03 {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

#about .block_01 {
  padding: 160px 0 150px;
  position: relative;
}
#about .block_01 .Inner {
  display: flex;
  position: relative;
  gap: 20px;
  gap: 90px;
}
#about .block_01 .txt {
  width: calc(100% - 696px);
}
#about .block_01 .img {
  width: 606px;
}
#about .block_01 .img img {
  width: 100%;
}
#about .block_01 h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#about .block_01 h2 span {
  color: #7288A2;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
#about .block_01 h2 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#about .block_01 p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  #about .block_01 {
    padding: 50px 0 100px;
    background-size: contain;
    background-position: left top 100px;
  }
  #about .block_01::before {
    width: 51.5px;
    height: 199.5px;
  }
  #about .block_01 .Inner {
    flex-direction: column;
    gap: 40px;
  }
  #about .block_01 .txt, #about .block_01 .img {
    width: 100%;
  }
  #about .block_01 h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #about .block_01 h2 span {
    margin-bottom: 5px;
  }
  #about .block_01 p {
    font-size: 14px;
  }
}
#about .block_02 {
  background: #F4F5F8;
  padding-bottom: 120px;
}
#about .block_02 .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 50px;
}
#about .block_02 .contents > div {
  background: #fff;
  border-radius: 10px;
  padding: 40px 35px;
  width: calc((100% - 100px) / 3);
}
#about .block_02 .contents .t01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#about .block_02 .contents .t02 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  #about .block_02 {
    padding-bottom: 60px;
  }
  #about .block_02 .contents {
    flex-direction: column;
  }
  #about .block_02 .contents > div {
    width: 100%;
    padding: 30px 20px;
  }
  #about .block_02 .contents .t01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #about .block_02 .contents .t02 {
    font-size: 14px;
  }
}
#about .block_03 {
  padding: 120px 0 200px;
}
#about .block_03 .contents {
  position: relative;
}
#about .block_03 .contents h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
#about .block_03 .contents h3 span {
  background: #fff;
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
#about .block_03 .contents h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6C6C6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#about .block_03 .contents .link {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 34px;
  justify-content: start;
}
#about .block_03 .contents .link a {
  width: 230px;
  display: block;
  text-align: center;
}
#about .block_03 .contents .link a:hover img {
  transform: scale(1.1);
}
#about .block_03 .contents .link .img {
  overflow: hidden;
  width: 100%;
}
#about .block_03 .contents .link .img img {
  transition: all 1s;
}
#about .block_03 .contents .link .t01 {
  font-size: 14px;
  margin: 15px 0 5px;
}
#about .block_03 .contents .link .t02 {
  font-size: 12px;
  color: #7288A2;
}
#about .block_03 .contents.executive-advisor {
  margin-top: 90px;
}
#about .block_03 .contents.executive-advisor .link {
  gap: 30px;
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: all 0.3s linear;
}
#about .block_03 .contents.executive-advisor .link a {
  width: 189px;
}
#about .block_03 .contents.executive-advisor.slide-up .link {
  height: 250px;
  overflow: hidden;
  transition: all 0.3s linear;
}
#about .block_03 .contents.executive-advisor.slide-down .link {
  height: auto;
  overflow: visible;
  transition: all 0.3s linear;
}
#about .block_03 .contents.executive-advisor .close-btn, #about .block_03 .contents.executive-advisor .more-btn {
  text-align: center;
  margin-top: 50px;
}
#about .block_03 .contents.executive-advisor .close-btn p, #about .block_03 .contents.executive-advisor .more-btn p {
  display: inline-block;
  color: #064497;
  border: 1px solid #C6C6C6;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 30px;
  padding: 15px 45px;
}
#about .block_03 .contents.executive-advisor .close-btn p span, #about .block_03 .contents.executive-advisor .more-btn p span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
#about .block_03 .contents.executive-advisor .close-btn p span::after, #about .block_03 .contents.executive-advisor .more-btn p span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(img/icon_arrow.svg) no-repeat center;
  background-size: 11px 10px;
  position: absolute;
  right: 0;
  top: 2px;
}
#about .block_03 .contents.executive-advisor .close-btn p span::after {
  transform: scale(1, -1);
}
@media screen and (max-width: 1050px) {
  #about .block_03 {
    padding: 60px 0 100px;
  }
  #about .block_03 .contents h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #about .block_03 .contents h3 span {
    padding-right: 30px;
  }
  #about .block_03 .contents .link {
    gap: 20px;
    justify-content: space-around;
  }
  #about .block_03 .contents .link a {
    width: calc((100% - 20px) / 2);
    display: block;
    text-align: center;
  }
  #about .block_03 .contents .link .t01 {
    font-size: 12px;
    margin: 10px 0 5px;
  }
  #about .block_03 .contents .link .t02 {
    font-size: 10px;
  }
  #about .block_03 .contents.executive-advisor {
    margin-top: 60px;
  }
  #about .block_03 .contents.executive-advisor .link {
    gap: 20px;
    height: 220px;
  }
  #about .block_03 .contents.executive-advisor .link::after {
    content: "";
    width: calc((100% - 20px) / 2);
    display: block;
  }
  #about .block_03 .contents.executive-advisor .link a {
    width: calc((100% - 20px) / 2);
  }
  #about .block_03 .contents.executive-advisor .link .img {
    max-height: 180px;
  }
  #about .block_03 .contents.executive-advisor.slide-up .link {
    height: 220px;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  #about .block_03 .contents.executive-advisor.slide-down .link {
    height: auto;
    overflow: visible;
    transition: all 0.3s linear;
  }
  #about .block_03 .contents.executive-advisor .close-btn, #about .block_03 .contents.executive-advisor .more-btn {
    text-align: center;
    margin-top: 50px;
  }
  #about .block_03 .contents.executive-advisor .close-btn p, #about .block_03 .contents.executive-advisor .more-btn p {
    display: inline-block;
    color: #064497;
    border: 1px solid #C6C6C6;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 30px;
    padding: 15px 45px;
  }
  #about .block_03 .contents.executive-advisor .close-btn p span, #about .block_03 .contents.executive-advisor .more-btn p span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }
  #about .block_03 .contents.executive-advisor .close-btn p span::after, #about .block_03 .contents.executive-advisor .more-btn p span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(img/icon_arrow.svg) no-repeat center;
    background-size: 11px 10px;
    position: absolute;
    right: 0;
    top: 2px;
  }
  #about .block_03 .contents.executive-advisor .close-btn p span::after {
    transform: scale(1, -1);
  }
}
#about .block_04 {
  background: #F4F5F8;
  padding-bottom: 120px;
}
#about .block_04 .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
  justify-content: space-around;
}
#about .block_04 .contents > div {
  width: 395px;
}
#about .block_04 .contents > div p {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  #about .block_04 {
    padding-bottom: 60px;
  }
  #about .block_04 .contents {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
  #about .block_04 .contents > div {
    width: 100%;
  }
  #about .block_04 .contents > div:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
  }
  #about .block_04 .contents > div .img {
    text-align: center;
  }
  #about .block_04 .contents > div p {
    font-size: 14px;
    margin-top: 15px;
  }
}
#about .block_05 {
  padding: 120px 0 150px;
}
#about .block_05 .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .block_05 .contents .iframe {
  width: 40%;
  height: 0;
  padding-bottom: 32.24%;
  position: relative;
}
#about .block_05 .contents .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .block_05 .contents .txt {
  width: 53%;
}
#about .block_05 .contents .txt > div {
  padding: 40px 0;
  border-bottom: 1px solid #C6C6C6;
}
#about .block_05 .contents .txt > div.name {
  color: #064497;
  font-size: 20px;
  font-weight: 700;
}
#about .block_05 .contents .txt > div.address dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#about .block_05 .contents .txt > div.tel dl {
  display: flex;
  gap: 30px;
}
#about .block_05 .contents .txt > div dt {
  font-size: 16px;
  font-weight: 700;
}
#about .block_05 .contents .txt > div dd {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  #about .block_05 {
    padding: 60px 0 75px;
  }
  #about .block_05 .contents {
    flex-direction: column;
    gap: 20px;
  }
  #about .block_05 .contents .iframe {
    width: 100%;
    padding-bottom: 80.6%;
  }
  #about .block_05 .contents .txt {
    width: 100%;
  }
  #about .block_05 .contents .txt > div {
    padding: 20px 0;
  }
  #about .block_05 .contents .txt > div.name {
    font-size: 18px;
  }
  #about .block_05 .contents .txt > div.tel dl {
    gap: 20px;
  }
  #about .block_05 .contents .txt > div dt {
    font-size: 14px;
  }
  #about .block_05 .contents .txt > div dd {
    font-size: 14px;
  }
}

#business .block_01 {
  padding: 160px 0 150px;
  position: relative;
}
#business .block_01 .contents {
  display: flex;
  position: relative;
  gap: 20px;
  gap: 50px;
  justify-content: space-between;
}
#business .block_01.reverse .contents {
  flex-direction: row-reverse;
}
#business .block_01 .txt {
  max-width: 590px;
  width: 50%;
}
#business .block_01 .img {
  max-width: 606px;
  width: 45%;
}
#business .block_01 h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#business .block_01 h3 span {
  color: #7288A2;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
#business .block_01 h3 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#business .block_01 p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  #business .block_01 {
    padding: 50px 0 60px;
  }
  #business .block_01::before {
    width: 51.5px;
    height: 199.5px;
  }
  #business .block_01 .contents {
    flex-direction: column !important;
    gap: 30px;
  }
  #business .block_01 .txt, #business .block_01 .img {
    width: 100%;
  }
  #business .block_01 h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #business .block_01 h3 span {
    margin-bottom: 5px;
  }
  #business .block_01 p {
    font-size: 14px;
  }
}
#business .block_02 {
  background: #F4F5F8;
  padding: 40px 0 80px;
}
#business .block_02 .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#business .block_02 .contents > a {
  background: #fff url(img/btn.png) no-repeat center right 40px;
  padding: 50px 116px 50px 40px;
  width: calc((100% - 30px) / 2);
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.3s;
}
#business .block_02 .contents > a:hover {
  opacity: 1;
  color: #48beaf;
  background-image: url(img/btn_hover.png);
}
#business .block_02 .contents > a span {
  position: relative;
  padding-left: 13px;
  display: inline-block;
}
#business .block_02 .contents > a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #48BEAF;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 1050px) {
  #business .block_02 {
    padding: 30px 0 40px;
  }
  #business .block_02 .block_head {
    margin-bottom: 20px;
  }
  #business .block_02 .contents {
    gap: 20px;
    flex-direction: column;
  }
  #business .block_02 .contents > a {
    background: #fff url(img/btn.png) no-repeat center right 20px;
    padding: 25px 65px 25px 20px;
    width: 100%;
    font-size: 14px;
    background-size: 36px;
  }
}
#business .block_03 {
  padding: 120px 0 200px;
}
#business .block_03 .lead {
  font-size: 16px;
  line-height: 2;
}
#business .block_03 h3 {
  position: relative;
  margin: 115px 0 60px;
}
#business .block_03 h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6C6C6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#business .block_03 h3 > span {
  background: #fff;
  padding-right: 40px;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  color: #7288A2;
  font-size: 16px;
  position: relative;
}
#business .block_03 h3 > span .font-rem {
  font-size: 50px;
  color: #064497;
}
#business .block_03 .contents_01 {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  line-height: 2;
}
#business .block_03 .contents_01 > div {
  width: calc((100% - 50px) / 2);
  max-width: 594px;
}
#business .block_03 .contents_01 .t01 {
  font-size: 20px;
  font-weight: 700;
  margin: 55px 0 25px;
}
#business .block_03 .contents_01 .t02 {
  font-size: 16px;
}
#business .block_03 .contents_02 .flow h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
#business .block_03 .contents_02 .flow > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#business .block_03 .contents_02 .flow > div > div {
  border: 6px solid #F4F5F8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 254px;
  height: 200px;
  width: calc((100% - 150px) / 4);
}
#business .block_03 .contents_02 .flow > div > img {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}
#business .block_03 .contents_02 .flow p {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
#business .block_03 .contents_02 .graybox {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  line-height: 2;
  font-size: 16px;
  margin-top: 80px;
}
#business .block_03 .contents_02 .graybox > div {
  background: #F4F5F8;
  padding: 40px;
  max-width: 594px;
}
#business .block_03 .contents_02 .graybox h4 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #2E3946;
}
#business .block_03 .contents_03 {
  display: flex;
  position: relative;
  gap: 50px;
  justify-content: space-between;
}
#business .block_03 .contents_03 .txt {
  max-width: 590px;
  width: 50%;
}
#business .block_03 .contents_03 .img {
  max-width: 606px;
  width: 45%;
}
#business .block_03 .contents_03 h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#business .block_03 .contents_03 h4 span {
  color: #7288A2;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
#business .block_03 .contents_03 h4 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#business .block_03 .contents_03 p {
  font-size: 16px;
  line-height: 2;
}
#business .block_03 .contents_03 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  #business .block_03 {
    padding: 60px 0 100px;
  }
  #business .block_03 .lead {
    font-size: 14px;
  }
  #business .block_03 h3 {
    margin: 60px 0 30px;
  }
  #business .block_03 h3::before {
    content: none;
  }
  #business .block_03 h3 > span {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
  }
  #business .block_03 h3 > span .font-rem {
    font-size: 30px;
  }
  #business .block_03 .contents_01 {
    gap: 40px;
    flex-direction: column;
  }
  #business .block_03 .contents_01 > div {
    width: 100%;
    max-width: none;
  }
  #business .block_03 .contents_01 .t01 {
    font-size: 18px;
    margin: 10px 0;
  }
  #business .block_03 .contents_01 .t02 {
    font-size: 14px;
  }
  #business .block_03 .contents_02 .flow h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #business .block_03 .contents_02 .flow > div {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  #business .block_03 .contents_02 .flow > div > div {
    border: 3px solid #F4F5F8;
    gap: 15px;
    max-width: 254px;
    height: auto;
    width: calc((100% - 50px) / 2);
    padding: 20px 10px;
  }
  #business .block_03 .contents_02 .flow > div > img {
    transform: rotate(0);
  }
  #business .block_03 .contents_02 .flow p {
    font-size: 14px;
    margin-top: 30px;
  }
  #business .block_03 .contents_02 .graybox {
    gap: 30px;
    font-size: 14px;
    margin-top: 40px;
    flex-direction: column;
  }
  #business .block_03 .contents_02 .graybox > div {
    padding: 20px;
    max-width: none;
    width: 100%;
  }
  #business .block_03 .contents_02 .graybox h4 {
    margin-bottom: 20px;
  }
  #business .block_03 .contents_03 {
    gap: 30px;
    flex-direction: column;
  }
  #business .block_03 .contents_03 .txt, #business .block_03 .contents_03 .img {
    max-width: none;
    width: 100%;
  }
  #business .block_03 .contents_03 h4 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #business .block_03 .contents_03 p {
    font-size: 14px;
  }
  #business .block_03 .contents_03 .btn {
    margin-top: 30px;
  }
}
#business .block_04 {
  background: #F4F5F8;
  padding: 50px 0;
  position: relative;
}
#business .block_04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 103px;
  height: 399px;
  transform: translateY(-50%);
  background: url(img/part01.png) no-repeat center;
  background-size: contain;
}
#business .block_04 .white {
  background: #fff;
  padding: 120px 0 250px;
  margin: 0 50px;
  position: relative;
}
#business .block_04 h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#business .block_04 h3 span {
  color: #7288A2;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}
#business .block_04 h3 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#business .block_04 p {
  font-size: 16px;
  line-height: 2;
}
#business .block_04 .contents_01, #business .block_04 .contents_02 {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
#business .block_04 .contents_01 .img, #business .block_04 .contents_02 .img {
  max-width: 640px;
  width: 60%;
}
#business .block_04 .contents_01 .txt, #business .block_04 .contents_02 .txt {
  max-width: 465px;
  width: 40%;
}
#business .block_04 .contents_02 {
  flex-direction: row-reverse;
  margin: 90px 0;
  padding: 90px 0;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
#business .block_04 .contents_02 .img {
  max-width: 581px;
}
#business .block_04 .contents_02 .txt {
  max-width: 500px;
}
#business .block_04 .graybox {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  line-height: 2;
  font-size: 16px;
  margin-top: 80px;
}
#business .block_04 .graybox > div {
  background: #F4F5F8;
  padding: 40px;
  max-width: 546px;
}
#business .block_04 .graybox h4 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #064497;
}
@media screen and (max-width: 1428px) {
  #business .block_04::before {
    width: 51.5px;
    height: 199.5px;
  }
  #business .block_04 .white {
    margin: 0 20px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 1050px) {
  #business .block_04 .white {
    padding: 30px 0;
  }
  #business .block_04 h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #business .block_04 h3 span {
    color: #7288A2;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #business .block_04 p {
    font-size: 14px;
    line-height: 2;
  }
  #business .block_04 .contents_01, #business .block_04 .contents_02 {
    gap: 20px;
    flex-direction: column !important;
  }
  #business .block_04 .contents_01 .img, #business .block_04 .contents_01 .txt, #business .block_04 .contents_02 .img, #business .block_04 .contents_02 .txt {
    max-width: none !important;
    width: 100% !important;
  }
  #business .block_04 .contents_02 {
    margin: 30px 0;
    padding: 30px 0;
  }
  #business .block_04 .graybox {
    gap: 30px;
    font-size: 14px;
    margin-top: 40px;
    flex-direction: column;
  }
  #business .block_04 .graybox > div {
    padding: 20px;
    max-width: none;
    width: 100%;
  }
  #business .block_04 .graybox h4 {
    margin-bottom: 10px;
  }
}

#recruit .block_01 {
  margin-top: 150px;
}
#recruit .block_01 .Inner {
  max-width: 1064px;
}
#recruit .block_01 .contents {
  padding: 60px 0;
}
#recruit .block_01 .contents:first-child {
  padding-top: 0;
}
#recruit .block_01 h2 {
  font-size: 40px;
  color: #064497;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
#recruit .block_01 h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
#recruit .block_01 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
#recruit .block_01 h4::before {
  content: "-";
  margin-right: 5px;
}
#recruit .block_01 p {
  font-size: 20px;
  line-height: 2;
}
#recruit .block_01 p:not(:last-child) {
  margin-bottom: 20px;
}
#recruit .block_01 ul {
  padding: 20px 30px;
  border-radius: 10px;
  background: #F4F5F8;
  line-height: 2;
  font-size: 20px;
}
#recruit .block_01 ul li {
  padding-left: 15px;
  position: relative;
}
#recruit .block_01 ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #E8A200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 17px;
}
#recruit .block_01 ul li span {
  font-weight: 700;
  color: #064497;
}
#recruit .block_01 ul li span::after {
  content: "：";
}
#recruit .block_01 h2 + .voice {
  margin-top: 0;
}
#recruit .block_01 .voice {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#recruit .block_01 .voice h3 {
  width: 100%;
}
#recruit .block_01 .voice p {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  #recruit .block_01 {
    margin-top: 60px;
  }
  #recruit .block_01 .contents {
    padding: 30px 0;
  }
  #recruit .block_01 .contents:first-child {
    padding-top: 0;
  }
  #recruit .block_01 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #recruit .block_01 h3 {
    font-size: 20px;
  }
  #recruit .block_01 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #recruit .block_01 p {
    font-size: 16px;
  }
  #recruit .block_01 p:not(:last-child) {
    margin-bottom: 15px;
  }
  #recruit .block_01 ul {
    padding: 20px;
    font-size: 16px;
  }
  #recruit .block_01 .voice {
    margin-top: 60px;
    flex-direction: column;
  }
  #recruit .block_01 .voice > div {
    width: 100%;
  }
  #recruit .block_01 .voice p {
    font-size: 14px;
  }
}

#contact .post_content {
  margin-bottom: 150px;
}
#contact .post_content .Inner {
  max-width: 880px;
  background-color: #f1f5f7;
  padding: 30px 40px;
}
#contact .post_content .Inner form p {
  margin: 0;
}
#contact .post_content .Inner form p br {
  display: none;
}
@media screen and (max-width: 1050px) {
  #contact .post_content {
    margin-bottom: 0;
  }
  #contact .post_content .Inner {
    padding: 30px 20px;
  }
}

.Gutenberg_contents .Inner {
  max-width: 840px;
}