.p-about-intro__slide {
  margin-top: 30px;
}
.p-about-intro__slide .swiper-slide {
  aspect-ratio: 805/440;
  border-radius: 5px;
  height: 250px;
  overflow: hidden;
}

.p-about-intro__label {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: calc(38 / 22);
  margin-top: 30px;
}
.p-about-intro__label p {
  position: relative;
}
.p-about-intro__label p::after {
  background-color: #025ba7;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-about-intro__desc {
  color: #313841;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 35px;
}

.p-about-features__boxs {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 40px;
}

.p-about-features__box {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.p-about-features__box:nth-of-type(2n) .p-about-features__num {
  color: #025ba6;
}

.p-about-features__img,
.p-about-features__contents {
  flex: 1;
}

.p-about-features__img {
  aspect-ratio: 377/340;
  border-radius: 5px;
  overflow: hidden;
}

.p-about-features__contents {
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 20px;
}

.p-about-features__num {
  color: #ed1a25;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1;
}

.p-about-features__label {
  color: #00132b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 100%;
}

.p-about-features__desc {
  color: #313841;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  grid-column: span 2;
  letter-spacing: 0.03em;
  line-height: 2;
  line-height: calc(28 / 14);
}

.p-about-faq__boxs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}

.p-about-faq__box {
  background-color: #eef7fd;
  border-radius: 10px;
  padding: 30px 20px;
  width: 100%;
}

.p-about-faq__q,
.p-about-faq__a {
  align-items: flex-start;
  color: #313841;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-about-faq__q::before,
.p-about-faq__a::before {
  background: url(../images/faq_q.png) no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 24px;
  width: 20px;
}

.p-about-faq__q {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  width: 100%;
}

.p-about-faq__a {
  padding-top: 20px;
}
.p-about-faq__a::before {
  background: url(../images/faq_a.png) no-repeat center/contain;
}

.p-about-service__contents {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .p-about-features__box {
    flex-direction: row;
    gap: 55px;
  }
  .p-about-features__box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .p-about-features__contents {
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 30px;
  }
  .p-about-features__label {
    line-height: calc(38 / 20);
  }
  .p-about-features__desc {
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .p-about-intro__slide {
    margin-top: 45px;
  }
  .p-about-intro__slide .swiper-slide {
    height: 440px;
  }
  .p-about-intro__label {
    font-size: 22px;
    margin-top: 45px;
  }
  .p-about-features__boxs {
    margin-top: 60px;
  }
  .p-about-features__num {
    font-size: 58px;
  }
  .p-about-faq__box {
    padding: 30px;
  }
}