@charset "UTF-8";

.p-about {
  background: #e6f0ff;
  border-radius: 40px 40px 0 0;
  color: #454545;
}

.p-about__top {
  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: 938px;
  padding-inline: 20px;
  margin-inline: auto;
  gap: 38px;
  margin-bottom: clamp(80px, 8.3333333333vw, 100px);
}
@media screen and (min-width:1024px) {
  .p-about__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;
  }
}

.p-about__top-content {
  max-width: 560px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__top-content {
    padding-top: 79px;
    max-width: 431px;
  }
}

.p-about__top-title {
  color: #3280FB;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-about__top-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.p-about__top-text:first-of-type {
  margin-top: 23px;
}

.p-about__top-img {
  max-width: 430px;
  aspect-ratio: 430/500;
  height: 100%;
  border-radius: 10px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__top-img {
    margin-inline: 0;
  }
}
.p-about__top-img img {
  border-radius: 10px;
}

.p-about__bottom {
  padding-top: clamp(100px, 10vw, 120px);
  padding-bottom: clamp(100px, 10.8333333333vw, 130px);
  border-radius: 40px 40px 0px 0px;
  background: #f5f7ff;
}

.p-about__content {
  padding-inline: 20px;
  max-width: 1198px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-about__content {
    padding-inline: 60px;
  }
}

.p-about__content-head {
  padding-bottom: 21px;
  border-bottom: 1px solid #a7a7a7;
  color: #3280FB;
}

.p-about__title-en {
  font-size: clamp(28px, 3.3333333333vw, 40px);
  line-height: 1.475;
  font-weight: 500;
}

.p-about__title-ja {
  margin-top: -1px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-value__body {
  margin-top: 59px;
}

.p-value__card {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (min-width:768px) {
  .p-value__card {
    padding: 46px 46px 44px 40px;
  }
}
.p-value__card + .p-value__card {
  margin-top: 19px;
}

.p-value__card-num {
  color: #3280FB;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-value__card-title {
  margin-top: 21px;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  line-height: 1.4545454545;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.p-value__card-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.p-strenghs {
  padding-top: clamp(100px, 10vw, 120px);
}

.p-strenghs__body {
  margin-top: 59px;
}

.p-strenghs__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: 32px;
}
@media screen and (min-width:768px) {
  .p-strenghs__content {
    -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-strenghs__content + .p-strenghs__content {
  margin-top: 50px;
}

.p-strenghs__texts {
  max-width: 645px;
}
@media screen and (min-width:768px) {
  .p-strenghs__texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width:1024px) {
  .p-strenghs__texts {
    margin-top: 30px;
  }
}

.p-strenghs__num {
  color: #3280FB;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-strenghs__title {
  margin-top: 21px;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  line-height: 1.4545454545;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.p-strenghs__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.p-strenghs__img {
  max-width: 381px;
  aspect-ratio: 381/243;
  height: 100%;
  border-radius: 10px;
  margin-inline: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width:768px) {
  .p-strenghs__img {
    margin-inline: 0;
    max-width: clamp(240px, 31.75vw, 381px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-strenghs__img img {
  border-radius: 10px;
}

.p-faq {
  padding-top: clamp(100px, 11.1666666667vw, 134px);
}

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

.p-faq__content {
  padding: 32px 38px 35px 21px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.p-faq__content + .p-faq__content {
  margin-top: 20px;
}

.p-faq__title {
  margin-left: 50px;
  padding-top: 4px;
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 600;
  position: relative;
}
.p-faq__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 32px;
  height: 32px;
  background: url(../images/about-q.svg) center/contain no-repeat;
}
.p-faq__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/about-line.svg) center/cover repeat;
}

.p-faq__text {
  margin-left: 50px;
  padding-top: 22px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-faq__text::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -50px;
  width: 32px;
  height: 32px;
  background: url(../images/about-a.svg) center/contain no-repeat;
}