@charset "UTF-8";

.p-feature {
  position: relative;
  margin-bottom: clamp(120px, 13.17715959vw, 180px);
}

.p-feature__top {
  margin-top: clamp(80px, 10.2489019034vw, 140px);
  margin-bottom: clamp(86px, 10.980966325vw, 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 999px;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-feature__top {
    -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;
    margin-inline: auto;
  }
}

.p-feature__top-content {
  max-width: 442px;
}
@media screen and (min-width:1024px) {
  .p-feature__top-content {
    margin-top: 57px;
  }
}

.p-feature__top-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.65625;
  letter-spacing: 3.2px;
  font-weight: 600;
}

.p-feature__top-text {
  margin-top: 53px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.p-feature__btn-wrap {
  margin-top: clamp(48px, 4.39238653vw, 60px);
}

.p-feature__btn {
  display: block;
  padding: 27px 20px 27px 27px;
  background: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  max-width: 335px;
}
.p-feature__btn:nth-of-type(2) {
  margin-top: 10px;
}
.p-feature__btn:nth-of-type(2) .p-feature__btn-text::after {
  background: url(../images/feature-btn-green.png) center/cover no-repeat;
}

.p-feature__btn-text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 500;
  position: relative;
}
.p-feature__btn-text::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/feature-btn-blue.png) center/cover no-repeat;
}

.p-feature__top-img {
  max-width: 400px;
  height: 100%;
  aspect-ratio: 480/600;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-feature__top-img {
    margin-inline: 0;
    max-width: 480px;
  }
}
.p-feature__top-img img {
  border-radius: 5px;
}


.p-features {
  position: relative;
  margin-bottom: clamp(80px, 8.78477306vw, 120px);
  max-width: 1000px;
  margin-inline: auto;
}

.p-feature__title-en {
  font-family: "Lato", serif;
  font-size: clamp(32px, 3.3333333333vw, 40px);
  line-height: 1.2;
  font-weight: 500;
}

.p-feature__title-ja {
  margin-top: -1px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 700;
}

.p-features__body {
  margin-top: 60px;
}

.p-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:1024px) {
  .p-features__item {
    -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;
    width: auto;
  }
}
.p-features__item + .p-features__item {
  margin-top: 60px;
}

.p-features__item:nth-of-type(2n) {
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-of-type(2n) .p-features__texts {
    padding-right: 0;
    padding-left: clamp(60px, 6.149341142vw, 84px);
  }
}
.p-features__item:nth-of-type(2n) .p-features__texts::before {
  background: #73b891;
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-of-type(2n) .p-features__texts::before {
    left: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-of-type(2n) .p-features__texts::after {
    left: 0;
  }
}
.p-features__item:nth-of-type(2n) .p-features__item-num {
  color: #74B791;
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-of-type(2n) .p-features__item-num {
    left: 19px;
  }
}



.p-features__item-img {
  max-width: 380px;
  max-height: 380px;
  aspect-ratio: 1/1;
}
.p-features__item-img img {
  border-radius: 10px;
}

.p-features__texts {
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-features__texts {
    padding-top: 88px;
    padding-right: clamp(60px, 7.3206442167vw, 100px);
  }
}
.p-features__texts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46.0526315789%;
  height: 2px;
  background: #0C8AC8;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-features__texts::before {
    left: auto;
    right: 0;
    width: 2px;
    height: 46.0526315789%;
  }
}
.p-features__texts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #a7a7a7;
}
@media screen and (min-width:1024px) {
  .p-features__texts::after {
    width: 1px;
    height: 100%;
  }
}

.p-features__item-num {
  margin-block: 12px;
  font-family: "Lato", serif;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 500;
  color: #0c8ac7;
}
@media screen and (min-width:1024px) {
  .p-features__item-num {
    margin-block: 0;
    position: absolute;
    top: 13px;
    right: 19px;
  }
}

.p-features__item-title {
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.p-features__item-text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
  max-width: 435px;
}

.p-service__body {
  margin-top: clamp(48px, 4.39238653vw, 60px);
  padding-block: 15px;
  padding-inline: 20px;
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .p-service__body {
    padding-inline: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1000px;
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .p-service__body .c-link:hover img {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-service__body .c-link:nth-of-type(3n + 2) .p-service__content-num {
  color: #73b690;
}
.p-service__body .c-link:nth-of-type(3n + 2) .p-service__content-title::after {
  background: url(../images/btn-arrow-green.png) center/cover no-repeat;
}
.p-service__body .c-link:nth-of-type(3n) .p-service__content-num {
  color: #abce72;
}
.p-service__body .c-link:nth-of-type(3n) .p-service__content-title::after {
  background: url(../images/btn-arrow-l-green.png) center/cover no-repeat;
}

.p-service__content {
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-service__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 3.2210834553vw, 44px);
  }
}
.p-service__content + .p-service__content {
  border-top: 1px solid #a7a7a7;
}


.p-service__text-content {
  max-width: 591px;
}

.p-service__content-num {
  margin-top: 17px;
  font-family: "Lato", serif;
  color: #0c8ac7;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
}

.p-service__content-title {
  margin-top: 9px;
  display: inline-block;
  padding-right: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.4090909091;
  letter-spacing: 1.76px;
  font-weight: 600;
  position: relative;
}
.p-service__content-title::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 28px;
  height: 18px;
  background: url(../images/btn-arrow-blue.png) center/cover no-repeat;
}

.p-service__content-text {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.p-service__img-content {
  width: 280px;
  aspect-ratio: 280/190;
  max-height: 190px;
  border-radius: 5px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-service__img-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: center;
        align-self: center;
    margin-inline: 0;
  }
}
.p-service__img-content img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.p-feature__logo-top {
  position: absolute;
  top: -26.6471449488vw;
  left: -30.3074670571vw;
  width: clamp(20px, 74.5241581259vw, 1018px);
  aspect-ratio: 679/664;
  background: url(../images/logo-bg.png) center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:1367px) {
  .p-feature__logo-top {
    top: -364px;
    left: calc(-414px + (100vw - 1366px) / 2);
  }
}


.p-feature__logo-bottom {
  position: absolute;
  top: max(2600px, 190.336749634vw);
  left: 32.7232796486vw;
  width: clamp(20px, 74.5241581259vw, 1018px);
  aspect-ratio: 679/664;
  background: url(../images/logo-bg.png) center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width:1024px) {
  .p-feature__logo-bottom {
    top: min(1368px, 153.8461538462vw);
  }
}
@media screen and (min-width:1367px) {
  .p-feature__logo-bottom {
    top: 1368px;
    left: calc(447px + (100vw - 1366px) / 2);
  }
}