@charset "UTF-8";

.p-fv {
  position: relative;
  padding-top: clamp(233px, 17.0571010249vw, 300px);
  margin-bottom: clamp(100px, 12.2254758419vw, 240px);
  color: #ffffff;
  max-width: 100%;
}

.p-fv__head-wrap {
  background: #1B427A;
}

.p-fv__head {
  padding-left: clamp(20px, 7.027818448vw, 96px);
  position: relative;
  z-index: 2;
}

.p-fv__title {
  font-size: clamp(32px, 4.2459736457vw, 58px);
  line-height: 1.4827586207;
  font-weight: 700;
}

.p-fv__desc {
  padding-top: 21px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 285px;
}
@media screen and (min-width:768px) {
  .p-fv__desc {
    max-width: 375px;
  }
}


.scroll-down-text {
  position: absolute;
  top: clamp(300px, 30.7467057101vw, 420px);
  right: 22px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 1.95px;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll-down-bar {
  position: absolute;
  top: clamp(460px, 40.5197657394vw, 553.5px);
  right: 32px;
  width: 1px;
  height: 98px;
  background: #ffffff;
  z-index: 2;
}

.p-fv__news {
  margin-top: clamp(92px, 8.345534407vw, 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 64px;
  padding-block: 20px;
  padding-inline: 32px 60px;
  background: #092d60;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  gap: 12px;
}
@media screen and (min-width:1024px) {
  .p-fv__news {
    padding-inline: 40px 98px;
    margin-right: 0;
    padding-block: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(32px, 3.4407027818vw, 47px);
  }
}
.p-fv__news::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  width: 24px;
  height: 9px;
  background: url(../images/arrow-white.svg) no-repeat center center/cover;
}
@media screen and (min-width:1024px) {
  .p-fv__news::after {
    right: 62px;
  }
}

.p-fv__news-head {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-fv__news-head::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    width: 1px;
    height: 18px;
    background: #ffffff;
  }
}
.p-fv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-fv__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 5.1976573939vw, 71px);
  }
}
@media screen and (min-width:1024px) {
  .p-fv__item {
    padding-block: 30px;
    padding-right: clamp(20px, 21.6691068814vw, 296px);
  }
}

.p-fv__item-date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-fv__item-title {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.p-fv__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/669;
  min-height: 600px;
  max-height: 772px;
}

.p-fv__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__swiper-slide {
  height: 100%;
  position: relative;
}
.p-fv__swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/fv-filter.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}
.p-about {
  padding-bottom: 40px;
}
@media screen and (min-width:768px) {
  .p-about {
    padding-bottom: 69px;
  }
}

.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;
}
@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;
    padding-inline: 10px;
  }
}

.p-about__title {
  font-size: clamp(24px, 2.3333333333vw, 28px);
  line-height: 1.5714285714;
  letter-spacing: 4.2px;
  font-weight: 700;
}

.p-about__desc {
  margin-top: 23px;
  color: #1B427A;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 2.1px;
  font-weight: 700;
}

.p-about__body {
  max-width: 510px;
  margin-top: 51px;
}

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

.p-about__btn {
  margin-top: 67px;
  margin-left: auto;
}

.p-service {
  position: relative;
  margin-bottom: clamp(120px, 25.0833333333vw, 301px);
}

.p-service__content {
  position: absolute;
  top: clamp(80px, 23.7920937042vw, 325px);
  right: clamp(20px, 8.0527086384vw, 160px);
  padding-top: clamp(20px, 4.9048316252vw, 67px);
  padding-bottom: clamp(20px, 3.6603221083vw, 50px);
  padding-inline: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
.p-service__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #5BA8DB;
}
@media screen and (min-width:768px) {
  .p-service__content {
    padding-inline: 60px;
  }
}
.p-service__body {
  margin-top: clamp(24px, 4.39238653vw, 60px);
  max-width: 463px;
}

.p-service__text {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.p-service__text + .p-service__text {
  margin-top: clamp(12px, 2.8550512445vw, 39px);
}
.p-service__btn {
  margin-top: clamp(20px, 5.6368960469vw, 77px);
}

.p-service__swiper {
  padding-top: 400px;
  padding-bottom: clamp(48px, 6.7349926794vw, 140px);
}
@media screen and (min-width:768px) {
  .p-service__swiper {
    padding-top: clamp(60px, 8.9311859444vw, 180px);
  }
}

.p-service__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-service__swiper-slide {
  width: clamp(300px, 34.9926793558vw, 478px);
  aspect-ratio: 478/486;
  z-index: 1;
}

.p-service__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 87.1156661786vw;
  height: 51.2445095168vw;
  background: #f5f8fc;
}

.p-works {
  position: relative;
  padding-top: clamp(80px, 11.9326500732vw, 163px);
  padding-bottom: clamp(72px, 10.3953147877vw, 142px);
  color: #ffffff;
}

.p-works__head {
  position: relative;
  z-index: 1;
}

.p-works__head .c-section__title-ja {
  color: #ffffff;
}

.p-works__bar {
  position: relative;
  margin-block: 40px 45px;
  width: 129px;
  height: 2px;
  background: url(../images/top-works-line.svg) no-repeat center center/cover;
  z-index: 1;
}

.p-works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-works__body {
    -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;
  }
}

.p-works__text {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 463px;
}
@media screen and (min-width:1024px) {
  .p-works__text {
    padding-top: 5px;
  }
}

.p-works__btn {
  margin-left: calc(100vw - 274px - 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 60px;
}
@media screen and (min-width:768px) {
  .p-works__btn {
    margin-left: calc(100vw - 274px - 120px);
  }
}

@media screen and (min-width:1024px) {
  .p-works__btn {
    margin-left: 0;
  }
}

.p-works__bg {
  position: absolute;
  inset: 0;
}
.p-works__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00132f), to(#010710)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00132f 0%, #010710 100%) 0% 0% no-repeat padding-box;
  opacity: 0.65;
  pointer-events: none;
}

.p-equip {
  margin-block: clamp(80px, 10.2489019034vw, 140px);
}

.p-equip__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1b427a;
}
@media screen and (min-width:1024px) {
  .p-equip__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-equip__content {
  padding-top: clamp(24px, 5.1244509517vw, 70px);
  padding-bottom: clamp(40px, 6.5153733529vw, 89px);
  background: #1b427a;
  color: #ffffff;
  min-height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
}
@media screen and (min-width:1024px) {
  .p-equip__content {
    max-width: clamp(400px, 47.1449487555vw, 644px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 82.8926905132% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 82.8926905132% 100%, 0% 100%);
  }
}
.p-equip__content .c-section__title-ja {
  color: #ffffff;
}

.p-equip__head {
  padding-left: clamp(20px, 4.39238653vw, 60px);
}

.p-equip__text {
  margin-top: 40px;
  margin-left: clamp(20px, 4.39238653vw, 60px);
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  max-width: 463px;
}
@media screen and (min-width:1024px) {
  .p-equip__text {
    margin-right: 0;
    max-width: clamp(276px, 33.8945827233vw, 463px);
  }
}

.p-equip__btn {
  margin-top: clamp(20px, 3.5871156662vw, 49px);
  margin-left: clamp(12px, 4.39238653vw, 60px);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
}

.p-equip__btn.c-btn {
  padding-left: 20px;
  max-width: 260px;
}
@media screen and (min-width:768px) {
  .p-equip__btn.c-btn {
    padding-left: 33px;
    max-width: 274px;
  }
}
.p-equip__btn.c-btn::after {
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
}

.p-equip__img {
  position: relative;
  margin-left: auto;
  max-width: clamp(300px, 61.81640625vw, 633px);
  aspect-ratio: 633/500;
  z-index: 2;
}
.p-equip__img img {
  -webkit-mask: url(../images/top-equip.png) 50% 50%/contain no-repeat;
          mask: url(../images/top-equip.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:1024px) {
  .p-equip__img {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    right: 0;
  }
}

.p-equip__bg-text {
  position: absolute;
  top: 406px;
  overflow-x: hidden;
  z-index: 1;
}
.p-equip__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 51.5px;
}
@media screen and (min-width:768px) {
  .p-equip__bg-text .bg-text__wrap {
    height: 103px;
  }
}
.p-equip__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.p-equip__bg-text .bg-text img {
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@-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-news {
  margin-bottom: 80px;
}
@media screen and (min-width:768px) {
  .p-news {
    margin-bottom: 114px;
  }
}

.p-news__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:1024px) {
  .p-news__wrap {
    gap: 20px;
    -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;
  }
}

.p-news__desc {
  margin-top: clamp(32px, 4.3191800878vw, 59px);
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 261px;
}

.p-news__btn {
  margin-top: clamp(20px, 5.0512445095vw, 69px);
}

.p-news__body {
  border-top: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 805px;
}
@media screen and (min-width:1024px) {
  .p-news__body {
    margin-top: 52px;
  }
}

.p-news__item {
  position: relative;
  padding-block: 30px;
  padding-right: 96px;
  border-bottom: 1px solid #e8e8e8;
}
.p-news__item {
  position: relative;
  padding-block: 30px;
  padding-right: 96px;
  border-bottom: 1px solid #e8e8e8;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 64px;
  height: 38.56px;
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__item-date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-news__item-tag span {
  display: inline-block;
  padding: 3px 12px;
  color: #1B427A;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  background: #f6f8fc;
  border: 1px solid #1b427a;
  border-radius: 20px;
  text-align: center;
}

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