@charset "UTF-8";
/*
Theme Name: torikilukun
*/
body {
  font-size: 16px;
  color: #161616;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  overflow-x: visible !important;
}
body.is-checked {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .hidden-xl {
    display: none;
  }
}

.inner {
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1660px;
    margin-inline: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}

/*
Theme Name: torikilukun
*/
.header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 80px;
  }
}

.header__logo {
  font-family: "corporate-logo-ver2", sans-serif;
  color: #009bdc;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #dc1457;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 6px 20px;
  height: 48px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__btn:hover {
  opacity: 0.85;
}

.header__btn-arrow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
}

/*
Theme Name: torikilukun
*/
.footer {
  background: #161616;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}

.footer__inner {
  text-align: center;
}

.footer__copyright {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

/*
Theme Name: torikilukun
*/
.cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: #dc1457;
  color: #fff;
  text-decoration: none;
  border-radius: 300px;
  padding: 0 20px;
  height: 72px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: normal;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .cta-btn {
    background: -webkit-gradient(linear, left top, right top, from(#dc1457), to(#ed3c77));
    background: linear-gradient(to right, #dc1457, #ed3c77);
    height: 68px;
    font-size: 18px;
    padding: 0 40px;
    gap: 10px;
    white-space: nowrap;
  }
}
.cta-btn:hover {
  opacity: 0.85;
}

.cta-btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 8px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cta-btn-arrow {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
}

/*
Theme Name: torikilukun
*/
.contact {
  background: #f1faff;
  margin-top: 46px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 74px;
    padding-bottom: 98px;
  }
}

@media screen and (max-width: 767px) {
  .contact__inner {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact__img {
    margin-inline: -20px;
  }
}
@media screen and (min-width: 768px) {
  .contact__img {
    max-width: 640px;
    margin-inline: auto;
  }
}
.contact__img img {
  width: 100%;
  height: auto;
  display: block;
}

.contact__form {
  margin-top: 28px;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 18px;
  }
}

.contact__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.contact__form-label {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}

.contact__form-required {
  color: #fa5853;
}

.contact__form-input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 6px 10px;
  font-size: 16px;
  color: #161616;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__form-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.contact__form-input::-moz-placeholder {
  color: #b3b3b3;
}
.contact__form-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.contact__form-input::-ms-input-placeholder {
  color: #b3b3b3;
}
.contact__form-input::placeholder {
  color: #b3b3b3;
}
.contact__form-input:focus {
  border-color: #009ae2;
}

.contact__form-textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 11px;
  font-size: 16px;
  color: #161616;
  outline: none;
  resize: vertical;
  height: 102px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  font-family: inherit;
}
.contact__form-textarea:focus {
  border-color: #009ae2;
}

.contact__form-submit {
  text-align: center;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-top: 43px;
  }
}

.contact__form-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#dc1457), to(#ed3c77));
  background: linear-gradient(to right, #dc1457, #ed3c77);
  color: #fff;
  border: none;
  border-radius: 300px;
  padding: 0 32px 0 40px;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.contact__form-btn::after {
  content: "→";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__form-btn:hover {
  opacity: 0.85;
}

/*
Theme Name: torikilukun
*/
.thanks {
  padding: 80px 0 120px;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: 120px 0 160px;
  }
}

.thanks__inner {
  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;
  text-align: center;
  gap: 24px;
}

.thanks__title {
  font-size: 24px;
  font-weight: 700;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .thanks__title {
    font-size: 32px;
  }
}

.thanks__text {
  font-size: 16px;
  line-height: 1.8;
  color: #161616;
}

.thanks__btn {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  main {
    max-width: 750px;
    width: 100%;
    margin-inline: auto;
  }
}

.fv {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  padding-top: 18px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../img/fv-bg-pc.webp) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 36px;
  }
}

.fv__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-inline: 80px;
  }
}

.fv__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .fv__content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fv__content {
    margin-left: 30px;
  }
}

.fv__lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.fv__lead-accent {
  color: #f5f9b6;
}

@media screen and (max-width: 767px) {
  .fv__heading {
    padding-inline: 26px;
  }
}
.fv__heading img {
  width: 100%;
  max-width: 720px;
  height: auto;
}

.fv__sub {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .fv__sub {
    font-size: 20px;
    margin-top: 24px;
  }
}
.fv__sub::before, .fv__sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv__sub::before {
  -webkit-transform: translateX(-4px) rotate(-30deg);
          transform: translateX(-4px) rotate(-30deg);
}
.fv__sub::after {
  -webkit-transform: translateX(4px) rotate(30deg);
          transform: translateX(4px) rotate(30deg);
}

.fv__stats {
  margin-top: 172px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .fv__stats {
    margin-top: 24px;
    margin-bottom: 15px;
  }
}
.fv__stats img {
  max-width: 600px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fv__btn {
    margin-left: 40px;
  }
}

.price {
  background: linear-gradient(160deg, #aae5ff, #5fcbfd);
  padding-top: 48px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

.price__heading {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .price__heading {
    margin-bottom: 45px;
  }
}

.price__lead {
  text-align: center;
  font-size: 15px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .price__lead {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
  }
}

.price__title {
  color: var(--text, #333);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .price__title {
    font-size: 36px;
  }
}

.price__cards {
  margin-bottom: 40px;
  padding-inline: 12px;
}
@media screen and (min-width: 768px) {
  .price__cards {
    padding-inline: 0;
    margin-bottom: 48px;
  }
}
.price__cards img {
  width: 100%;
  height: auto;
  display: block;
}

.price__cta {
  text-align: center;
}

.kaiketsu {
  background: -webkit-gradient(linear, left top, left bottom, from(#3cb6ee), to(#67caf5));
  background: linear-gradient(to bottom, #3cb6ee, #67caf5);
  padding: 48px 0;
  position: relative;
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .kaiketsu {
    margin-top: -20px;
    padding-top: 80px;
    padding-bottom: 126px;
  }
}

.kaiketsu__heading {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .kaiketsu__heading {
    margin-bottom: 50px;
  }
}

.kaiketsu__lead {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
@media screen and (min-width: 768px) {
  .kaiketsu__lead {
    font-size: 36px;
    line-height: 145%; /* 52.2px */
  }
}

.kaiketsu__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
@media screen and (min-width: 768px) {
  .kaiketsu__title {
    font-size: 36px;
    line-height: 145%; /* 52.2px */
  }
}

.kaiketsu__content {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 12px 12px 14px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 12px 12px 14px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .kaiketsu__content {
    margin-inline: 12px;
  }
}
@media screen and (min-width: 768px) {
  .kaiketsu__content {
    padding: 50.5px 44px 88px 44px;
  }
}

.kaiketsu__cards {
  margin-bottom: 40px;
  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;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .kaiketsu__cards {
    margin-bottom: 40px;
  }
}
.kaiketsu__cards img {
  width: 100%;
  height: auto;
  display: block;
}

.kaiketsu__cta-sm {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kaiketsu__cta-sm {
    display: none;
  }
}

.kaiketsu__cta-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kaiketsu__cta-pc {
    display: none;
  }
}

.voice {
  padding-top: 48px;
  padding-bottom: 50px;
  background: url(../img/voice-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.voice__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice__heading {
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 145%;
  border-radius: 200px;
  border: 3px solid #009bdc;
  background: #fff;
  padding: 14px 30px;
}
@media screen and (min-width: 768px) {
  .voice__heading {
    font-size: 36px;
    padding: 46px 64px;
    max-width: 974px;
    width: 100%;
  }
}

.voice__heading-accent {
  color: #009bdc;
  font-weight: 700;
}

.voice__arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009bdc;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .voice__arrow {
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-top: 26px solid #009bdc;
    margin-bottom: 40px;
  }
}

.voice__cards {
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .voice__cards {
    max-width: 844px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.voice__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .voice__cta {
    margin-top: 37px;
  }
}

.service img {
  width: 100%;
}

.plan {
  padding-top: 40px;
  padding-bottom: 62px;
  background: url(../img/voice-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .plan {
    padding-top: 72px;
    padding-bottom: 92px;
  }
}

.plan__title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.plan__img {
  padding-inline: 12px;
}
.plan__remarks {
  color: #999;
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-inline: 12px;
}
@media screen and (min-width: 768px) {
  .plan__remarks {
    text-align: center;
    font-size: 16px;
    line-height: 170%; /* 27.2px */
    margin-top: 50px;
    margin-bottom: 48px;
  }
}

.plan__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compare {
  padding-top: 52px;
  padding-bottom: 56px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .compare {
    padding-top: 72px;
    padding-bottom: 104px;
  }
}

.compare__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .compare__title {
    font-size: 36px;
    margin-bottom: 44px;
  }
}

.compare__table {
  overflow-x: auto;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .compare__table {
    max-width: 874px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}

.compare__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow {
  background: url(../img/flow-bg.webp) no-repeat center center/cover;
  padding-top: 48px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 76px;
    padding-bottom: 84px;
  }
}

.flow__title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 36px;
    line-height: 145%; /* 52.2px */
    margin-bottom: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .flow__title::before, .flow__title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 106px;
    background: #fff;
    border-radius: 6px;
  }
  .flow__title::before {
    left: -53px;
    -webkit-transform: translateY(-50%) rotate(-25deg);
            transform: translateY(-50%) rotate(-25deg);
  }
  .flow__title::after {
    right: -53px;
    -webkit-transform: translateY(-50%) rotate(25deg);
            transform: translateY(-50%) rotate(25deg);
  }
}

.flow__title-accent {
  color: #f5f9b6;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .flow__title-accent {
    font-size: 36px;
    line-height: 145%;
  }
}

.flow__steps {
  margin-bottom: 40px;
  padding-inline: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__steps {
    margin-bottom: 42px;
    padding-inline: 0;
  }
}

.flow__steps-img {
  max-width: 100%;
  height: auto;
}

.flow__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow__cta {
    display: none;
  }
}

.qa {
  padding-top: 48px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 63px;
    padding-bottom: 90px;
  }
}

.qa__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .qa__heading {
    font-size: 36px;
    margin-bottom: 66px;
  }
}

.qa__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: 12px;
  max-width: 720px;
  margin: 0 auto;
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .qa__list {
    max-width: 1000px;
    width: 100%;
    gap: 20px;
    padding-inline: 0;
  }
}

.qa__item.is-open .qa__question-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa__question {
  width: 100%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-align: left;
  border-radius: 4px;
  background: #009bdc;
  padding: 10px 12px 10px 10px;
}
@media screen and (min-width: 768px) {
  .qa__question {
    padding: 10px 26px;
  }
}

.qa__question-text {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.qa__question-text::before {
  content: "Q. ";
  position: absolute;
  top: 0;
  left: 0;
}

.qa__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
}

.qa__question-icon::before {
  content: "";
  position: absolute;
  background: url(../img/qa__arrow.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.qa__answer {
  display: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .qa__answer {
    padding-bottom: 5px;
  }
}

.qa__answer p {
  font-weight: 400;
  line-height: 24px;
  padding-top: 12px;
}

@media screen and (min-width: 768px) {
  .cta__img {
    width: 71.25vw;
    margin-inline: auto;
  }
}

.cta__img-arrow {
  text-align: center;
}