:root {
  --green-950: #003b2d;
  --green-900: #004733;
  --green-800: #00563f;
  --green-700: #087052;
  --green-100: #e8f0df;
  --green-050: #f3f7ef;
  --ink: #101b17;
  --muted: #52605a;
  --line: #b9cbbf;
  --white: #fff;
  --danger: #c82727;
  --content: 1360px;
  --shadow: 0 18px 54px rgb(0 59 45 / 12%);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--white); font-size: 16px; line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; color: white; background: var(--green-900); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 30; height: 88px; background: rgb(255 255 255 / 96%); border-bottom: 1px solid #e2e8e4; backdrop-filter: blur(10px); }
.header-inner { max-width: var(--content); height: 100%; margin: 0 auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand img { width: 140px; height: auto; }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-weight: 700; font-size: 14px; }
.global-nav a { text-decoration: none; }
.global-nav > a:not(.button) { position: relative; }
.global-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--green-700); transition: right .2s ease; }
.global-nav > a:not(.button):hover::after, .global-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--green-900); }

.button { min-height: 58px; padding: 14px 30px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; color: white; background: var(--green-800); border: 1px solid var(--green-800); border-radius: 8px; text-decoration: none; font-weight: 800; letter-spacing: .03em; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--green-950); transform: translateY(-1px); box-shadow: 0 10px 24px rgb(0 59 45 / 16%); }
.button:focus-visible, .text-link:focus-visible, .inline-button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #7bbfa5; outline-offset: 3px; }
.button-small { min-height: 48px; padding: 10px 24px; }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding: 8px 0; color: var(--green-800); border: 0; border-bottom: 1px solid var(--green-800); background: none; text-decoration: none; font-weight: 800; cursor: pointer; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr); }
.hero-copy { display: flex; align-items: center; justify-content: flex-end; background-color: var(--white); }
.window-grid { background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 220px 220px; background-position: 30px 10px; }
.hero-copy-inner { width: min(100%, 720px); padding: 84px 68px 80px 44px; }
.hero h1 { margin: 0 0 28px; color: var(--green-900); font-size: clamp(48px, 4.4vw, 76px); line-height: 1.28; letter-spacing: .015em; }
.hero-lead { margin: 0 0 36px; font-size: clamp(17px, 1.35vw, 21px); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.legal-note { margin: 22px 0 0; font-size: 13px; }
.hero-media { margin: 0; min-height: 720px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }

.section-inner { width: min(calc(100% - 68px), var(--content)); margin: 0 auto; }
.section-space { padding: 118px 0; }
.audience { padding: 48px 0 52px; border-bottom: 1px solid #dce5df; }
.line-heading { margin: 0 0 34px; display: flex; align-items: center; gap: 28px; color: var(--green-900); font-size: 28px; text-align: center; }
.line-heading::before, .line-heading::after { content: ""; flex: 1; height: 1px; background: var(--green-700); }
.audience-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.audience-list li { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid #ccd8d0; font-weight: 800; }
.audience-list li:last-child { border: 0; }
.audience-icon { color: var(--green-700); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }

.benefits-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); align-items: center; gap: clamp(64px, 7vw, 120px); }
.section-number { margin: 0 0 10px; color: var(--green-700); font-family: Georgia, serif; font-size: 22px; letter-spacing: .08em; }
.benefits h2, .section-heading-row h2 { margin: 0; color: var(--green-900); font-size: clamp(38px, 4vw, 64px); line-height: 1.35; letter-spacing: .02em; }
.section-lead { margin: 24px 0 48px; max-width: 620px; font-size: 18px; }
.benefit-list { display: grid; gap: 28px; }
.benefit-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; }
.benefit-mark { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green-800); border: 1px solid var(--green-700); border-radius: 50%; font-family: serif; font-weight: 700; }
.benefit-list h3 { margin: 0 0 4px; color: var(--green-800); font-size: 22px; }
.benefit-list p { margin: 0; color: var(--muted); }
.benefits-media { margin: 0; position: relative; }
.benefits-media::after { content: ""; position: absolute; width: 42%; height: 36%; right: -34px; bottom: -34px; border: 2px solid #8da890; border-left: 0; border-top: 0; pointer-events: none; }
.benefits-media img { aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }

.flow { background: var(--green-050); border-top: 1px solid #dce7d7; border-bottom: 1px solid #dce7d7; }
.section-heading-row { display: flex; align-items: baseline; gap: 22px; margin-bottom: 58px; }
.section-heading-row .section-number { margin: 0; }
.section-heading-row h2 { font-size: clamp(38px, 3.4vw, 56px); }
.flow-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.flow-list li { position: relative; min-height: 210px; padding: 22px 44px 20px 0; border-top: 1px solid var(--green-700); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; top: 76px; right: 18px; color: var(--green-700); font-size: 26px; }
.flow-number { display: block; margin-bottom: 26px; color: var(--green-800); font-family: Georgia, serif; font-size: 46px; line-height: 1; }
.flow-list h3 { margin: 0 0 8px; color: var(--green-900); font-size: 21px; }
.flow-list p { margin: 0; color: var(--muted); font-size: 14px; }

.requirements-list { margin: 0; border-top: 1px solid var(--green-700); }
.requirements-list > div { display: grid; grid-template-columns: minmax(190px, 28%) 1fr; border-bottom: 1px solid #a9c0b2; }
.requirements-list dt, .requirements-list dd { margin: 0; padding: 17px 24px; }
.requirements-list dt { color: var(--green-800); background: #fbfdfb; font-weight: 800; }
.notice { margin-top: 30px; padding: 28px 32px; display: flex; align-items: flex-start; gap: 22px; background: var(--green-050); }
.notice-icon { flex: 0 0 38px; height: 38px; display: grid; place-items: center; color: var(--green-800); border: 2px solid var(--green-700); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.notice h3 { margin: 0 0 5px; color: var(--green-800); font-size: 19px; }
.notice p { margin: 0; }

.faq { padding-top: 30px; }
.faq-list { border-top: 1px solid var(--green-700); }
.faq-list details { border-bottom: 1px solid #a9c0b2; }
.faq-list summary { position: relative; padding: 20px 56px 20px 20px; color: var(--green-800); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; translate: 0 -50%; font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 2px 20px 22px; color: var(--muted); }

.application { display: grid; grid-template-columns: minmax(380px, .72fr) minmax(0, 1.28fr); background: var(--white); }
.application-intro { min-height: 980px; padding: 90px clamp(42px, 6vw, 92px); display: flex; color: white; background: var(--green-950); }
.window-shadow { background-image: linear-gradient(90deg, transparent 49.5%, rgb(255 255 255 / 7%) 49.5%), linear-gradient(transparent 49.5%, rgb(255 255 255 / 7%) 49.5%); background-size: 220px 260px; }
.application-intro img { width: 144px; margin-bottom: 120px; }
.brand-word { display: inline-block; color: var(--green-900); font-family: Arial, sans-serif; font-size: 42px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.brand-word-light { margin-bottom: 120px; color: white; }
.application-intro h2 { margin: 0 0 44px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(38px, 4vw, 62px); line-height: 1.5; letter-spacing: .06em; }
.application-intro p { margin: 0; font-weight: 700; letter-spacing: .06em; }
.application-form-wrap { min-height: 980px; padding: 82px clamp(38px, 6vw, 100px); }
.application-form { max-width: 860px; margin: 0 auto; }
.form-status { min-height: 0; margin-bottom: 12px; color: var(--danger); font-weight: 700; }
.field-row { margin: 0; padding: 18px 0; display: grid; grid-template-columns: minmax(180px, 28%) 1fr; gap: 26px; align-items: center; border-bottom: 1px solid #a7aca9; }
.field-row label, .field-row legend { font-weight: 800; }
.required { margin-left: 8px; color: var(--danger); font-size: 12px; }
.field-row input, .field-row select, .field-row textarea { width: 100%; padding: 11px 4px; color: var(--ink); background: white; border: 0; border-bottom: 1px solid transparent; border-radius: 0; }
.field-row textarea { padding: 10px 12px; border: 1px solid #9da5a1; border-radius: 4px; resize: vertical; }
.field-row input::placeholder, .field-row textarea::placeholder { color: #7d8581; }
.radio-field { border: 0; border-bottom: 1px solid #a7aca9; }
.radio-field legend { padding: 0; }
.radio-options { display: flex; flex-wrap: wrap; gap: 18px 34px; }
.radio-options label { display: flex; align-items: center; gap: 9px; font-weight: 500; }
.radio-options input, .consent input { width: 18px; height: 18px; accent-color: var(--green-800); }
.consent { margin: 30px auto 24px; display: flex; justify-content: center; align-items: flex-start; gap: 12px; }
.consent a { color: var(--green-800); font-weight: 800; text-underline-offset: 3px; }
.consent a:hover { color: var(--green-950); }
.honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.turnstile-wrap { min-height: 65px; margin: 22px auto 18px; display: flex; justify-content: center; }
.inline-button { padding: 0; color: var(--green-800); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }
.submit-button { width: min(100%, 620px); margin: 0 auto; display: flex; border: 0; }
.submit-button:disabled { color: #f4f6f5; background: #9ab0a6; cursor: wait; transform: none; box-shadow: none; }
.reassurance { margin: 18px 0 0; color: var(--green-800); text-align: center; font-size: 14px; font-weight: 800; }
.success-panel { max-width: 660px; margin: 150px auto 0; text-align: center; }
.success-panel:focus { outline: none; }
.success-mark { width: 64px; height: 64px; margin: 0 auto 28px; display: grid; place-items: center; color: white; background: var(--green-800); border-radius: 50%; font-size: 30px; }
.success-panel h2 { color: var(--green-900); font-size: 36px; }
.reset-button { margin-top: 24px; }

.site-footer { padding: 32px 0; color: white; background: var(--green-950); border-top: 1px solid rgb(255 255 255 / 18%); }
.footer-inner { width: min(calc(100% - 68px), var(--content)); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 42px; }
.footer-inner img { width: 118px; }
.footer-inner .brand-word-light { margin: 0; font-size: 34px; }
.footer-inner nav { justify-self: center; display: flex; gap: 32px; }
.footer-inner nav a, .footer-inner nav button { padding: 4px 0; color: white; background: none; border: 0; text-decoration: none; cursor: pointer; }
.footer-inner p, .footer-inner small { margin: 0; white-space: nowrap; }

.site-dialog { width: min(calc(100% - 32px), 680px); padding: 30px; color: var(--ink); background: white; border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.site-dialog::backdrop { background: rgb(0 30 22 / 60%); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { color: var(--green-900); }
.dialog-head button { padding: 8px 12px; font-size: 28px; background: none; border: 0; cursor: pointer; }
.site-dialog dl { display: grid; grid-template-columns: 100px 1fr; }
.site-dialog dt { font-weight: 800; }
.site-dialog dd { margin: 0; }

@media (max-width: 1040px) {
  .global-nav { gap: 18px; }
  .global-nav a:not(.button) { display: none; }
  .hero { min-height: 640px; grid-template-columns: 1fr 48%; }
  .hero-copy-inner { padding: 62px 40px; }
  .hero-media { min-height: 640px; }
  .audience-list { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .audience-list li:nth-child(2) { border: 0; }
  .benefits-layout { grid-template-columns: 1fr; }
  .benefits-media { max-width: 720px; }
  .application { grid-template-columns: 1fr; }
  .application-intro { min-height: auto; padding: 70px 56px; }
  .application-intro img { margin-bottom: 56px; }
  .application-form-wrap { min-height: 0; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-inner nav { justify-self: end; }
  .footer-inner p, .footer-inner small { text-align: left; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .site-header { height: 70px; }
  .header-inner { padding: 0 20px; }
  .brand img { width: 112px; }
  .menu-button { display: block; }
  .global-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 18px 20px 24px; align-items: stretch; flex-direction: column; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgb(0 59 45 / 12%); }
  .global-nav[data-open="true"] { display: flex; }
  .global-nav a:not(.button) { display: block; padding: 9px 2px; }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { order: 1; }
  .hero-copy-inner { padding: 54px 22px 48px; }
  .hero h1 { font-size: 42px; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { width: max-content; }
  .hero-media { order: 0; min-height: 390px; }
  .hero-media img { object-position: 52% center; }
  .section-inner { width: min(calc(100% - 40px), var(--content)); }
  .section-space { padding: 82px 0; }
  .line-heading { font-size: 22px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-list li { justify-content: flex-start; padding: 0 12px; border: 0; border-bottom: 1px solid #dce4de; }
  .benefits-layout { gap: 54px; }
  .benefits h2, .section-heading-row h2 { font-size: 36px; }
  .benefits-media::after { right: -10px; bottom: -16px; }
  .section-heading-row { margin-bottom: 38px; gap: 14px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: auto; padding: 24px 0 28px 74px; }
  .flow-list li:not(:last-child)::after { content: "↓"; top: auto; right: 14px; bottom: 2px; }
  .flow-number { position: absolute; left: 0; top: 25px; font-size: 36px; }
  .requirements-list > div { grid-template-columns: 1fr; }
  .requirements-list dt { padding-bottom: 4px; background: white; }
  .requirements-list dd { padding-top: 4px; }
  .notice { padding: 24px 20px; }
  .application-intro { padding: 58px 22px; }
  .application-intro h2 { font-size: 40px; }
  .application-form-wrap { padding: 56px 20px 70px; }
  .field-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .radio-options { gap: 12px 22px; }
  .consent { justify-content: flex-start; }
  .footer-inner { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 20px; }
  .footer-inner nav { justify-self: start; flex-wrap: wrap; gap: 14px 24px; }
  .site-dialog { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.partner-types { color: var(--green-950); background-color: var(--green-100); background-image: linear-gradient(rgb(0 71 51 / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(0 71 51 / 9%) 1px, transparent 1px); background-size: 88px 88px; }
.type-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--green-700); border-bottom: 1px solid var(--green-700); }
.type-columns article { padding: 46px clamp(24px, 3vw, 52px); text-align: center; border-right: 1px solid var(--green-700); }
.type-columns article:last-child { border-right: 0; }
.type-columns h3 { margin: 0 0 24px; font-size: clamp(25px, 2.1vw, 34px); }
.type-label { margin: 0; font-size: 13px; font-weight: 800; }
.type-price { margin: 2px 0 22px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(36px, 3.3vw, 52px); font-weight: 700; line-height: 1.2; white-space: nowrap; }
.type-role { margin: 0 0 14px; font-size: 18px; font-weight: 800; }
.type-note { margin: 0; color: var(--muted); font-size: 14px; }
.type-disclaimer { margin: 34px 0 0; text-align: center; font-weight: 800; }
.costs { padding: 60px 0 54px; border-bottom: 1px solid #dce5df; }
.cost-strip { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.cost-strip div { padding: 12px 24px; text-align: center; border-right: 1px solid #afc2b7; }
.cost-strip div:last-child { border-right: 0; }
.cost-strip dt { color: var(--green-800); font-weight: 800; }
.cost-strip dd { margin: 4px 0 0; color: var(--green-950); font-family: "Yu Mincho", serif; font-size: 36px; font-weight: 800; }
.cost-note { margin: 26px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
@media (max-width: 720px) {
  .type-columns { grid-template-columns: 1fr; }
  .type-columns article { border-right: 0; border-bottom: 1px solid var(--green-700); }
  .type-columns article:last-child { border-bottom: 0; }
  .cost-strip { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .cost-strip div:nth-child(2) { border-right: 0; }
  .cost-strip dd { font-size: 30px; }
}

.condition-summary { max-width: 900px; text-align: center; }
.condition-summary h2 { margin: 0 0 18px; color: var(--green-900); font-size: clamp(30px, 3vw, 44px); }
.condition-summary > p:not(.cost-note) { margin: 0; color: var(--muted); font-size: 18px; }

