:root {
	--exs-orange: #fb7436;
	--exs-orange-dark: #ff5035;
	--exs-yellow: #fff4d8;
	--exs-cream: #fff4d8;
	--exs-brown: #a98865;
	--exs-ink: #222222;
	--exs-blue: #eaf9f8;
	--exs-border: #e6e6e6;
}

.home-page { color: var(--exs-ink); line-height: 1.8; overflow: hidden; }
.home-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.home-container--narrow { width: min(820px, calc(100% - 40px)); }
.home-section { padding: 104px 0; }
.home-section__intro { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.home-page h1, .home-page h2, .home-page h3 { line-height: 1.45; }
.home-page h2 { margin: 0 0 34px; font-size: clamp(2rem, 4vw, 3.125rem); font-weight: 500; line-height: 1.7; text-align: center; }
.home-page h3 { margin-top: 0; }
.home-page a:focus-visible, .home-page summary:focus-visible { outline: 3px solid #2476a8; outline-offset: 4px; }

.home-hero { padding: 70px 0 82px; background: var(--exs-yellow); }
.home-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 64px; align-items: center; width: min(1080px, calc(100% - 40px)); }
.home-hero__badge { display: inline-flex; margin: 0 0 20px; padding: 12px 18px; border-left: 4px solid #ff7434; border-radius: 0; background: #fff; color: #ff7434; font-size: 1rem; font-weight: 900; }
.home-hero h1 { margin: 0 0 22px; font-size: clamp(2.45rem, 4.2vw, 3.65rem); letter-spacing: -.055em; text-shadow: none; white-space: nowrap; }
.home-hero__fun { color: #48c9c2; text-shadow: 1px 1px 0 #cfc6af; }
.home-hero__easy { color: #f8b84e; text-shadow: 1px 1px 0 #cfc6af; }
.home-hero__copy { max-width: 430px; margin: 0; font-size: 1.1rem; font-weight: 800; line-height: 1.55; }
.home-hero__visual { margin: 0; }
.home-hero__visual::before { display: none; }
.home-hero__visual img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 0; object-fit: cover; object-position: 50% 50%; }
.home-hero__cta-group { display: flex; width: min(445px, 100%); flex-direction: column; align-items: stretch; gap: 16px; margin-top: 26px; }
.home-hero__cta-group--paired { gap: 24px; }
.home-hero__cta-group > .home-button,
.home-hero__trial,
.home-hero__trial .home-button { width: 100%; }
.home-hero__trial { position: relative; display: flex; flex-direction: column; align-items: center; gap: 0; }
.home-hero__cta { display: flex; width: min(100%, 340px); flex-direction: row; gap: 18px; min-height: 70px; margin-top: 0; padding: 12px 22px; background: #fb7436; font-family: "Noto Sans JP", sans-serif; white-space: nowrap; }
.home-hero__cta > span:first-child { transform: translateY(4px); }
.home-hero__cta-arrow { display: inline-block; width: 16px; height: 16px; flex: 0 0 auto; border-top: 2px solid currentColor; border-right: 2px solid currentColor; font-size: 0; line-height: 0; transform: rotate(45deg); }
.home-hero__cta strong { font-size: 1rem; line-height: 1.35; }
.home-hero__cta small { font-size: .68rem; line-height: 1.2; }

.home-cta-note { margin: 0; color: var(--exs-orange-dark); font-size: .82rem; font-weight: 800; text-align: center; }
.home-hero__trial .home-cta-note { position: absolute; z-index: 1; top: 7px; left: 0; width: 100%; color: #fff; font-family: "Noto Sans JP", sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; transform: none; }
.home-hero__cta-group--paired .home-button { min-height: 72px; padding-block: 8px; font-size: clamp(18px, 5.2vw, 24px); font-weight: 700; line-height: 32px; }
.home-hero__cta-group--paired .home-hero__trial .home-button { padding-top: 20px; padding-bottom: 6px; }
.home-hero__cta-group--paired > .home-button--ghost { border: 0; background: #fb7436; box-shadow: 0 9px 14px rgba(251, 116, 54, .22); color: #fff; }
.home-hero__cta-group--paired > .home-button--ghost:hover { background: #f45d28; color: #fff; }
.home-hero__cta-group--paired .home-hero__trial .home-button { background: #26a69a; box-shadow: 0 9px 14px rgba(38, 166, 154, .24); }
.home-hero__cta-group--paired .home-hero__trial .home-button:hover { background: #208f85; }

.home-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; margin-top: 26px; padding: 14px 30px; border-radius: 999px; background: var(--exs-orange); box-shadow: 0 9px 0 rgba(184, 91, 39, .2); color: #fff; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.home-button:hover { background: var(--exs-orange-dark); box-shadow: 0 5px 0 rgba(184, 91, 39, .2); transform: translateY(4px); }
.home-button--secondary { background: var(--exs-brown); box-shadow: 0 9px 0 rgba(62, 53, 47, .2); }
.home-button--secondary:hover { background: #664a37; box-shadow: 0 5px 0 rgba(62, 53, 47, .2); }
.home-button--ghost { border: 2px solid var(--exs-orange); background: #fff; box-shadow: none; color: var(--exs-orange-dark); }
.home-button--ghost:hover { background: var(--exs-yellow); box-shadow: none; }
.home-hero__cta-group .home-button, .home-cta-block .home-button, .home-cta__buttons .home-button { margin-top: 0; }
.home-page .home-text-link { display: flex; width: min(100%, 376px); min-height: 50px; align-items: center; justify-content: space-between; margin: 28px auto 0; padding: 12px 18px 12px 24px; border-radius: 3px; background: #fafafa; color: #ff5035; font-weight: 500; text-decoration: none; transition: background .2s ease, color .2s ease; }
.home-text-link span { min-width: 30px; margin-left: 18px; border-left: 1px solid #ddd; text-align: right; }
.home-page .home-text-link:hover { background: #ff5035; color: #fff; }
.home-text-link:hover span { border-left-color: rgba(255,255,255,.7); }

.home-cta-block { padding: 40px 0; background: #fff; text-align: center; }
.home-cta-block__inner { display: flex; align-items: center; justify-content: center; gap: 8px; width: min(1080px, calc(100% - 40px)); }
.home-cta-block__trial { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.home-cta-block__inner > .home-button, .home-cta-block__trial { flex: 1 1 0; }
.home-cta-block__trial { width: min(540px, 100%); flex: 0 1 540px; }
.home-cta-block__trial .home-button { width: 100%; height: auto; min-height: 72px; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .2); }
.home-cta-block__arrow { display: inline-block; width: 18px; height: 18px; flex: 0 0 auto; border-top: 2px solid currentColor; border-right: 2px solid currentColor; font-size: 0; line-height: 0; transform: rotate(45deg); }
.home-cta-block.home-cta-block--paired .home-cta-block__trial .home-button { background: #26a69a; box-shadow: 0 8px 14px rgba(38,166,154,.24); }
.home-cta-block.home-cta-block--paired .home-cta-block__trial .home-button:hover { background: #208f85; }
.home-cta-block__inner > .home-button--ghost { border: 0; background: var(--exs-orange); box-shadow: none; color: #fff; }
.home-cta-block__inner > .home-button--ghost:hover { background: #f45d28; color: #fff; }

.home-cta__buttons { display: flex; align-items: stretch; justify-content: center; gap: 8px; width: min(1080px, 100%); margin: 26px auto 0; }
.home-cta__buttons .home-button { flex: 1 1 0; }
.home-cta__buttons--paired .home-cta__contact-button { background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .2); }
.home-cta__buttons.home-cta__buttons--paired .home-button.home-cta__trial-button { background: #26a69a; box-shadow: 0 8px 14px rgba(38, 166, 154, .24); }
.home-cta__buttons.home-cta__buttons--paired .home-button.home-cta__trial-button:hover { background: #208f85; }

.home-guarantee { padding: 54px 0 62px; background: #fff; }
.home-guarantee img { display: block; width: min(100%, 690px); height: auto; margin: auto; }

.home-concerns { padding-top: 74px; background: #fff; }
.home-concerns h2 { position: relative; width: min(1080px, 100%); margin-inline: auto; padding: 32px 0; border-block: 1px solid #666; color: rgb(34, 34, 34); font-family: "Noto Sans JP", sans-serif; font-size: 32px; font-weight: 700; line-height: 48px; }
.home-concerns h2 span { font-size: inherit; }
.home-concerns__grid { display: grid; grid-template-columns: 1fr; gap: 14px; width: min(1080px, 100%); margin-inline: auto; }
.home-concern-card { display: grid; grid-template-columns: 192px 1fr; gap: 18px; align-items: center; min-height: 285px; padding: 14px; border: 0; border-radius: 6px; background: #edf6fc; box-shadow: none; }
.home-concern-card::before { display: none; }
.home-concern-card > img { display: block; width: 100%; height: 256px; border-radius: 4px; object-fit: cover; }
.home-concern-card__placeholder, .home-benefit__parent-visual { display: grid; width: 100%; min-height: 150px; place-items: center; background: linear-gradient(145deg, #fff8eb, #f7dfc8); color: var(--exs-brown); font-weight: 800; }
.home-concern-card__placeholder span, .home-benefit__parent-visual span { padding: 9px 16px; border: 1px solid currentColor; border-radius: 999px; background: rgba(255,255,255,.72); }
.home-concern-card__lead { margin: 0; color: var(--exs-brown); font-weight: 800; }
.home-concern-card h3 { font-size: 1.45rem; }
.home-concern-card ul { margin: 0; padding: 0; list-style: none; }
.home-concern-card li { position: relative; margin: 0; padding: 8px 0 8px 28px; border-bottom: 1px solid #dfe3e5; color: #333; font-family: "Noto Sans JP", sans-serif; font-size: 18px; font-weight: 400; line-height: 24px; }
.home-concern-card li::before { position: absolute; top: 14px; left: 0; width: 12px; height: 12px; border-radius: 2px; background: #ff5035; color: #fff; content: "✓"; font-size: 9px; font-weight: 900; line-height: 12px; text-align: center; }

.home-features { padding: 82px 0 104px; background: linear-gradient(#fff 0 250px, var(--exs-yellow) 250px 100%); }
.home-features > .home-container { width: min(1080px, calc(100% - 40px)); }
.home-features > .home-container > h2 { min-height: 116px; margin-bottom: 78px; color: #fb7436; font-size: 2rem; line-height: 1.45; }
.home-benefit-group { margin-bottom: 88px; }
.home-benefit-group:last-child { margin-bottom: 0; }
.home-benefit-group > h3 { margin: 0 0 24px; font-size: 2.35rem; line-height: 1.35; }
.home-benefit-group > h3 strong { color: #26a69a; text-shadow: 1px 1px 0 #d2c3a1; }
.home-benefit-group--parent > h3 strong { color: #f4bd50; }
.home-benefit-summary { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: center; padding: 18px; border-radius: 8px; background: #fff; }
.home-benefit-summary img { display: block; width: 100%; height: 238px; border-radius: 7px; object-fit: cover; }
.home-benefit-group--child .home-benefit-summary img { object-position: center 43%; }
.home-benefit-group--parent .home-benefit-summary img { object-position: center 44%; }
.home-benefit-summary ul { margin: 0; padding: 0; list-style: none; }
.home-benefit-summary li { position: relative; padding: 10px 8px 10px 34px; border-bottom: 1px solid #e6e6e6; font-size: 1.25rem; font-weight: 500; line-height: 1.5; }
.home-benefit-summary li::before { position: absolute; top: 17px; left: 8px; width: 14px; height: 14px; border-radius: 2px; background: #fb7436; color: #fff; content: "✓"; font-size: 10px; font-weight: 900; line-height: 14px; text-align: center; }
.home-benefit-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 24px; }
.home-benefit-cards article { overflow: hidden; border-radius: 7px; background: #fff; }
.home-benefit-cards h4 { min-height: 104px; margin: 0; padding: 18px 16px; background: #26a69a; color: #fff; font-size: 1.25rem; line-height: 1.55; }
.home-benefit-group--parent .home-benefit-cards h4 { background: #f8c469; }
.home-benefit-cards p { margin: 0; padding: 18px 16px 24px; font-size: 1rem; line-height: 1.9; }

.home-conclusion { background: #fff; }
.home-conclusion__inner { display: grid; grid-template-columns: minmax(0, 1fr) 480px; gap: 48px; align-items: center; width: min(1080px, calc(100% - 40px)); }
.home-conclusion h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); text-align: left; }
.home-conclusion img { display: block; width: min(500px, 100%); height: auto; margin-inline: auto; border-radius: 26px; object-fit: cover; }
.home-conclusion__checklist { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.home-conclusion__checklist li { position: relative; padding-left: 34px; font-weight: 700; }
.home-conclusion__checklist li::before { position: absolute; top: 2px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; background: var(--exs-orange); color: #fff; content: "✓"; font-size: .78rem; font-weight: 900; }

.home-voice { background: var(--exs-blue); }
.home-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: min(1080px, 100%); margin-inline: auto; }
.home-review-card { display: flex; flex-direction: column; min-height: 250px; padding: 24px; border-radius: 10px; background: #fffdf6; box-shadow: 0 8px 20px rgba(49, 107, 126, .06); }
.home-review-card__stars { margin: 0 0 18px; color: #f0a43b; letter-spacing: .18em; }
.home-review-card blockquote { margin: 0; font-size: 1.08rem; font-weight: 700; }
.home-review-card > p:last-child { margin-top: auto; color: #756b65; font-size: .92rem; }
.home-review-grid .home-review-card { min-height: 250px; }

.home-course { text-align: center; background: #fff; }
.home-course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; width: min(1080px, 100%); margin-inline: auto; text-align: left; }
.home-course-card { position: relative; overflow: hidden; padding: 96px 34px 30px; border: 1px solid #56c9c2; border-radius: 10px; background: #fff; }
.home-course-card--accent { border-color: rgba(245, 138, 75, .7); background: #fff; }
.home-course-card__tag { display: block; margin: 0 0 12px; color: #665d57; font-size: .82rem; font-weight: 800; text-align: center; }
.home-course-card h3 { position: absolute; top: 0; right: 0; left: 0; display: grid; min-height: 64px; margin: 0; place-items: center; background: #26a69a; color: #fff; font-size: 1.4rem; text-align: center; }
.home-course-card--accent h3 { background: #f8c469; }
.home-course-card__price { display: flex; align-items: center; gap: 16px; margin: 24px 0; padding: 20px 0; border-block: 1px solid var(--exs-border); }
.home-course-card__price span { flex: 0 0 auto; color: var(--exs-brown); font-size: .86rem; font-weight: 800; }
.home-course-card__price strong { font-size: 1.1rem; }
.home-course-card__prices { margin: 24px 0 0; border-block: 1px solid var(--exs-border); }
.home-course-card__prices p { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 18px 0; }
.home-course-card__prices p + p { border-top: 1px solid var(--exs-border); }
.home-course-card__prices span { color: var(--exs-brown); font-weight: 800; }
.home-course-card__prices strong { color: var(--exs-orange-dark); font-size: 1.2rem; }
.home-course__note { margin: 24px 0 0; color: #6d645f; font-size: .9rem; }

.home-schools { background: var(--exs-cream); }
.home-school-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: min(1080px, 100%); margin: 0 auto; padding: 0; list-style: none; }
.home-school-list li { width: 100%; }
.home-school-list a { display: block; height: 100%; overflow: hidden; border: 1px solid var(--exs-border); border-radius: 999px; background: #fff; box-shadow: 0 7px 18px rgba(125, 94, 71, .08); color: inherit; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.home-school-list a:hover { box-shadow: 0 16px 34px rgba(125, 94, 71, .16); transform: translateY(-4px); }
.home-school-list__name { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 14px 24px; }

.home-faq { background: #fff; }
.home-faq__list { border-top: 1px solid var(--exs-border); }
.home-faq__item { padding: 22px 0; border-bottom: 1px solid var(--exs-border); }
.home-faq__item h3 { display: grid; grid-template-columns: 34px 1fr; gap: 8px; margin: 0 0 10px; font-size: 1rem; line-height: 1.75; }
.home-faq__item h3 span { color: #f2c34c; font-weight: 900; }
.home-faq__item > div > span { color: #ff8a00; font-weight: 900; }
.home-faq__item > div { display: grid; grid-template-columns: 34px 1fr; gap: 8px; }
.home-faq__item p { margin: 0; font-size: .92rem; }
.home-faq details { border-bottom: 1px solid var(--exs-border); }
.home-faq summary { position: relative; padding: 26px 54px 26px 44px; cursor: pointer; font-weight: 800; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::before { position: absolute; left: 4px; color: var(--exs-orange-dark); content: "Q"; font-size: 1.25rem; font-weight: 900; }
.home-faq summary::after { position: absolute; top: 50%; right: 10px; color: var(--exs-orange-dark); content: "＋"; font-size: 1.5rem; transform: translateY(-50%); }
.home-faq details[open] summary::after { content: "−"; }
.home-faq details > div { padding: 0 44px 26px; }
.home-faq details p { margin: 0; }

.home-cta { padding: 96px 0; background: var(--exs-yellow); text-align: center; }
.home-cta p { margin: 0 0 8px; color: var(--exs-brown); font-weight: 800; }
.home-cta h2 { margin-bottom: 12px; color: #fb7436; }
.home-cta__contact-button { background: var(--exs-orange); box-shadow: none; }
.home-cta__trial-button { min-width: 0; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .25); }
.home-cta__trial-button > span:first-child { display: flex; flex-direction: column; line-height: 1.4; }
.home-cta__trial-button small { font-size: .68rem; font-weight: 700; }

@media (max-width: 900px) {
	.home-section { padding: 82px 0; }
	.home-hero__inner { grid-template-columns: 1fr; gap: 44px; }
	.home-hero__content { text-align: center; }
	.home-hero__copy { margin-inline: auto; }
	.home-hero__cta-group { align-items: center; margin-inline: auto; }
	.home-hero__cta { margin-inline: auto; }
	.home-review-grid { grid-template-columns: 1fr 1fr; }
	.home-school-list { grid-template-columns: 1fr; }
	.home-benefit-summary { grid-template-columns: 280px 1fr; }
	.home-benefit-summary li { font-size: 1rem; }
	.home-benefit-cards { gap: 18px; }
	.home-benefit-cards h4 { font-size: 1rem; }
	.home-conclusion__inner { grid-template-columns: 1fr; }
}

/* Desktop scale and spacing aligned to the approved Figma comparison. */
@media (min-width: 901px) {
	.home-page { font-size: 16px; line-height: 1.8; }
	.home-page .home-container { width: min(1080px, calc(100% - 80px)); }
	.home-page .home-container--narrow { width: min(900px, calc(100% - 80px)); }
	.home-section { padding: 92px 0; }
	.home-page h2 { margin-bottom: 34px; font-size: 36px; }
	.home-section__intro { margin-bottom: 38px; font-size: 15px; }

	.home-hero { padding: 92px 0 108px; }
	.home-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 68px; width: min(1080px, calc(100% - 80px)); }
	.home-hero__badge { width: 100%; max-width: 520px; margin-bottom: 28px; padding: 16px 22px; font-size: 28px; line-height: 1.6; }
	.home-hero h1 { margin-bottom: 30px; font-size: 58px; }
	.home-hero__copy { font-size: 22px; line-height: 1.55; }
	.home-hero__cta-group { margin-top: 44px; margin-left: 30px; }
	.home-hero__cta-group--paired { gap: 24px; }
	.home-hero__cta-group .home-button { width: 445px; min-height: 72px; margin: 0; padding: 8px 30px; font-size: 24px; font-weight: 700; line-height: 32px; }
	.home-hero__cta-group > .home-button--ghost { border: 0; background: #fb7436; box-shadow: 0 9px 14px rgba(251, 116, 54, .22); color: #fff; }
	.home-hero__trial .home-button { background: #fb7436; box-shadow: 0 9px 14px rgba(251, 116, 54, .22); }
	.home-hero__trial .home-cta-note { top: 7px; }
	.home-hero__trial .home-button { padding-top: 20px; padding-bottom: 6px; }
	.home-hero__cta > span:first-child { display: flex; flex-direction: column; align-items: center; line-height: 1.35; }
	.home-hero__cta small { display: block; font-size: 11px; }
	.home-hero__visual img { aspect-ratio: 1 / 1; }

	.home-guarantee { padding: 52px 0 68px; background: #fff; }
	.home-guarantee img { width: min(100%, 1080px); }

	.home-concerns { padding: 82px 0 0; }
	.home-concerns h2 { width: min(1080px, 100%); padding: 28px 0; font-size: 32px; line-height: 48px; }
	.home-concerns h2 span { font-size: inherit; }
	.home-concerns__grid { width: min(1080px, 100%); gap: 16px; }
	.home-concern-card { grid-template-columns: 240px 1fr; gap: 24px; min-height: 356px; padding: 18px; }
	.home-concern-card > img { height: 320px; }
	.home-concern-card li { padding: 11px 0 11px 32px; font-size: 20px; line-height: 28px; }
	.home-concern-card li::before { top: 19px; width: 13px; height: 13px; font-size: 10px; line-height: 13px; }

	.home-features { padding: 40px 0 80px; background: linear-gradient(#fff 0 229px, #fff4d8 229px 100%); }
	.home-features > .home-container { width: min(1048px, calc(100% - 80px)); }
	.home-features > .home-container > h2 { min-height: 120px; margin-bottom: 74px; font-size: 34px; }
	.home-benefit-group { margin-bottom: 86px; }
	.home-benefit-group--child { margin-bottom: 32px; padding-top: 60px; }
	.home-benefit-group > h3 { margin-bottom: 26px; font-size: 38px; }
	.home-benefit-summary { grid-template-columns: 320px 1fr; gap: 24px; padding: 14px; }
	.home-benefit-summary img { height: 240px; }
	.home-benefit-summary li { padding: 10px 8px 10px 36px; font-size: 22px; line-height: 32px; }
	.home-benefit-summary li::before { top: 19px; left: 8px; }
	.home-benefit-cards { gap: 28px; margin-top: 24px; }
	.home-benefit-cards article { min-height: 560px; }
	.home-benefit-cards h4 { min-height: 112px; padding: 18px; background: #4fc9c1; font-size: 24px; line-height: 1.5; }
	.home-benefit-group--parent .home-benefit-cards h4 { background: #f8c469; }
	.home-benefit-cards p { padding: 20px 18px 28px; font-size: 20px; line-height: 1.75; }

	.home-conclusion { padding: 110px 0 95px; }
	.home-conclusion__inner { display: flex; width: min(760px, calc(100% - 80px)); flex-direction: column; gap: 20px; text-align: center; }
	.home-conclusion__content { width: 100%; }
	.home-conclusion h2 { font-size: 36px; line-height: 48px; text-align: center; }
	.home-conclusion__checklist { width: 100%; max-width: 760px; gap: 0; margin: 58px auto 0; text-align: left; }
	.home-conclusion__checklist li { padding: 10px 10px 10px 34px; border-bottom: 1px solid #e6e6e6; color: rgb(34, 34, 34); font-family: "Noto Sans JP", sans-serif; font-size: 24px; font-weight: 400; line-height: 34px; }
	.home-conclusion__checklist li::before { top: 19px; width: 14px; height: 14px; border-radius: 2px; background: #ff5035; font-size: 10px; line-height: 14px; }
	.home-conclusion img { width: 500px; max-height: none; aspect-ratio: 16 / 9; border-radius: 20px; object-fit: cover; }

	.home-conclusion + .home-guarantee { padding: 70px 0; background: #fff4d8; }
	.home-conclusion + .home-guarantee { padding-bottom: 28px; }
	.home-conclusion + .home-guarantee img { width: min(1040px, 100%); }
	.home-course + .home-guarantee { padding: 70px 0 34px; background: #fff; }
	.home-conclusion + .home-guarantee + .home-cta-block { padding: 0 0 70px; background: #fff4d8; }
	.home-conclusion + .home-guarantee + .home-cta-block .home-cta-block__inner { width: min(1040px, calc(100% - 80px)); }
	.home-conclusion + .home-guarantee + .home-cta-block .home-cta-block__trial { width: 100%; flex-basis: auto; }
	.home-conclusion + .home-guarantee + .home-cta-block .home-button { width: 100%; min-height: 76px; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .2); font-family: "Noto Sans JP", sans-serif; font-size: 24px; font-weight: 700; }
	.home-conclusion + .home-guarantee + .home-cta-block .home-cta-block__arrow { width: 18px; height: 18px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; font-size: 0; line-height: 0; transform: rotate(45deg); }
	.home-course + .home-guarantee + .home-cta-block { padding: 0 0 80px; background: #fff; }
	.home-course + .home-guarantee + .home-cta-block .home-button { background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .2); }
	.home-cta-block__inner { width: min(900px, calc(100% - 80px)); }
	.home-cta-block__trial .home-button { min-height: 72px; border-radius: 999px; font-size: 17px; }

	.home-voice { padding: 70px 0 140px; background: #fff; }
	.home-voice h2,
	.home-course h2,
	.home-schools h2,
	.home-faq h2 { width: min(900px, 100%); padding: 24px 0; border-block: 0; text-align: center; }
	.home-voice h2 { margin-bottom: 0; }
	.home-voice .home-section__intro { margin: 7px 0 24px; color: #9b8677; font-size: 13px; }
	.home-review-grid { width: min(1048px, 100%); align-items: start; gap: 16px; }
	.home-review-card,
	.home-review-grid .home-review-card { min-height: 260px; padding: 24px; border: 1px solid #f0dfbf; border-radius: 22px; background: #fffdf8; box-shadow: none; }
	.home-review-card__stars { margin-bottom: 16px; font-size: 18px; }
	.home-review-card blockquote { color: rgb(74, 59, 44); font-family: "Noto Sans JP", sans-serif; font-size: 16px; font-weight: 500; line-height: 28px; }
	.home-review-card blockquote strong { display: block; color: rgb(74, 59, 44); font-size: 20px; font-weight: 700; line-height: 28px; }
	.home-review-card > p:last-child { position: relative; padding-left: 28px; color: #8a7768; font-size: 16px; font-weight: 700; }
	.home-review-card > p:last-child::before { position: absolute; top: 1px; left: 0; color: #665d57; content: "person"; font-family: "Material Symbols Outlined"; font-size: 19px; font-weight: 500; line-height: 1; }
	.home-voice .home-text-link { margin-top: 20px; color: rgb(51, 51, 51); font-family: sans-serif; font-size: 16px; font-weight: 400; line-height: 16px; }
	.home-voice .home-text-link__arrow { font-family: "Material Symbols Outlined"; font-size: 22px; line-height: 1; }

	.home-course { padding: 45px 0 48px; background: #fff4d8; }
	.home-course h2 { width: min(1048px, 100%); margin-bottom: 0; font-size: 32px; }
	.home-course .home-section__intro { width: 100%; margin: 7px auto 30px; color: rgb(138, 122, 106); font-family: "Noto Sans JP", sans-serif; font-size: 16px; font-weight: 500; line-height: 24px; text-align: center; }
	.home-course-grid { width: min(1048px, 100%); gap: 18px; }
	.home-course-card { display: flex; min-height: 360px; padding: 84px 34px 20px; flex-direction: column; justify-content: center; }
	.home-course-card h3 { min-height: 82px; padding: 12px 16px 10px; background: #4fc9c1; color: rgb(74, 59, 44); font-size: 25px; line-height: 1.2; }
	.home-course-card h3 small { display: block; margin-top: 4px; font-size: 14px; font-weight: 700; line-height: 1.35; }
	.home-course-card--accent h3 { background: #f8c469; color: rgb(74, 59, 44); }
	.home-course-card__prices { width: 100%; margin: 0; border: 0; text-align: center; }
	.home-course-card__prices p { flex-direction: column; justify-content: center; gap: 7px; padding: 21px 0; border: 0; }
	.home-course-card__prices p + p { border-top: 1px solid #eee9e3; }
	.home-course-card__prices span { color: rgb(51, 51, 51); font-family: sans-serif; font-size: 16px; font-weight: 400; line-height: 16px; }
	.home-course-card__prices strong { display: flex; align-items: baseline; justify-content: center; gap: 5px; color: rgb(74, 59, 44); font-size: 16px; }
	.home-course-card__prices strong small { color: rgb(74, 59, 44); font-family: "Noto Sans JP", sans-serif; font-size: 20px; font-weight: 800; line-height: 36px; }
	.home-course-card__prices strong b { color: rgb(255, 138, 0); font-family: "Noto Sans JP", sans-serif; font-size: 36px; font-weight: 800; line-height: 36px; }
	.home-course .home-text-link { width: 220px; margin-top: 20px; }
	.home-course .home-text-link__arrow { font-family: "Material Symbols Outlined"; font-size: 22px; line-height: 1; }
	.home-course + .home-guarantee img { width: min(1040px, 100%); }

	.home-schools { padding: 26px 0 28px; background: #fff4d8; }
	.home-schools h2 { width: min(1048px, 100%); margin-bottom: 0; padding: 18px 0; font-size: 32px; }
	.home-schools .home-section__intro { display: block; width: 100%; margin: 7px auto 30px; color: rgb(138, 122, 106); font-family: "Noto Sans JP", sans-serif; font-size: 16px; font-weight: 500; line-height: 24px; text-align: center; }
	.home-school-list { grid-template-columns: 1fr; gap: 12px; width: min(610px, 100%); }
	.home-school-list a { border: 0; box-shadow: none; color: #fb7436; text-align: center; }
	.home-school-list__name { min-height: 52px; justify-content: center; padding: 10px 28px; color: rgb(249, 115, 22); font-family: "Zen Maru Gothic", sans-serif; font-size: 22px; font-weight: 600; line-height: 31px; }
	.home-school-list__name > span { display: none; }
	.home-schools .home-text-link { width: 220px; margin-top: 20px; }
	.home-schools .home-text-link__arrow { font-family: "Material Symbols Outlined"; font-size: 20px; line-height: 1; }

	.home-faq { padding: 73px 0 65px; }
	.home-faq .home-container--narrow { width: min(1048px, calc(100% - 80px)); }
	.home-faq h2 { width: min(1048px, 100%); margin-bottom: 14px; padding: 14px 0; font-size: 32px; }
	.home-faq__list { width: min(1000px, 100%); margin-inline: auto; border-top: 0; }
	.home-faq__item { margin: 0 0 12px; padding: 0; overflow: hidden; border: 1px solid #f1eee8; border-radius: 16px; background: #fff; box-shadow: 0 4px 12px rgba(74, 59, 44, .04); }
	.home-faq__item h3 { grid-template-columns: 42px 1fr; gap: 10px; margin: 0; padding: 18px 20px; border-bottom: 1px solid #eeeae4; color: rgb(74, 59, 44); font-family: "Noto Sans JP", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; }
	.home-faq__item > div { grid-template-columns: 42px 1fr; gap: 10px; padding: 12px 20px 18px; }
	.home-faq__item p { color: rgb(138, 122, 106); font-family: "Noto Sans JP", sans-serif; font-size: 16px; font-weight: 700; line-height: 24px; }
	.home-faq__item h3 span,
	.home-faq__item > div > span { font-family: "Rubik Mono One", sans-serif; font-size: 20px; font-weight: 700; line-height: 28px; }
	.home-faq__item h3 span { color: rgb(243, 195, 91); }
	.home-faq__item > div > span { color: #ff8a00; }
	.home-faq .home-text-link { margin-top: 20px; }
	.home-faq .home-text-link__arrow { font-family: "Material Symbols Outlined"; font-size: 20px; line-height: 1; }

	.site-blog-section--home { padding: 65px 0 96px; background: #fff; }
	.site-blog-section > .home-container { width: min(1080px, calc(100% - 80px)); }
	.site-blog-section .blog-card-grid { margin-top: 42px; }

	.home-cta { padding: 108px 0 120px; }
	.home-cta p { font-size: 22px; }
	.home-cta h2 { font-size: 38px; }
	.home-cta__trial-button { min-height: 78px; font-size: 18px; }
}

@media (max-width: 767px) {
	.home-container, .home-container--narrow { width: min(100% - 32px, 1120px); }
	.home-section { padding: 64px 0; }
	.home-page h2 { margin-bottom: 28px; font-size: clamp(1.75rem, 8vw, 2.25rem); }
	.home-section__intro { margin-bottom: 30px; }
	.home-hero { padding: 42px 0 58px; }
	.home-hero__inner { gap: 36px; }
	.home-hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
	.home-hero h1 { white-space: normal; }
	.home-hero h1 br { display: none; }
	.home-hero__visual { order: -1; }
	.home-button { width: 100%; padding-inline: 22px; }
	.home-hero__cta-group--paired { gap: 18px; }
	.home-hero__cta-group--paired .home-button { min-height: 64px; padding-block: 6px; font-size: 18px; line-height: 28px; }
	.home-hero__cta-group--paired .home-hero__trial .home-button { padding-top: 17px; padding-bottom: 3px; }
	.home-hero__trial .home-cta-note { top: 4px; font-size: 12px; line-height: 18px; }
	.home-guarantee { padding: 28px 0; }
	.home-concerns__grid, .home-review-grid, .home-course-grid, .home-school-list { grid-template-columns: 1fr; }
	.home-course-card { padding: 30px 24px; }
	.home-course-card { padding-top: 90px; }
	.home-concern-card { grid-template-columns: 1fr; gap: 18px; padding: 18px; text-align: left; }
	.home-concern-card > img { height: 190px; }
	.home-features { padding: 56px 0 72px; background: linear-gradient(#fff 0 205px, var(--exs-yellow) 205px 100%); }
	.home-features > .home-container > h2 { min-height: 112px; margin-bottom: 54px; font-size: 1.75rem; }
	.home-benefit-group { margin-bottom: 64px; }
	.home-benefit-group > h3 { font-size: 1.75rem; }
	.home-benefit-summary, .home-benefit-cards, .home-conclusion__inner { grid-template-columns: 1fr; }
	.home-benefit-summary { gap: 14px; padding: 14px; }
	.home-benefit-summary img { height: 220px; }
	.home-benefit-summary li { padding-block: 11px; font-size: .94rem; }
	.home-benefit-cards { gap: 16px; margin-top: 16px; }
	.home-benefit-cards h4 { min-height: 0; padding: 15px; }
	.home-benefit-cards p { padding: 15px 15px 20px; font-size: .9rem; }
	.home-conclusion h2 { text-align: center; }
	.home-conclusion__checklist { max-width: 320px; margin-inline: auto; text-align: left; }
	.home-review-card { min-height: 250px; }
	.home-course-card__price { align-items: flex-start; flex-direction: column; gap: 6px; }
	.home-course-card__prices p { align-items: flex-start; flex-direction: column; gap: 4px; }
	.home-faq__item h3, .home-faq__item > div { grid-template-columns: 26px 1fr; gap: 4px; }
	.home-cta { padding: 72px 0; }
	.home-cta-block__inner, .home-cta__buttons { flex-direction: column; }
	.home-cta-block__inner { gap: 12px; }
	.home-cta-block__inner > .home-button,
	.home-cta-block__trial { flex: 0 0 auto; }
	.home-cta-block__trial .home-button { height: auto; min-height: 60px; }
	.home-cta__trial-button { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* TOP page Figma parity pass (2026-08-25). */
@media (min-width: 9999px) {
	.home-page { font-size: 14px; line-height: 1.78; }
	.home-page .home-container { width: min(920px, calc(100% - 64px)); }
	.home-page .home-container--narrow { width: min(760px, calc(100% - 64px)); }
	.home-section { padding: 72px 0; }
	.home-page h2 { margin-bottom: 26px; font-size: 32px; font-weight: 700; line-height: 1.5; }
	.home-section__intro { margin-bottom: 30px; font-size: 13px; line-height: 1.7; }

	.home-hero { padding: 72px 0 78px; }
	.home-hero__inner { grid-template-columns: 1fr 1fr; gap: 54px; width: min(900px, calc(100% - 64px)); }
	.home-hero__badge { margin-bottom: 18px; padding: 11px 16px; font-size: 15px; }
	.home-hero h1 { margin-bottom: 20px; font-size: 46px; }
	.home-hero__copy { font-size: 17px; line-height: 1.55; }
	.home-hero__visual img { aspect-ratio: 4 / 3; object-position: center 45%; }
	.home-hero__cta { width: 330px; min-height: 68px; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .25); }
	.home-hero__cta-arrow { width: 16px; height: 16px; border-width: 2px 2px 0 0; font-size: 0; }
	.home-hero__cta > span:first-child { display: flex; flex-direction: column; line-height: 1.35; }
	.home-hero__cta small { display: block; font-size: 10px; }

	.home-guarantee { padding: 48px 0 56px; }
	.home-guarantee img { width: min(100%, 720px); }

	.home-concerns { padding: 58px 0 64px; }
	.home-concerns h2 { width: min(720px, 100%); padding: 22px 0; font-size: 27px; line-height: 1.45; }
	.home-concerns h2 span { font-size: 14px; }
	.home-concerns__grid { width: min(720px, 100%); gap: 12px; }
	.home-concern-card { grid-template-columns: 168px 1fr; gap: 26px; min-height: 190px; padding: 14px; background: #edf6fc; }
	.home-concern-card > img { height: 162px; }
	.home-concern-card__lead { color: #222; font-size: 14px; }
	.home-concern-card li { margin-top: 6px; padding: 7px 0 7px 22px; border-bottom: 1px solid #e6e6e6; font-size: 14px; }
	.home-concern-card li::before { top: 12px; width: 12px; height: 12px; background: #ff5035; color: #fff; content: "✓"; font-size: 9px; line-height: 12px; text-align: center; }

	.home-features { padding: 60px 0 76px; background: linear-gradient(#fff 0 210px, #fff4d8 210px 100%); }
	.home-features > .home-container { width: min(760px, calc(100% - 64px)); }
	.home-features > .home-container > h2 { min-height: 96px; margin-bottom: 58px; font-size: 27px; }
	.home-benefit-group { margin-bottom: 54px; }
	.home-benefit-group > h3 { margin-bottom: 18px; font-size: 28px; }
	.home-benefit-summary { grid-template-columns: 230px 1fr; gap: 18px; padding: 14px; border-radius: 6px; }
	.home-benefit-summary img { height: 178px; border-radius: 4px; }
	.home-benefit-summary li { padding: 8px 5px 8px 28px; font-size: 14px; }
	.home-benefit-summary li::before { top: 12px; left: 6px; }
	.home-benefit-cards { gap: 18px; margin-top: 14px; }
	.home-benefit-cards h4 { min-height: 78px; padding: 12px; background: #4fc8c1; font-size: 14px; line-height: 1.55; }
	.home-benefit-group--parent .home-benefit-cards h4 { background: #f8c469; }
	.home-benefit-cards p { padding: 14px 12px 18px; font-size: 12px; line-height: 1.85; }

	.home-conclusion { padding: 58px 0 64px; }
	.home-conclusion__inner { display: flex; width: min(600px, calc(100% - 64px)); flex-direction: column; gap: 18px; text-align: center; }
	.home-conclusion__content { width: 100%; }
	.home-conclusion h2 { font-size: 27px; line-height: 1.55; text-align: center; }
	.home-conclusion__checklist { width: 100%; max-width: 600px; gap: 0; margin: 18px auto 0; text-align: left; }
	.home-conclusion__checklist li { padding: 8px 8px 8px 26px; border-bottom: 1px solid #e6e6e6; font-size: 13px; }
	.home-conclusion__checklist li::before { top: 11px; width: 12px; height: 12px; border-radius: 1px; font-size: 9px; }
	.home-conclusion img { width: 360px; max-height: 260px; border-radius: 0; object-fit: cover; }

	.home-conclusion + .home-guarantee,
	.home-course + .home-guarantee { padding: 54px 0 24px; background: #fff4d8; }
	.home-conclusion + .home-guarantee + .home-cta-block,
	.home-course + .home-guarantee + .home-cta-block { padding: 0 0 56px; background: #fff4d8; }
	.home-cta-block__inner { width: min(720px, calc(100% - 64px)); }
	.home-cta-block__trial { width: 100%; flex-basis: 100%; }
	.home-cta-block__trial .home-button { min-height: 58px; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .2); }

	.home-voice { padding: 58px 0 64px; background: #fff; }
	.home-voice h2,
	.home-course h2,
	.home-schools h2,
	.home-faq h2 { width: min(720px, 100%); margin-inline: auto; padding: 18px 0; border-block: 0; }
	.home-review-grid { width: min(720px, 100%); gap: 12px; }
	.home-review-card,
	.home-review-grid .home-review-card { min-height: 190px; padding: 16px; border: 1px solid #ece4d8; border-radius: 16px; background: #fffdf8; box-shadow: none; }
	.home-review-card__stars { margin-bottom: 10px; font-size: 13px; }
	.home-review-card blockquote { font-size: 12px; line-height: 1.7; }
	.home-review-card > p:last-child { font-size: 11px; }

	.home-course { padding: 58px 0 64px; background: #fff4d8; }
	.home-course-grid { width: min(720px, 100%); gap: 12px; }
	.home-course-card { min-height: 260px; padding: 86px 24px 22px; border-radius: 15px; }
	.home-course-card h3 { min-height: 58px; background: #4fc8c1; color: #222; font-size: 19px; }
	.home-course-card--accent h3 { background: #f8c469; }
	.home-course-card__tag { position: absolute; top: 36px; right: 0; left: 0; color: #222; font-size: 11px; }
	.home-course-card__prices { margin-top: 0; border: 0; text-align: center; }
	.home-course-card__prices p { display: flex; flex-direction: column; gap: 4px; padding: 13px 0; border: 0; }
	.home-course-card__prices p + p { border: 0; }
	.home-course-card__prices span { color: #959595; font-size: 11px; }
	.home-course-card__prices strong { color: #fb7436; font-size: 20px; }
	.home-course .home-text-link { margin-top: 20px; }

	.home-schools { padding: 58px 0 64px; background: #fff4d8; }
	.home-school-list { grid-template-columns: 1fr; gap: 10px; width: min(430px, 100%); }
	.home-school-list a { border: 0; box-shadow: none; color: #fb7436; text-align: center; }
	.home-school-list__name { min-height: 48px; justify-content: center; padding: 10px 20px; }
	.home-school-list__name > span { display: none; }

	.home-faq { padding: 58px 0 64px; }
	.home-faq__list { border: 0; }
	.home-faq__item { margin-bottom: 10px; padding: 15px 18px; border: 0; border-radius: 8px; background: #fafafa; }
	.home-faq__item h3 { margin-bottom: 8px; font-size: 12px; }
	.home-faq__item p { font-size: 12px; line-height: 1.75; }

	.home-cta { padding: 96px 0 108px; }
	.home-cta p { font-size: 20px; }
	.home-cta h2 { width: min(760px, 100%); margin: 24px auto; font-size: 34px; line-height: 1.45; }
	.home-cta__trial-button { width: 100%; min-height: 72px; background: #fb7436; box-shadow: 0 8px 14px rgba(251, 116, 54, .25); }
}

@media (max-width: 900px) {
	.home-conclusion__inner { display: flex; flex-direction: column; text-align: center; }
	.home-conclusion h2 { text-align: center; }
	.home-conclusion + .home-guarantee,
	.home-course + .home-guarantee { background: #fff4d8; }
	.home-conclusion + .home-guarantee + .home-cta-block,
	.home-course + .home-guarantee + .home-cta-block { background: #fff4d8; }
	.home-cta-block__trial .home-button,
	.home-cta__trial-button { background: #fb7436; }
	.home-cta-block--paired .home-cta-block__trial .home-button { background: #26a69a; }
	.home-voice { background: #fff; }
	.home-course { background: #fff4d8; }
	.home-school-list { grid-template-columns: 1fr; }
	.home-school-list__name { justify-content: center; color: #fb7436; }
	.home-school-list__name > span { display: none; }
	.home-cta__buttons { flex-direction: column; }
}

/* Final CTA color contract. Keep every paired CTA consistent after all
   section-specific and responsive overrides above have been applied. */
.home-page .home-hero__cta-group--paired > .home-button--ghost,
.home-page .home-cta-block.home-cta-block--paired .home-cta-block__inner > .home-button--ghost,
.home-page .home-cta__buttons.home-cta__buttons--paired > .home-cta__contact-button {
	border-color: transparent;
	background: #fb7436;
	box-shadow: 0 8px 14px rgba(251, 116, 54, .22);
	color: #fff;
}

.home-page .home-hero__cta-group--paired .home-hero__trial > .home-button,
.home-page .home-cta-block.home-cta-block--paired .home-cta-block__trial > .home-button,
.home-page .home-cta__buttons.home-cta__buttons--paired > .home-cta__trial-button {
	background: #26a69a;
	box-shadow: 0 8px 14px rgba(38, 166, 154, .24);
	color: #fff;
}

.home-page .home-hero__cta-group--paired > .home-button--ghost:hover,
.home-page .home-cta-block.home-cta-block--paired .home-cta-block__inner > .home-button--ghost:hover,
.home-page .home-cta__buttons.home-cta__buttons--paired > .home-cta__contact-button:hover {
	background: #f45d28;
	color: #fff;
}

.home-page .home-hero__cta-group--paired .home-hero__trial > .home-button:hover,
.home-page .home-cta-block.home-cta-block--paired .home-cta-block__trial > .home-button:hover,
.home-page .home-cta__buttons.home-cta__buttons--paired > .home-cta__trial-button:hover {
	background: #208f85;
	color: #fff;
}

/* Shared paired CTA component. All templates opt into one of these two
   layouts, preventing page-specific width and flex rules from unbalancing it. */
.home-page .exsjunior-cta-pair {
	min-width: 0;
}

.home-page .exsjunior-cta-pair--stacked {
	display: flex;
	flex-direction: column;
}

.home-page .exsjunior-cta-pair--inline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 8px;
}

/* The closing CTA uses the same full-width inline contract as section CTAs.
   Keep this on the shared component so breakpoint rules cannot narrow it again. */
.home-page .home-cta__buttons.exsjunior-cta-pair--inline {
	width: min(1080px, 100%);
}

.home-page .exsjunior-cta-pair > .home-button,
.home-page .exsjunior-cta-pair > .home-hero__trial,
.home-page .exsjunior-cta-pair > .home-cta-block__trial {
	width: 100%;
	min-width: 0;
	max-width: none;
	flex: none;
}

.home-page .exsjunior-cta-pair .home-button {
	font-size: 24px;
	font-weight: 700;
}

.home-page .exsjunior-cta-pair--inline .home-button {
	height: auto;
	min-height: 76px;
	line-height: 32px;
}

.home-page .exsjunior-cta-pair--stacked .home-button {
	min-height: 72px;
	padding: 8px 30px;
	line-height: 32px;
}

.home-page .exsjunior-cta-pair--stacked .home-hero__trial .home-button {
	padding-top: 20px;
	padding-bottom: 6px;
}

@media (max-width: 767px) {
	.home-page .exsjunior-cta-pair .home-button {
		font-size: 18px;
	}

	.home-page .exsjunior-cta-pair--inline {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.home-page .exsjunior-cta-pair--inline .home-button {
		min-height: 60px;
		line-height: 28px;
	}

	.home-page .exsjunior-cta-pair--stacked .home-button {
		min-height: 64px;
		padding: 6px 22px;
		line-height: 28px;
	}

	.home-page .exsjunior-cta-pair--stacked .home-hero__trial .home-button {
		padding-top: 17px;
		padding-bottom: 3px;
	}
}
