@charset "UTF-8";

/* =========================================================================
   Junior High landing page (/junior-high/)
   Implemented from Figma 中学生ページ_pc (217:13) / _sp (217:610)
   ========================================================================= */


 .jh {
  --jh-black: #222222;
  --jh-white: #ffffff;
  --jh-yellow: #f49c10;
  --jh-orange: #f97316;
  --jh-gray: #727272;
  --jh-cream: #fff4e2;
  --jh-panel-title: #f29b10;
  --jh-yellow-linear: linear-gradient(169.066deg, #ffdd4d 0%, #f49c10 100%);
  --jh-green-linear: linear-gradient(169.066deg, #36b906 0%, #31c1bc 100%);
  font-family: "Noto Sans JP", sans-serif;
  color: var(--jh-black);
  overflow-x: hidden;
}

 .jh *,
 .jh *::before,
 .jh *::after {
  box-sizing: border-box;
}

 .jh img {
  display: block;
  max-width: 100%;
}

 .jh-br-sp {
  display: none;
}

/* ---- shared section shell ------------------------------------------------ */
 .jh-section {
  position: relative;
  overflow: hidden;
}

 .jh-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}



 .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;
}


 .jh-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--jh-black);
}

 .jh-heading--light {
  color: var(--jh-white);
}

/* ---- shared CTA link / pill buttons ------------------------------------- */
 .jh-section__cta-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

 .jh-link-cta,
 .jh-pill-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 488px;
  max-width: 100%;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--jh-yellow);
  color: var(--jh-white);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

 .jh-pill-cta {
  background: var(--jh-orange);
}

 .jh-link-cta:hover,
 .jh-pill-cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

 .jh-link-cta img,
 .jh-pill-cta img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

/* =========================================================================
   01 FV
   ========================================================================= */
 .jh-fv {
  margin-top: 144px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 612px;
  padding: 80px 120px;
  background-image: url("../images/junior-high/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

 .jh-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 21, 42, 0.29);
}

 .jh-fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

 .jh-fv__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 724px;
}

 .jh-fv__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

 .jh-fv__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--jh-orange);
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 15.6px;
}

 .jh-fv__badge-icon {
  width: 16px;
  height: 16px;
}

 .jh-fv__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--jh-white);
}

 .jh-fv__title-line1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 72.8px;
}

 .jh-fv__title-line2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
}

 .jh-fv__title-mark {
  display: inline-flex;
  align-items: center;
  padding: 1px 10px 5px;
  border-radius: 4px;
  background: var(--jh-orange);
}

 .jh-fv__lead {
  color: var(--jh-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

 .jh-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  margin-top: 0;
}

 .jh-cta__img-btn {
  display: inline-block;
  width: 352px;
  max-width: 100%;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

 .jh-cta__img-btn img {
  width: 100%;
  height: auto;
  display: block;
}

 .jh-cta__img-btn:hover {
  transform: translateY(-2px);
}

/* =========================================================================
   02 Program
   ========================================================================= */
 .jh-program {
  background: var(--jh-yellow);
}

 .jh-program .section-base__watermark {
  color: rgba(255, 255, 255, 0.2);
}

 .jh-program__header {
  text-align: center;
  margin-bottom: 48px;
}

 .jh-program__title {
  color: var(--jh-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

 .jh-program__lead {
  margin-top: 40px;
  color: var(--jh-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

 .jh-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px 24px;
  border: 2px solid var(--jh-black);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

 .jh-feature + .jh-feature {
  margin-top: 48px;
}

 .jh-feature__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 672px;
  max-width: 100%;
}

 .jh-feature__head {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

 .jh-feature__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--jh-yellow);
  color: var(--jh-white);
  font-size: 24px;
  font-weight: 700;
}

 .jh-feature__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--jh-black);
}

 .jh-feature__img {
  width: 100%;
  border: 6px solid var(--jh-yellow);
  border-radius: 10px;
  overflow: hidden;
}

 .jh-feature__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

 .jh-feature__img--output {
  height: 260px;
}

 .jh-feature__img--output img {
  position: relative;
  top: -145px;
  width: 672px;
  max-width: none;
  height: 504px;
}

 .jh-feature__img--purpose {
  height: 260px;
}

 .jh-feature__img--purpose img {
  position: relative;
  top: -79px;
  width: 672px;
  max-width: none;
  height: 448.653px;
}

 .jh-feature__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-black);
  text-align: left;
}

 .jh-feature__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px 24px;
  border-radius: 8px;
  background: var(--jh-cream);
}

 .jh-feature__panel-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--jh-panel-title);
}

 .jh-feature__experience,
 .jh-feature__diagram {
  width: 672px;
  max-width: 100%;
}

 .jh-feature__experience {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 1104px;
}

 .jh-experience-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
}

 .jh-experience-item__text {
  min-height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-black);
  text-align: left;
}

 .jh-experience-item__text strong {
  color: var(--jh-orange);
  font-weight: 700;
}

 .jh-experience-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 255 / 153;
  overflow: hidden;
  border-radius: 8px;
}

 .jh-experience-item__image img {
  position: absolute;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

 .jh-experience-item__image--market img {
  left: -14.917%;
  top: -30.83%;
  width: 122.666%;
  height: 153.333%;
}

 .jh-experience-item__image--bajau img {
  left: -7.764%;
  top: -39.215%;
  width: 115.529%;
  height: 144.444%;
}

 .jh-experience-item__image--homestay img {
  left: -1.043%;
  top: -17.647%;
  width: 102.088%;
  height: 127.639%;
}

 .jh-experience-item__image--church img {
  left: -2.352%;
  top: -84.313%;
  width: 102.352%;
  height: 227.501%;
}

 .jh-feature__diagram img {
  width: 100%;
  height: auto;
  border-radius: 9px;
  background: #fff;
}

 .jh-feature__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: var(--jh-gray);
}

/* =========================================================================
   03 For Safety
   ========================================================================= */
 .jh-safety {
  background: var(--jh-white);
}

 .jh-safety .jh-link-cta {
  border-radius: 12px;
  background: #F97316;
}

 .jh-voice .jh-pill-cta {
  border-radius: 12px;
  background: var(--jh-orange);
}

 .jh-safety__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 40px;
}

 .jh-safety__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-black);
}

 .jh-safety__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

 .jh-safety__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 2px solid var(--jh-black);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

 .jh-safety__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

 .jh-safety__card-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

 .jh-safety__card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--jh-orange);
}

 .jh-safety__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-gray);
  text-align: left;
}

/* ---- refund banner (shared by Safety + Price) --------------------------- */
 .jh-refund {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-top: 56px;
  padding: 0;
  background: transparent;
}

 .jh-refund__seal {
  flex-shrink: 0;
  width: 342px;
}

 .jh-refund__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

 .jh-refund__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--jh-orange);
}

 .jh-refund__sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--jh-black);
}

 .jh-refund__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-gray);
}

 .jh-refund--on-color {
  background: rgba(255, 255, 255, 0.92);
}

/* =========================================================================
   04 Voice
   ========================================================================= */
 .jh-voice {
  background: #FAFAFA;
}

 .jh-voice__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 48px;
}

 .jh-voice__lead {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}

 .jh-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

 .jh-voice__card {
  display: flex;
  flex-direction: column;
  background: var(--jh-white);
  border: 2px solid var(--jh-black);
  border-radius: 8px;
  overflow: hidden;
}

 .jh-voice__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 20px 16px;
  background: var(--jh-white);
}

 .jh-voice__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

 .jh-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .jh-voice__meta p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--jh-black);
  letter-spacing: 0.04em;
}

 .jh-voice__bubble {
  position: relative;
  flex-grow: 1;
  padding: 20px 20px 24px;
  background: var(--jh-yellow);
}

 .jh-voice__bubble::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 21px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/Polygon%2054.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

 .jh-voice__bubble p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--jh-white);
  text-align: left;
}

/* =========================================================================
   05 Price
   ========================================================================= */
 .jh-price {
  background: var(--jh-yellow);
}

 .jh-price .jh-link-cta {
  border-radius: 12px;
  background: #343434;
  color: var(--jh-white);
}

 .jh-price .jh-link-cta:hover {
  background: #242424;
}

 .jh-price__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 48px;
}

 .jh-price__lead {
  color: var(--jh-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 60%;
  margin: 0 auto;
}

 .jh-price__box {
  max-width: 672px;
  margin: 0 auto;
  padding: 32px 48px;
  background: var(--jh-white);
  border: 2px solid var(--jh-black);
}

 .jh-price__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}

 .jh-price__item:first-child {
  padding-top: 0;
}

 .jh-price__item:last-child {
  padding-bottom: 0;
}

 .jh-price__item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

 .jh-price__course-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

 .jh-price__course {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--jh-black);
  line-height: 1.2;
  text-align: left;
}

 .jh-price__course span {
  font-family: Futura, sans-serif;
  font-size: 22.7px;
  font-weight: 500;
  margin-right: 2px;
}

 .jh-price__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid var(--jh-black);
  background: var(--jh-orange);
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

 .jh-price__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.6;
  text-align: left;
}

 .jh-price__amount {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--jh-black);
  display: flex;
  align-items: baseline;
  margin: 0;
  line-height: 1.0;
}

 .jh-price__symbol {
  font-family: Futura, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-right: 2px;
}

 .jh-price__tilde {
  font-family: Futura, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

 .jh-price__tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--jh-black);
  margin-left: 4px;
}

 .jh-price__divider {
  height: 1px;
  background: var(--jh-black);
}

 .jh-price__note-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 16px auto 0;
  max-width: 672px;
  width: 100%;
}

 .jh-price__info-icon {
  flex-shrink: 0;
  color: var(--jh-white);
}

 .jh-price__note {
  margin: 0;
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

 .jh-price__refund-wrap {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

 .jh-price__refund-card {
  width: 342px;
  height: 167px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .jh-price__refund-card img {
  max-height: 100%;
  object-fit: contain;
}

 .jh-price__refund-text {
  margin: 0;
  color: var(--jh-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

/* =========================================================================
   07 FAQ
   ========================================================================= */
 .jh-faq {
  background: var(--jh-white);
}

 .jh-faq__title-group {
  text-align: center;
  margin-bottom: 48px;
}

 .jh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

 .jh-faq__item {
  border-radius: 12px;
  overflow: hidden;
}

 .jh-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: none;
  background: var(--jh-orange);
  color: var(--jh-white);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

 .jh-faq__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #FFF7F2;
  color: var(--jh-orange);
  font-size: 13px;
  font-weight: 700;
}

 .jh-faq__q-text {
  flex: 1;
}

 .jh-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
  background: var(--jh-white);
  border: 1px solid #f3f4f6;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

 .jh-faq__item.open .jh-faq__a {
  grid-template-rows: 1fr;
}

 .jh-faq__a-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 0;
  padding: 0 20px;
  transition: padding 0.35s ease;
}

 .jh-faq__item.open .jh-faq__a-inner {
  padding: 20px;
}

 .jh-faq__badge--a {
  background: #FFF0E6;
  color: var(--jh-orange);
}

 .jh-faq__a-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  color: #4b5563;
  margin: 0;
  text-align: left;
}

/* =========================================================================
   08 Final CTA
   ========================================================================= */
 .jh-final-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
  background-image: linear-gradient(rgba(7, 21, 42, 0.29), rgba(7, 21, 42, 0.29)), url("../images/junior-high/final-cta-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

 .jh-final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

 .jh-final-cta__title {
  color: var(--jh-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

 .jh-final-cta__text {
  color: var(--jh-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

 .jh-final-cta .jh-cta {
  justify-content: center;
}

/* =========================================================================
   Responsive — tablet
   ========================================================================= */
@media screen and (max-width: 1024px) {
  .jh-fv {
    padding: 80px 40px;
  }

  .jh-voice__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

/* =========================================================================
   Responsive — mobile (Figma 中学生ページ_sp)
   ========================================================================= */
@media screen and (max-width: 768px) {
  .jh-heading {
    font-size: 20px;
    line-height: 1.6;
  }

  /* FV */
  .jh-fv {
    margin-top: 64px;
    min-height: 700px;
    padding: 92px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .jh-fv__inner {
    gap: 32px;
    max-width: 100%;
  }

  .jh-fv__text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .jh-fv__heading {
    gap: 10px;
  }

  .jh-fv__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .jh-fv__title-line1 {
    font-size: 24px;
    line-height: 1.6;
  }

  .jh-fv__title-line2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 34px;
    line-height: 1.3;
    margin-top: 0;
  }

  .jh-fv__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  /* CTA buttons stack full width */
  .jh-cta {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  /* Program */
  .jh-program__title {
    font-size: 20px;
    line-height: 1.6;
  }

  .jh-program__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .jh-feature {
    padding: 24px 16px;
    gap: 40px;
  }

  .jh-feature + .jh-feature {
    margin-top: 32px;
  }

  .jh-feature__body {
    gap: 24px;
  }

  .jh-feature__head {
    gap: 16px;
  }

  .jh-feature__num {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .jh-feature__title {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  .jh-feature__img img {
    height: 200px;
  }

  .jh-feature__img--output img {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jh-feature__img--purpose img {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .jh-feature__panel {
    padding: 24px 20px;
  }

  .jh-feature__panel-title {
    font-size: 16px;
  }

  .jh-feature__experience {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
  }

  .jh-experience-item {
    width: 255px;
    max-width: 100%;
  }

  .jh-experience-item__text {
    font-size: 14px;
    text-align: center;
    min-height: auto;
  }

  .jh-feature__text {
    font-size: 14px;
    text-align: left;
  }

  .jh-feature__caption {
    font-size: 14px;
    text-align: left;
  }

  /* Safety */
  .jh-safety__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jh-safety__title-group {
    gap: 24px;
  }

  .jh-safety__title-group h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .jh-safety__lead {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .jh-safety__card-icon {
    width: 80px;
    height: 80px;
  }

  .jh-safety__card-title {
    text-align: left;
  }

  .jh-refund {
    flex-direction: column-reverse;
    gap: 24px;
    text-align: left;
    margin-top: 40px;
  }

  .jh-refund__seal {
    width: 100%;
    margin: 0 auto;
  }

  .jh-refund__title {
    font-size: 24px;
    text-align: center;
  }
  .jh-refund__sub {
    font-size: 16px;
  }
  .jh-refund__body {
    gap: 16px;
  }

  /* Voice */
  .jh-voice__title-group {
    gap: 24px;
  }

  .jh-voice__title-group h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .jh-voice__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .jh-voice__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jh-voice__meta p {
    font-size: 12px;
  }

 

  /* Price */
  .jh-price__title-group {
    gap: 24px;
  }

  .jh-price__title-group h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .jh-price__lead {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }

  .jh-price__box {
    padding: 24px 20px;
  }

  .jh-price__item {
    gap: 20px;
  }

  .jh-price__amount {
    font-size: 32px;
  }

  .jh-price__note-wrap {
    max-width: 100%;
    margin: 16px 0 0;
    justify-content: flex-start;
  }

  .jh-price__note {
    font-size: 13px;
    text-align: left;
  }

  .jh-price__refund-wrap {
    gap: 12px;
  }

  .jh-price__refund-card {
    width: 100%;
    max-width: 342px;
    height: auto;
    aspect-ratio: 342/167;
  }

  .jh-price__refund-text {
    font-size: 14px;
  }

  /* FAQ */
  .jh-faq__q {
    padding: 20px;
    font-size: 15px;
    gap: 14px;
  }

  .jh-faq__a {
    border-radius: 0 0 12px 12px;
    border: 2px solid #F3F4F6;
    border-top: none;
    background: #FFF;
  }

  .jh-faq__a-inner {
    padding: 0 20px;
    gap: 14px;
  }

  .jh-faq__item.open .jh-faq__a-inner {
    padding: 20px;
  }

  /* shared link CTA */
  .jh-link-cta,
  .jh-pill-cta {
    min-width: 0;
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }

  .jh-section__cta-link-wrap {
    margin-top: 12px;
  }

  .jh-br-sp {
    display: block;
  }

  .jh-br-pc {
    display: none;
  }

  .section-base__watermark {
    top: 2px;
    left: 3px;
  }
  .section-base__watermark-img {
    height: 65px;
    width: auto;
    max-width: 100%;
  }

  /* Final CTA */
  .jh-final-cta {
    gap: 31px;
  }

  .jh-final-cta__title {
    font-size: 22px;
  }

  .jh-final-cta__text {
    font-size: 14px;
  }
}
