@charset "UTF-8";
/* ===========================================================/
/  カラー定義                                                 
=============================================================*/
.mv {
  padding: 5.5rem 0 8rem;
  background: url(../img/pc/mv-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 8.7rem;
    background-size: 100% 97.5rem;
    background-position: top center;
    background-image: url(../img/sp/mv-bg.jpg);
  }
}
.mv__row {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.4rem;
}
@media screen and (max-width: 768px) {
  .mv__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mv__ttl {
  margin-top: 5.3rem;
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    margin-top: 0;
    margin-bottom: 6.7rem;
  }
}
.mv__form {
  width: 41.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__form {
    width: 100%;
    -webkit-box-shadow: 0.1rem 0 1.3rem rgba(0, 0, 0, 0.13);
            box-shadow: 0.1rem 0 1.3rem rgba(0, 0, 0, 0.13);
  }
}
.mv__form-ttl {
  padding: 2.5rem 0;
  background: #fe5f35;
  color: #fff;
  border-radius: 1.8rem 1.8rem 0 0;
  font-size: 1.551rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__form-ttl {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}
.mv__form-ttl span {
  font-size: 3.102rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .mv__form-ttl span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__tel {
    margin-top: 5.1rem;
  }
}

.lead {
  padding: 14.2rem 0 22.5rem;
  background: url(../img/pc/lead-bg.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 6.7rem 0 11.5rem;
    background-image: url(../img/sp/lead-bg.png);
  }
}
.lead__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .lead__list {
    margin-inline: auto;
    max-width: 58rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
  }
}
.lead__item {
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.4rem solid rgba(37, 47, 126, 0.3);
}
@media screen and (max-width: 768px) {
  .lead__item {
    border-width: 0.8rem;
  }
}
.lead__item-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.4rem solid #252f7e;
  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: 0.8rem;
}
@media screen and (max-width: 768px) {
  .lead__item-inner {
    gap: 0.6rem;
  }
}
.lead__item-img {
  margin-top: 3.4rem;
  margin-inline: auto;
  width: 5.5rem;
  height: 4.9rem;
}
@media screen and (max-width: 768px) {
  .lead__item-img {
    margin-top: 3.8rem;
    width: 6.2rem;
    height: 5.4rem;
  }
}
.lead__item-ttl {
  text-align: center;
  font-size: 2.477rem;
  color: #252f7e;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lead__item-ttl {
    font-size: 2.755rem;
  }
}
.lead__item-ttl span {
  display: block;
  font-size: 3.426rem;
}
@media screen and (max-width: 768px) {
  .lead__item-ttl span {
    font-size: 3.809rem;
  }
}

.reason {
  position: relative;
}
.reason::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  position: absolute;
  top: 13.4rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    padding-inline: 0;
  }
}
.reason__ttl {
  margin-top: -13.4rem;
}
@media screen and (max-width: 768px) {
  .reason__ttl {
    margin-top: 0;
    padding-left: 7rem;
  }
}
.reason__txt {
  padding: 13.7rem 0 15.1rem;
}
@media screen and (max-width: 768px) {
  .reason__txt {
    padding: 8.2rem 4.8rem 9rem;
  }
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.2rem;
}
@media screen and (max-width: 768px) {
  .reason__list {
    gap: 4.5rem;
  }
}
.reason__item-number {
  margin-inline: auto;
  width: 15.1rem;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .reason__item-number {
    display: none;
  }
}
.reason__item-ttl {
  margin-top: 2rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 5rem;
  font-weight: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason__item-ttl {
    font-size: 5.2rem;
    font-weight: bold;
  }
}
.reason__item-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: #ffaf51;
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .reason__item-ttl::after {
    display: none;
  }
}
.reason__item-para {
  margin-top: 6.6rem;
  margin-inline: auto;
  max-width: 106rem;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__item-para {
    text-align: left;
  }
}
.reason__box {
  margin-top: 8.2rem;
  margin-inline: auto;
  padding: 5.2rem 4.8rem 4.4rem 5.6rem;
  max-width: 111.4rem;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8rem;
}
.reason__box-img {
  max-width: 38.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reason__box-para {
  line-height: 2;
}

.service {
  padding: 9.2rem 0 15.9rem;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 0 7.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .service__ttl {
    padding-left: 7rem;
  }
}
.service__txt {
  padding: 11.9rem 0 13.4rem;
}
@media screen and (max-width: 768px) {
  .service__txt {
    padding: 7.8rem 4.8rem 10rem;
  }
}
.service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .service__list {
    gap: 6rem;
  }
}
.service__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9rem;
}
@media screen and (max-width: 768px) {
  .service__item-row {
    gap: 1.7rem;
  }
}
.service__item-number {
  display: inline-block;
  width: 5.626rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .service__item-number {
    width: 5.926rem;
  }
}
.service__item-ttl {
  font-size: 5.2rem;
  font-weight: normal;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .service__item-ttl {
    font-weight: bold;
  }
}
.service__item-para {
  margin-top: 2.2rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .service__item-para {
    text-align: left;
  }
}
.service__cta {
  margin-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .service__cta {
    margin-top: 8.2rem;
  }
}
.service__cta-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
}
.service__cta-ttl::before, .service__cta-ttl::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2.9rem;
  background: #fe5f35;
}
.service__cta-ttl::before {
  -webkit-transform: rotate(-25.79deg);
          transform: rotate(-25.79deg);
}
.service__cta-ttl::after {
  -webkit-transform: rotate(25.79deg);
          transform: rotate(25.79deg);
}
.service__cta-btn {
  margin-top: 2.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service__tel {
    margin-top: 3.6rem;
  }
}

.solution {
  padding: 6.8rem 0 27.1rem;
}
@media screen and (max-width: 768px) {
  .solution {
    padding: 1.5rem 0 8.8rem;
  }
}
.solution__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 5.322rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .solution__ttl {
    font-size: 3.983rem;
    line-height: 1.75;
  }
}
.solution__ttl .small {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .solution__ttl .small {
    font-size: 3.6rem;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    display: inline-block;
  }
}
.solution__ttl .big {
  font-size: 6.653rem;
}
@media screen and (max-width: 768px) {
  .solution__ttl .big {
    font-size: 4.979rem;
  }
}
.solution__img {
  display: inline-block;
  width: 45.8rem;
}
@media screen and (max-width: 768px) {
  .solution__img {
    width: 34.3rem;
  }
}
.solution__btn {
  margin: 5.4rem auto 0;
}

.type {
  padding-top: 9.2rem;
}
@media screen and (max-width: 768px) {
  .type {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .type__inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .type__ttl {
    padding-right: 7rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.type__txt {
  padding: 11.4rem 0 12.5rem;
}
@media screen and (max-width: 768px) {
  .type__txt {
    padding: 8.2rem 4.8rem 6.7rem;
  }
}
.type__para {
  text-align: center;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .type__para {
    text-align: left;
  }
}

.works {
  padding: 11.7rem 0 11.8rem;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 0;
    background: initial;
  }
}
.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.9rem;
  }
}
.works__item {
  background: #ffdfd7;
  border-radius: 2rem;
}
.works__item-txt {
  padding: 3.8rem 3.6rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .works__item-txt {
    padding: 5.8rem 5.4rem 7rem;
  }
}
.works__item-ttl {
  height: 8.4rem;
  background: #252f7e;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 8.4rem;
  font-size: 2.878rem;
  letter-spacing: 0.07em;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .works__item-ttl {
    height: 12rem;
    line-height: 12rem;
    font-size: 4.259rem;
  }
}
.works__item-heading {
  margin-top: 2.4rem;
  font-size: 2.7rem;
  line-height: 1.3322222222;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .works__item-heading {
    font-size: 4rem;
    line-height: 1.331;
  }
}
.works__lower-list {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .works__lower-list {
    margin-top: 3.2rem;
  }
}
.works__lower-item {
  padding: 1.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works__lower-item {
    padding: 1.7rem 0;
  }
}
.works__lower-item:first-of-type {
  padding-top: 0;
}
.works__lower-item:last-of-type {
  padding-bottom: 0;
}
.works__lower-item + .works__lower-item {
  border-top: 0.1rem dashed #777777;
}
.works__lower-item-cat {
  margin-left: 0.7rem;
  padding: 0 0.7rem 0 1rem;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.027rem;
  background: #fe5f35;
  border-radius: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works__lower-item-cat {
    margin-left: 0;
    padding: 0 1.8rem 0 1.2rem;
    height: 5.3rem;
    font-size: 3rem;
    line-height: 5.3rem;
  }
}
.works__lower-item-para {
  font-size: 2.432rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .works__lower-item-para {
    font-size: 3.6rem;
  }
}
.works__lower-item-para span {
  font-size: 4.392rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .works__lower-item-para span {
    font-size: 6.5rem;
  }
}

.worries {
  background: #fcfcfc;
}
.worries__row {
  padding: 5.5rem 12rem 5.6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .worries__row {
    padding: 0;
  }
}
.worries__img {
  margin-top: -30.8rem;
  width: 45.7rem;
}
.worries__ttl {
  margin-left: -5.2rem;
  padding: 4.6rem 5.7rem 5.4rem 11rem;
  background: url(../img/pc/worries-ballon.png) no-repeat center/contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.144rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .worries__ttl {
    margin-top: 0;
    margin-left: 0;
    padding: 5.5rem 0 4.6rem;
    background: none;
    font-size: 3.6rem;
  }
}
.worries__ttl span {
  font-size: 4.323rem;
}
@media screen and (max-width: 768px) {
  .worries__ttl span {
    font-size: 4.192rem;
  }
}
.worries__ttl span span {
  font-size: 5.403rem;
}
@media screen and (max-width: 768px) {
  .worries__ttl span span {
    font-size: 5.241rem;
  }
}

.youtube {
  padding: 10rem 0 11.3rem;
  background: #8790a7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 4.4rem 0 7.6rem;
    background: initial;
  }
}
.youtube::before, .youtube::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.6rem;
  background: url(../img/pc/youtube-bg.png) no-repeat center/cover;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .youtube::before, .youtube::after {
    display: none;
  }
}
.youtube::before {
  top: 0;
}
.youtube::after {
  bottom: 0;
}
.youtube__img {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .youtube__img {
    margin-inline: auto;
    width: 100%;
  }
}
.youtube__cta {
  margin-top: 4.2rem;
  text-align: center;
}
.youtube__cta-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 4.077rem;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
}
@media screen and (max-width: 768px) {
  .youtube__cta-ttl {
    color: #252f7e;
  }
}
.youtube__cta-ttl::before, .youtube__cta-ttl::after {
  content: "";
  display: block;
  width: 0.358rem;
  height: 3.461rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .youtube__cta-ttl::before, .youtube__cta-ttl::after {
    background: #252f7e;
  }
}
.youtube__cta-ttl::before {
  -webkit-transform: rotate(-25.79deg);
          transform: rotate(-25.79deg);
}
.youtube__cta-ttl::after {
  -webkit-transform: rotate(25.79deg);
          transform: rotate(25.79deg);
}
.youtube__cta-btn {
  margin-top: 1.4rem;
  margin-inline: auto;
}

.contact {
  padding: 8.7rem 0 12.1rem;
  background: #252f7e;
}
.contact__ttl {
  margin-bottom: 8.2rem;
  padding: 5.5rem 0;
  background: #fff;
  border-radius: 2rem;
  font-size: 5.028rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.contact__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.contact__ttl > span:nth-of-type(1) {
  display: inline-block;
  width: 47.6rem;
}
.contact__ttl > span:nth-of-type(3) {
  font-size: 7.174rem;
}
.contact__ttl .small {
  margin-left: 1rem;
  display: inline-block;
  font-size: 5rem;
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}
.contact__form {
  width: 41.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: 100%;
    -webkit-box-shadow: 0.1rem 0 1.3rem rgba(0, 0, 0, 0.13);
            box-shadow: 0.1rem 0 1.3rem rgba(0, 0, 0, 0.13);
  }
}
.contact__form-ttl {
  padding: 2.5rem 0;
  background: #fe5f35;
  color: #fff;
  border-radius: 1.8rem 1.8rem 0 0;
  font-size: 1.551rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__form-ttl {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}
.contact__form-ttl span {
  font-size: 3.102rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .contact__form-ttl span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel {
    margin-top: 5.1rem;
  }
}

.formrun-system-show {
  font-size: 10px;
  margin-top: 4px;
  color: #fe5f35;
}
.form__check {
  margin-top: 0.8rem;
  text-align: center;
}
.form__check label {
  font-weight: normal;
  font-size: 14px;
}
.form__submit {
  color: transparent;
}





/* 未選択（プレースホルダー）は薄グレーのまま */
#city01.form__select.is-placeholder,
#city02.form__select.is-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  opacity: 1 !important;
}

/* ▼ 選択後は必ず黒（PCでも勝てるように強めに） */
#city01.form__select:not(:disabled)[data-filled="true"],
#city02.form__select:not(:disabled)[data-filled="true"],
#city01.form__select.is-selected,
#city02.form__select.is-selected {
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
  opacity: 1 !important;
}

/* （必要なら）モバイルで色が乗らない場合の見た目安定用
.form__select { -webkit-appearance: none; appearance: none; }
*/



/* =========================
   FAQ（よくあるご質問）
   ※トップページ専用
   PC / SP 同一デザイン
========================= */

section.faq-section {
  background: #f2f4f8;
  padding: 80px 20px;
}

/* inner の影響を受けないように明示 */
.faq-section .faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル */
.faq-section .faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1b2a6b;
  margin-bottom: 48px;
}

/* FAQカード */
.faq-section .faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;

  /* common.css の影響を完全に無効化 */
  border: none !important;
  box-shadow: none !important;
}

/* 質問 */
.faq-section .faq-question {
  width: 100%;
  padding: 24px 28px;
  background: none;
  border: none;

  font-size: 18px;
  font-weight: 700;
  color: #000;

  text-align: left;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ホバー（PC） */
.faq-section .faq-question:hover {
  background: #eef2fb;
}

/* ＋アイコン */
.faq-section .faq-icon {
  font-size: 26px;
  font-weight: 700;
  color: #1b2a6b;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

/* 回答 */
.faq-section .faq-answer {
  display: none;
  padding: 0 28px 28px;

  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* 開いた状態 */
.faq-section .faq-item.is-open .faq-answer {
  display: block;
}

.faq-section .faq-item.is-open .faq-icon {
  transform: rotate(45deg); /* ＋ → × */
}

/* =========================
   SP調整
   ※PCと同じ見た目で
     横だけ安全に
========================= */

@media (max-width: 768px) {
  section.faq-section {
    padding: 60px 16px;
  }

  .faq-section .faq__inner {
    padding: 0;
  }
}
