:root {
  --blue-900: #063b74;
  --blue-700: #0755a5;
  --blue-600: #0b67c4;
  --blue-100: #e4f0fb;
  --blue-50: #f4f8fc;
  --accent: #f5a300;
  --accent-dark: #b66d00;
  --accent-soft: #fff4d6;
  --cream: #fff9ec;
  --ink: #172438;
  --muted: #52657a;
  --line: #d8e3ee;
  --white: #fff;
  --container: 1180px;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 12px 30px rgba(18, 55, 91, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(245, 163, 0, .75); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; color: var(--blue-900); background: var(--white); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 88px 0; }
.section-tint { background: var(--blue-50); border-block: 1px solid #eaf1f7; }
.icon { width: 1.35em; height: 1.35em; flex: none; }
.eyebrow { margin: 0 0 10px; color: var(--blue-700); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.eyebrow-accent { color: #ffd373; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-weight: 700; line-height: 1.38; }
h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 3vw, 2rem); }
h3 { margin-bottom: 8px; font-size: 1.12rem; }
p { margin-top: 0; }
.mobile-only { display: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1320px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { display: block; width: 236px; height: auto; }
.global-nav { display: flex; align-items: center; gap: 25px; color: #283a50; font-size: .82rem; font-weight: 700; }
.global-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.global-nav a:hover, .global-nav a:focus-visible, .global-nav a[aria-current="page"] { color: var(--blue-700); border-color: var(--accent); }
.global-nav .nav-cta { padding: 10px 17px; color: var(--white); background: var(--blue-700); border: 0; border-radius: var(--radius-sm); box-shadow: 0 8px 20px rgba(7, 85, 165, .16); }
.menu-button { display: none; align-items: center; gap: 8px; padding: 9px 12px; color: var(--blue-900); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.menu-button > span:first-child { position: relative; width: 18px; height: 12px; border-block: 2px solid currentColor; }
.menu-button > span:first-child::after { content: ""; position: absolute; top: 4px; left: 0; width: 18px; border-top: 2px solid currentColor; }

.hero { position: relative; min-height: 550px; overflow: hidden; background-color: #eff5fa; background-image: url("/assets/img/hero-business.webp"); background-repeat: no-repeat; background-position: right center; background-size: auto 100%; border-bottom: 1px solid #e7eef6; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,251,255,.98) 0%, rgba(247,251,255,.94) 32%, rgba(247,251,255,.76) 45%, rgba(247,251,255,.18) 59%, rgba(247,251,255,0) 70%); pointer-events: none; }
.hero-inner { position: relative; width: min(1320px, calc(100% - 64px)); min-height: 550px; margin-inline: auto; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(700px, 55%); padding: 70px 0 64px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 20px; font-size: clamp(2.65rem, 4.5vw, 3.65rem); letter-spacing: -.035em; }
.hero-copy h1::first-line { color: var(--ink); }
.hero-lead { max-width: 660px; color: #42566c; font-size: 1.02rem; }
.hero-points { margin: 24px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; font-size: .9rem; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points .icon { width: 21px; height: 21px; padding: 3px; color: var(--white); background: var(--blue-700); border-radius: 50%; }
.hero-note { margin: 17px 0 0; color: var(--muted); font-size: .72rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; line-height: 1.35; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: #25200f; background: linear-gradient(135deg, #ffc12e, var(--accent)); box-shadow: 0 10px 24px rgba(189, 116, 0, .22); }
.button-primary { color: var(--white); background: var(--blue-700); box-shadow: 0 10px 22px rgba(7, 85, 165, .15); }
.button-outline { color: var(--blue-900); background: var(--white); border-color: #8fb5d9; }
.button-light { color: var(--blue-900); background: var(--white); border-color: rgba(255,255,255,.3); }

.feature-strip { position: relative; z-index: 2; width: min(var(--container), calc(100% - 64px)); margin: -26px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-strip > div { display: flex; align-items: center; gap: 15px; padding: 24px 28px; border-right: 1px solid var(--line); }
.feature-strip > div:last-child { border-right: 0; }
.feature-strip .icon { width: 34px; height: 34px; color: var(--blue-700); }
.feature-strip p, .feature-strip strong, .feature-strip span { display: block; margin: 0; }
.feature-strip strong { font-size: .9rem; }
.feature-strip span { color: var(--muted); font-size: .73rem; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading p:last-child { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-700); font-size: .86rem; font-weight: 700; white-space: nowrap; }
.purpose-shortcuts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.purpose-shortcuts > a { min-height: 132px; display: flex; align-items: center; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s, border .2s, box-shadow .2s; }
.purpose-shortcuts > a:hover { transform: translateY(-3px); border-color: #9dbbd7; box-shadow: var(--shadow); }
.purpose-shortcuts > a > .icon:first-child { width: 38px; height: 38px; padding: 7px; color: var(--blue-700); background: var(--blue-100); border-radius: 50%; }
.purpose-shortcuts > a > .icon:last-child { width: 17px; margin-left: auto; color: var(--accent-dark); }
.purpose-shortcuts strong, .purpose-shortcuts small { display: block; }
.purpose-shortcuts small { margin-top: 4px; color: var(--muted); font-size: .7rem; }

.table-scroll { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(18, 55, 91, .05); scrollbar-color: var(--blue-700) var(--blue-100); }
.comparison-table { width: 100%; min-width: 980px; border-collapse: collapse; font-size: .8rem; line-height: 1.62; }
.comparison-table th, .comparison-table td { padding: 17px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-table tr > *:last-child { border-right: 0; }
.comparison-table thead th { color: var(--blue-900); background: var(--blue-100); white-space: nowrap; }
.comparison-table tbody th { width: 18%; background: #f8fbfe; }
.comparison-table tbody th strong { display: block; color: var(--blue-900); font-size: .87rem; }
.comparison-table small { display: block; margin-top: 6px; color: var(--muted); font-size: .68rem; font-weight: 400; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 999px; font-size: .68rem; font-weight: 700; white-space: nowrap; }
.status-badge > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-open { color: #176539; background: #e2f5e8; }
.status-scheduled { color: #815400; background: var(--accent-soft); }
.status-closed { color: #5c6877; background: #edf1f5; }
.official-link { display: inline-flex; align-items: center; gap: 5px; color: var(--blue-700); font-weight: 700; }
.official-link .icon { width: 15px; }
.source-notice { margin-top: 18px; display: flex; align-items: start; gap: 14px; padding: 18px 22px; color: #42566c; background: var(--cream); border: 1px solid #f1dfb8; border-radius: var(--radius-sm); font-size: .78rem; }
.source-notice > .icon { width: 25px; height: 25px; color: var(--accent-dark); }
.source-notice strong { display: block; color: var(--ink); }
.source-notice p { margin: 2px 0 0; }

.decision-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.decision-copy p { color: var(--muted); }
.step-list { margin: 0; padding: 0; list-style: none; }
.step-list li { display: flex; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { color: var(--blue-700); font-size: .76rem; font-weight: 700; }
.step-list strong { display: block; }
.step-list p { margin: 2px 0 0; color: var(--muted); font-size: .83rem; }
.section-guides { padding-top: 20px; }
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { display: block; padding: 28px; background: var(--blue-50); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-card > span { display: inline-block; margin-bottom: 16px; padding: 4px 9px; color: var(--blue-700); background: var(--blue-100); border-radius: 4px; font-size: .67rem; font-weight: 700; }
.guide-card p { color: var(--muted); font-size: .83rem; }
.guide-card strong { display: flex; align-items: center; gap: 5px; margin-top: 18px; color: var(--blue-700); font-size: .78rem; }
.guide-card strong .icon { width: 15px; }
.cta-band { width: min(var(--container), calc(100% - 64px)); margin: 0 auto 88px; padding: 45px 50px; display: flex; align-items: center; justify-content: space-between; gap: 42px; color: var(--white); background: var(--blue-900); border-radius: var(--radius-lg); }
.cta-band h2 { color: var(--white); }
.cta-band p:last-child { max-width: 710px; margin-bottom: 0; color: #cfdeec; }
.cta-band .button-row { flex: none; margin-top: 0; }

.page-hero { padding: 52px 0 58px; background: linear-gradient(135deg, var(--blue-50), var(--white)); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.1rem); }
.page-lead { max-width: 800px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: .72rem; }
.breadcrumb a { color: var(--blue-700); }
.notice { margin-bottom: 30px; padding: 21px 24px; background: var(--accent-soft); border-left: 4px solid var(--accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.notice strong { display: block; margin-bottom: 4px; }
.notice p { margin: 0; color: #5b523d; font-size: .86rem; }

.filter-panel { margin: 30px 0 38px; padding: 26px; background: var(--blue-50); border: 1px solid var(--line); border-radius: var(--radius); }
.search-field label { display: block; margin-bottom: 8px; color: var(--blue-900); font-size: .8rem; font-weight: 700; }
.search-field > div { display: flex; gap: 10px; }
.search-field input { width: 100%; min-height: 50px; padding: 10px 14px; color: var(--ink); background: var(--white); border: 1px solid #9fb7cf; border-radius: var(--radius-sm); }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.filter-buttons button { padding: 7px 13px; color: var(--blue-900); background: var(--white); border: 1px solid #adc1d4; border-radius: 999px; cursor: pointer; }
.filter-buttons button.is-active { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); }
.filter-result { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.program-list { display: grid; gap: 22px; }
.program-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(18,55,91,.04); }
.program-card[hidden] { display: none; }
.program-card-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.program-card-top h2 { margin-bottom: 12px; font-size: 1.32rem; }
.program-type { margin: 0 0 5px; color: var(--blue-700); font-size: .7rem; font-weight: 700; }
.program-card > p { color: var(--muted); }
.program-card dl { margin: 22px 0; }
.program-card dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.program-card dt { color: var(--blue-700); font-size: .75rem; font-weight: 700; }
.program-card dd { margin: 0; font-size: .84rem; }
.program-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.program-card-footer > span { color: var(--muted); font-size: .72rem; }
.empty-filter { padding: 60px 20px; text-align: center; background: var(--blue-50); border-radius: var(--radius); }
.empty-filter h2 { font-size: 1.3rem; }
.empty-filter p { max-width: 620px; margin: 0 auto; color: var(--muted); }

.check-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.check-grid article { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.check-grid span, .guide-step > span { display: block; margin-bottom: 14px; color: var(--accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.check-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.prose h2 { margin: 46px 0 12px; scroll-margin-top: 98px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #40546a; }
.prose a { color: var(--blue-700); text-decoration: underline; }
.guide-step { position: relative; padding: 0 0 36px 34px; border-left: 2px solid var(--blue-100); }
.guide-step::before { content: ""; position: absolute; top: 3px; left: -7px; width: 12px; height: 12px; background: var(--blue-700); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--blue-700); }
.guide-step h2 { margin-top: 0; }
.checklist-box { margin-top: 30px; padding: 28px 32px; background: var(--cream); border: 1px solid #eedfbf; border-radius: var(--radius); }
.checklist-box h2 { margin-top: 0; font-size: 1.3rem; }
.checklist-box ul { margin-bottom: 0; padding-left: 1.4em; }
.checklist-box li { margin: 6px 0; }
.purpose-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.purpose-detail { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); }
.purpose-detail > .icon { width: 44px; height: 44px; margin-bottom: 22px; padding: 8px; color: var(--blue-700); background: var(--blue-100); border-radius: 50%; }
.purpose-detail p { color: var(--muted); }
.purpose-detail h3 { margin-top: 24px; }
.purpose-detail ul { margin: 10px 0 24px; padding: 0; list-style: none; }
.purpose-detail li { display: flex; gap: 8px; margin: 8px 0; font-size: .84rem; }
.purpose-detail li .icon { color: var(--accent-dark); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; gap: 15px; padding: 23px 3px; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; margin-left: auto; color: var(--blue-700); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary > span, .faq-answer > span { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: var(--white); background: var(--blue-700); border-radius: 50%; }
.faq-answer { display: flex; gap: 15px; padding: 0 3px 26px; }
.faq-answer > span { color: var(--blue-900); background: var(--accent-soft); }
.faq-answer p { margin: 3px 0 0; color: var(--muted); }
.source-list { margin: 30px 0; padding: 26px; background: var(--blue-50); border-radius: var(--radius); }
.source-list h3 { font-size: 1rem; }
.source-list > a { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-list > a:last-child { border-bottom: 0; }
.source-list small { color: var(--muted); font-size: .7rem; }
.source-list .icon { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.no-form-notice { display: flex; gap: 18px; margin-bottom: 28px; padding: 28px; color: var(--white); background: var(--blue-900); border-radius: var(--radius); }
.no-form-notice > .icon { width: 42px; height: 42px; padding: 8px; background: rgba(255,255,255,.1); border-radius: 50%; }
.no-form-notice h2 { margin-bottom: 6px; color: var(--white); font-size: 1.25rem; }
.no-form-notice p { margin: 0; color: #d6e3ef; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.contact-options article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-options h2 { font-size: 1.2rem; }
.contact-options p { color: var(--muted); }
.legal h2 { font-size: 1.3rem; }
.updated { color: var(--muted); font-size: .78rem; }
.empty-state { max-width: 680px; min-height: 58vh; margin: 0 auto; padding: 100px 28px; text-align: center; }
.error-code { margin: 0; color: var(--blue-700); font-size: 4rem; font-weight: 700; line-height: 1; }
.empty-state .button-row { justify-content: center; }

.site-footer { padding: 64px 0 0; color: #d7e5f1; background: #052f5b; }
.footer-grid { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 54px; }
.brand-footer img { width: 220px; padding: 5px 8px; background: var(--white); border-radius: var(--radius-sm); }
.footer-about p { max-width: 330px; margin-top: 20px; color: #aebfd0; font-size: .78rem; }
.footer-grid h2 { margin-bottom: 13px; color: var(--white); font-size: .8rem; }
.footer-grid > div > a:not(.brand) { display: block; margin: 7px 0; color: #b8c8d8; font-size: .76rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { width: min(var(--container), calc(100% - 64px)); margin: 48px auto 0; padding: 19px 0; display: flex; justify-content: space-between; gap: 28px; color: #8ea5bb; border-top: 1px solid rgba(255,255,255,.12); font-size: .66rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1080px) {
  .global-nav { gap: 14px; }
  .global-nav a:not(.nav-cta) { font-size: .75rem; }
  .hero { background-position: calc(100% + 70px) center; }
  .hero-copy { width: min(620px, 58%); }
  .purpose-shortcuts, .check-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.45fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 860px) {
  .container, .feature-strip, .cta-band, .footer-grid, .footer-bottom { width: min(100% - 40px, var(--container)); }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 32px); }
  .brand img { width: 195px; }
  .menu-button { display: inline-flex; }
  .global-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 14px 20px 23px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .global-nav.is-open { display: grid; }
  .global-nav a { padding: 9px 4px; }
  .global-nav .nav-cta { text-align: center; }
  .hero { background-position: calc(100% + 140px) center; background-size: auto 90%; }
  .hero-inner { width: min(100% - 40px, var(--container)); }
  .hero-copy { width: min(560px, 62%); padding: 55px 0; }
  .hero-copy h1 { font-size: 2.6rem; }
  .feature-strip { grid-template-columns: 1fr; margin-top: 20px; }
  .feature-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-strip > div:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .decision-layout { grid-template-columns: 1fr; gap: 38px; }
  .guide-cards { grid-template-columns: 1fr; }
  .cta-band { padding: 36px; align-items: start; flex-direction: column; }
  .cta-band .button-row { width: 100%; }
  .purpose-detail-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container, .feature-strip, .cta-band, .footer-grid, .footer-bottom { width: calc(100% - 32px); }
  .section { padding: 56px 0; }
  .mobile-only { display: block; }
  .hero { min-height: 0; background-position: right -60px bottom -8px; background-size: auto 360px; }
  .hero::before { background: linear-gradient(180deg, rgba(247,251,255,1) 0%, rgba(247,251,255,.98) 56%, rgba(247,251,255,.55) 72%, rgba(247,251,255,0) 100%); }
  .hero-inner { width: 100%; min-height: auto; display: block; padding-bottom: 270px; }
  .hero-copy { width: calc(100% - 40px); margin-inline: auto; padding: 42px 0 24px; }
  .hero-copy h1 { margin-bottom: 16px; font-size: 2rem; line-height: 1.43; }
  .hero-lead { font-size: .92rem; }
  .button-row, .button-row .button { width: 100%; }
  .button { padding-inline: 16px; }
  .feature-strip > div { padding: 20px; }
  .purpose-shortcuts, .check-grid, .contact-options { grid-template-columns: 1fr; }
  .purpose-shortcuts > a { min-height: 104px; }
  .section-heading.split { display: block; }
  .section-heading.split .text-link { margin-top: 8px; }
  .comparison-table { min-width: 860px; font-size: .76rem; }
  .comparison-table th, .comparison-table td { padding: 13px; }
  .cta-band { margin-bottom: 56px; padding: 28px 24px; }
  .page-hero { padding: 30px 0 42px; }
  .page-hero h1 { font-size: 1.95rem; }
  .breadcrumb { margin-bottom: 24px; }
  .filter-panel { padding: 20px; }
  .search-field > div { display: grid; }
  .program-card { padding: 24px; }
  .program-card-top, .program-card-footer { align-items: start; flex-direction: column; }
  .program-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .program-card-footer .button { width: 100%; }
  .guide-step { padding-left: 25px; }
  .checklist-box { padding: 23px; }
  .purpose-detail { padding: 25px; }
  .faq-list summary { align-items: start; }
  .no-form-notice { display: block; }
  .no-form-notice > .icon { margin-bottom: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 9px; }
}

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