/* =================================================================
トップ共通
=================================================================*/
.cmn-title {font-size: 40px; position: relative; line-height: 1;}
.cmn-title .en {font-family: "Josefin Sans", sans-serif; font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2);}
.cmn-title .jp {font-weight: 700; position: absolute; left: 0; bottom: 0; letter-spacing: 0.1em;}

.list {display: flex; justify-content: center; align-items: flex-start;}

.w-bg {background: #fff;}

@media screen and (max-width: 1199px) {
  .cmn-title {font-size: 34px;}
  .cmn-title .en {font-size: 46px;}
  .list {flex-direction: column; align-items: center;}
}

/* =================================================================
fv
=================================================================*/
.fv {position: relative; height: 100vh; overflow: hidden;}
.fv:before {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
.fv h1 {text-align: center; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; color: #fff;}
.fv h1 .jp {letter-spacing: 0.1em; font-size: clamp(1.556rem, 3vw + 1rem, 3.389rem); position: relative; display: inline-flex; justify-content: center; align-items: flex-end; padding: 0 20px;}
.fv h1 .jp .wrap {display: flex; align-items: flex-end;}
.fv h1 .top-text span:nth-child(1),
.fv h1 .top-text span:nth-child(2) {display: inline-block; margin-right: 1em;}
.fv .jp .underline { position: absolute; bottom: -18px; left: 0; height: 2px; width: 0; background: #fff; transition: width 0.8s ease; }
.fv .jp .underline.animate {width: 100%;}
.fv h1 .jp .small {font-size: clamp(1.111rem, 2.5vw + 0.8rem, 2.778rem);}
.fv h1 .en {letter-spacing: 0.2em; font-size: clamp(1.556rem, 3vw + 1rem, 3.389rem); font-family: "Josefin Sans", sans-serif; font-weight: 600;} 

.fv .inner { position: relative; height: 100vh; }
.fv .inner .text {display: flex; flex-direction: column; justify-content: center; padding: 0 70px; gap: 40px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 2; }
.fv-video { height: 100vh; width: 100%; object-fit: cover; position: absolute; top: 0; right: 0; z-index: 0; }

@media screen and (max-width: 1199px) {
  .fv h1 .jp {flex-direction: column; align-items: center;}

}


/* =================================================================
about
=================================================================*/
.about {padding: 130px 0 90px;}
.about .inner {position: relative;}
.about .inner .box {display: flex; justify-content: space-between;}
.about .inner p {width: 100%; padding-right: 65px; margin-top: 40px; font-weight: 700;}
.about .inner .cmn-button {display: block;}
.about .inner img {width: 52%; max-width: 616px; height: auto; aspect-ratio: 616 / 461; object-fit: cover; position: relative; top: -40px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}


@media screen and (max-width: 1199px) {
  .about {padding: 60px 0 45px;}
  .about .inner .box {flex-direction: column;}
  .about .inner p {padding-right: 0; margin-top: 20px;}
  .about .inner img {width: 100%; max-width: 100%; position: static; margin-top: 40px;}

}

/* =================================================================
service
=================================================================*/
.service {background: linear-gradient(90deg, rgba(0, 86, 135, 0.4), rgba(35, 179, 209, 0.3)); background-size: cover; padding: 130px 0; position: relative;}
.service:before {content: ""; position: absolute; inset: 0; background: url("../img/top/service_bg.jpg") repeat; background-size: cover; opacity: 0.05; z-index: -1; top: 0; left: 0; width: 100%; height: 100%;}
.service .list {gap: 54px; margin-top: 60px; align-items: stretch;}
.service .list .item {width: calc((100% - 54px*2) / 2); display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.service .list .image {width: 100%; height: auto; aspect-ratio: 364 / 240; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}
.service .list img {transition:1s all; width: 100%; height: auto; object-fit: cover;}
.service .list .item:hover img {transform:scale(1.2,1.2); transition:1s all;}
.service .list h3 {font-size: 28px; font-weight: 700; margin-top: 20px;}
.service .list p {margin-top: 10px;}

@media screen and (max-width: 1199px) {
  .service {padding: 60px 0;}
  .service .list {margin-top: 40px;}
  .service .list .item {width: 100%;}
  .service .list h3 {font-size: 26px;}
}

/* =================================================================
ac-for-business
=================================================================*/
.ac-for-business {padding: 130px 0; position: relative;}
.ac-for-business .inner {position: relative; z-index: 1;}
.ac-for-business:before {content: ""; display: block; width: 100%; height: 100%; background-image: url('../img/top/recruit_bg.jpg'); background-size: cover; position: absolute; left: 0; top: 0; opacity: 0.1;}
.ac-for-business h2 + p {margin-top: 40px;}
.ac-for-business .list {margin-top: 80px; flex-direction: column; gap: 60px;}
.ac-for-business .list .item {display: flex; justify-content: center; align-items: center;}
.ac-for-business .list .item:nth-child(2n) {flex-direction: row-reverse;}
.ac-for-business .list .item:hover img {transform:scale(1.2,1.2); transition:1s all;}
.ac-for-business .list .item img {width: 100%; transition:1s all;}
.ac-for-business .list .item .image {width: 50%; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);}
.ac-for-business .list h3 {font-size: 34px; font-weight: 700; line-height: 1.5;}
.ac-for-business .list p {margin-top: 20px;}
.ac-for-business .list .text {padding-right: 0px; padding-left: 80px; width: 50%;}
.ac-for-business .list .item:nth-child(2n) .text {padding-right: 80px; padding-left: 0px;}

@media screen and (max-width: 1199px) {
  .ac-for-business {padding: 60px 0;}
  .ac-for-business .list {gap: 40px;}
  .ac-for-business .list .item {flex-direction: column;}
  .ac-for-business .list .item:nth-child(2n) {flex-direction: column;}
  .ac-for-business .list .item .image {width: 100%;}
  .ac-for-business .list .text {width: 100%; padding-left: 0; padding-top: 20px;}
  .ac-for-business .list h3 {font-size: 26px;}
  .ac-for-business .list p {margin-top: 10px;}
  .ac-for-business .list .item:nth-child(2n) .text {padding-right: 0;}

}


/* =================================================================
service-areas
=================================================================*/
.service-areas {position: relative; padding-top: 200px; margin-top: -200px;}
.service-areas:before {content: ""; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 80%; background: #fff; transform: skewY(-5deg); top: 10%; }
.service-areas h2 + p {margin-top: 40px;}
.service-areas .box {background: linear-gradient(90deg, rgba(0, 86, 135, 0.2), rgba(35, 179, 209, 0.2)); margin: 60px 0 0; padding: 0 0 130px;}
.service-areas .box .inner {position: relative;}
.service-areas h3 {font-size: 28px; font-weight: 700;}
.service-areas .area {background: rgba(255, 255, 255, 0.50); padding: 20px; width: 100%; max-width: 790px; margin-top: 40px; position: relative; z-index: 1; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);}
.service-areas img {position: absolute; right: 40px; bottom: -100px; width: 512px; height: auto;}

@media screen and (max-width: 1199px) {
  .service-areas .box {margin: 40px 0 0;}
  .service-areas .area {background: rgba(255, 255, 255, 0.70);}
  .service-areas img {width: 342px; right: 0; bottom: 0;}
}



/* =================================================================
case
=================================================================*/
.case {padding: 130px 0;}
.case .wrap {position: relative; max-width: 1220px; margin: auto;}
.case .swiper {margin-top: 60px; padding: 0 10px 10px 10px; max-width: 1220px;}
.case .swiper-button-next,
.case .swiper-rtl .swiper-button-prev {right: -7px; width: 27px; height: 54px;}
.case .swiper-button-prev,
.case .swiper-rtl .swiper-button-next {left: -7px; width: 27px; height: 54px;}

.case .swiper-button-prev:after {width: 27px; height: 54px; background-image: url('../img/common/icon-prev.png'); background-size: cover; content: "" !important;fill: #FFF; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));}
.case .swiper-button-next:after {width: 27px; height: 54px; background-image: url('../img/common/icon-next.png'); background-size: cover; content: "" !important;fill: #FFF; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));}

.case .item {background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); border-radius: 10px; overflow: hidden;}
.case .item .image {width: 100%; height: auto; aspect-ratio: 364 / 240;}
.case .item .image img {width: 100%; height: auto; object-fit: cover;}
.case .item .text {padding: 20px;}
.case .button-area {display: flex; justify-content: center; margin-top: 100px;}


@media screen and (max-width: 1199px) {
  .case {padding: 60px 0;}
  .case .swiper {padding: 0 20px 10px 20px;}
  .case .swiper-button-next,
  .case .swiper-rtl .swiper-button-prev {right: 10px; width: 27px; height: 54px;}
  .case .swiper-button-prev,
  .case .swiper-rtl .swiper-button-next {left: 10px; width: 27px; height: 54px;}
  .case .button-area {margin-top: 40px;}
}



/* =================================================================
map
=================================================================*/
#top .map iframe {height: 500px; width: 100%; display: block;}

@media screen and (max-width: 1199px) {
  #top .map iframe {height: 300px;}
}

/* =================================================================
news
=================================================================*/
#top .news {padding: 130px 0;}
#top .news .inner {}
#top .news .title {display: flex; justify-content: space-between; align-items: center;}
#top .news .list {flex-direction: column; width: 100%; max-width: 100%; margin-top: 60px;}
#top .news .list .item {display: flex; align-items: center; width: 100%; padding: 20px 0; gap: 20px; border-top: 1px solid #ccc; position: relative;}
#top .news .list .item:before {content: ""; height: 1px; width: 20%; display: inline-block; background: #0087b7; position: absolute; top: -1px; left: 0;}
#top .news .list .item .date {flex-shrink: 0;}
#top .news .list .item .category {flex-shrink: 0; font-size: 12px;}
#top .news .list .item .category span {display: flex; justify-content: center; align-items: center; border: 1px solid #0087b7; padding: 2px 10px; color: #0087b7; position: relative; z-index: 1;}
#top .news .list .item .category .cat-news {color: #E60012; border: 1px solid #E60012;}
#top .news .list .item .category .cat-recruit {color: #013F8A; border: 1px solid #013F8A;}
#top .news .list .item .content {width: 100%;}

@media screen and (max-width: 1199px) {
  #top .news {padding: 60px 0;}
  #top .news .list .item  {flex-wrap: wrap; gap: 10px;}
  #top .news .cmn-button {margin-top: 0;}
}


/* =================================================================
recruit
=================================================================*/
#top .recruit {padding: 130px 0 130px; position: relative; background: linear-gradient(90deg, rgba(0, 86, 135, 0.4), rgba(35, 179, 209, 0.3));}
#top .recruit:before {width: 100%; height: 100%; content: ""; display: block; position: absolute; top: 0; left: 0; background: url('../img/top/recruit_bg.jpg'); background-size: cover; opacity: 0.3;}
#top .recruit .list {flex-direction: column; margin-top: 60px; gap: 60px;}
#top .recruit .box {display: flex; align-items: center; width: 100%;}
#top .recruit .box:nth-child(2n) {flex-direction: row-reverse;}
#top .recruit .box .image {width: 50%; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); aspect-ratio: 720 / 448;}
#top .recruit .box:hover img {transform:scale(1.2,1.2); transition:1s all;}
#top .recruit .box img {width: 100%; transition:1s all; aspect-ratio: 720 / 448; object-fit: cover;}
#top .recruit .text {padding: 0 0px 0 80px; width: 50%;}
#top .recruit .box:nth-child(2n) .text {padding: 0 80px 0 0px;}

#top .recruit .category {display: flex; flex-wrap: wrap; gap: 10px;}
#top .recruit .category span {display: inline-flex; border: 1px solid #0087b7; padding: 0 10px; color: #0087b7; font-size: 14px;}
#top .recruit h3 {font-size: 34px; font-weight: 700; line-height: 1.5; margin-top: 20px;}
#top .recruit h3 + p {margin-top: 10px;}

@media screen and (max-width: 1199px) {
  #top .recruit {padding: 60px 0 60px;}
  #top .recruit .list {margin-top: 40px; gap: 40px;}
  #top .recruit .box {flex-direction: column;}
  #top .recruit .box:nth-child(2n) {flex-direction: column;}
  #top .recruit .box .image {width: 100%;}
  #top .recruit .text {width: 100%; padding: 0 0px 0 0px; margin-top: 20px;}
}

/* =================================================================
faq
=================================================================*/
.faq {padding: 130px 0;}

.faq .tab-menu {display: flex; justify-content: center; margin-bottom: 32px; margin-top: 60px;}
.faq .tab-menu .tab {font-size: 18px; color: #231815; background: #F2F7FF; display: flex; justify-content: center; align-items: center; cursor: pointer; position: relative; width: calc(100% / 3); height: 100px; padding: 0 20px;}
.faq .tab-menu .tab.is-active {color: #fff; background: #013F8A;}
.faq .tab-menu .tab.is-active:after {content: ""; display: block; width: 0; height: 0; border-style: solid; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 15px solid #013F8A; border-bottom: 0; position: absolute; left: 0; right: 0; bottom: -10px; margin: auto;}
.faq .tab-wrap {margin-top: 60px;}

.faq .tab-contents:first-child {display: block;}
.faq .tab-contents {display: none;}

.faq .faq-content {background: #F8F8F8; padding: 40px 100px; width: 100%; margin: auto;}
.faq .faq-content + .faq-content {margin-top: 20px;}

.faq .faq-question__title {display: flex; align-items: flex-start; position: relative; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 24px;}
.faq .faq-question__title::before {content: "Q."; font-family: Roboto; font-size: 48px; font-weight: 700; flex-shrink: 0; margin-right: 12px; color: #0087b7;}
.faq .faq-question__title::after {content: ""; display: block; width: 30px; height: 30px; background: url('../img/top/icon-plus.png'); background-size: cover; flex-shrink: 0; align-self: center; position: absolute; right: -38px;}
.faq .faq-question.is-open .faq-question__title::after {background: url('../img/top/icon-minus.png'); background-size: cover;}

.faq .faq-answer {display: none;}
.faq .faq-answer__wrap {margin-top: 40px; padding-top: 40px; display: flex; padding-right: 20px; line-height: 24px; border-top: 1px solid #E8E8E8; font-weight: 500; font-size: 18px; line-height: 2;}
.faq .faq-answer__wrap::before {content: "A."; font-family: Roboto; font-size: 48px; font-weight: 700; flex-shrink: 0; margin-right: 12px; color: #b70000; line-height: 1;}
.faq .faq-answer__wrap a {display: inline;}
.faq .faq-answer__wrap .box {padding-top: 30px;}

.faq table {width: 100%; margin-top: 40px;}
.faq table th,
.faq table td {text-align: center; border-bottom: 1px solid #E8E8E8; padding: 20px 0px; vertical-align: middle; border-right: 1px solid #ccc; line-height: 1.5;}
.faq table th {background: #f2fcff; border-top: 1px solid #E8E8E8;}
.faq table td {background: #fff;}
.faq table th:nth-child(1) {border-left: 1px solid #E8E8E8;}
.faq table td:nth-child(1) {border-left: 1px solid #E8E8E8;}
.faq .scroll + p {margin-top: 40px;}
.faq .scroll + p span {display: block; text-align: right; margin-top: 40px;}

@media screen and (max-width: 1199px) {
  .faq {padding: 60px 0;}
  .faq .tab-wrap {margin-top: 40px; padding-right: 0;}
  .faq .faq-content {padding: 20px 50px 20px 20px;}
  .faq .faq-question__title {font-size: 16px;}
  .faq .faq-answer__wrap {font-size: 16px; padding-top: 20px; margin-top: 20px;}
  .faq .faq-answer__wrap .box {padding-top: 4px; max-width: 100%;}
  .faq .faq-question__title::before {font-size: 22px;}
  .faq .faq-answer__wrap::before {font-size: 22px;}

  .faq .scroll {overflow-x: auto; width: 100%; max-width: 100%;}
  .faq table {min-width: 700px; border-collapse: collapse;}

}

