@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv-hero
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv-hero {
  margin-top: 144.18px;
  background: repeating-linear-gradient(
    -45deg,
    #ffffff,
    #ffffff 10px,
    rgba(220, 220, 220, 0.1) 10px,
    rgba(220, 220, 220, 0.1) 20px
  );
  overflow: hidden;
   display: flex;
  justify-content: center;
  align-items: center;
}
.fv-hero__inner {
  max-width: 1200px;
  padding: 56px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

/* Left = Text Content */
.fv-hero__left {
  width: 45%;
  flex-shrink: 1;
}

/* Right = Photo Collage */
.fv-hero__right {
  width: 55%;
  max-width: 669px;
  height: auto;
  flex-shrink: 1;
  overflow: hidden;
}

/* Tag */
.fv-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.fv-hero__tag-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-hero__tag-icon img {
  width: 100%;
  height: auto;
}

/* Title */
.fv-hero__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  line-height: 1.3;
}
.fv-hero__title-sub {
  font-size: 48px;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  margin-bottom: 4px;
}
.fv-hero__title-main {
  width: 520px;
  font-size: 48px;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  text-wrap: nowrap;
}
.fv-hero__title-main em {
  color: #f97316;
  font-style: normal;
  font-weight: bold;
}

/* Subtitle */
.fv-hero__subtitle {
  font-size: 17px;
  font-weight: 500;
  color: #555;
  margin-bottom: 32px;
  line-height: 1.6;
}

/* Badges */
.fv-hero__badges {
  margin-bottom: 28px;
}
.fv-hero__badges img {
  /* max-width: 480px; */
  /* width: 100%; */
  height: auto;
}

/* CTA */
.fv-hero__cta {
  max-width: 340px;
}
.fv-hero__cta img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}
.fv-hero__cta a:hover img {
  transform: scale(1.03);
}

/* Right Side Image */
.fv-hero__collage {
  width: 100%;
  aspect-ratio: 669 / 664;
  overflow: hidden;
}
.fv-hero__collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile Images (Top/Bottom) */
.fv-hero__mobile-top img,
.fv-hero__mobile-bottom img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  display: block;
}

.fv-hero__mobile-top {
  margin-bottom: 24px;
}

/* Tablet */
@media only screen and (max-width: 1024px) {
  .fv-hero {
    margin-top: 148.18px;
  }
  .fv-hero__inner {
    gap: 24px;
    padding: 32px 24px;
  }
  .fv-hero__left {
    width: 48%;
  }
  .fv-hero__right {
    width: 52%;
    height: auto;
  }
  .fv-hero__collage {
    width: 100%;
    height: auto;
  }
  .fv-hero__title-sub {
    font-size: 28px;
  }
  .fv-hero__title-main {
    font-size: 34px;
    width: auto;
  }
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .fv-hero {
    margin-top: 110px;
  }
  .fv-hero__inner {
    display: block;
    padding: 40px 20px;
  }
  .fv-hero__left {
    width: 100%;
    margin-bottom: 24px;
  }
  .fv-hero__tag {
    padding: 5px 12px;
    margin-bottom: 14px;
  }
  .fv-hero__tag-icon {
    width: 12px;
    height: 12px;
  }
  .fv-hero__title-sub {
    font-size: 30px;
  }
  .fv-hero__title-main {
    font-size: 30px;
  }
  .fv-hero__title-main em {
    text-shadow:
      -1px -1px 0 #000,
      0 -1px 0 #000,
      1px -1px 0 #000,
      -1px 0 0 #000,
      1px 0 0 #000,
      -1px 1px 0 #000,
      0 1px 0 #000,
      1px 1px 0 #000;
  }
  .fv-hero__subtitle {
    margin-bottom: 32px;
  }
  .fv-hero__badges {
    margin-bottom: 20px;
  }
  .fv-hero__badges img {
    max-width: 100%;
  }
  .fv-hero__cta {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	campaign
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.campaign {
  background-image: url(/wp-content/themes/cebuway__theme/images/campaign/campaign__background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.type1__title--campaign {
  max-width: 647px;
  margin: 0 auto 80px;
  text-align: center;
}
.type1__title--campaign div p {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 16px;
}
.campaign .type1__title--campaign div img {
  max-width: 400px;
  margin: 0 auto;
}
.campaign .type1__image {
  max-width: 647px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .type1__title--campaign {
    max-width: 100%;
    margin: 0 20px 48px;
  }
  .type1__title--campaign div p {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .campaign .type1__title--campaign img {
    max-width: 320px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	catch
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.catch__title {
  max-width: 647px;
  margin: 0 auto 8px;
}
.catch__title div:nth-of-type(1) img {
  max-width: 288px;
  margin-bottom: 32px;
}
.catch__title div:nth-of-type(2) h2 {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .catch__title {
    padding: 0 20px;
  }
  .catch__title div:nth-of-type(1) img {
    max-width: 220px;
    margin-bottom: 16px;
  }
  .catch__title div:nth-of-type(2) h2 {
    font-size: 28px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.problem-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.problem-section__eyebrow {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2d;
}

.problem-section__title-wrap {
  display: inline-block;
  padding: 16px 32px;
  border: 3px solid #2d2d2d;
  background: #ffffff;
}

.problem-section__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1f1f;
}

.problem-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.problem-section__card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 40px 40px 0;
  background: #efefef;
  border-radius: 20px;
  text-align: left;
  overflow: hidden;
}

.problem-section__card-title {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.problem-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.problem-section__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #374151;
}

.problem-section__list li::before {
  content: ".";
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
}

.problem-section__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
  padding-top: 12px;
}

.problem-section__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.problem-section__image--left img {
  width: min(330px, 100%);
}

.problem-section__image--right img {
  width: min(238px, 100%);
}

.problem-section__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ff7416;
  border-radius: 16px;
}

.problem-section__banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.problem-section__banner-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.problem-section__banner p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .problem-section {
    padding: 80px 20px;
  }
  .problem-section__watermark {
    top: 9px;
    left: -3px;
    width: 100%;
    font-size: 64px;
    text-align: left;
  }
  .problem-section__eyebrow {
    line-height: 1.6;
  }
  .problem-section__title-wrap {
    width: 100%;
    padding: 16px;
  }
  .problem-section__title {
    font-size: 20px;
  }
  .problem-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .problem-section__card {
    min-height: auto;
  }
  .problem-section__card-title {
    margin-bottom: 24px;
    text-align: center;
  }
  .problem-section__list li {
    line-height: 25.5px;
  }
  .problem-section__image {
    padding-top: 4px;
  }
  .problem-section__image--left img {
    width: min(260px, 100%);
  }
  .problem-section__image--right img {
    width: min(210px, 100%);
  }
  .problem-section__banner {
    justify-content: flex-start;
    gap: 8px;
    padding: 18px 16px;
  }
  .problem-section__banner-icon {
    width: 13px;
    height: 13px;
  }
  .problem-section__banner p {
    font-size: 14px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#point .type1__flex3 {
  align-items: start;
}
.type1__inner1--point div:nth-of-type(1) {
  margin-bottom: -24px;
  z-index: 4;
}
.type1__inner1--point div:nth-of-type(1) img {
  width: auto;
  height: 64px;
}
.type1__inner1--point div:nth-of-type(2) {
  margin-bottom: 16px;
}
.type1__inner1--point:nth-of-type(1) div:nth-of-type(3) {
  margin: 0 auto 16px;
}
.type1__inner1--point:nth-of-type(2) div:nth-of-type(3) {
  margin: 0 auto 16px;
}
.type1__inner1--point:nth-of-type(3) div:nth-of-type(3) {
  margin: 0 auto 16px;
}
.type1__inner1--point:nth-of-type(1) div:nth-of-type(3) img {
  height: 64px;
}
.type1__inner1--point:nth-of-type(2) div:nth-of-type(3) img {
  height: 64px;
}
.type1__inner1--point:nth-of-type(3) div:nth-of-type(3) img {
  height: 64px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1__inner4--gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.type1__inner4--gallery:last-of-type {
  margin-bottom: 0;
}
.type1__inner4--gallery div {
  display: flex;
  -webkit-animation: slider__left 20s linear infinite;
  animation: slider__left 20s linear infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slider__left;
}
.type1__inner4--gallery:last-of-type div {
  -webkit-animation: slider__right 20s linear infinite;
  animation: slider__right 20s linear infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slider__right;
}
.type1__inner4--gallery div img {
  width: 320px;
  height: 240px;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 16px;
}
@keyframes slider__left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slider__right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1024px) {
  .type1__inner4--gallery div img {
    width: 242px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .type1__inner4--gallery div img {
    width: 164px;
    height: 120px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*price
â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.type1__inner2--price {
  margin-bottom: 64px;
}
.type1__inner2--price--item {
  background: #fff;
  box-shadow: 4px 4px 0px #ff3d00;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.type1__inner2--price--item div:nth-of-type(1) {
  background: #222;
  padding: 12px 24px;
}
.type1__inner2--price--item div:nth-of-type(1) p {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.type1__inner2--price--item div:nth-of-type(1) p span {
  font-weight: 700;
  font-size: 32px;
  padding-right: 4px;
}
.type1__inner2--price--item div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
  font-weight: 700;
  font-size: 48px;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #727272;
}
.type1__inner2--price--attention {
  text-align: right;
}
.type1__inner2--price--attention p {
  font-size: 12px;
  margin-bottom: 8px;
}
.type1__inner2--price--attention p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .type1__inner2--price {
    margin-bottom: 32px;
  }
  .type1__inner2--price--item {
    display: block;
    margin-bottom: 20px;
  }
  .type1__inner2--price--item div:nth-of-type(1) {
    background: #222;
    padding: 4px 20px;
    margin-bottom: 8px;
  }
  .type1__inner2--price--item div:nth-of-type(1) p {
    font-size: 10px;
  }
  .type1__inner2--price--item div:nth-of-type(1) p span {
    font-size: 16px;
    padding-right: 2px;
  }
  .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 16px;
  }
  .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
    font-size: 32px;
  }
  .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 10px;
  }
  .type1__inner2--price--attention p {
    font-size: 10px;
  }
}

/*refun
â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.type1__inner2--refun p {
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__1 .type1__flex3 {
  margin-bottom: 16px;
}
#trial__1 .type1__flex3 img {
  max-width: 108px;
  width: 32.23880597%;
}
#trial__1 .type1__text {
  font-size: 16.8px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
#trial__1 .type1__flex2.person {
  margin-bottom: 24px;
}
#trial__1 .type1__flex2.person img:nth-of-type(1) {
  max-width: 90px;
  width: 26.865671641%;
}
#trial__1 .type1__flex2.person img:nth-of-type(2) {
  max-width: 237px;
  width: 70.746268656%;
}
#trial__1 .type1__flex2.faq {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#trial__1 .type1__flex2.faq img {
  max-width: 163px;
  width: 48.656716417%;
  margin-bottom: 8px;
}
#trial__1 .type1__title2 div:nth-of-type(1) p {
  color: #fff;
}
#trial__1 .type1__title2 div:nth-of-type(2) p,
.type1__title2 div:nth-of-type(3) p {
  color: #fff;
}
#trial__1 .type1__text {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #trial__1 .type1__text {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 768px) {
  #trial__1 .type1__flex2 {
    display: flex;
  }
  #trial__1 .type1__flex3 {
    display: flex;
  }
  #trial__1 .type1__text {
    font-size: 12px;
  }
  #trial__1 .type1__flex3 img {
    max-width: 100%;
  }
  #trial__1 .type1__flex2.person img:nth-of-type(1) {
    max-width: 100%;
  }
  #trial__1 .type1__flex2.person img:nth-of-type(2) {
    max-width: 100%;
  }
  #trial__1 .type1__flex2.faq img {
    max-width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__2 .type1__title2 div:nth-of-type(1) p {
  color: #fff;
}
#trial__2 .type1__title2 div:nth-of-type(2) p,
.type1__title2 div:nth-of-type(3) p {
  color: #fff;
}
#trial__2 .type1__inner2--text {
  color: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#support .type1__inner2 {
  margin-bottom: 80px;
}
#support .type1__flex2 {
  align-items: stretch;
}
.type1__inner2--support {
  background: #fff;
  border: 1px #222 solid;
  border-radius: 2px;
  padding: 16px 20px;
}
.type1__inner2--support h3 {
  text-align: center;
  position: relative;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.type1__inner2--support h3:after {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ff3d00;
}
.type1__inner2--support img {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #support .type1__inner2 {
    margin-bottom: 48px;
  }
  .type1__inner2--support {
    padding: 16px 10px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	comparison
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#comparison .bg__box {
  top: 197px;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  #comparison .type1__inner1 {
    padding: 0 0 0 40px;
  }
  #comparison .bg__box {
    top: 114px;
  }
  #comparison img {
    width: 720px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	recommendation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.recommendation.type1__flex4 > div {
  position: relative;
  padding: 32px 16px;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}
.recommendation.type1__flex4 > div h3 {
  padding: 6px 16px;
  background: #ff3d00;
  display: inline-block;
  border-radius: 80px;
  width: max-content;
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.recommendation.type1__flex4 > div > div:nth-of-type(1) {
  margin-bottom: 12px;
}
.recommendation.type1__flex4 > div > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
.recommendation.type1__flex4 > div > div:nth-of-type(1) p:nth-of-type(2) {
  color: #727272;
  font-size: 10px;
  font-weight: 700;
}
.recommendation.type1__flex4 > div > div:nth-of-type(2) {
  padding: 8px 16px;
  margin-bottom: 24px;
  background: #f6f6f6;
  width: 100%;
}
.recommendation.type1__flex4 > div > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
.recommendation.type1__flex4 > div > div:nth-of-type(2) p:nth-of-type(2) {
  color: #ff3d00;
  font-size: 10px;
  font-weight: 700;
}
.recommendation.type1__flex4 > div > img:nth-of-type(1) {
  width: 52px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1024px) {
  .recommendation.type1__flex4 > div:nth-of-type(1),
  .recommendation.type1__flex4 > div:nth-of-type(2) {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form iframe {
  width: 100%;
  height: 572px;
}
#brandButton {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #form iframe {
    width: 100%;
    height: 464px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__item {
  margin-bottom: 24px;
}
.faq__item--question {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #222222;
  cursor: pointer;
}
.faq__item--question img:nth-of-type(1) {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.faq__item--question img:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.faq__item--question p {
  font-size: 12px;
  font-weight: 700;
  margin: auto 20px auto 0;
}
.faq__item--answer {
  display: none;
  padding: 20px 0 0 20px;
}
.open .faq__item--answer {
  display: flex;
}

/* Override for new faq-section component — uses grid animation instead */
.faq-section__answer.faq__item--answer {
  display: grid;
  padding: 0;
}
.open .faq-section__answer.faq__item--answer {
  display: grid;
}
.faq__item--answer img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.faq__item--answer p {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

.faq-section {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.faq-section__header {
  margin: 0 auto 48px;
  text-align: center;
}
.faq-section__eyebrow {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #475569;
}
.faq-section__title {
  display: inline-block;
  margin: 14px 0 16px;
  padding: 12px 28px;
  border: 3px solid #0f172a;
  background-color: #e5e7eb;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #0f172a;
}
.faq-section__panel {
  position: relative;
  border: 0;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-section-wrap {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}
.faq-section-wrap .section-base__inner {
  gap: 0;
}
.faq-section__group {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  text-align: left;
}
.faq-section__group:last-child {
  margin-bottom: 0;
}
.faq-section__group {
  margin-bottom: 40px;
}
.faq-section__group-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--faq-accent);
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 22px;
}
.faq-section__group-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.faq-section__items {
  margin-top: 24px;
}
.faq-section__item {
  margin-bottom: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: none;
  overflow: hidden;
}
.faq-section__item:last-child {
  margin-bottom: 0;
}
.faq-section__question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  border: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: var(--faq-accent);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.faq-section__question:hover {
  filter: brightness(0.98);
}
.faq-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  border-radius: 999px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--faq-accent);
}
.faq-section__badge--answer {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background-color: #ffffff;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--faq-accent);
}
.faq-section__question-text {
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
.faq-section__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
}

.faq-section__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 0 20px;
  transition: padding 0.35s ease;
}

.faq-section__item.open .faq-section__answer {
  grid-template-rows: 1fr;
}
.faq-section__item.open .faq-section__answer-inner {
  padding: 20px;
}
.faq-section__answer-text {
  flex: 1;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  color: #4B5563;
}

.online-consult-section {
  background: #f59e0b;
  font-family: 'Noto Sans JP', sans-serif;
}
.online-consult-section.section-base {
  padding: 100px 40px;
}
.online-consult-section .section-base__inner {
  gap: 48px;
  text-align: center;
}
.online-consult-section .section-base__watermark-img {
  opacity: 1;
}
.online-consult-section__header {
  max-width: 760px;
  margin: 0 auto;
}
.online-consult-section__eyebrow {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.online-consult-section__title {
  display: inline-block;
  margin: 0px 0 16px;
  padding: 12px 26px;
  border: 3px solid #222222;
  background: #efefef;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.35;
  color: #222222;
}
.online-consult-section__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff7ed;
}
.online-consult-section__card {
  display: grid;
  grid-template-columns: 340px 1fr;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
  text-align: left;
}
.online-consult-section__card-left {
  padding: 34px 32px;
  background: linear-gradient(180deg, #ff7a18 0%, #ff6b00 100%);
  text-align: center;
}
.online-consult-section__card-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.online-consult-section__card-subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}
.online-consult-section__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-top: 24px;
}
.online-consult-section__illustration img {
  width: 200px;
  height: 160px;
  object-fit: contain;
}
.online-consult-section__card-right {
  padding: 40px;
  background: #ffffff;
}
.online-consult-section__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.online-consult-section__point {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}
.online-consult-section__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.online-consult-section__point-icon img {
  width: 100%;
  height: auto;
}
.online-consult-section__point-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #374151;
}
.online-consult-section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.online-consult-section__cta a {
  display: inline-block;
}
.online-consult-section__cta-line {
  width: auto;
  max-width: none;
}
.online-consult-section__cta-primary img {
  width: 352px;
  height: auto;
}
.online-consult-section__cta-line img {
  width: 352px;
  height: auto;
}

@media only screen and (max-width: 768px) {

  .faq-section__eyebrow {
    font-size: 14px;
  }

  .faq-section__title {
    display: block;
    width: calc(100% + 37px);
    max-width: none;
    margin-left: -19px;
    margin-bottom: 48px;
    padding: 16px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
  }
  
  .faq-section__group {
    margin-bottom: 24px;
  }

  .faq-section__item {
    border-radius: 12px;
  }
  

  .faq-section__question {
    padding: 14px 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
 
  
  .faq-section__question-text {
    font-size: 14px;
    line-height: 1.5;
  }
  /* grid-row animation handles open/close — no override needed */
 
  .faq-section__answer-inner {
    padding: 0 14px;
    gap: 12px;
  }
  .faq-section__item.open .faq-section__answer-inner {
    padding: 16px 14px;
  }
  .faq-section__answer-text {
    font-size: 12px;
    line-height: 1.8;
  }
  .online-consult-section .section-base__inner {
    gap: 48px;
  }
  .online-consult-section.section-base {
    padding: 40px 20px;
  }
  .online-consult-section__eyebrow {
    font-size: 16px;
  }
  .online-consult-section__title {
    display: block;
    width: 100%;
    margin: 16px 0px;
    padding: 14px 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
  }
  .online-consult-section__lead {
    font-size: 12px;
    line-height: 1.75;
  }
  .online-consult-section__card {
    grid-template-columns: 1fr;
    border-radius: 18px;
    box-shadow: none;
  }
  .online-consult-section__card-left {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-areas:
      "illustration title"
      "illustration subtitle";
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    padding: 18px 16px;
    text-align: left;
  }
  .online-consult-section__card-title {
    grid-area: title;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.3;
  }
  .online-consult-section__card-subtitle {
    grid-area: subtitle;
    font-size: 12px;
    line-height: 1.5;
  }
  .online-consult-section__illustration {
    grid-area: illustration;
    min-height: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .online-consult-section__illustration img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .online-consult-section__card-right {
    padding: 16px 14px 18px;
  }
  .online-consult-section__point {
    align-items: center;
    gap: 8px;
    padding: 0;
  }
  .online-consult-section__point-icon {
    margin-top: 2px;
  }
  .online-consult-section__point-text {
    font-size: 14px;
    line-height: 1.65;
  }
  .online-consult-section__cta {
    gap: 12px;
  }
  .online-consult-section__cta-primary,
  .online-consult-section__cta-line {
    width: 100%;
    max-width: 340px;
  }
  .online-consult-section__cta-primary img,
  .online-consult-section__cta-line img {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	ko
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*price
â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.ko .type1__inner2--price {
  text-align: center;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) {
  color: #727272;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
  font-weight: 700;
  font-size: 24px;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) span {
  font-weight: 700;
  font-size: 32px;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2),
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(3),
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(5) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #727272;
}
@media only screen and (max-width: 768px) {
  .ko .type1__inner2--price--item div:nth-of-type(2) {
    justify-content: center;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 12px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) {
    font-size: 12px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
    font-size: 18px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) span {
    font-size: 20px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2),
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(3),
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(5) {
    font-size: 10px;
  }
}

/*campaign
â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.ko .type1__inner2--campaign {
  margin-bottom: 64px;
}
.ko .type1__inner2--campaign p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ko .type1__inner2--campaign {
    margin-bottom: 32px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Why Now Section
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.why-now {
  position: relative;
  background: linear-gradient(135deg, #f8b333 0%, #f59720 100%);
  padding: 80px 20px;
  overflow: hidden;
}

.why-now__watermark {
  position: absolute;
  top: -12px;
  left: -4px;
  font-size: 140px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.why-now__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.why-now__title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff; /* Default to white to contrast with orange background */
}

.why-now__cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.why-now__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
  flex: 1;
  min-width: 300px;
  max-width: 380px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.why-now__card-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.why-now__card-icon img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.why-now__card-title1 {
  font-size: 32px;
  font-weight: bold;
  color: #f97316;
  margin-bottom: 16px;
}

.why-now__card-title2 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.5;
}

.why-now__card-title3 {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  opacity: 0.8;
}

.why-now__triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #ffffff;
  margin: 0 auto 5px;
}

.why-now__footer p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
}

.why-now__footer p span {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .why-now__watermark {
    top: 7px;
    font-size: 72px;
    left: -3px;
  }
  .why-now__title {
    font-size: 20px;
  }
  .why-now__card {
    padding: 30px 20px;
  }
  .why-now__card-title1 {
    font-size: 20px;
  }
  .why-now__card-title2 {
    font-size: 14px;
  }
  .why-now__card-title3 {
    font-size: 14px;
  }
  .why-now__card-icon img {
    width: 111px;
    height: 111px;
  }
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
  font-weight: 700;
  font-size: 24px;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) span {
  font-weight: 700;
  font-size: 32px;
}
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2),
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(3),
.ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(5) {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #727272;
}
@media only screen and (max-width: 768px) {
  .ko .type1__inner2--price--item div:nth-of-type(2) {
    justify-content: center;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 12px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) {
    font-size: 12px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span {
    font-size: 18px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(4) span {
    font-size: 20px;
  }
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2),
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(3),
  .ko .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(5) {
    font-size: 10px;
  }
}

/*campaign
â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.ko .type1__inner2--campaign {
  margin-bottom: 64px;
}
.ko .type1__inner2--campaign p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ko .type1__inner2--campaign {
    margin-bottom: 32px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Base Section Component
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.section-base--yellow {
  background: linear-gradient(135deg, #f8b333 0%, #f59720 100%);
}

.section-base--white {
  background: #ffffff;
}

.section-base--gray {
  background: #f7f7f7;
}

.section-base--orange {
  background: #F49C10;
}

.section-base {
  position: relative;
  padding: 80px 120px;
  overflow: hidden;
}

.section-base__watermark {
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 1;
  pointer-events: none;
}

.section-base__watermark-img {
  width: 90%;
  height: auto;
}

.section-base__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media only screen and (max-width: 768px) {
  .section-base {
    padding: 80px 20px;
  }
  .section-base__watermark {
    top: 2px;
    left: 3px;
  }
  .section-base__watermark-img {
    height: 65px;
    width: auto;
    max-width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Why Now Section
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.why-now__title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff; /* Default to white to contrast with orange background */
}

.why-now__cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.why-now__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
  flex: 1;
  min-width: 300px;
  max-width: 380px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.why-now__card-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.why-now__card-icon img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.why-now__card-title1 {
  font-size: 32px;
  font-weight: bold;
  color: #f97316;
  margin-bottom: 16px;
}

.why-now__card-title2 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.5;
}

.why-now__card-title3 {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  opacity: 0.8;
}

.why-now__triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #ffffff;
  margin: 0 auto 5px;
}

.why-now__footer p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
}

.why-now__footer p span {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .why-now__title {
    font-size: 20px;
  }
  .why-now__card {
    padding: 30px 20px;
  }
  .why-now__card-title1 {
    font-size: 20px;
  }
  .why-now__card-title2 {
    font-size: 14px;
  }
  .why-now__card-title3 {
    font-size: 14px;
  }
  .why-now__card-icon img {
    width: 111px;
    height: 111px;
  }
  .why-now__footer p {
    line-height: 1.5;
    text-align: center;
  }
  .why-now__footer p span {
    display: block;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reasons
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reasons__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.reasons__title p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}
.reasons__title h2 {
  display: inline-block;
  background: #ffffff;
  border: 2px solid #222;
  padding: 8px 24px;
  font-size: 32px;
  font-weight: bold;
  color: #222;
}
.reasons__list {
  position: relative;
  z-index: 1;
  max-width: 800px !important;
  margin: 0 auto;
}
.reasons__item {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto 40px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.reasons__item:last-child {
  margin-bottom: 0;
}
.reasons__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reasons__item-num {
  background: #ff9800;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  padding: 9px 13px;
  border-radius: 16px;
}
.reasons__item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  text-align: left;
}
.reasons__item-image {
  display: flex;
  justify-content: center;
}
.reasons__item-image img {
  display: block;
  margin-inline: auto;
  width: 100%;
  border: 6px solid #f49c10;
  border-radius: 16px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.18);
  object-fit: cover;
}
.reasons__item-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
.reasons__item-text p {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .reasons__background-text {
    font-size: 18vw;
    top: 20px;
  }
  .reasons__title p {
    font-size: 20px;
  }
  .reasons__title h2 {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 6px 16px;
    box-sizing: border-box;
  }
  .reasons__item {
    padding: 24px;
    margin: 0 auto 16px;
    gap: 16px;
  }
  .reasons__item:last-child {
    margin-bottom: 0;
  }
  .reasons__item-header {
    align-items: flex-start;
  }
  .reasons__item-num {
    font-size: 16px;
  }
  .reasons__item-title {
    font-size: 14px;
  }
  .reasons__item-image {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .reasons__item-image img {
    height: 215px;
  }
  .reasons__item-text,
  .reasons__item-text p {
    font-size: 14px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.program-section .section-base__inner {
  gap: 48px;
}

.program-section__title-wrap {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 18px;
  border: 2px solid #222222;
  background: transparent;
}

.program-section__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
}

.program-section__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.program-card {
  --program-accent: #fc75ae;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 48px;
  border: 4px solid var(--program-accent);
  border-radius: 24px;
  background: #ffffff;
  text-align: left;
}

.program-card--blue {
  --program-accent: #0085ff;
}

.program-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--program-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.program-card__eyebrow {
  margin: 24px 0 24px;
  color: var(--program-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.program-card__title {
  margin: 0 0 24px;
  color: var(--program-accent);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}

.program-card__description {
  margin: 0 0 24px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.program-card__meta {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.program-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4b5563;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.program-card__meta-item span {
  font-weight: 700;
}

.program-card__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.program-card__meta-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.program-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  margin-top: auto;
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--program-accent);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.program-card__button::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("../images/icons/arrow-r.svg") center / contain no-repeat;
}

.program-card__button:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1024px) {
  .program-card {
    padding: 36px 28px;
  }
}

@media only screen and (max-width: 768px) {
  .program-section .section-base__inner {
    gap: 48px;
  }

  .program-section__title-wrap {
    padding: 16px 5px;
  }

  .program-section__title {
    font-size: 16px;
  }

  .program-section__cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .program-card {
    padding: 16px;
  }

  .program-card__eyebrow {
    margin: 8px 0 8px;
  }

  .program-card__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .program-card__description,
  .program-card__meta-item,
  .program-card__button {
    font-size: 14px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	safety
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.safety-section .section-base__inner {
  gap: 48px;
}

.safety-section__heading {
  text-align: center;
}

.safety-section__eyebrow {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.safety-section__title-wrap {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #222222;
  background: #ffffff;
}

.safety-section__title {
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.safety-section__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.safety-card {
  padding: 40px;
  border: 2px solid #222222;
  border-radius: 24px;
  background: #ffffff;
  text-align: left;
}

.safety-card__title {
  margin: 0 0 24px;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.safety-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.safety-card__item {
  position: relative;
}

.safety-card__item-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 4px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.safety-card__item-title span {
  font-weight: bold;
}

.safety-card__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

.safety-card__item-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.safety-card__item-text {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .safety-section .section-base__inner {
    gap: 24px;
  }

  .safety-section__eyebrow {
    font-size: 14px;
  }

  .safety-section__title-wrap {
    display: block;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  .safety-section__title {
    font-size: 14px;
  }
  .safety-section__cards {
    gap: 16px;
  }
  .safety-card {
    padding: 16px;
  }

  .safety-card__list {
    gap: 16px;
  }

  .safety-card__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .safety-card__item-title {
    font-size: 14px;
  }

  .safety-card__item-text {
    font-size: 12px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.voice-section .section-base__inner {
  gap: 48px;
}

.voice-section__group {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.voice-section__title-wrap {
  display: block;
  width: 100%;
  padding: 8px 18px;
  border: 2px solid #222222;
}

.voice-section__title {
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.voice-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.voice-card {
  height: 100%;
}

.voice-card__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 2px solid #222222;
  border-radius: 40px;
  background: #ffffff;
  text-align: left;
  overflow: hidden;
}

.voice-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 30px 40px;
}

.voice-card__profile {
  display: flex;
  align-items: center;
  gap: 33px;
  flex-shrink: 0;
}

.voice-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.voice-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.voice-card__meta {
  display: flex;
  flex-direction: column;
}

.voice-card__detail {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.voice-card__tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.voice-card__tags-wrap {
  width: 100%;
}

.voice-card__tags::-webkit-scrollbar {
  display: none;
}

.voice-card__tag {
  padding: 12px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  background: #ffffff;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}

.voice-card__body {
  position: relative;
  flex: 1 1 auto;
  padding: 32px 44px 40px;
  background: #f9a007;
}

.voice-card__body::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 38px;
  width: 16px;
  height: 16px;
  background-image: url('../images/icons/Polygon%2054.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.voice-card__content {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.65;
}

@media only screen and (max-width: 768px) {
  .voice-section .section-base__inner {
    gap: 24px;
  }

  .voice-section__group {
    gap: 32px;
  }

  .voice-section__title-wrap {
    padding: 12px 14px;
  }

  .voice-section__title {
    font-size: 14px;
    line-height: 1.5;
  }

  .voice-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .voice-card__head {
    gap: 12px;
    padding: 24px 16px;
  }

  .voice-card__avatar {
    width: 52px;
    height: 52px;
  }

  .voice-card__profile {
    gap: 14px;
  }

  .voice-card__meta {
    gap: 8px;
  }

  .voice-card__detail {
    font-size: 12px;
    line-height: 1.45;
  }

  .voice-card__tags {
    gap: 6px;
    padding-bottom: 2px;
  }

  .voice-card__tag {
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 4px;
  }

  .voice-card__body {
    padding: 22px 16px;
  }

  .voice-card__body::before {
    top: -7px;
    left: 30px;
    width: 13px;
    height: 13px;
  }

  .voice-card__content {
    font-size: 14px;
    line-height: 1.7;
  }

  .voice-section__group:nth-of-type(2) .voice-section__title-wrap {
    margin-top: 24px;
  }
}

/* Custom Font for Major Section Headings */
.why-now__title,
.problem-section__title,
.reasons__title h2,
.program-section__title,
.safety-section__title,
.voice-section__title,
.type1__title1 h2,
.type1__title2 h2,
.catch__title h2,
.oneday-section__title,
.oneday-section__schedule-title {
  font-family: "Noto Sans JP", sans-serif !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	oneday-section
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.oneday-section {
  position: relative;
}

.oneday-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.oneday-section__eyebrow {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.oneday-section__title-wrap {
  display: inline-block;
  padding: 16px 32px;
  border: 2px solid #2d2d2d;
  background: #ffffff;
}

.oneday-section__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f1f1f;
}

.oneday-section__schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 60px; */
}

.oneday-section__schedule:last-child {
  margin-bottom: 0;
}

.oneday-section__schedule-title-wrap {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #1a1a1a;
  padding: 3px 40px;
  margin-bottom: 48px;
}

.oneday-section__schedule-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

.oneday-section__schedule-label {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

.oneday-section__grid {
  display: grid;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 16px;
}

.oneday-section__grid--weekday {
  grid-template-columns: repeat(4, 1fr);
}

.oneday-section__grid--holiday {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.oneday-section__grid--holiday .oneday-card:nth-child(-n+3) {
  grid-column: span 4;
}

.oneday-section__grid--holiday .oneday-card:nth-child(n+4) {
  grid-column: span 3;
}

.oneday-card {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.oneday-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.oneday-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oneday-card__time {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 3px solid #565656;
  padding: 6px 16px;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
  z-index: 2;
  border-bottom-right-radius: 20px;
}

.oneday-card__content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.oneday-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  text-align: left;
}

.oneday-card__description {
  font-size: 16px;
  font-weight: bold;
  color: #374151;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

/* media queries */
@media only screen and (max-width: 1024px) {
  .oneday-section__grid {
    max-width: 800px;
  }
}

@media only screen and (max-width: 768px) {
 
  .oneday-section__title {
    font-size: 14px;
  }
  .oneday-section__title-wrap {
    padding: 12px 16px;
  }
  .oneday-section__eyebrow {
    font-size: 14px;
  }

  .oneday-section__grid--weekday {
    grid-template-columns: repeat(2, 1fr);
  }
  .oneday-section__grid--holiday {
    grid-template-columns: repeat(12, 1fr);
  }
  .oneday-section__grid--holiday .oneday-card:nth-child(-n+3),
  .oneday-section__grid--holiday .oneday-card:nth-child(n+4) {
    grid-column: span 6; /* 2 in a row on tablet */
  }
  .oneday-section__schedule-title-wrap {
    display: flex;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    justify-content: center;
  }
  .oneday-section__schedule-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .oneday-section__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 16px;
  }
  .oneday-section__grid::-webkit-scrollbar {
    display: none;
  }
  .oneday-card {
    flex: 0 0 70%; /* Shows about half of the next card */
    scroll-snap-align: center;
    height: max-content;
  }
  .oneday-card__content {
    height: auto;
    flex-grow: 0;
    padding: 16px;
  }
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price-section
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* Inherits natural watermark positioning */

.price-section .section-base__inner {
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.price-section__title-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.price-section__title-wrap {
  display: inline-block;
  padding: 15px 20px;
  border: 3px solid #2d2d2d;
  background: #efefef;
}

.price-section__title {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f1f1f;
}

.price-section__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
}

.price-section__box {
  background: #fff;
  border: 1px solid #222222 !important;
  padding: 45px 23px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.price-section__item {
  padding: 20px 0;
}

.price-section__item:first-child {
  padding-top: 0;
}

.price-section__item:last-child {
  padding-bottom: 0;
}

.price-section__course {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.price-section__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6B7280;
  margin: 0 0 20px 0;
}

.price-section__price {
  font-size: 32px;
  font-weight: 800;
  color: #222222;
  margin: 0;
  display: flex;
  align-items: baseline;
}

.price-section__price-symbol {
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}

.price-section__price-tax {
  font-family: 'Futura', 'Jost', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 2px;
}

.price-section__divider {
  height: 1px;
  background: #222222;
}

.price-section__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.price-section__row .price-section__course {
  margin-bottom: 0;
}

.price-section__badge {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}

.price-section__note {
  margin: 0;
  font-size: 14px;
  color: #000000;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.price-section__note::before {
  content: "i";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #aeaeb2;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  font-family: sans-serif;
}

.price-section__refund {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.price-section__refund-left {
  flex-shrink: 0;
  width: 280px;
}

.price-section__refund-img {
  width: 100%;
  height: auto;
  display: block;
}

.price-section__refund-right {
  flex-grow: 1;
}

.price-section__refund-title {
  font-size: 20px;
  font-weight: 700;
  color: #f97316;
}

.price-section__refund-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.price-section__refund-text--main {
  color: #374151;
  margin-bottom: 8px;
}

.price-section__refund-text--sub {
  color: #4B5563;
}

@media only screen and (max-width: 768px) {
  .price-section .section-base__inner {
    gap: 24px;
  }
  .price-section__title {
    font-size: 16px;
  }
  .price-section__subtitle {
    font-size: 14px;
    margin-top: 8px;
  }
  .price-section__title-outer {
    width: 100%;
  }
  .price-section__title-wrap {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }

  .price-section__box {
    padding: 23px 15px;
  }
  .price-section__price {
    font-size: 24px;
  }
  .price-section__course {
    font-size: 18px;
  }
  .price-section__refund {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 17px;
  }
  .price-section__refund-left {
    width: 100%;
    margin-bottom: 0;
  }
  .price-section__refund-title {
    font-size: 18px;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .price-section__refund-text {
    font-size: 14px;
    text-align: left;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.form-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.form-section__eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}
.form-section__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-align: center;
}

#form {
  padding: 80px 0;
}
#form .type1 {
  padding: 0;
}
#form .type1__inner1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#form iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form-section__heading {
    gap: 12px;
  }
  .form-section__eyebrow {
    font-size: 14px;
    line-height: 1.6;
  }
  .form-section__title {
    font-size: 22px;
  }
  #form {
    padding: 40px 20px;
  }
}

