.animate-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  will-change: opacity, transform;
}
.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

section {
  padding: 131px 0 128px;
}
@media (max-width: 1187px) {
  section {
    text-align: center;
    padding: 64px 0;
  }
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mo {
  display: block;
}
@media (min-width: 768px) {
  .mo {
    display: none;
  }
}

/* Intro */
.intro-banner {
  background: #F8F8F8;
}
.intro-banner__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .intro-banner__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.intro-banner__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #000;
}
@media (max-width: 1187px) {
  .intro-banner__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.intro-banner__desc {
  margin-top: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1187px) {
  .intro-banner__desc {
    font-size: 18px;
    line-height: 28px;
  }
}
.intro-banner__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  height: 360px;
}
@media (max-width: 1187px) {
  .intro-banner__video {
    margin: 32px auto 0;
    position: static;
  }
}
@media (max-width: 767px) {
  .intro-banner__video {
    width: 100%;
    height: auto;
  }
}
.intro-banner__video img {
  width: 100%;
}
.intro-banner__btn-group {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1187px) {
  .intro-banner__btn-group {
    margin-top: 25px;
    justify-content: space-between;
  }
}
@media (max-width: 1187px) {
  .intro-banner__btn-group .btn {
    width: calc(50% - 4px);
  }
}
.intro-banner__guide {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

/* Benefits */
.ad-benefits {
  text-align: center;
}
.ad-benefits__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .ad-benefits__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.ad-benefits__title {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1187px) {
  .ad-benefits__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.0125rem;
  }
}
.ad-benefits__image {
  margin-top: 96px;
}
@media (max-width: 1187px) {
  .ad-benefits__image {
    margin-top: 32px;
  }
}
.ad-benefits__image img {
  max-width: 100%;
  height: auto;
}

/* STATS */
.growth-stats {
  background: #EFF1F3;
  text-align: center;
}
.growth-stats__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .growth-stats__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.growth-stats__title {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1187px) {
  .growth-stats__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.0125rem;
  }
}
.growth-stats__list {
  margin-top: 64px;
  display: flex;
  gap: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .growth-stats__list {
    margin-top: 32px;
    gap: 24px;
    flex-direction: column;
  }
}
.growth-stats__item {
  gap: 16px;
  background: #fff;
  padding: 48px;
  flex: 1 1 0;
  min-width: 0;
  box-shadow: 0 -1px 10px 3px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
@media (max-width: 1187px) {
  .growth-stats__item {
    padding: 32px;
  }
}
.growth-stats__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.0125rem;
}
@media (max-width: 1187px) {
  .growth-stats__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.growth-stats__item-title strong {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  color: #FA582F;
}
@media (max-width: 1187px) {
  .growth-stats__item-title strong {
    font-size: 32px;
    line-height: 40px;
  }
}
.growth-stats__item-title span {
  color: #FA582F;
}
.growth-stats__item-desc {
  height: 48px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.0125rem;
  color: #555;
}
@media (max-width: 1187px) {
  .growth-stats__item-desc {
    height: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

/* DATA INFO */
.data-info {
  text-align: center;
}
.data-info__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .data-info__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.data-info__title {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1187px) {
  .data-info__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.0125rem;
  }
}
.data-info__image {
  margin-top: 64px;
}
@media (max-width: 1187px) {
  .data-info__image {
    margin-top: 32px;
  }
}
.data-info__image img {
  max-width: 100%;
  height: auto;
}

/* CONSULT */
.consult-section {
  background-color: #F8F8F8;
  background-image: url("/assets/main/img/section4-bg-mo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .consult-section {
    background-image: url("/assets/main/img/section4-bg-pc.png");
  }
}
.consult-section__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .consult-section__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
@media (min-width: 1188px) {
  .consult-section__inner {
    padding-bottom: 42px;
  }
}
.consult-section__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 1187px) {
  .consult-section__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.consult-section__text {
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.0125rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 1187px) {
  .consult-section__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1187px) {
  .consult-section__btn {
    width: 100%;
  }
}

/* FAQ */
.faq-section {
  background: #EFF1F3;
}
.faq-section__inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .faq-section__inner {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.faq-section__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1187px) {
  .faq-section__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.0125rem;
  }
}
.faq-section__text {
  margin-top: 16px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.0125rem;
  text-align: center;
}
@media (max-width: 1187px) {
  .faq-section__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-section__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1187px) {
  .faq-section__list {
    margin-top: 24px;
    gap: 24px;
  }
}
.faq-section__item {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 -1px 10px 3px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 1187px) {
  .faq-section__item {
    padding: 24px 16px;
    text-align: left;
  }
}
.faq-section__item::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="17" viewBox="0 0 27 17" fill="none"><rect x="5.82837" y="1" width="15" height="4" transform="rotate(45 5.82837 1)" fill="%231E1E1E"/><rect width="15" height="4" transform="matrix(-0.707107 0.707107 0.707107 0.707107 21.6067 1)" fill="%231E1E1E"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1187px) {
  .faq-section__item::after {
    top: 25px;
    right: 19px;
    width: 24px;
    height: 24px;
  }
}
.faq-section__item.open::after {
  transform: rotate(180deg);
}
.faq-section__item .question {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  color: #1E1E1E;
  padding-left: 42px;
  padding-right: 32px;
}
@media (max-width: 1187px) {
  .faq-section__item .question {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.125rem;
  }
}
.faq-section__item .question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #FA582F;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #F8F8F8;
  text-indent: 0;
  margin-right: 10px;
}
@media (max-width: 1187px) {
  .faq-section__item .question::before {
    height: 100%;
  }
}
.faq-section__item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding-top 0.4s ease;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
}
@media (max-width: 1187px) {
  .faq-section__item .answer {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.0125rem;
  }
}
.faq-section__item .answer.open {
  max-height: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.faq-section__btn-group {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
@media (max-width: 1187px) {
  .faq-section__btn-group {
    justify-content: space-between;
  }
}
.faq-section__btn-group .btn {
  border-color: #A6A6A6;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1187px) {
  .faq-section__btn-group .btn {
    width: calc(50% - 4px);
  }
}
.styled-email {
  color: #f75e3c;
  text-decoration: underline;
  cursor: pointer;
}
