@charset "UTF-8";

.p-about {
  padding-top: clamp(80px, 9.765625vw, 100px);
  padding-bottom: clamp(120px, 14.6484375vw, 150px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#deefff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #deefff 100%) 0% 0% no-repeat padding-box;
}

.p-about__body {
  margin-top: clamp(40px, 4.75vw, 57px);
}
@media screen and (min-width:768px) {
  .p-about__body {
    padding-left: clamp(20px, 4.1666666667vw, 50px);
    padding-right: clamp(20px, 4.5vw, 54px);
  }
}

.p-about__body-title {
  font-size: clamp(28px, 3.125vw, 32px);
  line-height: 1.65625;
  letter-spacing: 2.56px;
  font-weight: 700;
}

.p-about__body-wrap {
  margin-top: clamp(80px, 7.027818448vw, 96px);
  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: 40px 72px;
}
@media screen and (min-width:1024px) {
  .p-about__body-wrap {
    padding-left: clamp(20px, 3.074670571vw, 42px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about__text-content {
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__text-content {
    margin-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.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: 29px;
}

.p-about__img-content {
  max-width: 412px;
    max-height: 379px;
  aspect-ratio: 412/379;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__img-content {
    margin-inline: 0;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-about__img-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 50px #88C3DC;
          box-shadow: inset 0px 0px 50px #88C3DC;
  border-radius: 20px;
  pointer-events: none;
}
.p-about__img-content::after {
  content: "";
  position: absolute;
  top: clamp(-40px, -2.9282576867vw, -20px);
  right: clamp(-50px, -3.6603221083vw, -25px);
  width: 100%;
  height: 100%;
  background: #9EC7E5;
  border-radius: 5px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: -1;
}
.p-about__img-content img {
  border-radius: 20px;
}

.p-feature {
  padding-top: clamp(80px, 9.1666666667vw, 110px);
  padding-bottom: clamp(92px, 10vw, 120px);
  color: #ffffff;
  background: #015fb7;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 30px;
  position: relative;
}

.p-feature__head {
  color: #ffffff;
}
.p-feature__head .c-section__title-ja::after {
  background: #ffffff;
}

.p-feature__items {
  margin-top: clamp(60px, 7.1666666667vw, 86px);
  max-width: 1060px;
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.p-feature__item {
  padding-block: 30px 33px;
  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;
  max-width: 976px;
  margin-inline: auto;
  position: relative;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-feature__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100vw;
 max-width: min(1060px, 100%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.p-feature__item-texts {
  max-width: 688px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-feature__item-texts {
    margin-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-feature__item-num {
  width: 57px;
  height: 31px;
  padding: 7px 21px;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 600;
  background: url(../images/feature-num-bg.svg) no-repeat center center/cover;
  margin-bottom: 15px;
}

.p-feature__item-title {
  font-size: clamp(18px, 1.953125vw, 20px);
  line-height: 1.45;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline;
  -webkit-border-after: 1px solid;
          border-block-end: 1px solid;
}

.p-feature__item-text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 1.12px;
}

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

.p-const {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
  padding-bottom: clamp(120px, 14vw, 168px);
}

.p-const__items {
  margin-top: clamp(56px, 6.4453125vw, 66px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  max-width: 1060px;
  margin-inline: auto;
  gap: 40px 30px;
}
@media screen and (min-width:1024px) {
  .p-const__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-const__item {
  max-width: 333px;
}

.p-const__item-img {
  aspect-ratio: 333/220;
  max-width: 333px;
  border-radius: 10px;
}
.p-const__item-img img {
  border-radius: 10px;
}

.p-const__item-text {
  margin-top: 13px;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-align: center;
}