@charset "UTF-8";

.p-top {
  padding-top: 80px;
  background: transparent linear-gradient(91deg, #011E55 0%, #055893 100%) 0% 0% no-repeat padding-box;
}

.p-fv {
  padding-block: 120px 100px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-fv {
    padding-block: 184px 150px;
  }
}

.p-fv__wrap {
  position: relative;
}
.p-fv__swiper-l {
  position: absolute;
  top: -18.3016105417vw;
  right: 0;
  max-width: 430px;
  max-height: 678.5px;
    min-width: 100px;
    min-height: 200.5px;

  width: 31.4787701318vw;
  height: 49.6705710102vw;
  aspect-ratio: 430/678.5;
  opacity: 0.7;
}
.p-fv__swiper-l .p-fv__swiper-img {
  width: 100%;
  height: 100%;
}
.p-fv__swiper-l .p-fv__swiper-img img {
  -webkit-mask: url(../images/top-swiper-l.png) 100% 100%/contain no-repeat;
          mask: url(../images/top-swiper-l.png) 100% 100%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-fv__swiper-l {
    top: -9.224011713vw;
    right: auto;
    left: 0;
    opacity: 1;
  }
}
@media screen and (min-width:1367px) {
  .p-fv__swiper-l {
    top: -126px;
    left: calc((100vw - 1366px) / 2);
  }
}

.p-fv__swiper-r {
  position: absolute;
  top: -18.3016105417vw;
  left: 0;
  max-width: 430px;
  max-height: 678.5px;
    min-width: 100px;
    min-height: 200.5px;

  width: 31.4787701318vw;
  height: 49.6705710102vw;
  aspect-ratio: 430/678.5;
  opacity: 0.7;
}
.p-fv__swiper-r .p-fv__swiper-img {
  width: 100%;
  height: 100%;
}
.p-fv__swiper-r .p-fv__swiper-img img {
  -webkit-mask: url(../images/top-swiper-r.png) 50% 50%/contain no-repeat;
          mask: url(../images/top-swiper-r.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-fv__swiper-r {
    top: -9.224011713vw;
    right: 0;
    left: auto;
    opacity: 1;
  }
}
@media screen and (min-width:1367px) {
  .p-fv__swiper-r {
    top: -126px;
    right: calc((100vw - 1366px) / 2);
  }
}


.p-fv__texts {
  color: #ffffff;
  max-width: 357px;
  margin-inline: auto;
  font-size: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .p-fv__texts {
    width: 26.1346998536vw;
  }
}

.p-fv__title {
  font-size: clamp(24px, 3.6603vw, 50px);
  line-height: 1.48;
  font-weight: 800;
  margin-bottom: 46px;
}

.p-fv__text {
  max-width: 355px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.p-fv__text + .p-fv__text {
  margin-top: 39px;
}


.bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 120px;
}
@media screen and (min-width:1024px) {
  .bg-text__wrap {
    height: 280px;
  }
}

.bg-text {
  color: #b5b5b5;
  font-size: 120px;
  font-weight: 700;
  aspect-ratio: 1500/280;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  opacity: 0.41;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.bg-text {
  color: #b5b5b5;
  font-size: 120px;
  font-weight: 700;
  aspect-ratio: 1500/240;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  opacity: 0.41;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@media screen and (min-width:1024px) {
  .bg-text {
    font-size: 213px;
    aspect-ratio: 1500/280;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-about {
  padding-block: 90px 70px;
  background: #f5f5f5;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width:1024px) {
  .p-about {
    padding-block: 180px 142px;
  }
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width:1200px) {
  .p-about__wrap {
    gap: 49px;
    padding-inline: 50px 20px;
  }
}

.p-about__text-content {
  max-width: 445px;
  position: relative;
}

@media screen and (min-width:768px) {
  .p-about__head {
    margin-top: 60px;
  }
}

.p-about__texts {
  margin-top: 55px;
}

.p-about__text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.p-about__text + .p-about__text {
  margin-top: 23px;
}

.p-about__btn {
  margin-top: 39px;
}

.p-about__bg-text {
  display: none;
  position: absolute;
  bottom: 52px;
  left: -70px;
  color: #011e55;
  font-family: "Lato", sans-serif;
  font-size: 166px;
  line-height: 1.1987951807;
  letter-spacing: 8.3px;
  font-weight: 700;
  opacity: 0.2;
}
@media screen and (min-width:1024px) {
  .p-about__bg-text {
    display: block;
    bottom: -100px;
    left: -50px;
  }
}
@media screen and (min-width:1200px) {
  .p-about__bg-text {
    bottom: 52px;
    left: -70px;
  }
}

.p-about__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1024px) {
  .p-about__images {
    min-width: 510px;
  }
}

.p-about__img-top {
  margin-left: auto;
  aspect-ratio: 1/1;
  width: clamp(180px, 36.0907759883vw, 493px);
  height: clamp(180px, 36.0907759883vw, 493px);
  max-width: 493px;
  z-index: 1;
}
.p-about__img-top img {
  border-radius: 20px;
}
@media screen and (min-width:1200px) {
  .p-about__img-top {
    margin-right: 40px;
  }
}

.p-about__img-wrap {
  margin-top: 66px;
  width: clamp(350px, 46.9985358712vw, 642px);
  height: clamp(212.6168224299px, 28.5505124451vw, 390px);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__img-wrap {
    margin-inline: 0;
  }
}

.p-about__img-left {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  width: clamp(100px, 17.5695461201vw, 240px);
  height: clamp(100px, 17.5695461201vw, 240px);
  z-index: 1;
}
.p-about__img-left img {
  border-radius: 20px;
}

.p-about__img-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 352px;
  width: clamp(200px, 25.7686676428vw, 352px);
  height: clamp(136.3636363636px, 17.5695461201vw, 240px);
  z-index: 1;
}
.p-about__img-right img {
  border-radius: 20px;
}

.p-business {
  margin-top: -3px;
  padding-bottom: 70px;
  background: #f5f5f5;
  border-radius: 0 0 40px 40px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-business {
    margin-top: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-business {
    padding-bottom: 140px;
  }
}

.p-business .l-inner {
  padding-inline: 20px 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-business .l-inner {
    padding-inline: 50px 0;
  }
}
@media screen and (min-width:1024px) {
  .p-business .l-inner {
    padding-inline: 80px 0;
  }
}
@media screen and (min-width:1367px) {
  .p-business .l-inner {
    padding-inline: calc((100vw - 1206px) / 2 ) 0;
  }
}


.p-business__head {
  padding-top: 70px;
}

.p-business__desc {
  margin-top: 50px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 713px;
  padding-right: 20px;
}
@media screen and (min-width:768px) {
  .p-business__desc {
    padding-right: 0;
  }
}

.p-business__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1300px) {
  .p-business__body {
    margin-top: 133px;
  }
}

.p-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1300px) {
 .p-business__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}


@media screen and (min-width:1300px) {
  .p-business__content + .p-business__content {
    margin-top: 80px;
  }
}

.p-business__content-texts {
  margin-top: 68px;
  max-width: 294px;
}

.p-business__title-en {
  font-family: "Lato", sans-serif;
  color: #011F56;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 3.15px;
  font-weight: 500;
}

.p-business__title-ja {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.4642857143;
  letter-spacing: 1.4px;
  font-weight: 700;
}

.p-business__text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-business__text {
    margin-top: 49px;
    padding-right: 16px;
  }
}

.p-business__btn {
  margin-top: 39px;
}

.p-business__content-img {
  aspect-ratio: 929/440;
  width: min(68.0087847731vw, 1100px);
  height: min(32.2108345534vw, 520.9903121636px);
  max-height: 330px;
  margin-left: auto;
}
.p-business__content-img img {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (min-width:1024px) {
  .p-business__content-img {
    max-height: 550px;
  }
}
.p-business__bg-text {
  position: absolute;
  top: 300px;
  right: 0;
  width: 70.5px;
  height: 418px;
}
@media screen and (min-width:768px) {
  .p-business__bg-text {
    top: 0;
    width: 141px;
    height: 836px;
  }
}

.p-menu {
  padding-top: 80px;
}
@media screen and (min-width:768px) {
  .p-menu {
    padding-top: 168px;
  }
}

.p-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-menu__wrap {
    max-width: 1123px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width:1200px) {
  .p-menu__wrap {
    margin-inline: 50px 33px;
  }
}
.p-menu__texts {
  color: #ffffff;
  max-width: 352px;
}

.p-menu__bg-text {
  aspect-ratio: 287/400;
  height: 300px;
}
@media screen and (min-width:1024px) {
  .p-menu__bg-text {
    width: 287px;
    height: 400px;
  }
}

.p-menu__desc {
  margin-top: 21px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 355px;
}
@media screen and (min-width:768px) {
  .p-menu__desc {
    font-size: 15px;
  }
}

.p-menu__links {
  margin-top: 61px;
}

.p-menu__link {
  display: block;
  max-width: 352px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.p-menu__link + .p-menu__link {
  margin-top: 23px;
}
.p-menu__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/btn-arrow-white.png) no-repeat center center/cover;
}

@media (any-hover: hover) {
  .p-menu__link:hover::after {
    content: "";
    position: absolute;
    translate: 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-menu__link-text {
  color: #ffffff;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 500;
}
.p-menu__img {
  max-width: 460px;
  max-height: 780.5px;
  aspect-ratio: 612/780.5;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
.p-menu__img img {
  -webkit-mask: url(../images/menu-img.png) 50% 50%/contain no-repeat;
          mask: url(../images/menu-img.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-menu__img {
    max-width: 612px;
    min-width: 397px;
    margin-inline: 0;
  }
}

.p-news {
  padding-block: 90px 100px;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .p-news {
    padding-block: 180px 201.36px;
  }
}
.p-news .l-inner {
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-news .l-inner {
    padding-inline: 50px 0;
  }
}
@media screen and (min-width:1024px) {
  .p-news .l-inner {
    padding-inline: 80px 0;
  }
}
@media screen and (min-width:1200px) {
  .p-news .l-inner {
    padding-inline: 130px 0;
  }
}
@media screen and (min-width:1367px) {
  .p-news .l-inner {
    padding-inline: calc((100vw - 1106px) / 2) 0;
  }
}

.p-news__head .c-section__title-en {
  letter-spacing: 4.2px;
  color: #ffffff;
}
.p-news__head .c-section__title-en::before {
  background: url(../images/title-icon-white.svg) no-repeat center center/cover;
}


.p-news__desc {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 713px;
}
@media screen and (min-width:768px) {
  .p-news__desc {
    margin-right: 120px;
  }
}

.p-news__swiper-container {
  margin-top: 110px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-news__swiper-container {
    margin-top: 58.64px;
  }
}

.p-news__swiper-slide {
  width: min(461px, 100%);
  height: 220px;
  padding: 34px 30px 30px 32px;
  background: #ffffff;
  border-radius: 10px;
}

.p-news__swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
}

.p-news__swiper-slide a {
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: -70px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width:1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: -110px;
  }
}

.swiper-button-prev {
  right: 90px;
  background: url(../images/news-prev.png) no-repeat center center/cover;
}
@media screen and (min-width:1200px) {
  .swiper-button-prev {
    right: 183px;
  }
}

.swiper-button-next {
  right: 20px;
  background: url(../images/news-next.png) no-repeat center center/cover;
}
@media screen and (min-width:1200px) {
  .swiper-button-next {
    right: 113px;
  }
}

.p-news__date {
  color: #24354c;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-news__tag {
  margin-top: 21px;
}
.p-news__tag span {
  min-width: 74px;
  padding: 2px 12px;
  text-align: center;
  background: #F6F8FC;
  color: #1B427A;
  border: 1px solid #1B427A;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.p-news__title {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.28px;
  font-weight: 500;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-news__btn {
  margin-top: 60px;
}
.p-news__btn.c-btn {
  background: #ffffff;
}
.p-news__btn.c-btn::after {
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
}
.p-news__btn.c-btn .c-btn__text {
  color: #011E55;
}