:root {
  --leaf: #20382f;
  --moss: #65765b;
  --camellia: #a85d58;
  --blush: #e8d5cf;
  --sand: #d7c7aa;
  --kinari: #f6f2e9;
  --paper: #fffdf8;
  --ink: #26302c;
  --mist: #e6e8e0;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --gutter: clamp(18px, 5vw, 72px);
  --section: clamp(72px, 9vw, 144px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--kinari);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .28em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--camellia); outline-offset: 3px; }
p, li { overflow-wrap: anywhere; }
h1, h2, h3 {
  margin: 0;
  color: var(--leaf);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .04em;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: auto-phrase;
}
h1 { font-size: clamp(2.25rem, 4.45vw, 4rem); line-height: 1.32; }
h2 { font-size: clamp(1.85rem, 3.25vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { margin: 0; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--paper); color: var(--leaf); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(1200px, calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--paper { background: var(--paper); }
.section--soft { background: color-mix(in srgb, var(--blush) 34%, var(--kinari)); }
.eyebrow { color: var(--moss); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 42rem; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 2; }
.section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 7vw, 104px); align-items: end; margin-bottom: clamp(48px, 7vw, 96px); }
.section-head > * { min-width: 0; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head .lead { padding-bottom: 4px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(32,56,47,.14); background: rgba(246,242,233,.96); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; text-decoration: none; font-family: var(--serif); color: var(--leaf); font-size: clamp(.98rem, 1.5vw, 1.16rem); line-height: 1.5; font-weight: 600; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 36px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; text-decoration: none; white-space: nowrap; font-size: .9rem; }
.primary-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--camellia); }
.header-cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 8px 20px; border-radius: 999px; background: var(--leaf); color: var(--paper); text-decoration: none; font-weight: 700; font-size: .85rem; line-height: 1.45; text-align: center; }

.hero { padding-block: clamp(56px, 7vw, 104px) clamp(80px, 10vw, 152px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy h1 { max-width: 9.5em; }
.hero-copy .lead { margin-top: 30px; max-width: 33rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; max-width: 100%; align-items: center; justify-content: center; padding: 11px 26px; border: 1px solid var(--leaf); border-radius: 999px; background: var(--leaf); color: var(--paper); text-align: center; text-decoration: none; font-weight: 700; line-height: 1.45; }
.button--light { background: var(--paper); color: var(--leaf); }
.text-link { color: var(--leaf); font-weight: 700; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; width: 42%; aspect-ratio: 1 / 1.18; left: -24px; top: -28px; border-radius: 72% 28% 68% 32% / 58% 34% 66% 42%; background: var(--blush); transform: rotate(-9deg); }
.hero-visual img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 6px 108px 6px 6px; }
.petal-note { position: absolute; right: -18px; bottom: -34px; width: clamp(150px, 15vw, 200px); aspect-ratio: 1.5; display: grid; place-items: center; padding: 18px; border-radius: 76% 24% 72% 28% / 58% 40% 60% 42%; background: var(--paper); color: var(--leaf); box-shadow: 0 18px 45px rgba(32,56,47,.12); font-family: var(--serif); font-size: .9rem; text-align: center; transform: rotate(-4deg); }

.chapters { border-top: 1px solid var(--sand); }
.chapter { display: grid; grid-template-columns: minmax(72px, .45fr) minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(24px, 5vw, 72px); padding-block: clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--sand); align-items: start; }
.chapter > * { min-width: 0; }
.chapter-number { width: 68px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 74% 26% 65% 35% / 62% 34% 66% 38%; background: var(--blush); color: var(--leaf); font-family: var(--serif); transform: rotate(-7deg); }
.chapter-body p + p { margin-top: 16px; }
.aside-note { padding-left: 24px; border-left: 2px solid var(--moss); color: #4c5a54; font-size: .94rem; }
.aside-note strong { display: block; margin-bottom: 8px; color: var(--leaf); }

.proof { background: var(--leaf); color: var(--paper); }
.proof h2 { color: var(--paper); }
.proof .eyebrow { color: var(--sand); }
.proof-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.proof-item { min-width: 0; padding: clamp(30px, 4vw, 52px); }
.proof-item + .proof-item { border-left: 1px solid rgba(255,255,255,.3); }
.proof-mark { display: block; margin-bottom: 14px; color: var(--sand); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.proof-item h3 { margin-bottom: 12px; color: var(--paper); }

.intro { padding-block: clamp(64px, 9vw, 128px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr); gap: clamp(44px, 8vw, 120px); align-items: end; }
.intro-grid > * { min-width: 0; }
.intro-copy .eyebrow { margin-bottom: 20px; }
.intro-copy h1 { max-width: 12em; }
.intro-copy .lead { margin-top: 28px; }
.intro-petal { min-height: 300px; display: grid; place-items: center; padding: 50px; border-radius: 72% 28% 67% 33% / 57% 35% 65% 43%; background: var(--blush); color: var(--leaf); font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.75; text-align: center; transform: rotate(3deg); }

.story { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 8vw, 120px); }
.story > * { min-width: 0; }
.story h2 { position: sticky; top: 32px; align-self: start; }
.prose { max-width: 44rem; }
.prose p + p { margin-top: 24px; }
.prose h3 { margin: 48px 0 14px; }
.principle { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 24px; padding-block: 32px; border-top: 1px solid var(--sand); }
.principle:last-child { border-bottom: 1px solid var(--sand); }
.principle .chapter-number { width: 60px; }

.timeline { position: relative; margin-top: 8px; }
.timeline::before { content: ""; position: absolute; left: 35px; top: 38px; bottom: 38px; width: 1px; background: var(--sand); }
.step { position: relative; display: grid; grid-template-columns: 72px minmax(0, .8fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 72px); padding-block: 42px; }
.step > * { min-width: 0; }
.step .chapter-number { position: relative; z-index: 1; background: var(--sand); }
.step p { max-width: 39rem; }
.service-menu { border-top: 1px solid var(--sand); }
.service-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.25fr); gap: clamp(28px, 7vw, 96px); padding-block: clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--sand); }
.service-row > * { min-width: 0; }
.service-row p { max-width: 42rem; }
.service-row .tag { display: inline-block; margin-top: 16px; color: var(--moss); font-size: .85rem; font-weight: 700; }

.quote { display: grid; grid-template-columns: minmax(100px, .35fr) minmax(0, 1.65fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.quote-mark { width: 110px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 72% 28% 63% 37% / 62% 34% 66% 38%; background: var(--blush); color: var(--camellia); font-family: var(--serif); font-size: 4rem; line-height: 1; transform: rotate(-8deg); }
.quote blockquote { margin: 0; max-width: 31em; color: var(--leaf); font-family: var(--serif); font-size: clamp(1.6rem, 3.4vw, 3rem); line-height: 1.7; text-wrap: pretty; }
.quote cite { display: block; margin-top: 24px; color: var(--moss); font-family: var(--sans); font-size: .9rem; font-style: normal; }

.cta-band { padding-block: clamp(72px, 9vw, 120px); background: var(--leaf); color: var(--paper); }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: 40px 72px; align-items: end; }
.cta-grid > * { min-width: 0; }
.cta-band h2 { color: var(--paper); max-width: 15em; }
.cta-band .eyebrow { margin-bottom: 16px; color: var(--sand); }
.cta-band p { margin-top: 20px; max-width: 42rem; color: #e5e7df; }
.cta-band .actions { justify-content: flex-end; margin-top: 0; }

.site-footer { padding-block: 48px 28px; background: #172a23; color: #edf0e9; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; padding-bottom: 40px; }
.footer-name { font-family: var(--serif); font-size: 1.12rem; }
.footer-org { margin-top: 8px; color: #c7d0c9; font-size: .82rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: start; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #c7d0c9; font-size: .78rem; }
.powered { color: var(--paper); font-weight: 700; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; gap: 16px 24px; padding-block: 20px; }
  .brand { flex: 1 1 50%; }
  .primary-nav { order: 3; flex: 1 0 100%; }
  .primary-nav ul { justify-content: space-between; }
  .hero-grid, .intro-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 12em; }
  .hero-visual { margin-top: 18px; }
  .hero-visual img { aspect-ratio: 4 / 3; }
  .petal-note { right: 8px; }
  .section-head, .story { grid-template-columns: 1fr; }
  .story h2 { position: static; }
  .intro-petal { width: min(72%, 400px); justify-self: end; min-height: 240px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; }
  .header-inner { min-height: 0; }
  .brand { flex-basis: 100%; margin-right: 0; }
  .header-cta { order: 4; width: 100%; min-height: 52px; }
  .primary-nav ul { gap: 8px; }
  .primary-nav li { flex: 1 1 0; min-width: 0; text-align: center; }
  .primary-nav a { font-size: .82rem; white-space: normal; }
  .primary-nav a[aria-current="page"]::after { bottom: -6px; }
  .hero { padding-top: 48px; }
  .hero-copy .lead { margin-top: 24px; }
  .actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .button { width: 100%; min-height: 56px; padding-inline: 20px; }
  .text-link { align-self: center; padding-block: 8px; }
  .hero-visual::before { left: -12px; top: -16px; }
  .petal-note { right: 2px; bottom: -42px; }
  .chapter { grid-template-columns: 72px minmax(0, 1fr); gap: 20px; }
  .chapter-body, .aside-note { grid-column: 2; }
  .aside-note { margin-top: 4px; }
  .proof-list { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .intro-petal { width: 82%; min-height: 220px; padding: 36px; }
  .principle { grid-template-columns: 64px minmax(0, 1fr); gap: 18px; }
  .step { grid-template-columns: 72px minmax(0, 1fr); gap: 20px; }
  .step p { grid-column: 2; }
  .service-row { grid-template-columns: 1fr; gap: 16px; }
  .quote { grid-template-columns: 1fr; }
  .quote-mark { width: 82px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  :root { --gutter: 18px; }
  h1 { font-size: clamp(2.18rem, 9.4vw, 2.3rem); }
  .chapter { grid-template-columns: 1fr; }
  .chapter-body, .aside-note { grid-column: 1; }
  .chapter-number { width: 58px; }
  .timeline::before { left: 29px; }
  .step { grid-template-columns: 60px minmax(0, 1fr); gap: 16px; }
  .step p { grid-column: 2; }
}

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


h1,h2,h3{text-wrap:balance;overflow-wrap:normal;word-break:normal}
h1 .phrase,h2 .phrase,h3 .phrase{display:inline}


html body>.zova-powered-by{display:block!important;position:relative!important;inset:auto!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;height:auto!important;min-height:44px!important;margin:0!important;padding:1rem max(1rem,calc((100% - 1180px)/2))!important;overflow:visible!important;clip:auto!important;clip-path:none!important;transform:none!important;visibility:visible!important;opacity:1!important;z-index:1!important;font:600 .75rem/1.4 system-ui,sans-serif!important;letter-spacing:.08em!important;text-align:center!important;color:#243029!important;background:#f7f5ef!important}
