@charset "UTF-8";

.p-faq {
  padding-block: 80px 70px;
}
@media screen and (min-width:768px) {
  .p-faq {
    padding-block: 162px 130px;
  }
}

.p-faq .l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-faq .l-inner {
    padding: 0 50px;
  }
}
@media screen and (min-width:1367px) {
  .p-faq .l-inner {
    padding-inline: calc((100vw - 1266px) / 2);
  }
}

.p-faq__menu-wrap {
  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: 40px;
}
@media screen and (min-width:1024px) {
  .p-faq__menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width:1200px) {
  .p-faq__menu-wrap {
    gap: min(4.0263543192vw, 55px);
  }
}

.p-faq__menu-link {
  position: relative;
  width: clamp(290px, 24.3045387994vw, 332px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-faq__menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
  rotate: 90deg;
}
.p-faq__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #011e55;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .p-faq__menu-link:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    translate: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .p-faq__menu-link:nth-of-type(3) .p-faq__menu-text {
    padding-left: 20px;
  }
}

@media screen and (min-width:1300px) {
  .p-faq__menu-link:nth-of-type(3) .p-faq__menu-text {
    padding-left: clamp(20px, 3.2210834553vw, 44px);
  }
}


.p-faq__menu-text {
  padding-block: 12px 26px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 500;
  color: #011e55;
}
@media screen and (min-width:1200px) {
  .p-faq__menu-text {
    padding-left: clamp(20px, 5.270863836vw, 72px);
  }
}

.p-faq__section {
  padding-top: clamp(60px, 6.9546120059vw, 95px);
  max-width: 1106px;
  margin-inline: auto;
}
.p-faq__section + .p-faq__section {
  padding-top: clamp(80px, 10.2489019034vw, 140px);
}

.p-faq__section-title {
  padding-left: 32px;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1.45;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
}
.p-faq__section-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 13px;
  background: url(../images/title-icon-blue.svg) no-repeat center center/cover;
}

.p-faq__items {
  margin-top: 38px;
}

.p-faq__item {
  padding-block: 24px 32px;
  padding-left: 71px;
  padding-right: clamp(20px, 2.7818448023vw, 38px);
  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__item + .p-faq__item {
  margin-top: 20px;
}

.p-faq__q {
  padding-top: 12px;
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 600;
  position: relative;
}
.p-faq__q::before {
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
  width: 16px;
  height: 43px;
  background: url(../images/Q.svg) no-repeat center center/cover;
}
.p-faq__q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/faq-line.svg) repeat center center/cover;
}

.p-faq__a {
  padding-top: 22px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 500;
}