:root {
  --mae-navy: #003077;
  --mae-blue: #0084dd;
  --mae-blue-text: #005b99;
  --mae-cyan: #00cfff;
  --mae-pale: #e6f1ff;
  --mae-cyan-pale: #e6fbff;
  --mae-orange: #ff7f00;
  --mae-ink: #212121;
  --mae-muted: #555;
  --mae-gray: #f7f7f7;
  --mae-line: #d2d2d2;
  --mae-white: #fff;
  --mae-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --mae-numbers: "Poppins", "Helvetica", sans-serif;
  --mae-header-height: 74px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--mae-header-height) + 20px); }
body { margin: 0; color: var(--mae-ink); background: var(--mae-white); font-family: var(--mae-font); font-size: 16px; line-height: 1.75; -webkit-text-size-adjust: 100%; }
body, button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p, figure, dl, dd { margin: 0; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
button, summary { cursor: pointer; }
button[hidden], [hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--mae-blue-text); outline-offset: 5px; }
.mae-footer :focus-visible, .mae-pain :focus-visible { outline-color: var(--mae-white); }
.mae-main:focus { outline: none; }
.mae-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.mae-skip { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 24px; background: var(--mae-white); color: var(--mae-navy); }
.mae-skip:focus { top: 12px; }
.mae-container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.mae-note { color: var(--mae-muted); font-size: 12px; font-weight: 400; line-height: 1.75; overflow-wrap: anywhere; }
.mae-center { text-align: center; }
.mae-header { position: sticky; top: 0; z-index: 30; background: var(--mae-white); border-bottom: 1px solid #e5e5e5; }
.mae-header-inner { min-height: var(--mae-header-height); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.mae-brand { display: flex; align-items: center; min-height: 44px; flex: 0 0 136.4px; }
.mae-brand img { width: 136.4px; height: 30px; }
.mae-navigation { display: flex; align-items: center; gap: 28px; }
.mae-navigation > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--mae-muted); white-space: nowrap; }
.mae-navigation > a:hover { color: var(--mae-navy); text-decoration: underline; text-underline-offset: 5px; }
.mae-cta, .mae-navigation > .mae-cta { display: inline-flex; align-items: center; justify-content: center; gap: 28px; max-width: 100%; min-height: 62px; padding: 16px 48px; border-radius: 999px; background: var(--mae-orange); color: var(--mae-ink); font-size: 18px; font-weight: 700; line-height: 1.5; text-align: center; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.mae-cta img { width: 24px; height: 24px; filter: brightness(0.13); }
.mae-cta:hover, .mae-navigation > .mae-cta:hover { background: #ff952b; color: var(--mae-ink); text-decoration: none; transform: translateY(-2px); box-shadow: 0 6px 16px rgb(0 48 119 / 12%); }
.mae-cta:active { transform: translateY(0); }
.mae-navigation > .mae-cta-small { min-height: 44px; padding: 11px 22px; font-size: 13px; }
.mae-menu-toggle { width: 44px; height: 44px; border: 0; padding: 10px; color: var(--mae-navy); background: transparent; }
.mae-menu-close { display: none; font-size: 32px; line-height: 24px; }
.mae-hero { position: relative; background: url('../img/hero-background.svg') center top / 1440px 783px no-repeat, linear-gradient(to bottom, var(--mae-gray) 58%, var(--mae-cyan-pale)); }
.mae-hero-body { display: grid; grid-template-columns: minmax(0, 628fr) minmax(0, 476fr); gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 48px; }
.mae-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; min-width: 0; }
.mae-identity img { width: 272.8px; height: 60px; }
.mae-identity p { margin-top: 20px; font-size: 16px; font-weight: 700; line-height: 24px; color: var(--mae-navy); }
.mae-hero h1 { font-size: 62px; line-height: 83px; letter-spacing: -.02em; font-weight: 700; }
.mae-hero h1 span { color: var(--mae-navy); }
.mae-hero-message { font-size: 24px; line-height: 36px; font-weight: 700; }
.mae-cta-hero { min-height: 64px; width: 280px; padding-inline: 24px; }
.mae-funding { min-width: 0; border: 1px solid #e5e5e5; background: var(--mae-white); border-radius: 24px; padding: 32px 31px 24px; box-shadow: 0 16px 40px rgb(0 48 119 / 12%); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mae-funding-label { color: var(--mae-muted); font-size: 14px; font-weight: 700; line-height: 21px; }
.mae-funding-amount { display: flex; align-items: baseline; gap: 4px; color: var(--mae-navy); font-weight: 700; line-height: 82px; }
.mae-funding-amount strong { font-size: 64px; }
.mae-funding-amount > span { font-size: 28px; line-height: 42px; }
.mae-future-chart { width: 100%; max-width: 412px; position: relative; }
.mae-future-plot { aspect-ratio: 412 / 214; position: relative; }
.mae-chart-baseline { position: absolute; left: 2.91%; right: 2.91%; height: 1px; bottom: 5.1%; background: var(--mae-line); }
.mae-future-bar { position: absolute; left: var(--x); height: calc(var(--height) * 244 / 214); width: var(--width, 8.25%); bottom: 5.1%; border: 1px dashed #007e99; border-radius: 3px 3px 0 0; background: var(--mae-cyan-pale); }
.mae-past-bar { background: var(--mae-line); border: 0; }
.mae-now-bar { background: var(--mae-navy); border: 0; }
.mae-future-arrow { position: absolute; width: 61.65%; height: 35.51%; left: 33.25%; top: 0; }
.mae-coin { position: absolute; left: 31.07%; top: 10.28%; width: 10.68%; aspect-ratio: 1; }
.mae-coin img { width: 100%; height: 100%; }
.mae-coin > span { position: absolute; inset: 0; color: white; font-size: clamp(18px, 2vw, 28px); line-height: 1; display: grid; place-items: center; font-weight: 700; }
.mae-chart-labels { position: relative; min-height: 30px; font-size: 12px; line-height: 18px; color: var(--mae-muted); }
.mae-chart-labels > * { position: absolute; }
.mae-chart-labels > :first-child { left: 6%; }
.mae-chart-labels > :nth-child(2) { left: 35%; color: var(--mae-navy); }
.mae-chart-labels > :last-child { left: 62%; }
.mae-funding figcaption { padding: 8px 20px; border-radius: 4px; background: var(--mae-cyan-pale); color: #006277; font-size: 16px; font-weight: 700; line-height: 24px; }
.mae-benefits-notes { padding-bottom: 32px; }
.mae-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--mae-line); padding: 28px 0; margin-bottom: 20px; }
.mae-benefits > div { text-align: center; }
.mae-benefits > div + div { border-left: 1px solid var(--mae-line); }
.mae-benefits dt { color: var(--mae-muted); font-size: 14px; line-height: 21px; }
.mae-benefits dd { color: var(--mae-navy); margin-top: 4px; font-size: 22px; line-height: 33px; font-weight: 700; }
.mae-operator { min-height: 156px; padding: 48px 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px 32px; font-size: 14px; }
.mae-operator-label { border: 1px solid var(--mae-line); border-radius: 999px; padding: 4px 14px; font-size: 12px; color: var(--mae-muted); font-weight: 700; }
.mae-operator-wordmark { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid #e5e5e5; border-radius: 8px; color: var(--mae-navy); font-size: 12px; font-weight: 700; }
.mae-operator-wordmark:hover { text-decoration: underline; }
.mae-pain { padding: 0 32px; background: var(--mae-white); }
.mae-pain-panel { position: relative; min-height: 818px; padding: 64px 48px 86px; border-radius: 24px; color: var(--mae-white); background: var(--mae-navy) url('../img/pain-background.svg') center / cover no-repeat; }
.mae-pain h2 { text-align: center; font-size: 36px; line-height: 54px; }
.mae-pain-list { display: grid; gap: 24px; max-width: 860px; margin: 36px auto 56px; }
.mae-pain-row { display: flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 136px; }
.mae-pain-bubble { position: relative; flex: 1; min-width: 0; padding: 20px 32px; border: 1px solid #e5e5e5; border-radius: 18px; background: var(--mae-white); color: var(--mae-navy); }
.mae-pain-bubble::after { position: absolute; content: ''; width: 24px; height: 30px; right: -23px; top: calc(50% - 15px); background: url('../img/speech-right.svg') center / 100% 100% no-repeat; }
.mae-pain-bubble h3 { font-size: 24px; line-height: 41px; }
.mae-pain-bubble p { font-size: 16px; line-height: 27px; color: var(--mae-muted); }
.mae-pain-image { width: 172px; height: 136px; object-fit: contain; flex: 0 0 172px; }
.mae-pain-reverse { flex-direction: row-reverse; }
.mae-pain-reverse .mae-pain-bubble::after { right: auto; left: -23px; background-image: url('../img/speech-left.svg'); }
.mae-pain-outro { font-size: 17px; font-weight: 700; line-height: 29px; text-align: center; }
.mae-pain-pointer { position: absolute; bottom: -25px; left: calc(50% - 36px); width: 72px; height: 34px; transform: rotate(180deg); }
.mae-transition { padding: 76px 24px; text-align: center; }
.mae-transition p { font-size: 32px; font-weight: 700; color: var(--mae-navy); line-height: 1.5; }
.mae-motif { display: inline-flex; height: 26px; width: 34px; gap: 5px; align-items: flex-end; vertical-align: top; }
.mae-motif i { width: 8px; height: 12px; background: var(--mae-cyan); border-radius: 1px; }
.mae-motif i:nth-child(2) { height: 19px; background: var(--mae-blue); }
.mae-motif i:nth-child(3) { height: 26px; background: var(--mae-navy); }
.mae-section { padding: 112px 0 120px; }
.mae-heading { text-align: center; margin-bottom: 48px; }
.mae-heading h2 { font-size: 34px; line-height: 1.5; font-weight: 900; color: var(--mae-navy); margin-top: 18px; }
.mae-heading h2 strong { color: var(--mae-blue); font-weight: inherit; }
.mae-heading > p:not(.mae-eyebrow) { font-size: 14px; line-height: 2; color: var(--mae-muted); margin-top: 18px; }
.mae-heading > p strong { color: var(--mae-blue-text); }
.mae-heading .mae-eyebrow { font-size: 13px; color: var(--mae-blue-text); font-weight: 700; margin-top: 20px; }
.mae-mechanism { background: var(--mae-gray); padding-top: 104px; padding-bottom: 60px; }
.mae-mechanism .mae-heading { margin-bottom: 76px; }
.mae-mechanism .mae-heading h2 { font-size: 36px; line-height: 1.9; margin-top: 20px; }
.mae-mechanism .mae-heading h2 strong { font-size: 48px; }
.mae-mechanism-steps { list-style: none; padding: 32px 0 0; margin: 0 0 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.mae-mechanism-steps > li { position: relative; border: 1px solid #e5e5e5; border-radius: 4px; background: var(--mae-white); text-align: center; min-height: 329px; padding: 52px 24px 28px; }
.mae-mechanism-steps > li + li::before { content: ''; position: absolute; top: 142px; left: -26px; width: 18px; height: 30px; background: url('../img/flow-arrow.svg') center / 100% 100% no-repeat; }
.mae-step-badge { position: absolute; left: calc(50% - 32px); top: -32px; width: 64px; height: 64px; background: var(--mae-navy); color: var(--mae-white); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; line-height: 1.2; }
.mae-step-badge small { font-size: 12px; line-height: 18px; font-weight: 700; }
.mae-mechanism-steps h3 { font-size: 19px; line-height: 1.5; color: var(--mae-navy); font-weight: 900; margin: 18px -4px; }
.mae-mechanism-steps p { font-size: 14px; line-height: 26px; color: var(--mae-muted); }
.mae-mini-chart { width: 240px; max-width: 100%; height: 112px; padding: 0 22px; display: flex; gap: 8px; align-items: flex-end; margin-inline: auto; }
.mae-mini-chart i { display: block; height: var(--h); flex: 1; border-radius: 3px 3px 0 0; background: var(--mae-line); }
.mae-mini-chart .now { background: var(--mae-navy); }
.mae-mini-chart .future { background: var(--mae-pale); border: 1px dashed var(--mae-blue); }
.mae-purchase-chart .future { position: relative; }
.mae-purchase-chart .future::after { content: ''; position: absolute; left: -1px; right: -1px; bottom: -1px; height: 34px; background: var(--mae-blue); border-radius: 0 0 3px 3px; }
.mae-transfer { display: flex; width: 240px; max-width: 100%; height: 112px; align-items: center; gap: 10px; margin-inline: auto; color: var(--mae-navy); font-size: 12px; font-weight: 700; line-height: 1.5; }
.mae-transfer > span { height: 74px; flex: 1; border: 1px solid var(--mae-navy); border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mae-transfer > span:first-child { background: var(--mae-blue-text); border-color: var(--mae-blue-text); color: white; }
.mae-transfer b { font-size: 26px; }
.mae-transfer > div { width: 48px; flex-shrink: 0; }
.mae-transfer img { width: 20px; height: 17px; margin: 0 auto 4px; transform: rotate(90deg); }
.mae-transfer small { font-size: 12px; }
.mae-reasons .mae-heading { margin-bottom: 80px; }
.mae-reason-list { display: grid; gap: 80px; }
.mae-reason { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; padding: 30px 40px; border-radius: 8px; background: var(--mae-gray); min-height: 244px; }
.mae-reason-reverse .mae-reason-text { grid-column: 2; grid-row: 1; }
.mae-reason-reverse .mae-reason-visual { grid-column: 1; grid-row: 1; }
.mae-reason-number { display: block; font-family: var(--mae-numbers); font-size: 44px; font-weight: 700; color: var(--mae-blue); line-height: 66px; }
.mae-reason h3 { color: var(--mae-navy); font-size: 27px; line-height: 1.5; font-weight: 900; margin: 14px 0; }
.mae-reason-text > p { font-size: 14px; line-height: 2; color: var(--mae-muted); }
.mae-reason-visual { display: flex; justify-content: center; min-width: 0; }
.mae-speed { width: 420px; max-width: 100%; font-size: 13px; }
.mae-speed p { font-weight: 700; margin-bottom: 8px; }
.mae-speed-track { height: 44px; border-radius: 999px; background: #e5e5e5; margin-bottom: 24px; }
.mae-speed-track strong { display: grid; place-items: center; width: 120px; height: 44px; border-radius: inherit; background: var(--mae-blue-text); color: var(--mae-white); }
.mae-speed-loan { display: grid; place-items: center; background: var(--mae-line); color: var(--mae-muted); margin: 0; }
.mae-documents { width: 300px; max-width: 100%; }
.mae-documents ul { margin: 0; padding: 0; list-style: none; }
.mae-documents li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; background: white; border: 1px solid #e5e5e5; border-radius: 4px; padding: 12px 20px; color: var(--mae-muted); font-size: 15px; }
.mae-documents li > span { font-size: 12px; min-width: 32px; height: 32px; border-radius: 50%; background: var(--mae-gray); display: grid; place-items: center; font-weight: 700; }
.mae-documents li > .required { background: var(--mae-cyan-pale); color: var(--mae-blue-text); }
.mae-donut-figure > figcaption { font-size: 13px; line-height: 1.75; font-weight: 700; text-align: center; margin-bottom: 16px; }
.mae-donut-layout { display: flex; align-items: center; justify-content: center; gap: 28px; }
.mae-donut { position: relative; width: 180px; height: 180px; flex: 0 0 180px; }
.mae-donut > img:first-child { width: 100%; height: 100%; }
.mae-donut .mae-donut-payment { position: absolute; top: 0; right: 0; width: 50%; height: 65.45%; }
.mae-donut > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mae-donut small { font-size: 12px; color: var(--mae-muted); }
.mae-donut strong, .mae-donut-layout dd { font-family: var(--mae-numbers); font-size: 20px; font-weight: 700; }
.mae-donut-layout dl > div + div { margin-top: 16px; }
.mae-donut-layout dt { font-size: 12px; color: var(--mae-muted); }
.mae-donut-layout dl > div:last-child dd { color: var(--mae-blue-text); }
.mae-company-card { width: 380px; height: 170px; max-width: 100%; object-fit: contain; }
.mae-section-cta { text-align: center; margin-top: 44px; }
.mae-reasons .mae-section-cta { margin-top: 168px; }
.mae-comparison, .mae-overview { background: var(--mae-gray); }
.mae-table-scroll { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.mae-scroll-hint { display: none; color: var(--mae-muted); font-size: 12px; margin-bottom: 12px; }
.mae-comparison-table, .mae-plan-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.mae-comparison-table col:first-child { width: 24.14%; }
.mae-comparison-table col:nth-child(2) { width: 41.38%; }
.mae-comparison-table col:nth-child(3) { width: 34.48%; }
.mae-comparison-table thead th { padding: 26px 20px; font-size: 22px; line-height: 1.5; color: var(--mae-muted); }
.mae-comparison-table thead th:nth-child(2) { background: var(--mae-blue-text); color: white; border-radius: 6px 6px 0 0; }
.mae-comparison-table tbody th { background: var(--mae-navy); color: white; font-size: 16px; }
.mae-comparison-table tbody th, .mae-comparison-table td { padding: 26px 20px; border-bottom: 1px solid var(--mae-line); text-align: center; }
.mae-comparison-table tbody td { background: white; color: var(--mae-muted); font-size: 15px; }
.mae-comparison-table tbody td:nth-child(2) { background: var(--mae-pale); color: var(--mae-navy); font-weight: 700; font-size: 16px; }
.mae-comparison-table tbody tr:last-child > *, .mae-comparison-table thead td { border-bottom: 0; }
.mae-flow .mae-heading { margin-bottom: 56px; }
.mae-flow-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.mae-flow-panel { background: var(--mae-gray); padding: 36px; border: 1px solid #e5e5e5; border-radius: 6px; }
.mae-flow-panel h3 { font-size: 19px; color: var(--mae-navy); font-weight: 900; }
.mae-flow-panel h3 > span { vertical-align: middle; display: inline-block; border-radius: 999px; background: var(--mae-blue-text); color: white; padding: 2px 12px; font-size: 12px; margin-left: 8px; white-space: nowrap; }
.mae-flow-repeat { background: var(--mae-pale); border-color: var(--mae-pale); }
.mae-flow-steps { list-style: none; padding: 0; margin: 28px 0 0; }
.mae-flow-steps li { display: flex; gap: 18px; align-items: center; position: relative; min-height: 52px; }
.mae-flow-steps li + li { margin-top: 24px; }
.mae-flow-steps li:not(:last-child)::before { content: ''; position: absolute; left: 25px; top: 26px; height: calc(100% + 24px); width: 2px; background: var(--mae-line); }
.mae-flow-steps li > span { position: relative; display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%; background: var(--mae-navy); color: white; font-size: 24px; font-weight: 700; }
.mae-flow-steps h4 { font-size: 17px; line-height: 1.5; }
.mae-flow-steps p { font-size: 13px; color: var(--mae-muted); line-height: 1.6; margin-top: 3px; }
.mae-flow-repeat > .mae-note { margin-top: 28px; }
.mae-payment-chart { max-width: 880px; margin: 56px auto 0; background: var(--mae-gray); border: 1px solid #e5e5e5; border-radius: 6px; padding: 44px 60px; }
.mae-payment-chart figcaption { text-align: center; }
.mae-payment-chart h3 { color: var(--mae-navy); font-size: 24px; font-weight: 900; line-height: 1.5; }
.mae-payment-chart figcaption p { color: var(--mae-muted); font-size: 13px; margin-top: 8px; }
.mae-chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin: 28px 0; font-size: 12px; color: var(--mae-muted); }
.mae-chart-legend span::before { content: ''; display: inline-block; width: 13px; height: 13px; margin-right: 8px; border-radius: 3px; background: var(--mae-line); vertical-align: -1px; }
.mae-chart-legend span + span::before { background: var(--mae-blue); }
.mae-monthly-bars { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7.36%; height: 240px; align-items: end; }
.mae-month { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 12px; color: var(--mae-muted); }
.mae-month-bar { display: block; width: 100%; height: var(--bar-height); background: var(--mae-line); border-radius: 4px 4px 0 0; position: relative; }
.mae-month-bar i { position: absolute; inset: 70% 0 0; background: var(--mae-blue); }
.mae-payment-chart > .mae-note { margin-top: 28px; }
.mae-plans { background: var(--mae-pale); }
.mae-heading > p.mae-plan-example { font-size: 16px; }
.mae-plan-example b { color: var(--mae-ink); font-size: 22px; font-weight: 900; }
.mae-plan-table col:first-child { width: 20.34%; }
.mae-plan-table thead th { padding: 24px 28px; background: var(--mae-gray); font-size: 21px; line-height: 1.5; color: var(--mae-navy); font-weight: 900; }
.mae-plan-table thead th > span { display: block; max-width: 200px; margin: 10px auto 0; color: var(--mae-muted); font-size: 14px; line-height: 1.65; font-weight: 400; }
.mae-plan-table th, .mae-plan-table td { border: 1px solid var(--mae-line); text-align: center; }
.mae-plan-table thead > tr > :first-child { border: 0; }
.mae-plan-table thead th:first-of-type { border-left: 0; }
.mae-plan-table tr > :last-child { border-right: 0; }
.mae-plan-table thead > tr > * { border-top: 0; }
.mae-plan-table tbody th { background: var(--mae-navy); color: white; font-size: 14px; padding: 24px 16px; border-left: 0; }
.mae-plan-table tbody td { padding: 24px 20px; background: white; }
.mae-plan-table tbody tr:last-child > * { border-bottom: 0; }
.mae-plan-amount { font-family: var(--mae-numbers); font-size: 34px; color: var(--mae-navy); line-height: 1.5; }
.mae-plan-amount small { font-size: 20px; font-family: var(--mae-font); }
.mae-plan-rate { display: block; font-family: var(--mae-numbers); font-size: 26px; line-height: 1.5; color: var(--mae-blue-text); }
.mae-rate-bar { display: block; height: 14px; width: 210px; max-width: 100%; margin: 10px auto; border-radius: 999px; background: var(--mae-line); overflow: hidden; }
.mae-rate-bar i { display: block; height: 100%; background: var(--mae-blue); }
.mae-rate-labels { display: flex; justify-content: center; gap: 14px; color: var(--mae-muted); font-size: 12px; }
.mae-rate-labels > :first-child { color: var(--mae-blue-text); }
.mae-plan-table tbody tr:last-child td { font-size: 20px; }
.mae-plan-note { text-align: center; margin-top: 44px; }
.mae-overview { padding-top: 104px; padding-bottom: 112px; }
.mae-overview .mae-heading { margin-bottom: 40px; }
.mae-overview-list { max-width: 880px; margin-inline: auto; border: 1px solid var(--mae-line); border-radius: 6px; overflow: hidden; background: white; }
.mae-overview-list > div { display: grid; grid-template-columns: 260px minmax(0, 1fr); }
.mae-overview-list > div + div { border-top: 1px solid #e5e5e5; }
.mae-overview-list dt { font-size: 14px; font-weight: 700; background: var(--mae-gray); padding: 24px 28px; display: flex; align-items: center; }
.mae-overview-list dd { font-size: 15px; padding: 24px 28px; }
.mae-faq-list { max-width: 880px; margin-inline: auto; border-top: 1px solid #e5e5e5; }
.mae-faq-item { border-bottom: 1px solid #e5e5e5; padding: 16px 0; }
.mae-faq-item summary { display: flex; align-items: flex-start; gap: 14px; list-style: none; min-height: 44px; padding: 10px 0; }
.mae-faq-item summary::-webkit-details-marker { display: none; }
.mae-faq-item h3 { flex: 1; font-size: 16px; font-weight: 700; line-height: 26px; }
.mae-faq-q, .mae-faq-answer > span { color: var(--mae-blue-text); font-family: var(--mae-numbers); font-size: 17px; font-weight: 700; line-height: 26px; flex: 0 0 14px; }
.mae-faq-item summary img { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 3px; transition: transform 180ms ease; transform: rotate(180deg); }
.mae-faq-item[open] summary img { transform: none; }
.mae-faq-item summary:hover h3 { color: var(--mae-blue-text); }
.mae-faq-answer { display: flex; gap: 14px; padding: 8px 0 10px; }
.mae-faq-answer p { color: var(--mae-muted); font-size: 14px; line-height: 2; overflow-wrap: anywhere; }
.mae-footer { padding: 64px 0 36px; background: var(--mae-navy); color: #c0d4ed; }
.mae-footer-top { display: flex; justify-content: space-between; gap: 40px; }
.mae-footer-brand > a { display: inline-flex; align-items: center; min-height: 44px; }
.mae-footer-brand img { width: 164px; height: 36px; }
.mae-footer-brand p { font-size: 12px; margin-top: 10px; }
.mae-footer-links { display: flex; gap: 72px; }
.mae-footer h2 { font-size: 13px; color: white; margin-bottom: 2px; }
.mae-footer-links nav { display: flex; flex-direction: column; align-items: flex-start; }
.mae-footer-links a { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
.mae-footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.mae-copyright { border-top: 1px solid #ffffff26; margin-top: 40px; padding-top: 36px; text-align: center; font-size: 12px; }

@media (max-width: 1199px) and (min-width: 961px) {
  .mae-navigation { gap: 16px; }
  .mae-hero-body { gap: 32px; }
  .mae-hero h1 { font-size: 48px; line-height: 1.5; }
  .mae-hero-message { font-size: 20px; }
  .mae-funding { padding-inline: 20px; }
  .mae-funding-amount strong { font-size: 57px; }
  .mae-reason { gap: 40px; }
  .mae-reason h3 { font-size: 24px; }
}
@media (max-width: 960px) {
  :root { --mae-header-height: 72px; }
  .mae-header-inner { flex-wrap: wrap; gap: 0; }
  .mae-brand img { width: 122.76px; height: 27px; }
  .mae-navigation { width: 100%; flex-wrap: wrap; padding-block: 8px 20px; gap: 8px 24px; }
  .mae-menu-ready .mae-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 48px 24px; background: white; border-bottom: 1px solid var(--mae-line); max-height: calc(100dvh - var(--mae-header-height)); overflow-y: auto; box-shadow: 0 16px 24px rgb(0 48 119 / 8%); }
  .mae-menu-ready .mae-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .mae-navigation > a { font-size: 16px; padding: 8px 0; }
  .mae-navigation > .mae-cta-small { font-size: 16px; margin-top: 12px; min-height: 52px; }
  .mae-menu-toggle[aria-expanded="true"] img { display: none; }
  .mae-menu-toggle[aria-expanded="true"] .mae-menu-close { display: block; }
  .mae-hero { background-image: url('../img/hero-background-mobile.svg'), linear-gradient(to bottom, var(--mae-gray) 58%, var(--mae-cyan-pale)); background-size: cover; }
  .mae-hero-body { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 48px 32px; }
  .mae-hero h1 { font-size: 45px; line-height: 63px; }
  .mae-identity img { width: 280px; height: 61.58px; }
  .mae-identity p { margin-top: 16px; }
  .mae-funding { width: 100%; padding: 24px 16px; }
  .mae-funding-amount > span { font-size: 24px; }
  .mae-benefits dd { font-size: 18px; line-height: 27px; }
  .mae-benefits dt { font-size: 12px; }
  .mae-operator { gap: 16px; }
  .mae-operator p { text-align: center; }
  .mae-pain { padding-inline: 24px; }
  .mae-pain-panel { padding: 48px 32px 64px; min-height: auto; }
  .mae-pain h2 { font-size: 28px; line-height: 1.5; }
  .mae-pain-bubble { padding: 20px 24px; }
  .mae-pain-bubble h3 { font-size: 20px; line-height: 1.5; }
  .mae-pain-bubble p { font-size: 14px; }
  .mae-pain-image { width: 136px; height: 112px; flex-basis: 136px; }
  .mae-pain-outro { font-size: 14px; }
  .mae-transition { padding: 56px 32px; }
  .mae-transition p { font-size: 28px; }
  .mae-section { padding-block: 88px; }
  .mae-heading h2 { font-size: 28px; }
  .mae-mechanism .mae-heading h2 { font-size: 28px; }
  .mae-mechanism .mae-heading h2 strong { font-size: 36px; }
  .mae-mechanism-steps { gap: 24px; }
  .mae-mechanism-steps > li { padding-inline: 12px; }
  .mae-mechanism-steps > li + li::before { left: -21px; width: 16px; }
  .mae-mini-chart { padding-inline: 0; gap: 6px; }
  .mae-mechanism-steps h3 { font-size: 17px; }
  .mae-mechanism-steps p { font-size: 13px; }
  .mae-transfer { gap: 4px; font-size: 12px; }
  .mae-transfer > div { width: 48px; flex-shrink: 0; }
  .mae-transfer small { font-size: 12px; }
  .mae-reason-list { gap: 48px; }
  .mae-reason { gap: 32px; padding: 32px; }
  .mae-reason h3 { font-size: 22px; }
  .mae-reason-number { font-size: 36px; line-height: 1.5; }
  .mae-reason-text > p br { display: none; }
  .mae-donut-layout { gap: 16px; flex-direction: column; }
  .mae-donut-layout dl { display: flex; gap: 20px; }
  .mae-donut-layout dl > div + div { margin: 0; }
  .mae-company-card { height: auto; aspect-ratio: 380 / 170; }
  .mae-reasons .mae-section-cta { margin-top: 72px; }
  .mae-comparison-table thead th { font-size: 18px; }
  .mae-comparison-table tbody th, .mae-comparison-table tbody td:nth-child(2) { font-size: 14px; }
  .mae-comparison-table tbody td { font-size: 14px; }
  .mae-comparison-table td, .mae-comparison-table tbody th { padding: 24px 16px; }
  .mae-flow-panels { gap: 24px; }
  .mae-flow-panel { padding: 24px; }
  .mae-flow-panel h3 { font-size: 18px; }
  .mae-flow-steps li { gap: 12px; }
  .mae-flow-steps h4 { font-size: 16px; }
  .mae-flow-steps li > span { width: 44px; height: 44px; flex-basis: 44px; }
  .mae-flow-steps li:not(:last-child)::before { left: 21px; }
  .mae-payment-chart { padding: 32px; }
  .mae-plan-table { min-width: 900px; }
  .mae-plans .mae-scroll-hint { display: block; }
  .mae-overview-list > div { grid-template-columns: 200px minmax(0, 1fr); }
  .mae-overview-list dt, .mae-overview-list dd { padding: 20px 24px; }
  .mae-footer-top { flex-direction: column; }
}
@media (max-width: 700px) {
  .mae-container { width: calc(100% - 48px); }
  .mae-menu-ready .mae-navigation { padding-inline: 24px; }
  .mae-hero-body { padding-top: 32px; }
  .mae-hero-copy { gap: 20px; }
  .mae-identity img { width: 224px; height: 49.27px; }
  .mae-identity p { font-size: 12px; line-height: 21px; }
  .mae-hero h1 { font-size: 36px; line-height: 54px; }
  .mae-hero-message { font-size: 18px; line-height: 28px; }
  .mae-cta-hero { width: 100%; }
  .mae-funding { border-radius: 20px; }
  .mae-funding-amount { line-height: 63px; }
  .mae-funding-amount strong { font-size: 48px; }
  .mae-funding figcaption { font-size: 14px; line-height: 21px; padding: 8px 16px; }
  .mae-benefits { grid-template-columns: 1fr; padding-block: 8px; }
  .mae-benefits > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 51px; padding-block: 12px; text-align: left; }
  .mae-benefits > div + div { border-left: 0; border-top: 1px solid var(--mae-line); }
  .mae-benefits dd { margin-top: 0; font-size: 16px; }
  .mae-operator { padding-block: 40px; min-height: 0; }
  .mae-operator p { font-size: 12px; line-height: 1.8; }
  .mae-pain { padding: 0 16px; }
  .mae-pain-panel { padding: 40px 20px 48px; border-radius: 20px; }
  .mae-pain h2 { font-size: 24px; }
  .mae-pain-list { margin-block: 32px 40px; gap: 28px; }
  .mae-pain-row { gap: 14px; }
  .mae-pain-image { width: 80px; height: 96px; flex-basis: 80px; }
  .mae-pain-bubble { padding: 16px; border-radius: 12px; }
  .mae-pain-bubble h3 { font-size: 18px; line-height: 1.6; }
  .mae-pain-bubble p { font-size: 14px; line-height: 1.75; margin-top: 4px; }
  .mae-pain-bubble::after { width: 16px; height: 20px; right: -15px; top: calc(50% - 10px); }
  .mae-pain-reverse .mae-pain-bubble::after { left: -15px; }
  .mae-pain-outro { font-size: 14px; line-height: 1.8; text-align: left; }
  .mae-transition { padding: 48px 24px; }
  .mae-transition p { font-size: 24px; }
  .mae-section { padding-block: 64px; }
  .mae-heading, .mae-reasons .mae-heading, .mae-flow .mae-heading { margin-bottom: 40px; }
  .mae-heading h2 { font-size: 26px; line-height: 1.6; }
  .mae-heading > p:not(.mae-eyebrow) { text-align: left; }
  .mae-heading > p br { display: none; }
  .mae-mechanism .mae-heading { margin-bottom: 40px; }
  .mae-mechanism .mae-heading h2 { font-size: 24px; line-height: 1.8; }
  .mae-mechanism .mae-heading h2 strong { font-size: 32px; }
  .mae-mechanism-steps { grid-template-columns: minmax(0, 1fr); gap: 72px; max-width: 440px; margin-inline: auto; }
  .mae-mechanism-steps > li { padding-inline: 24px; }
  .mae-mechanism-steps > li + li::before { top: -59px; left: calc(50% - 9px); transform: rotate(90deg); }
  .mae-mini-chart { padding-inline: 22px; gap: 8px; }
  .mae-mechanism-steps h3 { font-size: 19px; }
  .mae-mechanism-steps p { font-size: 14px; }
  .mae-transfer { gap: 10px; }
  .mae-note.mae-center { text-align: left; }
  .mae-reason { grid-template-columns: minmax(0, 1fr); padding: 24px; gap: 32px; }
  .mae-reason-reverse .mae-reason-text, .mae-reason-reverse .mae-reason-visual { grid-column: auto; grid-row: auto; }
  .mae-reason h3 { font-size: 22px; }
  .mae-reason-list { gap: 32px; }
  .mae-reason-visual { padding-bottom: 8px; }
  .mae-documents { width: 100%; }
  .mae-donut-layout { flex-direction: row; }
  .mae-donut { width: 140px; height: 140px; flex-basis: 140px; }
  .mae-donut strong, .mae-donut-layout dd { font-size: 17px; }
  .mae-donut-layout dl { display: block; }
  .mae-donut-layout dl > div + div { margin-top: 16px; }
  .mae-reasons .mae-section-cta { margin-top: 48px; }
  .mae-comparison-table { min-width: 660px; }
  .mae-scroll-hint { display: block; }
  .mae-flow-panels { grid-template-columns: minmax(0, 1fr); }
  .mae-flow-steps p { font-size: 12px; }
  .mae-payment-chart { margin-top: 32px; padding: 28px 20px; }
  .mae-payment-chart h3 { font-size: 22px; }
  .mae-payment-chart figcaption p { text-align: left; font-size: 14px; }
  .mae-chart-legend { justify-content: flex-start; margin-block: 24px; }
  .mae-monthly-bars { height: 180px; gap: 6%; }
  .mae-month { gap: 8px; }
  .mae-month-bar { height: calc(var(--bar-height) * .7); }
  .mae-month > span:last-child { writing-mode: vertical-rl; white-space: nowrap; height: 58px; }
  .mae-plans .mae-heading > p { text-align: center; }
  .mae-plan-note { text-align: left; margin-top: 24px; }
  .mae-overview-list > div { grid-template-columns: minmax(0, 1fr); }
  .mae-overview-list dt { padding: 14px 20px 8px; }
  .mae-overview-list dd { padding: 16px 20px; }
  .mae-faq-item h3 { font-size: 16px; }
  .mae-faq-item summary, .mae-faq-answer { gap: 12px; }
  .mae-faq-answer p { font-size: 14px; line-height: 1.9; }
  .mae-footer { padding-top: 48px; }
  .mae-footer-links { gap: 32px; flex-wrap: wrap; }
  .mae-footer-links a { font-size: 12px; }
}
@media (max-width: 374px) {
  .mae-container { width: calc(100% - 40px); }
  .mae-hero h1 { font-size: 32px; line-height: 48px; }
  .mae-hero-message { font-size: 16px; }
  .mae-pain-row, .mae-pain-reverse { flex-direction: column-reverse; align-items: stretch; gap: 12px; }
  .mae-pain-image { width: 112px; height: 88px; flex-basis: 88px; align-self: flex-end; }
  .mae-pain-reverse .mae-pain-image { align-self: flex-start; }
  .mae-pain-bubble::after { display: none; }
  .mae-donut-layout { flex-direction: column; }
  .mae-donut-layout dl { display: flex; gap: 16px; }
  .mae-donut-layout dl > div + div { margin-top: 0; }
  .mae-funding figcaption { padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .mae-header { position: static; }
  .mae-navigation, .mae-menu-toggle, .mae-cta, .mae-skip, .mae-scroll-hint { display: none !important; }
  .mae-container { width: 100%; }
  .mae-section { padding-block: 32px; }
  .mae-table-scroll { overflow: visible; }
  .mae-plan-table, .mae-comparison-table { min-width: 0; }
  .mae-reason, .mae-faq-item, tr { break-inside: avoid; }
}

/* Keep short Japanese phrases together without orphaning the last character. */
.mae-phrase { display: inline-block; }
