:root {
  --navy: #083f86;
  --navy-deep: #052f67;
  --navy-ink: #092a53;
  --gold: #eba91f;
  --gold-light: #ffd56d;
  --gold-deep: #c98607;
  --ink: #172333;
  --muted: #5e6977;
  --line: #dfe6ef;
  --soft: #f5f8fc;
  --white: #fff;
  --green: #18a957;
  --shadow: 0 18px 50px rgba(8, 63, 134, .10);
  --radius: 18px;
  --container: 1760px;
  --content-gutter: clamp(24px, 3vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif; color: var(--ink); background: #fff; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - (var(--content-gutter) * 2)), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 860px); }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 99999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #000; }
.sp-only { display: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(8,63,134,.06); transition: .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(5,47,103,.10); }
.site-header__inner { min-height: clamp(68px, 4.4vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: clamp(10px, 1.6vw, 30px); }
.custom-logo-link img { max-height: 46px; width: auto; }
.site-branding__text { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; font-family: Georgia, "Yu Mincho", serif; font-size: 22px; }
.site-branding__mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--navy); color: #fff; font-family: Georgia, serif; font-size: 17px; letter-spacing: -4px; padding-right: 4px; }
.primary-nav { display: flex; align-items: center; gap: clamp(8px, 1.35vw, 24px); min-width: 0; }
.primary-nav__list { display: flex; align-items: center; gap: clamp(8px, 1.35vw, 25px); list-style: none; margin: 0; padding: 0; }
.primary-nav__list a { font-size: clamp(10.5px, .78vw, 14px); font-weight: 700; color: #1c2631; transition: color .2s; white-space: nowrap; }
.primary-nav__list a:hover { color: var(--navy); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--navy); border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 28px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 15px; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #17202a; background: linear-gradient(180deg, var(--gold-light), var(--gold)); box-shadow: 0 9px 20px rgba(235,169,31,.25); border-color: rgba(201,134,7,.35); }
.button--gold:hover { box-shadow: 0 12px 25px rgba(235,169,31,.36); }
.button--outline { color: var(--navy); border-color: var(--gold); background: #fff; }
.button--line { background: #28bc65; color: #fff; box-shadow: 0 9px 20px rgba(40,188,101,.2); }
.button--header { min-height: clamp(38px, 2.5vw, 44px); padding: 9px clamp(11px, 1vw, 18px); font-size: clamp(10.5px, .72vw, 13px); white-space: nowrap; }

.hero { overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(234,243,255,.95), transparent 38%), linear-gradient(90deg, #fff 0%, #fff 49%, #eef5fb 100%); }
.hero__content-wrap { min-height: 630px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: stretch; }
.hero__copy { padding: 82px 40px 72px 0; align-self: center; position: relative; z-index: 2; }
.hero__eyebrow { margin: 0 0 16px; color: var(--gold-deep); font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.hero h1 { margin: 0; color: var(--navy); font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(42px, 5.1vw, 72px); line-height: 1.35; font-weight: 600; letter-spacing: .055em; }
.hero__lead { margin: 26px 0 30px; font-size: 17px; line-height: 1.95; color: #26384b; max-width: 620px; }
.hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 650px; }
.hero__actions .button:last-child { grid-column: 1 / -1; }
.hero__visual { position: relative; min-height: 630px; margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2); }
.hero__visual::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 -1px; width: 34%; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.7) 32%, transparent 100%); pointer-events: none; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.trust-band { background: linear-gradient(110deg, var(--navy-deep), #07559f 72%, #0b4a87); color: #fff; position: relative; overflow: hidden; }
.trust-band::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 320px; height: 230px; background: linear-gradient(130deg, transparent 45%, rgba(255,211,104,.9)); border-radius: 50%; transform: rotate(-12deg); }
.trust-band__inner { min-height: 180px; display: grid; grid-template-columns: 120px 1fr 120px; gap: 24px; align-items: center; text-align: center; position: relative; z-index: 2; }
.trust-band__inner p { margin: 0 0 5px; color: #fff3c8; letter-spacing: .07em; }
.trust-band__inner p:last-child { margin-top: 8px; color: rgba(255,255,255,.88); letter-spacing: 0; }
.trust-band h2 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(29px, 4vw, 47px); font-weight: 600; letter-spacing: .08em; }
.trust-band__laurel { font-size: 72px; color: var(--gold); transform: rotate(-32deg); opacity: .95; }
.trust-band__laurel--right { transform: rotate(32deg) scaleX(-1); }

.proof-strip { position: relative; z-index: 4; margin-top: -1px; background: #fff; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e1e7ef; border-top: 0; border-radius: 0 0 16px 16px; overflow: hidden; box-shadow: var(--shadow); }
.proof-card { min-height: 116px; padding: 20px 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 14px; border-right: 1px solid #e1e7ef; background: #fff; }
.proof-card:last-child { border-right: 0; }
.proof-card__icon { grid-row: 1 / 3; display: grid; place-items: center; min-width: 52px; height: 52px; border-radius: 16px; color: var(--navy); background: #f2f7ff; font-weight: 900; font-size: 16px; }
.proof-card strong { color: var(--navy); font-family: Georgia, "Yu Mincho", serif; font-size: 18px; }
.proof-card small { color: var(--muted); font-size: 12px; }

.section { padding: clamp(76px, 6vw, 112px) 0; }
.section--soft { background: var(--soft); }
.section--navy { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff; }
.section--navy .section-heading__eyebrow, .section--navy .section-heading__title, .section--navy .section-heading__lead { color: #fff; }
.section-heading { text-align: center; margin: 0 auto 50px; max-width: 800px; }
.section-heading__eyebrow { color: var(--gold-deep); font-weight: 900; letter-spacing: .18em; font-size: 12px; margin: 0 0 12px; }
.section-heading__title { color: var(--navy); margin: 0; font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.45; font-weight: 600; letter-spacing: .04em; }
.section-heading__lead { color: var(--muted); margin: 18px auto 0; font-size: 16px; line-height: 1.9; }
.section-actions { display: flex; justify-content: center; margin-top: 42px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; }
.split__content .section-heading { text-align: left; margin-bottom: 28px; }
.split__content p { color: #4d5b6a; font-size: 16px; }
.split__content .button { margin-top: 12px; }
.split__visual { overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); min-height: 430px; background: #edf3fa; }
.split__visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.visual-card--office { max-height: 500px; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.problem-card { display: flex; gap: 13px; align-items: flex-start; min-height: 118px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 26px rgba(8,63,134,.04); }
.problem-card span { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 13px; font-weight: 900; }
.problem-card p { margin: 0; font-size: 15px; line-height: 1.75; }

.statement { padding: 78px 0; }
.statement__inner { text-align: center; max-width: 920px; }
.statement__eyebrow { color: var(--gold-light); letter-spacing: .2em; font-size: 12px; font-weight: 900; }
.statement h2 { margin: 12px 0 24px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(30px, 4vw, 49px); line-height: 1.5; font-weight: 600; }
.statement p { margin: 0 auto; max-width: 760px; color: rgba(255,255,255,.86); }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason-card { position: relative; padding: 34px 28px 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(8,63,134,.06); overflow: hidden; }
.reason-card__number { position: absolute; right: 18px; top: 6px; color: rgba(8,63,134,.08); font-family: Georgia, serif; font-size: 66px; line-height: 1; font-weight: 800; }
.reason-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 20px; }
.reason-card p { margin: 0; color: var(--muted); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { overflow: hidden; border-radius: 17px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(8,63,134,.05); }
.service-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e9f0f8; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); }
.service-card__body { padding: 22px; }
.service-card__body h3 { margin: 0 0 10px; color: var(--navy); font-size: 18px; }
.service-card__body p { margin: 0; color: var(--muted); font-size: 14px; }

.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; list-style: none; padding: 0; margin: 24px 0; }
.check-list li { position: relative; padding-left: 27px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }

.avoid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.avoid-grid article { padding: 28px 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.07); }
.avoid-grid strong { display: block; color: #fff2bd; font-size: 18px; margin-bottom: 10px; }
.avoid-grid p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.section--navy .button--outline { background: transparent; color: #fff; border-color: var(--gold-light); }

.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.voice-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 34px rgba(8,63,134,.06); }
.voice-card > a img { aspect-ratio: 16/10; width: 100%; object-fit: cover; }
.voice-card > div { padding: 25px; }
.voice-card__label { margin: 0 0 7px !important; color: var(--gold-deep) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .15em; }
.voice-card h3, .voice-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 19px; line-height: 1.55; }
.voice-card p { margin: 0; color: var(--muted); font-size: 14px; }
.voice-card--placeholder { min-height: 300px; display: flex; align-items: center; background: linear-gradient(145deg, #fff, #f6f9fd); }

.instructor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.instructor-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(8,63,134,.06); }
.instructor-card__image { display: block; aspect-ratio: .84; background: #eaf1f8; overflow: hidden; }
.instructor-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.instructor-card__body { padding: 22px 24px 25px; }
.instructor-card__body > p { margin: 0 0 4px; color: var(--gold-deep); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.instructor-card__body h3, .instructor-card__body h2 { margin: 0 0 8px; color: var(--navy); font-family: Georgia, "Yu Mincho", serif; font-size: 23px; }
.instructor-card__body span { display: block; color: var(--muted); font-size: 14px; line-height: 1.75; }

.flow-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.flow-list li { position: relative; text-align: center; min-height: 190px; padding: 25px 18px 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 30px rgba(8,63,134,.04); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 50%; transform: translateY(-50%); z-index: 2; color: var(--navy); font-weight: 900; }
.flow-list span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 14px; background: var(--navy); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 900; }
.flow-list strong { display: block; color: var(--navy); font-size: 16px; }
.flow-list p { color: var(--muted); font-size: 13px; margin: 8px 0 0; }

.section--message { background: linear-gradient(180deg, #fff, #f7f9fd); }
.message-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 46px; align-items: center; padding: 34px; border: 1px solid #cfdceb; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.message-card__visual { min-height: 420px; border-radius: 15px; overflow: hidden; background: #eef3f9; }
.message-card__visual img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: top center; }
.message-card__body h2 { margin: 4px 0 22px; color: var(--navy); font-family: Georgia, "Yu Mincho", serif; font-size: clamp(30px, 4vw, 45px); }
.message-card__body p { color: var(--muted); }

.faq-item { border-bottom: 1px solid var(--line); background: #fff; }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; position: relative; padding: 22px 52px 22px 8px; color: var(--navy); font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 24px; }
.faq-item[open] summary::after { content: "−"; }
.faq-item > div { padding: 0 8px 20px; color: var(--muted); }
.faq-item > div p { margin: 0; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #edf3f8; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { padding: 22px; }
.post-card__body time { color: #8290a0; font-size: 12px; }
.post-card__body h3, .post-card__body h2 { margin: 8px 0 10px; color: var(--navy); font-size: 18px; line-height: 1.6; }
.post-card__body p { margin: 0; color: var(--muted); font-size: 14px; }
.empty-note { grid-column: 1/-1; padding: 34px; background: var(--soft); border-radius: 15px; color: var(--muted); text-align: center; }

.footer-cta { padding: 44px 0; color: #fff; background: linear-gradient(110deg, var(--navy-deep), #075a9f); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.footer-cta__eyebrow { margin: 0 0 7px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.footer-cta h2 { margin: 0 0 8px; font-family: Georgia, "Yu Mincho", serif; font-size: 30px; line-height: 1.5; }
.footer-cta p { margin: 0; color: rgba(255,255,255,.8); }
.footer-cta__buttons { display: flex; gap: 12px; flex: 0 0 auto; }
.site-footer { padding: 52px 0 20px; background: #fff; border-top: 1px solid #e8edf4; }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 50px; }
.site-footer__mission { color: var(--muted); margin-top: 14px; }
.footer-nav { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 24px; }
.footer-nav li { break-inside: avoid; margin-bottom: 10px; }
.footer-nav a, .site-footer__meta a { color: #3a495a; font-size: 13px; }
.site-footer__meta p { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.site-footer__bottom { border-top: 1px solid #edf0f4; margin-top: 38px; padding-top: 18px; color: #84909c; text-align: center; }
.mobile-cta { display: none; }
.back-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 48px; height: 48px; border: 1px solid rgba(8,63,134,.16); border-radius: 50%; background: #fff; color: var(--navy); box-shadow: 0 10px 30px rgba(8,63,134,.16); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.breadcrumbs { border-top: 1px solid #eef2f6; border-bottom: 1px solid #eef2f6; background: #fff; }
.breadcrumbs__inner { display: flex; gap: 10px; align-items: center; min-height: 42px; color: #7b8794; font-size: 11px; overflow-x: auto; white-space: nowrap; }
.breadcrumbs a { color: var(--navy); }
.content-area { padding: 70px 0 100px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 50px; }
.archive-header, .page-hero, .single-hero { text-align: center; }
.archive-header { margin-bottom: 45px; }
.archive-header h1, .page-hero h1, .single-hero h1 { color: var(--navy); font-family: Georgia, "Yu Mincho", serif; font-size: clamp(34px, 5vw, 54px); line-height: 1.45; }
.page-hero { margin-top: -70px; margin-bottom: 65px; padding: 92px 0 72px; background: linear-gradient(135deg, #f7fafe, #edf4fb); }
.page-hero p { color: var(--muted); }
.entry-content { font-size: 16px; line-height: 2; }
.entry-content h2 { margin-top: 2.2em; color: var(--navy); font-family: Georgia, "Yu Mincho", serif; font-size: 30px; line-height: 1.55; border-left: 4px solid var(--gold); padding-left: 18px; }
.entry-content h3 { margin-top: 2em; color: var(--navy); font-size: 22px; }
.entry-content a { color: var(--navy); text-decoration: underline; text-decoration-color: rgba(8,63,134,.35); text-underline-offset: 3px; }
.entry-content img { border-radius: 14px; }
.single-hero { padding: 32px 0 36px; }
.single-meta { display: flex; justify-content: center; gap: 18px; color: #8090a1; font-size: 12px; }
.single-featured { margin-bottom: 45px; }
.single-featured img { width: 100%; border-radius: 18px; }
.sidebar .widget { padding: 20px; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 20px; }
.widget__title { color: var(--navy); font-size: 17px; margin: 0 0 12px; }
.pagination, .nav-links { margin-top: 50px; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; }
.page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.not-found { text-align: center; padding: 80px 0; }
.not-found h1 { color: var(--navy); font-family: Georgia, "Yu Mincho", serif; }

@media (max-width: 767px) {
  .primary-nav__list { gap: 14px; }
  .primary-nav__list a { font-size: 12px; }
  .button--header { display: none; }
  .hero__content-wrap { min-height: 560px; }
  .hero__copy { padding-top: 58px; }
  .hero__visual { min-height: 560px; }
  .avoid-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-list { grid-template-columns: repeat(3, 1fr); }
  .flow-list li:nth-child(3)::after { display: none; }
}

@media (max-width: 767px) {
  .home-reasons__title { margin-bottom: 32px; }
  .home-reasons__content { display: flex; flex-direction: column; gap: 24px; }
  .home-reasons__visual { width: min(calc(100% - 40px),520px); margin-inline: auto; }
  .home-reasons__grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; gap: 14px; }
  .home-reason-card { min-height: 156px; padding: 18px 16px; }
  .home-reason-card strong { font-size: 15px; }
  .home-reason-card p { font-size: 11.5px; }
  .home-reasons__action { margin-top: 32px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .sp-only { display: block; }
  .site-header__inner { min-height: 66px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 66px; left: 0; right: 0; bottom: 0; display: block; padding: 26px 22px 100px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; }
  .primary-nav.is-open { transform: none; }
  .primary-nav__list { display: block; }
  .primary-nav__list li { border-bottom: 1px solid var(--line); }
  .primary-nav__list a { display: block; padding: 16px 4px; font-size: 15px; }
  .primary-nav .button--header { display: flex; margin-top: 24px; }

  .hero__content-wrap { width: 100%; display: flex; flex-direction: column; min-height: 0; }
  .hero__copy { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; padding: 52px 0 36px; }
  .hero h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero__lead { font-size: 15px; margin-top: 20px; }
  .hero__actions { grid-template-columns: 1fr; }
  .hero__actions .button:last-child { grid-column: auto; }
  .hero__visual { min-height: 380px; margin: 0; order: 2; }
  .hero__visual::before { inset: 0 0 auto 0; width: 100%; height: 24%; background: linear-gradient(180deg, #fff, transparent); }

  .trust-band__inner { grid-template-columns: 1fr; min-height: 190px; padding-block: 34px; }
  .trust-band__laurel { display: none; }
  .trust-band h2 { font-size: 30px; }
  .proof-strip__grid { grid-template-columns: repeat(2, 1fr); border-radius: 0; }
  .proof-card { border-bottom: 1px solid var(--line); }
  .proof-card:nth-child(2) { border-right: 0; }
  .proof-card:nth-last-child(-n+2) { border-bottom: 0; }

  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading__title { font-size: clamp(29px, 7.6vw, 40px); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split--visual-left .split__visual { order: 2; }
  .split__visual, .split__visual img { min-height: 300px; }
  .problem-grid, .reason-grid, .service-grid, .voice-grid, .instructor-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li::after { display: none; }
  .message-card { grid-template-columns: 1fr; padding: 22px; }
  .message-card__visual, .message-card__visual img { min-height: 360px; max-height: 520px; }
  .footer-cta__inner { display: block; text-align: center; }
  .footer-cta__buttons { justify-content: center; margin-top: 24px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
}

@media (max-width: 560px) {
  body { padding-bottom: 64px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .site-branding__text { font-size: 18px; }
  .site-branding__mark { width: 30px; height: 30px; border-radius: 9px; }
  .hero__copy { width: min(calc(100% - 28px), var(--container)); padding-top: 38px; }
  .hero h1 { font-size: 38px; line-height: 1.42; letter-spacing: .03em; }
  .hero__lead { line-height: 1.85; }
  .hero__visual { min-height: 315px; }
  .button { width: 100%; min-height: 54px; padding-inline: 20px; }
  .proof-strip__grid { width: 100%; }
  .proof-card { min-height: 105px; padding: 15px 12px; column-gap: 10px; }
  .proof-card__icon { min-width: 42px; height: 42px; border-radius: 12px; font-size: 13px; }
  .proof-card strong { font-size: 14px; }
  .proof-card small { font-size: 10px; }
  .section { padding: 62px 0; }
  .section-heading__lead { font-size: 14px; }
  .problem-grid, .reason-grid, .service-grid, .voice-grid, .instructor-grid, .post-grid, .avoid-grid, .flow-list { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .check-list { grid-template-columns: 1fr; }
  .statement { padding: 56px 0; }
  .flow-list li { min-height: 0; }
  .message-card { width: calc(100% - 20px); }
  .footer-cta { padding: 36px 0; }
  .footer-cta h2 { font-size: 24px; }
  .footer-cta__buttons { display: grid; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { columns: 1; }
  .mobile-cta { position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; box-shadow: 0 -8px 30px rgba(5,47,103,.18); }
  .mobile-cta a { display: grid; place-items: center; font-weight: 900; color: #fff; background: #27b862; }
  .mobile-cta a:last-child { background: linear-gradient(180deg, #ffd56d, #e9a20e); color: #16212c; }
  .back-to-top { right: 14px; bottom: 78px; width: 44px; height: 44px; }
  .page-hero { margin-top: -70px; padding-top: 95px; }
  .entry-content h2 { font-size: 26px; }
}

/* =========================================================
   TOP PAGE v1.1.1 — reference design recreation
   ========================================================= */
.home-reference {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 18%, rgba(91,178,255,.10), transparent 22%),
    radial-gradient(circle at 92% 74%, rgba(73,176,255,.08), transparent 24%),
    #fff;
}
.home-reference::before,
.home-reference::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(56,151,255,.09);
  border-radius: 50%;
  pointer-events: none;
}
.home-reference::before { left: -460px; top: 900px; }
.home-reference::after { right: -450px; top: 1700px; }
.home-reference > section { position: relative; z-index: 1; }

.home-section { padding: clamp(50px, 4.6vw, 86px) 0; }
.home-kicker {
  margin: 0 0 7px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.home-title { text-align: center; margin: 0 auto 27px; }
.home-title h2,
.home-concept__copy h2,
.home-future__copy h2,
.home-message__copy h2 {
  color: var(--navy);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: .045em;
}
.home-title h2 { margin: 0; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.45; }
.home-title > p:last-child:not(.home-kicker) { margin: 8px 0 0; color: #52708f; font-size: 14px; }
.home-center-action { display: flex; justify-content: center; margin-top: 24px; }
.home-center-action .button { min-width: 285px; min-height: 45px; }

/* Header tuning for the reference design */
.home .site-header { position: sticky; background: rgba(255,255,255,.97); border-bottom: 0; }
.home .site-header__inner { min-height: 70px; }
.home .primary-nav { gap: 18px; }
.home .primary-nav__list { gap: 22px; }
.home .primary-nav__list a { font-size: 13px; }
.home .button--header { border-radius: 10px; min-height: 44px; padding-inline: 19px; }

/* Hero */
.home-hero--reference {
  position: relative;
  overflow: hidden;
  background: #f7f9fc;
}
.home-hero__reference-wrap {
  position: relative;
  width: 100%;
}
.home-hero__reference-wrap picture,
.home-hero__reference-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.home-hero__hotspot {
  position: absolute;
  display: block;
  border-radius: 18px;
  z-index: 2;
}
.home-hero__hotspot--primary {
  left: 6.35%;
  top: 69.8%;
  width: 25.1%;
  height: 9.3%;
}
.home-hero__hotspot--secondary {
  left: 6.35%;
  top: 81.15%;
  width: 25.1%;
  height: 9.3%;
}
@media (max-width: 767px) {
  .home-hero__hotspot {
    border-radius: 20px;
  }
  .home-hero__hotspot--primary {
    left: 9.55%;
    top: 46.4%;
    width: 81.0%;
    height: 8.15%;
  }
  .home-hero__hotspot--secondary {
    left: 9.55%;
    top: 56.2%;
    width: 81.0%;
    height: 8.15%;
  }
}
.home-partner {
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 28%, rgba(72,177,255,.50), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(32,139,255,.34), transparent 26%),
    linear-gradient(118deg, #031f4f 0%, #06488d 46%, #0870bb 72%, #042d69 100%);
  border-top: 1px solid rgba(255,218,110,.42);
  border-bottom: 1px solid rgba(255,218,110,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 16px 38px rgba(4,47,105,.16);
}
.home-partner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 32%, rgba(255,255,255,.07) 44%, transparent 56%);
  transform: translateX(-70%);
  animation: partnerSweep 7.5s ease-in-out infinite;
}
.home-partner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -118px;
  width: 780px;
  height: 210px;
  transform: translateX(-50%);
  border-radius: 50%;
  border-top: 2px solid rgba(105,201,255,.55);
  box-shadow: 0 -10px 34px rgba(71,177,255,.24);
}
.home-partner__inner {
  position: relative;
  min-height: 290px;
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) 150px;
  align-items: center;
  gap: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.home-partner__copy { position: relative; z-index: 2; }
.home-partner__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 10px !important;
  padding: 5px 14px;
  border: 1px solid rgba(255,215,102,.62);
  border-radius: 999px;
  background: rgba(3,30,73,.34);
  color: #ffe27f !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em !important;
  box-shadow: inset 0 0 16px rgba(255,219,109,.08);
}
.home-partner__copy h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size: clamp(38px,4.4vw,58px);
  line-height: 1.28;
  letter-spacing: .08em;
  font-weight: 600;
  text-shadow: 0 3px 20px rgba(0,23,61,.28), 0 0 28px rgba(255,222,116,.13);
}
.home-partner__description {
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.75;
}
.home-partner__path {
  width: min(100%, 760px);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.home-partner__path > div {
  min-height: 78px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 10px 25px rgba(0,25,67,.12);
  backdrop-filter: blur(4px);
}
.home-partner__path b {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #073f83;
  background: linear-gradient(145deg,#fff7cd,#ffc13e);
  box-shadow: 0 0 18px rgba(255,205,79,.24);
  font-size: 10px;
  font-weight: 900;
}
.home-partner__path strong { color: #fff; font-size: 13px; line-height: 1.3; }
.home-partner__path small { color: rgba(228,243,255,.78); font-size: 10px; line-height: 1.45; }
.home-partner__path > i { color: #ffd459; font-size: 20px; font-style: normal; filter: drop-shadow(0 0 9px rgba(255,207,66,.35)); animation: arrowPulse 2s ease-in-out infinite; }
.home-partner__badge,
.home-partner__seal {
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  color: #ffe27a;
  border: 1px solid rgba(255,220,101,.58);
  background: radial-gradient(circle,rgba(255,218,94,.12),rgba(3,34,78,.2) 62%,rgba(3,34,78,.05));
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.035), 0 0 30px rgba(255,209,74,.13);
  animation: sealFloat 5s ease-in-out infinite;
}
.home-partner__badge::before,
.home-partner__seal::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255,226,127,.45);
  border-radius: inherit;
  animation: slowSpin 18s linear infinite;
}
.home-partner__badge-icon { font-size: 26px; line-height: 1; filter: drop-shadow(0 0 9px rgba(255,214,85,.35)); }
.home-partner__badge > span:last-child { margin-top: 7px; font-size: 9px; font-weight: 900; letter-spacing: .16em; line-height: 1.5; }
.home-partner__seal { animation-delay: -2.5s; }
.home-partner__seal span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.home-partner__seal b { margin: 3px 0; color: #fff; font-family: Georgia,serif; font-size: 30px; line-height: 1; }
.home-partner__rings span {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(107,199,255,.22);
  border-radius: 50%;
}
.home-partner__rings span:nth-child(1) { left: 4%; top: -74px; }
.home-partner__rings span:nth-child(2) { right: 8%; bottom: -105px; width: 230px; height: 230px; }
.home-partner__rings span:nth-child(3) { right: 30%; top: -145px; width: 300px; height: 300px; opacity: .5; }
.home-partner__sparkles {
  position: absolute;
  inset: 0;
  opacity: .82;
  background-image:
    radial-gradient(circle at 8% 26%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 18% 68%, #ffe891 0 1.5px, transparent 3px),
    radial-gradient(circle at 31% 22%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 70% 18%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, #fff3b0 0 1.5px, transparent 3px),
    radial-gradient(circle at 94% 31%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 52% 48%, #fff 0 1px, transparent 2px);
  animation: sparkleField 5s ease-in-out infinite alternate;
}

/* Proof cards */
.home-proof { background: #fff; }
.home-proof__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 0;
  border: 1px solid #dfe8f2;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(7,67,130,.09);
}
.home-proof__card {
  min-height: 105px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 17px 17px;
  background: rgba(255,255,255,.98);
  border-right: 1px solid #e1e8f1;
}
.home-proof__card:last-child { border-right: 0; }
.home-proof__icon {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #0c4b94;
  background: linear-gradient(145deg,#eff7ff,#fff3ca);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(12,75,148,.08);
}
.home-proof__card small { display: block; color: #134b90; font-weight: 800; }
.home-proof__card strong { display: block; color: #d58c05; font-family: Georgia,"Yu Mincho",serif; font-size: 24px; line-height: 1.15; }
.home-proof__card p { margin: 3px 0 0; color: #7a8793; font-size: 11px; line-height: 1.4; }

/* Concept */
.home-concept { background: #fff; }
.home-concept__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 4vw, 76px); align-items: center; }
.home-photo-card { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 18px 44px rgba(8,63,134,.11); }
.home-photo-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -35px -10%;
  height: 95px;
  border-radius: 50%;
  border-top: 2px solid rgba(77,177,255,.48);
  box-shadow: 0 -8px 24px rgba(88,183,255,.18);
}
.home-photo-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.home-concept__copy h2 { margin: 0 0 16px; font-size: clamp(29px,3vw,40px); line-height: 1.46; }
.home-concept__headline-line { display: inline-block; white-space: nowrap; letter-spacing: .025em; }
.home-concept__copy p:not(.home-kicker) { margin: 0 0 13px; color: #526171; font-size: 15px; line-height: 1.9; }
.home-concept__copy .button { margin-top: 7px; }

/* Reasons */
.home-reasons {
  background:
    radial-gradient(circle at 7% 20%, rgba(211,235,252,.38), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(230,242,252,.38), transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.home-reasons__container { max-width: 1560px; }
.home-reasons__title { margin-bottom: 48px; }
.home-reasons__content {
  display: grid;
  grid-template-columns: minmax(0,42fr) minmax(0,58fr);
  gap: 28px;
  align-items: stretch;
}
.home-reasons__visual {
  margin: 0;
  overflow: hidden;
  min-height: 0;
  border-radius: 24px;
  border: 1px solid #d7eaf7;
  background: #f8fcff;
  box-shadow: 0 12px 30px rgba(8,63,134,.065);
}
.home-reasons__visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.home-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-template-rows: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.home-reason-card {
  min-height: 0;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
  background: rgba(255,255,255,.96);
  border: 1px solid #dcebf6;
  border-radius: 18px;
  box-shadow: 0 9px 24px rgba(8,63,134,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-reason-card:hover { transform: translateY(-5px); border-color: #b8d8ee; box-shadow: 0 16px 34px rgba(8,63,134,.10); }
.home-reason-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0a4c96;
  border-radius: 12px;
  background: linear-gradient(145deg,#eff8ff,#fff);
  border: 1px solid #d9eaf7;
  position: relative;
}
.home-reason-card__icon::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #efb52e;
  box-shadow: 0 0 0 3px #fff;
}
.home-reason-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-reason-card strong { color: #0a468c; font-size: 17px; line-height: 1.45; font-weight: 800; }
.home-reason-card p { margin: 0; color: #697786; font-size: 12.5px; line-height: 1.7; }
.home-reasons__action { margin-top: 40px; }
/* Services */
.home-services { background: #fff; }
.home-services__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 11px; }
.home-service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(7,63,127,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 32px rgba(7,63,127,.11); }
.home-service-card__image { display: block; aspect-ratio: 1.68; overflow: hidden; background: #eef4fa; }
.home-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-service-card:hover .home-service-card__image img { transform: scale(1.04); }
.home-service-card__body { padding: 15px 14px 17px; }
.home-service-card__body h3 { margin: 0 0 7px; color: #09509c; font-size: 14px; line-height: 1.45; }
.home-service-card__body p { margin: 0; color: #566575; font-size: 12px; line-height: 1.7; }

/* Flow */
.home-flow { background: linear-gradient(180deg,#fff,#fbfdff); }
.home-flow__list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5,1fr); gap: 27px; }
.home-flow__list li {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 15px;
  box-shadow: 0 9px 24px rgba(8,63,134,.05);
}
.home-flow__list li:not(:last-child)::after { content: "→"; position: absolute; right: -24px; top: 50%; transform: translateY(-50%); color: #0b4c96; font-size: 27px; font-weight: 800; }
.home-flow__list li > span { position: absolute; top: -11px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #0b4c96; color: #fff; font-weight: 900; font-size: 12px; box-shadow: 0 5px 13px rgba(11,76,150,.2); }
.home-flow__symbol { display: block; margin-bottom: 9px; color: #064794; font-size: 37px; font-weight: 500; line-height: 1; }
.home-flow__list strong { color: #1d2b3b; font-size: 13px; line-height: 1.55; }

/* Future / mission */
.home-future { background: #fff; }
.home-future__card {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .8fr .65fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid #cddced;
  border-radius: 14px;
  background: linear-gradient(100deg,#fff 0%,#fff 48%,#f5fbff 100%);
  box-shadow: 0 12px 33px rgba(8,63,134,.06);
  overflow: hidden;
}
.home-future__card::after { content: ""; position: absolute; left: 30%; right: -10%; bottom: -54px; height: 110px; border-radius: 50%; border-top: 2px solid rgba(61,169,255,.42); box-shadow: 0 -9px 24px rgba(61,169,255,.14); animation: waveDrift 8s ease-in-out infinite alternate; }
.home-future__copy { position: relative; z-index: 2; }
.home-future__copy h2 { margin: 0 0 15px; font-size: clamp(24px,2.6vw,34px); }
.home-future__copy p { margin: 0 0 17px; color: #566474; font-size: 13px; line-height: 1.85; }
.home-future__visual { position: relative; z-index: 2; overflow: hidden; border-radius: 9px; }
.home-future__visual img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.home-future__checks { position: relative; z-index: 2; list-style: none; margin: 0; padding: 0; }
.home-future__checks li { position: relative; padding: 5px 0 5px 25px; font-size: 12px; font-weight: 700; color: #25384c; }
.home-future__checks li::before { content: "✓"; position: absolute; left: 0; top: 5px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 4px; background: #1db954; color: #fff; font-size: 11px; }

/* Seminar */
.home-seminar { background: linear-gradient(180deg,#fff,#fbfdff); }
.home-seminar__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.home-seminar__grid figure { margin: 0; border: 1px solid #d5e1ed; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(7,63,127,.05); }
.home-seminar__grid img { width: 100%; aspect-ratio: 1.65; object-fit: cover; transition: transform .4s ease; }
.home-seminar__grid figure:hover img { transform: scale(1.035); }

/* Representative */
.home-message { background: #fff; padding-top: 46px; padding-bottom: 58px; }
.home-message__card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 38px;
  align-items: center;
  padding: 27px;
  border: 1px solid #ccdced;
  border-radius: 14px;
  background: linear-gradient(90deg,#f8fcff,#fff 48%);
  box-shadow: 0 12px 30px rgba(8,63,134,.07);
}
.home-message__visual { position: relative; overflow: hidden; border-radius: 10px; background: #edf5fc; }
.home-message__visual::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -28px; height: 90px; border-radius: 50%; border-top: 2px solid rgba(53,167,255,.5); box-shadow: 0 -8px 20px rgba(53,167,255,.2); }
.home-message__visual img { width: 100%; aspect-ratio: 1.18; object-fit: cover; object-position: center 24%; }
.home-message__label { display: block; color: #335a83; font-family: Georgia,"Yu Mincho",serif; font-size: 15px; }
.home-message__copy h2 { margin: 0; font-size: clamp(30px,3.5vw,44px); }
.home-message__role { margin: 0 0 12px !important; color: #0b4b97 !important; font-weight: 800; }
.home-message__copy p:not(.home-kicker) { margin: 0 0 11px; color: #536273; font-size: 13px; line-height: 1.8; }
.home-message__copy .button { margin-top: 4px; }

/* CTA/footer recreation */
.home + .footer-cta,
.home-reference + .footer-cta { position: relative; }
.footer-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,45,101,.98), rgba(5,92,155,.93)),
    url('../images/home-footer-room.webp') right center / 310px auto no-repeat;
}
.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 7% 27%, rgba(255,255,255,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 15% 76%, rgba(99,191,255,.95) 0 1.2px, transparent 2.2px),
    radial-gradient(circle at 48% 18%, rgba(255,223,105,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 66%, rgba(255,255,255,.9) 0 1px, transparent 2px);
  animation: sparkleField 5.5s ease-in-out infinite alternate;
  pointer-events: none;
}
.footer-cta__inner { position: relative; z-index: 2; justify-content: center; text-align: center; flex-direction: column; gap: 19px; }
.footer-cta__eyebrow { display: none; }
.footer-cta h2 { font-size: 28px; }
.footer-cta p { display: none; }
.footer-cta__buttons { justify-content: center; }
.footer-cta__buttons .button { min-width: 260px; border-radius: 10px; min-height: 58px; }
.site-footer { padding-top: 38px; }

/* cheerful motion */
.reveal { opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.home-proof__card:nth-child(2), .home-reason-card:nth-child(2), .home-service-card:nth-child(2), .home-flow__list li:nth-child(2), .home-seminar__grid figure:nth-child(2) { transition-delay: .08s; }
.home-proof__card:nth-child(3), .home-reason-card:nth-child(3), .home-service-card:nth-child(3), .home-flow__list li:nth-child(3), .home-seminar__grid figure:nth-child(3) { transition-delay: .16s; }
.home-proof__card:nth-child(4), .home-reason-card:nth-child(4), .home-service-card:nth-child(4), .home-flow__list li:nth-child(4), .home-seminar__grid figure:nth-child(4) { transition-delay: .24s; }
.home-reason-card:nth-child(5), .home-service-card:nth-child(5), .home-flow__list li:nth-child(5) { transition-delay: .32s; }
.home-reason-card:nth-child(6) { transition-delay: .40s; }

.button--gold { position: relative; overflow: hidden; isolation: isolate; }
.button--gold::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30%;
  bottom: -30%;
  left: -60%;
  width: 28%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);
  animation: goldShimmer 4.4s ease-in-out infinite;
}
.button--gold:hover { transform: translateY(-3px) scale(1.01); }
.home-partner__copy h2 { animation: titleGlow 4s ease-in-out infinite; }

@keyframes sparklePulse { 0%,100% { opacity:.35; transform: scale(.72) rotate(0); } 50% { opacity:1; transform: scale(1.25) rotate(45deg); } }
@keyframes sparkleField { from { opacity:.46; transform: translate3d(0,0,0); } to { opacity:.9; transform: translate3d(8px,-3px,0); } }
@keyframes homeFloat { 0%,100% { transform: translate3d(0,0,0) scale(.7); opacity:.3; } 50% { transform: translate3d(10px,-18px,0) scale(1.15); opacity:1; } }
@keyframes waveDrift { from { transform: rotate(-2deg) translateX(-10px); } to { transform: rotate(1deg) translateX(14px); } }
@keyframes iconBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes goldShimmer { 0%,62% { left:-60%; opacity:0; } 72% { opacity:1; } 100% { left:135%; opacity:0; } }
@keyframes titleGlow { 0%,100% { text-shadow:0 0 0 rgba(255,219,100,0); } 50% { text-shadow:0 0 24px rgba(255,219,100,.28); } }
@keyframes partnerSweep { 0%,48% { transform: translateX(-75%); opacity:0; } 58% { opacity:1; } 82%,100% { transform: translateX(75%); opacity:0; } }
@keyframes arrowPulse { 0%,100% { transform: translateX(0); opacity:.65; } 50% { transform: translateX(4px); opacity:1; } }
@keyframes sealFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
  .home-reasons__content { grid-template-columns: minmax(340px,42fr) minmax(0,58fr); gap: 22px; }
  .home-reasons__grid { gap: 15px; }
  .home-reason-card { padding: 16px 16px 14px; }
  .home-reason-card strong { font-size: 15px; }
  .home-reason-card p { font-size: 11.5px; }
  .home-hero__inner { width: min(calc(100% - 40px), var(--container)); grid-template-columns: .88fr 1.12fr; min-height: 760px; gap: 20px; }
  .home-services__grid { grid-template-columns: repeat(3,1fr); }
  .home-service-card:nth-child(4), .home-service-card:nth-child(5) { grid-column: auto; }
  .home-future__card { grid-template-columns: 1fr .85fr; }
  .home-future__checks { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 767px) {
  .home-section { padding: 48px 0; }
  .home-hero__inner { width: 100%; display: flex; flex-direction: column; min-height: 0; gap: 0; }
  .home-hero__copy { order: 1; width: min(calc(100% - 48px), var(--container)); max-width: 760px; margin: 0 auto; padding: 54px 0 16px; }
  .home-hero__copy h1 { font-size: clamp(42px, 9.4vw, 68px); line-height: 1.48; }
  .home-hero__lead { display: none; }
  .home-hero__actions { width: min(100%, 760px); }
  .home-hero__actions .button { min-height: 72px; }
  .home-hero__visual { order: 2; width: min(calc(100% - 32px), 900px); margin: 0 auto; padding: 18px 0 0; }
  .home-partner__inner { grid-template-columns: 1fr; min-height: 0; padding: 38px 0; }
  .home-partner__badge, .home-partner__seal { display: none; }
  .home-partner__path { width: min(100%,720px); }
  .home-proof__grid { grid-template-columns: repeat(2,1fr); }
  .home-proof__card:nth-child(2) { border-right: 0; }
  .home-proof__card:nth-child(-n+2) { border-bottom: 1px solid #e1e8f1; }
  .home-concept__inner { grid-template-columns: 1fr; gap: 28px; }
  .home-concept__copy { text-align: center; }
  .home-services__grid { grid-template-columns: repeat(2,1fr); }
  .home-service-card:last-child { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
  .home-flow__list { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .home-flow__list li:not(:last-child)::after { display: none; }
  .home-flow__list li:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .home-future__card { grid-template-columns: 1fr; text-align: center; }
  .home-future__checks { grid-template-columns: repeat(2,1fr); text-align: left; }
  .home-seminar__grid { grid-template-columns: repeat(2,1fr); }
  .home-message__card { grid-template-columns: 1fr; text-align: center; }
  .home-message__visual { max-width: 440px; margin-inline: auto; }
  .footer-cta { background: linear-gradient(90deg,rgba(3,45,101,.98),rgba(5,92,155,.93)); }
}

@media (max-width: 560px) {
  .home-section { padding: 42px 0; }
  .home-title { margin-bottom: 22px; }
  .home-title h2 { font-size: 28px; }
  .home-hero__copy { width: min(calc(100% - 36px), var(--container)); padding-top: 36px; }
  .home-hero__copy h1 { font-size: clamp(34px, 9.8vw, 48px); line-height: 1.5; }
  .home-hero__copy h1 .home-hero__line--change { letter-spacing: .03em; }
  .home-hero__ornament { width: 88%; margin-bottom: 20px; }
  .home-hero__ornament--bottom { margin: 20px auto 28px; }
  .home-hero__actions { width: 100%; }
  .home-hero__actions .button { width: 100%; min-width: 0; min-height: 64px; font-size: 16px; }
  .home-hero__visual { width: min(calc(100% - 24px), 860px); padding-top: 8px; }
  .home-partner__eyebrow { font-size: 10px !important; line-height: 1.55; }
  .home-partner__copy h2 { font-size: 32px; }
  .home-partner__description { font-size: 12px; }
  .home-partner__path { grid-template-columns: 1fr; gap: 8px; }
  .home-partner__path > i { transform: rotate(90deg); }
  .home-partner__path > div { min-height: 70px; }
  .home-proof__grid { width: 100%; border-radius: 0; }
  .home-proof__card { min-height: 112px; grid-template-columns: 45px 1fr; padding: 14px 11px; }
  .home-proof__icon { width: 44px; height: 44px; font-size: 11px; }
  .home-proof__card strong { font-size: 19px; }
  .home-proof__card p { display: none; }
  .home-concept__copy h2 { font-size: 30px; }
  .home-concept__headline-line { font-size: clamp(19px,5.3vw,27px); }
  .home-services__grid { grid-template-columns: 1fr; }
  .home-service-card:last-child { grid-column: auto; width: 100%; }
  .home-flow__list { grid-template-columns: 1fr; }
  .home-flow__list li:last-child { grid-column: auto; width: 100%; }
  .home-flow__list li { min-height: 135px; }
  .home-future__card { padding: 22px 18px; }
  .home-future__checks { grid-template-columns: 1fr; }
  .home-seminar__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .home-message__card { padding: 20px; }
  .footer-cta__buttons { width: 100%; }
  .footer-cta__buttons .button { min-width: 0; width: 100%; }
}


@media (max-width: 375px) {
  .home-reasons__visual { width: calc(100% - 40px); }
  .home-reasons__grid { grid-template-columns: 1fr; }
  .home-reason-card { min-height: 138px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

.site-footer__grid--reference {
  grid-template-columns: 1.25fr repeat(4,1fr);
  gap: 34px;
}
.site-footer__linkcol { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.site-footer__linkcol h2 { margin: 0 0 5px; color: #0b4a91; font-size: 13px; }
.site-footer__linkcol a { color: #576577; font-size: 11px; line-height: 1.5; }
.site-footer__linkcol a:hover { color: #0b4a91; }
@media (max-width: 767px) {
  .site-footer__grid--reference { grid-template-columns: repeat(2,1fr); }
  .site-footer__brandcol { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .site-footer__grid--reference { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
  .site-footer__brandcol { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .home-partner__path > i { animation: arrowPulseMobile 2s ease-in-out infinite; }
}
@keyframes arrowPulseMobile {
  0%,100% { transform: rotate(90deg) translateX(0); opacity:.65; }
  50% { transform: rotate(90deg) translateX(4px); opacity:1; }
}

/* Graduate voices */
.home-voices {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(219,240,255,.72), transparent 26%),
    radial-gradient(circle at 94% 80%, rgba(255,233,158,.34), transparent 24%),
    linear-gradient(180deg,#fbfdff 0%,#fff 100%);
}
.home-voices::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10% 24%, rgba(12,75,148,.16) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 14%, rgba(235,169,31,.35) 0 1.5px, transparent 3px),
    radial-gradient(circle at 92% 72%, rgba(12,75,148,.13) 0 1px, transparent 2px);
  animation: sparkleField 6s ease-in-out infinite alternate;
}
.home-voices__sample-note { margin-top: 8px !important; color: #8a96a3 !important; font-size: 12px !important; }
.home-voices__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.home-voice-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 360px;
  background: #fff;
  border: 1px solid #d9e6f2;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(8,63,134,.09);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.home-voice-card:hover { transform: translateY(-6px); border-color: #b8d7ee; box-shadow: 0 22px 50px rgba(8,63,134,.14); }
.home-voice-card__image { position: relative; overflow: hidden; min-height: 100%; background: #eef5fb; }
.home-voice-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(3,42,91,.38)); pointer-events: none; }
.home-voice-card__image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.home-voice-card:hover .home-voice-card__image img { transform: scale(1.035); }
.home-voice-card__photo-label { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-shadow: 0 2px 10px rgba(0,0,0,.25); }
.home-voice-card__body { display: flex; flex-direction: column; justify-content: center; padding: 30px 28px; }
.home-voice-card__person { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5edf5; }
.home-voice-card__name { margin: 0; color: #0a4a91; font-family: Georgia,"Yu Mincho",serif; font-size: 24px; font-weight: 700; line-height: 1.35; }
.home-voice-card__profile { margin: 4px 0 0; color: #7a8794; font-size: 12px; }
.home-voice-card__quote { color: #efb52e; font-family: Georgia,serif; font-size: 62px; line-height: .72; opacity: .82; animation: iconBob 4.8s ease-in-out infinite; }
.home-voice-card__comment { margin: 0 0 20px; color: #4c5d6d; font-size: 14px; line-height: 1.9; }
.home-text-link { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; color: #0a4a91; font-size: 12px; font-weight: 900; border-bottom: 1px solid rgba(10,74,145,.24); transition: gap .2s ease, color .2s ease; }
.home-text-link:hover { gap: 13px; color: #d58c05; }

/* Latest column */
.home-column { background: linear-gradient(180deg,#fff 0%,#f7fbff 100%); }
.home-column__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.home-column-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(8,63,134,.06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.home-column-card:hover { transform: translateY(-6px); border-color: #b8d4ec; box-shadow: 0 18px 38px rgba(8,63,134,.12); }
.home-column-card__image { display: block; overflow: hidden; aspect-ratio: 1.62; background: #eef4fa; }
.home-column-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.home-column-card:hover .home-column-card__image img { transform: scale(1.045); }
.home-column-card__body { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 22px; }
.home-column-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 11px; color: #84909b; font-size: 11px; }
.home-column-card__meta span { display: inline-flex; align-items: center; min-height: 24px; padding: 3px 9px; border-radius: 999px; background: #edf6ff; color: #0b4b96; font-weight: 800; }
.home-column-card__body h3 { margin: 0 0 10px; color: #15314f; font-size: 18px; line-height: 1.55; }
.home-column-card__body h3 a:hover { color: #0b4b96; }
.home-column-card__body > p { flex: 1; margin: 0 0 18px; color: #607080; font-size: 13px; line-height: 1.8; }
.home-column-card .home-text-link { margin-top: auto; }
.home-column-card:nth-child(2), .home-voice-card:nth-child(2) { transition-delay: .08s; }
.home-column-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 767px) {
  .home-voice-card { grid-template-columns: 1fr; }
  .home-voice-card__image img { min-height: 300px; aspect-ratio: 1.55; }
  .home-column__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-column-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
}

@media (max-width: 620px) {
  .home-voices__grid, .home-column__grid { grid-template-columns: 1fr; }
  .home-voice-card { min-height: 0; }
  .home-voice-card__image img { min-height: 250px; aspect-ratio: 1.45; }
  .home-voice-card__body { padding: 23px 20px 25px; }
  .home-voice-card__name { font-size: 21px; }
  .home-column-card:last-child { grid-column: auto; width: 100%; }
}


/* v1.1.3: proof cards — replace symbolic badges with supplied visual assets. */
.home-proof__card {
  min-height: 122px;
  grid-template-columns: 76px minmax(0,1fr);
  gap: 14px;
  padding: 18px 16px;
}
.home-proof__media {
  grid-row: 1 / 4;
  width: 76px;
  height: 76px;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(145deg,#f7fbff,#fff8e6);
  box-shadow:
    inset 0 0 0 1px rgba(12,75,148,.07),
    0 7px 18px rgba(8,63,134,.09);
}
.home-proof__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-proof__card--date .home-proof__media img { object-position: center; }
.home-proof__text { min-width: 0; }
.home-proof__card small { font-size: 12px; line-height: 1.35; }
.home-proof__card strong { margin-top: 2px; font-size: 24px; }
.home-proof__card p { margin-top: 4px; }

@media (max-width: 767px) {
  .home-proof__card {
    min-height: 126px;
    grid-template-columns: 74px minmax(0,1fr);
    gap: 13px;
    padding: 17px 14px;
  }
  .home-proof__media { width: 74px; height: 74px; }
}

@media (max-width: 560px) {
  .home-proof__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0;
  }
  .home-proof__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 224px;
    gap: 10px;
    padding: 16px 11px 17px;
    text-align: center;
  }
  .home-proof__card:nth-child(odd) { border-right: 1px solid #e1e8f1; }
  .home-proof__card:nth-child(even) { border-right: 0; }
  .home-proof__card:nth-child(-n+2) { border-bottom: 1px solid #e1e8f1; }
  .home-proof__media {
    flex: 0 0 auto;
    width: 94px;
    height: 94px;
    border-radius: 16px;
  }
  .home-proof__text { width: 100%; }
  .home-proof__card small { font-size: 11px; }
  .home-proof__card strong { font-size: clamp(19px,5.3vw,23px); line-height: 1.2; }
  .home-proof__card p {
    display: block;
    margin: 5px auto 0;
    max-width: 15em;
    color: #738291;
    font-size: 10px;
    line-height: 1.45;
  }
}

@media (max-width: 359px) {
  .home-proof__grid { grid-template-columns: 1fr; }
  .home-proof__card {
    min-height: 0;
    border-right: 0 !important;
    border-bottom: 1px solid #e1e8f1;
    padding: 18px 16px;
  }
  .home-proof__card:last-child { border-bottom: 0; }
  .home-proof__media { width: 108px; height: 108px; }
}

/* v1.1.4: supplied brand logo in philosophy section */
.home-photo-card--logo {
  background: #fff;
}
.home-photo-card--logo img {
  object-fit: contain;
  object-position: center;
  padding: clamp(20px, 3vw, 42px);
  background: #fff;
}

/* v1.1.8 legal company name */
.site-footer__company-name{margin:8px 0 4px;color:#183f77;font-weight:700;font-size:13px;letter-spacing:.04em;}

.home-voice-card__name small { font-family: inherit; font-size: .52em; color: #8996a4; font-weight: 700; }

/* v1.1.18 Flow section full rebuild */
.home-flow {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f5faff 100%);
}
.home-flow .container {
  width: min(calc(100% - (var(--content-gutter) * 2)), 1560px);
}
.home-flow__frame {
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: clamp(30px, 3.2vw, 56px);
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.home-flow__intro {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: none;
}
.home-flow__intro::after {
  display: none;
}
.home-flow__intro-media {
  position: relative;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(20,70,130,.06);
}
.home-flow__intro-media img {
  display: block;
  width: 100%;
  height: clamp(525px, 44vw, 560px);
  object-fit: cover;
  object-position: center center;
}
.home-flow__intro-copy {
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 0 34px 0 148px;
  text-align: left;
  pointer-events: none;
}
.home-flow__intro-copy > * {
  pointer-events: auto;
}
.home-flow__intro-copy .home-flow__eyebrow,
.home-flow__intro-copy h2,
.home-flow__intro-copy .home-flow__lead {
  max-width: 320px;
}
.home-flow__eyebrow {
  margin: 0 0 18px;
  color: #e1a000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.home-flow__intro h2 {
  margin: 0;
  color: #0b4c97;
  font-size: clamp(36px, 3vw, 42px);
  line-height: 1.25;
}
.home-flow__lead {
  margin: 22px 0 0;
  color: #6c7d91;
  font-size: 15px;
  line-height: 1.9;
}
.home-flow__steps {
  min-width: 0;
}
.home-flow__list {
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-flow__list li {
  position: relative;
  padding-left: 66px;
  min-height: 108px;
}
.home-flow__list li::before {
  content: "";
  position: absolute;
  left: 23px;
  top: -15px;
  bottom: -15px;
  width: 2px;
  background: linear-gradient(180deg, #bad0e7 0%, #d4e3f2 100%);
}
.home-flow__list li:first-child::before {
  top: 26px;
}
.home-flow__list li:last-child::before {
  bottom: 44px;
}
.home-flow__num,
.home-flow__list li > .home-flow__num {
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 999px;
  background: #0b4c97;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 8px 20px rgba(11,76,151,.15);
}
.home-flow__num::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  background: #bad0e7;
}
.home-flow__num::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #efb323;
  box-shadow: 0 0 0 4px rgba(239,179,35,.12);
}
.home-flow__card {
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 16px;
  padding: 18px 18px 18px 16px;
  background: #fff;
  border: 1px solid #d9e6f2;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(20,70,130,.04);
}
.home-flow__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fbfdff 0%, #f1f6fb 100%);
  color: #0b4c97;
  box-shadow: inset 0 0 0 1px #edf3f8;
}
.home-flow__icon svg {
  width: 24px;
  height: 24px;
}
.home-flow__content {
  min-width: 0;
}
.home-flow__content h3 {
  margin: 0 0 6px;
  color: #0b4c97;
  font-size: 18px;
  line-height: 1.35;
}
.home-flow__content p {
  margin: 0;
  color: #6f7d8d;
  font-size: 13.5px;
  line-height: 1.65;
}
.home-flow__chevron {
  align-self: center;
  color: #efb323;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}
.home-flow__action {
  margin-top: 40px;
}
.home-flow__action .button {
  min-width: 300px;
  min-height: 58px;
  border-radius: 999px;
}

@media (max-width: 1180px) {
  .home-flow .container {
    width: min(calc(100% - (var(--content-gutter) * 2)), 1560px);
  }
  .home-flow__frame {
    gap: 42px;
  }
  .home-flow__intro-copy {
    top: 96px;
    padding: 0 28px 0 110px;
  }
  .home-flow__intro-copy .home-flow__eyebrow,
  .home-flow__intro-copy h2,
  .home-flow__intro-copy .home-flow__lead {
    max-width: 290px;
  }
  .home-flow__intro h2 {
    font-size: 38px;
  }
  .home-flow__lead {
    font-size: 14px;
  }
  .home-flow__card {
    min-height: 100px;
  }
  .home-flow__content h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .home-flow__frame {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-flow__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .home-flow__intro-copy {
    position: static;
    display: block;
    padding: 0;
    text-align: center;
    pointer-events: auto;
  }
  .home-flow__intro-copy .home-flow__eyebrow,
  .home-flow__intro-copy h2,
  .home-flow__intro-copy .home-flow__lead {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home-flow__intro-media img {
    height: min(60vw, 420px);
  }
}

@media (max-width: 767px) {
  .home-flow .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .home-flow__frame {
    gap: 22px;
  }
  .home-flow__intro h2 {
    font-size: 34px;
  }
  .home-flow__lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .home-flow__intro-media {
    border-radius: 22px;
  }
  .home-flow__intro-media img {
    height: 240px;
  }
  .home-flow__list {
    gap: 14px;
  }
  .home-flow__list li {
    padding-left: 58px;
    min-height: 102px;
  }
  .home-flow__list li::before {
    left: 20px;
  }
  .home-flow__num,
  .home-flow__list li > .home-flow__num {
    width: 40px;
    height: 40px;
    top: 28px;
    font-size: 13px;
  }
  .home-flow__num::after {
    width: 20px;
    right: -10px;
  }
  .home-flow__num::before {
    right: -14px;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
  }
  .home-flow__card {
    grid-template-columns: 42px minmax(0, 1fr) 12px;
    gap: 12px;
    padding: 15px 14px 15px 14px;
    border-radius: 16px;
  }
  .home-flow__icon {
    width: 40px;
    height: 40px;
  }
  .home-flow__icon svg {
    width: 21px;
    height: 21px;
  }
  .home-flow__content h3 {
    font-size: 15px;
  }
  .home-flow__content p {
    font-size: 12px;
    line-height: 1.6;
  }
  .home-flow__chevron {
    font-size: 22px;
  }
  .home-flow__action {
    margin-top: 28px;
  }
  .home-flow__action .button {
    width: 100%;
    max-width: 320px;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .home-flow__lead br {
    display: none;
  }
  .home-flow__intro-media img {
    height: 220px;
  }
  .home-flow__list li {
    padding-left: 54px;
  }
  .home-flow__list li::before {
    left: 18px;
  }
  .home-flow__num,
  .home-flow__list li > .home-flow__num {
    width: 36px;
    height: 36px;
    top: 30px;
    font-size: 12px;
  }
  .home-flow__num::after {
    width: 18px;
    right: -9px;
  }
  .home-flow__num::before {
    right: -12px;
  }
}
/* v1.1.18.1 flow image min-height override */
.home-flow__intro-media img {
  min-height: 0;
}

/* v1.1.19 Flow heading alignment fix */
@media (min-width: 768px) {
  .home-flow__intro-copy {
    display: block;
    top: 118px;
    left: 0;
    right: 0;
    padding: 0 28px 0 138px;
    text-align: center;
  }
  .home-flow__intro-copy .home-flow__eyebrow,
  .home-flow__intro-copy h2,
  .home-flow__intro-copy .home-flow__lead {
    max-width: none;
    width: 100%;
  }
  .home-flow__intro h2 {
    white-space: nowrap;
    font-size: clamp(34px, 2.65vw, 42px);
    line-height: 1.25;
  }
  .home-flow__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .home-flow__intro h2 {
    white-space: nowrap;
  }
}

/* v1.1.26 — fluid desktop/iPad hero. Smartphone keeps the existing mobile hero. */
.home-hero__pc-v125 {
  display: none;
}

@media (min-width: 768px) {
  .home-hero--reference {
    position: relative;
    width: 100%;
    background: #eef7ff;
    overflow: hidden;
  }

  .home-hero__reference-wrap {
    display: none;
  }

  .home-hero__pc-v125 {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    height: min(56.25vw, calc(100svh - 68px));
    min-height: 430px;
    max-height: 1010px;
    overflow: hidden;
    background: #eef7ff;
  }

  .home-hero__pc-v125-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .home-hero__pc-v125-copy {
    position: absolute;
    z-index: 3;
    left: clamp(20px, 5.8vw, 112px);
    top: 50%;
    width: clamp(252px, 31vw, 525px);
    transform: translateY(-50%);
    text-align: center;
  }

  .home-hero__pc-v125-title {
    margin: 0;
    color: #0b4598;
    font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 3.15vw, 61px);
    font-weight: 600;
    line-height: 1.48;
    letter-spacing: .035em;
    text-shadow: 0 4px 18px rgba(8,63,134,.045);
  }

  .home-hero__pc-v125-title > span,
  .home-hero__pc-v125-title > small {
    display: block;
    white-space: nowrap;
  }

  .home-hero__pc-v125-title > small {
    margin: .04em 0;
    font-size: .70em;
    font-weight: 600;
  }

  .home-hero__pc-v125-ornament {
    width: min(100%, 490px);
    margin: 0 auto clamp(12px, 1.25vw, 24px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(10px, 1vw, 18px);
    color: #eba91f;
  }

  .home-hero__pc-v125-ornament span {
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(235,169,31,.9));
  }

  .home-hero__pc-v125-ornament span:last-child {
    background: linear-gradient(90deg, rgba(235,169,31,.9), transparent);
  }

  .home-hero__pc-v125-ornament i {
    font-style: normal;
    font-size: clamp(15px, 1.1vw, 21px);
    filter: drop-shadow(0 0 8px rgba(255,211,92,.35));
  }

  .home-hero__pc-v125-ornament--bottom {
    margin-top: clamp(12px, 1.3vw, 25px);
    margin-bottom: clamp(16px, 1.8vw, 34px);
  }

  .home-hero__pc-v125-lead {
    width: min(100%, 430px);
    margin: 0 auto clamp(14px, 1.4vw, 25px);
    color: #586778;
    font-size: clamp(12px, 1vw, 17px);
    line-height: 1.9;
    text-align: left;
  }

  .home-hero__pc-v125-actions {
    width: min(100%, 430px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(9px, 1vw, 18px);
  }

  .home-hero__pc-v125-actions .button {
    width: 100%;
    min-width: 0;
    min-height: clamp(48px, 3.8vw, 72px);
    padding-inline: clamp(14px, 1.6vw, 28px);
    border-radius: clamp(11px, .9vw, 15px);
    justify-content: center;
    font-size: clamp(12px, 1vw, 17px);
  }
}

@media (max-width: 767px) {
  .home-hero__pc-v125 {
    display: none;
  }
  .home-hero__reference-wrap {
    display: block;
  }
}

/* Tablet keeps the desktop composition, but typography/gaps tighten smoothly. */
@media (min-width: 768px) and (max-width: 1180px) {
  .site-branding__text { font-size: clamp(17px, 2vw, 21px); gap: clamp(6px, .8vw, 10px); }
  .site-branding__mark { width: clamp(29px, 3.3vw, 34px); height: clamp(29px, 3.3vw, 34px); }
  .primary-nav__list { gap: clamp(7px, 1.05vw, 13px); }
  .primary-nav__list a { font-size: clamp(10px, 1.08vw, 12.5px); }
  .primary-nav { gap: clamp(6px, .9vw, 12px); }
  .button--header { min-height: 38px; padding-inline: clamp(9px, 1.25vw, 14px); font-size: clamp(10px, .95vw, 11.5px); }

  .home-partner__inner { grid-template-columns: clamp(76px, 11vw, 130px) minmax(0, 1fr) clamp(76px, 11vw, 130px); gap: clamp(12px, 2vw, 24px); }
  .home-concept__copy h2 { font-size: clamp(21px, 2.7vw, 34px); }
  .home-reason-card { padding: clamp(13px, 1.6vw, 18px); gap: 6px; }
  .home-reason-card strong { font-size: clamp(13px, 1.55vw, 16px); }
  .home-reason-card p { font-size: clamp(9.5px, 1.08vw, 11.5px); }
  .home-flow__intro-copy { top: clamp(72px, 9vw, 105px); padding: 0 14px 0 clamp(56px, 8vw, 108px); }
  .home-flow__intro h2 { font-size: clamp(28px, 3vw, 36px); }
  .home-flow__eyebrow { font-size: clamp(9px, 1vw, 12px); }
  .home-flow__lead { font-size: clamp(10.5px, 1.18vw, 14px); line-height: 1.8; }
  .home-partner__path { gap: clamp(5px, .8vw, 10px); }
  .home-partner__path > div { padding-inline: clamp(7px, 1vw, 11px); }
  .home-proof__card { padding-inline: clamp(10px, 1.3vw, 16px); gap: clamp(8px, 1vw, 13px); }
  .home-proof__media { width: clamp(54px, 7vw, 74px); height: clamp(54px, 7vw, 74px); }
  .home-proof__card strong { font-size: clamp(17px, 2vw, 23px); }
  .home-concept__copy p:not(.home-kicker) { font-size: clamp(12px, 1.35vw, 15px); }
  .home-services__grid { gap: clamp(7px, 1vw, 11px); }
  .home-service-card__body { padding: clamp(10px, 1.4vw, 15px); }
  .home-service-card__body h3 { font-size: clamp(11px, 1.3vw, 14px); }
  .home-service-card__body p { font-size: clamp(9.5px, 1.08vw, 12px); }
  .home-future__card { gap: clamp(14px, 2vw, 28px); padding: clamp(18px, 2.3vw, 28px); }
  .home-seminar__grid { gap: clamp(7px, 1vw, 12px); }
  .home-message__card { gap: clamp(20px, 3vw, 38px); padding: clamp(20px, 2.5vw, 27px); }
  .home-voices__grid { gap: clamp(14px, 2vw, 26px); }
  .home-voice-card__body { padding: clamp(16px, 2.2vw, 30px); }
  .home-voice-card__name { font-size: clamp(18px, 2vw, 24px); }
  .home-voice-card__comment { font-size: clamp(11px, 1.2vw, 14px); }
  .site-footer__grid--reference { gap: clamp(14px, 2.4vw, 34px); }
}

/* Mobile composition starts below iPad widths. */
@media (max-width: 767px) {
  .home-reasons__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .home-reasons__visual {
    order: 1;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: auto;
  }
  .home-reasons__visual picture,
  .home-reasons__visual picture img,
  .home-reasons__visual img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
  }
  .home-reasons__grid {
    order: 2;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
  }
  .home-reason-card {
    min-width: 0;
    min-height: 156px;
    height: auto;
    padding: 18px 16px;
  }
  .home-reason-card__icon { width: 40px; height: 40px; flex: 0 0 auto; }
  .home-reason-card strong { font-size: 15px; line-height: 1.45; }
  .home-reason-card p { display: block; font-size: 11.5px; line-height: 1.65; }
}

@media (max-width: 375px) {
  .home-reasons__grid { grid-template-columns: 1fr; }
  .home-reason-card { min-height: 138px; }
}

/* v1.1.27 — hero headline: ton / ton / ton landing animation */
.hero-copy-line {
  --hero-ton-from: -21px;
  --hero-ton-overshoot: 0px;
  opacity: 0;
  transform: translate3d(0, var(--hero-ton-from), 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: iku-hero-ton 0.42s cubic-bezier(.20,.78,.28,1) both;
}
.hero-copy-line--1 {
  animation-delay: .22s;
}
.hero-copy-line--2 {
  animation-delay: .43s;
}
.hero-copy-line--3 {
  --hero-ton-from: -23px;
  --hero-ton-overshoot: 3px;
  animation-name: iku-hero-ton-final;
  animation-duration: .50s;
  animation-delay: .63s;
}

@keyframes iku-hero-ton {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--hero-ton-from), 0);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes iku-hero-ton-final {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--hero-ton-from), 0);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, var(--hero-ton-overshoot), 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home-hero__mobile-copy {
  display: none;
}

@media (max-width: 767px) {
  .home-hero__mobile-copy {
    position: absolute;
    z-index: 3;
    top: 15.55%;
    left: 5%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #0b4598;
    font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 8.25vw, 40px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: .025em;
    text-shadow: 0 3px 12px rgba(8,63,134,.035);
    pointer-events: none;
  }
  .home-hero__mobile-copy .hero-copy-line {
    --hero-ton-from: -15px;
    display: block;
    white-space: nowrap;
  }
  .home-hero__mobile-copy .hero-copy-line--1 {
    margin-bottom: .32em;
  }
  .home-hero__mobile-copy .hero-copy-line--2 {
    margin-bottom: .35em;
    font-size: .70em;
  }
  .home-hero__mobile-copy .hero-copy-line--3 {
    --hero-ton-from: -17px;
    --hero-ton-overshoot: 2.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy-line,
  .hero-copy-line--1,
  .hero-copy-line--2,
  .hero-copy-line--3 {
    opacity: 1;
    transform: none;
    animation: none !important;
    will-change: auto;
  }
}
