@charset "UTF-8";

.p-about {
  padding-block: 70px 80px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-about {
    padding-block: 135px 160px;
  }
}


.p-about__top-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-about__top-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;
    max-width: 1106px;
    margin-inline: auto;
  }
}

@media screen and (min-width:1024px) {
  .p-about__heading {
    margin-top: 85px;
  }
}

.p-about__desc-wrap {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-about__desc {
  color: #EFF0EF;
  display: inline-block;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 2.2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.p-about__desc::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 1px);
  background: #294169;
  z-index: -1;
}

.p-about__top-texts {
  max-width: 510px;
}

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

.p-about__bg-text {
  margin-top: clamp(-43px, -3.1478770132vw, -20px);
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media screen and (min-width:768px) {
  .p-about__bg-text {
    margin-bottom: 110px;
  }
}
.p-about__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  width: 100%;
  height: 102.5px;
}
@media screen and (min-width:768px) {
  .p-about__bg-text .bg-text__wrap {
    height: 205px;
  }
}
.p-about__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-about__content {
  padding-block: 60px 75px;
  position: relative;
}
.p-about__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
.p-about__content + .p-about__content {
  margin-top: 80px;
}

.p-about__content.content-feature {
  padding-block: 60px 150px;
}

.p-about__content-head {
  padding-left: clamp(20px, 6.588579795vw, 90px);
}
.p-about__content-head .p-about__title-en {
  font-family: "Lato", sans-serif;
  color: #011f56;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 3.15px;
  font-weight: 500;
}
.p-about__content-head .p-about__title-ja {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.4642857143;
  letter-spacing: 1.4px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-about__content-head .p-about__title-ja {
    font-size: 28px;
  }
}

.p-feature {
  margin-top: 48px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 3.6603221083vw, 50px);
        -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.p-feature__item {
  max-width: 450px;
}
@media screen and (min-width:1024px) {
  .p-feature__item {
    max-width: 307px;
  }
}

.p-feature__item-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 333.8762214984px;
  margin-inline: auto;
}
.p-feature__item-img img {
  -webkit-mask: url(../images/feature-1.png) 50% 50%/contain no-repeat;
          mask: url(../images/feature-1.png) 50% 50%/contain no-repeat;
}

.p-feature__item-img .point {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 99px;
  height: 20px;
}
@media screen and (min-width: 470px) {
  .p-feature__item-img .point {
    left: 38px;
  }
}
@media screen and (min-width: 510px) {
  .p-feature__item-img .point {
    left: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__item-img .point {
    bottom: 24px;
    left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-feature__item-img .point {
    bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__item-img .point {
    bottom: 0;
  }
}
.p-feature__item-img .point img {
  -webkit-mask: none;
          mask: none;
}

@media screen and (min-width:1024px) {
  .p-feature__item-img {
    max-width: 307px;
    max-height: 256px;
  }
}

.p-feature__item-title {
  margin-top: 21px;
  color: #193363;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-weight: 600;
  text-align: center;
}

.p-feature__item-text {
  margin-top: 22px;
  color: #4a5152;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.14px;
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-feature__item-text {
    max-width: 273px;
  }
}

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

.p-data__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-inline: 20px;
}
@media screen and (min-width:1024px) {
  .p-data__items {
    display: grid;
    grid-template-areas: "item-top-1 item-top-2" "item-top-1 item-top-3" "item-bottom-1 item-bottom-2";
    max-width: 920px;
    margin-inline: auto;
  }
}


.p-data__item {
  background: #eaf2fa;
  border-radius: 40px;
  padding: 20px;
  width: 100%;
  max-width: 453px;
  display: grid;
  grid-template-areas: "title title" "icon num" "desc desc";
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-data__item-title {
  color: #193363;
  font-size: clamp(16px, 1.3909224012vw, 19px);
  line-height: 1.4210526316;
  letter-spacing: 0.19px;
  font-weight: 600;
  text-align: center;
  grid-area: title;
}

.p-data__item-icon {
  grid-area: icon;
    align-self: center;
}

.p-data__item-num {
  grid-area: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #193363;
  justify-self: center;
}
.p-data__item-num .num {
  font-size: clamp(40px, 5.5636896047vw, 76px);
  line-height: 1.5394736842;
  letter-spacing: 0.76px;
}
.p-data__item-num .text {
  font-size: clamp(24px, 2.5622254758vw, 35px);
  line-height: 3.3428571429;
  letter-spacing: 0.35px;
  font-weight: 600;
}

.p-data__item-desc {
  margin-top: 3px;
  grid-area: desc;
  color: #4a5152;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-weight: 600;
  text-align: center;
}

.item-top-1 {
  grid-area: item-top-1;
  grid-template-areas: "title title" "icon icon" "num num" "desc desc";
  height: 100%;
}
.item-top-1 .p-data__item-icon {
  margin-top: 31px;
  width: clamp(200px, 21.4436310395vw, 292.92px);
  height: clamp(86.9315854158px, 9.3206442167vw, 127.32px);
}
.item-top-2 {
  grid-area: item-top-2;
}
.item-top-2 .p-data__item-num {
  gap: 12.46px;
}
.item-top-2 .p-data__item-icon {
  margin-right: 18.35px;
  width: clamp(60px, 6.9780380673vw, 95.32px);
  height: clamp(60px, 6.9780380673vw, 95.32px);
}
@media screen and (min-width:1024px) {
  .item-top-2 .p-data__item-num {
    margin-top: clamp(-20px, -1.4641288433vw, -10px);
  }
  .item-top-2 .p-data__item-desc {
    margin-top: clamp(-12px, -0.878477306vw, -10px);
  }
}

.item-top-3 {
  grid-area: item-top-3;
}
.item-top-3 .p-data__item-icon {
  margin-right: 12.31px;
  width: clamp(60px, 6.8184480234vw, 93.14px);
  height: clamp(60.3671891776px, 6.8601756955vw, 93.71px);
}
@media screen and (min-width:1024px) {
  .item-top-3 .p-data__item-icon {
    margin-top: clamp(-16px, -1.1713030747vw, -10px);
  }
  .item-top-3 .p-data__item-num {
    margin-top: clamp(-16px, -1.1713030747vw, -10px);
  }
  .item-top-3 .p-data__item-desc {
    margin-top: clamp(-12px, -0.878477306vw, -10px);
  }
}

.item-bottom-1 {
  grid-area: item-bottom-1;
}
.item-bottom-1 .p-data__item-icon {
  justify-self: end;
  width: clamp(60px, 7.6368960469vw, 104.32px);
  height: clamp(51.9996165644px, 6.6185944363vw, 90.41px);
}
@media screen and (min-width:1024px) {
  .item-bottom-1 .p-data__item-icon {
    justify-self: center;
  }
}

.item-bottom-2 {
  grid-area: item-bottom-2;
}
.item-bottom-2 .p-data__item-icon {
  margin-right: 15.55px;
  width: clamp(60px, 6.4165446559vw, 87.65px);
  height: clamp(59.9794637764px, 6.4143484627vw, 87.62px);
}