:root {
  --color-main: #0B6B2A;
  --color-main-dark: #075220;
  --color-accent: #2FA53A;
  --color-pale: #EAF4E8;
  --color-paper: #F7F6F1;
  --color-white: #FFFFFF;
  --color-heading: #173420;
  --color-body: #304539;
  --color-muted: #6B786F;
  --color-line: #D8E2D7;
  --color-gold: #B69B50;
  --font-sans: "Noto Sans JP", "Yu Gothic", sans-serif;
  --font-heading: "Zen Kaku Gothic New", "Yu Gothic", sans-serif;
  --font-serif: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", sans-serif;
  --font-mono: "Space Grotesk", Arial, sans-serif;
  --container: 1180px;
  --radius: 20px;
}

html { scroll-behavior: smooth; font-size: 100%; }
html.is-font-large { font-size: 115%; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--color-body); background: var(--color-white); font-family: var(--font-sans); line-height: 1.85; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #D88622; outline-offset: 3px; }
.u-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.u-nowrap { white-space: nowrap; }
.l-container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.c-label { display: inline-flex; align-items: center; gap: 12px; color: var(--color-main); font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.c-label::before { content: ""; width: 34px; height: 1px; background: var(--color-gold); }
.c-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 13px 25px; border: 1px solid var(--color-main); border-radius: 4px; background: var(--color-main); color: #fff; font-weight: 700; text-decoration: none; transition: transform .25s, background .25s, color .25s; }
.c-button:hover { transform: translateY(-2px); background: var(--color-main-dark); }
.c-button--ghost { background: transparent; color: var(--color-main); }
.c-button--ghost:hover { color: #fff; }
h1, h2, h3, .lead, .c-button, summary { word-break: auto-phrase; text-wrap: balance; }

/* Header-16 public-trust pattern, retuned for the official site */
.site-utility { background: var(--color-paper); border-bottom: 1px solid var(--color-line); }
.site-utility__inner { width: min(1240px, calc(100% - 48px)); margin: auto; min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-utility__size { display: flex; align-items: center; gap: 8px; color: var(--color-muted); font-size: 12px; }
.site-utility__size button { padding: 3px 12px; border: 1px solid var(--color-line); border-radius: 4px; background: #fff; color: var(--color-heading); font-size: 12px; font-weight: 700; cursor: pointer; }
.site-utility__size button[aria-pressed="true"] { border-color: var(--color-main); background: var(--color-main); color: #fff; }
.site-utility__contact { display: flex; gap: 18px; align-items: center; font-size: 12px; }
.site-utility__contact a { color: var(--color-heading); text-decoration: none; }
.site-utility__contact a:hover { color: var(--color-main); text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.97); border-bottom: 2px solid var(--color-main); backdrop-filter: blur(12px); }
.site-header__inner { width: min(1240px, calc(100% - 48px)); min-height: 82px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.site-brand { display: flex; gap: 11px; align-items: center; color: var(--color-heading); text-decoration: none; white-space: nowrap; }
.site-brand__mark { display: none; }
.site-brand__mark img { width: 38px; height: 24px; object-fit: contain; }
.site-brand__name { display: block; color: var(--color-main); font-family: var(--font-heading); font-size: 19px; font-weight: 900; }
.site-brand__role { display: block; color: var(--color-muted); font-size: 10px; font-weight: 500; letter-spacing: .09em; }
.site-nav { display: flex; justify-content: flex-end; gap: 2px; }
.site-nav a { display: flex; flex-direction: column; align-items: center; padding: 10px 10px; border-radius: 6px; color: var(--color-heading); font-size: 13px; font-weight: 700; line-height: 1.25; text-decoration: none; white-space: nowrap; }
.site-nav a small { color: var(--color-muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--color-pale); color: var(--color-main); }
.site-header__cta { min-height: 48px; padding-inline: 18px; font-size: 13px; white-space: nowrap; }
.menu-toggle { display: none; width: 48px; height: 44px; position: relative; border: 2px solid var(--color-main); border-radius: 8px; background: #fff; color: var(--color-main); cursor: pointer; }
.menu-toggle i { position: absolute; left: 12px; width: 20px; height: 2px; background: currentColor; transition: transform .3s, opacity .2s; }
.menu-toggle i:nth-child(1) { top: 13px; }
.menu-toggle i:nth-child(2) { top: 20px; }
.menu-toggle i:nth-child(3) { top: 27px; }
.menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-shade { position: fixed; inset: 0; z-index: 84; background: rgba(15,33,21,.46); opacity: 0; visibility: hidden; transition: .3s; }
.mobile-shade.is-open { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; z-index: 85; top: 0; right: 0; bottom: 0; width: min(84vw, 390px); padding: 90px 28px 30px; background: #fff; transform: translateX(105%); transition: transform .46s cubic-bezier(.22,1,.36,1); box-shadow: -24px 0 52px -34px rgba(0,0,0,.5); overflow-y: auto; }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__title { padding-bottom: 18px; border-bottom: 2px solid var(--color-main); color: var(--color-main); font-family: var(--font-heading); font-size: 20px; font-weight: 900; }
.mobile-menu a { display: flex; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--color-line); color: var(--color-heading); font-weight: 700; text-decoration: none; }
.mobile-menu a small { color: var(--color-muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; }
.mobile-menu__contact { margin-top: 24px; display: grid; gap: 10px; }
.mobile-menu__contact .c-button,
.mobile-menu__contact .c-button:visited { border-color: var(--color-main); background: var(--color-main); color: #fff !important; }

/* FV-44 LineDraw transplant */
.hero { width: 100%; min-height: 680px; position: relative; overflow: hidden; background: #fbfdf9 url("../../src/fv.jpg") center bottom / cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: 1; left: -18px; top: 15%; width: min(31vw, 445px); height: 68%; background: url("../../src/section-bg-2.png") left center / auto 100% no-repeat; opacity: .36; pointer-events: none; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 70%, transparent 100%); mask-image: linear-gradient(90deg, #000 0%, #000 70%, transparent 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 43%, rgba(255,255,255,.34) 68%, rgba(255,255,255,.12) 100%); }
.hero__inner { width: min(1360px, calc(100% - 64px)); min-height: 680px; margin: auto; position: relative; z-index: 3; display: grid; grid-template-columns: 45% 55%; align-items: stretch; }
.hero__copy { padding: 84px 0 88px; position: relative; z-index: 4; align-self: center; }
.hero__kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--color-main); font-size: 13px; font-weight: 700; }
.hero__kicker::before { content: ""; width: 52px; height: 2px; background: var(--color-accent); }
.hero__kicker strong { font-family: var(--font-heading); font-size: 2em; font-weight: 900; letter-spacing: .04em; line-height: 1; }
.hero h1 { margin: 24px 0 20px; color: var(--color-main); font-family: var(--font-heading); font-size: clamp(52px, 5.2vw, 76px); font-weight: 900; line-height: 1.18; letter-spacing: .01em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero__sub { max-width: 29em; margin: 0; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(16px, 1.55vw, 21px); line-height: 1.8; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__buttons--mobile { display: none; }
.hero__visual { min-height: 680px; position: relative; align-self: stretch; }
.hero__portrait { position: absolute; right: 1%; bottom: 0; width: min(73%, 520px); height: 620px; margin: 0; overflow: visible; background: transparent; }
.hero__portrait img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center bottom; image-rendering: auto; }
.hero__round { position: absolute; left: 5%; bottom: 28%; width: 160px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; border-radius: 50%; background: var(--color-main); color: #fff; text-align: center; font-family: var(--font-serif); font-size: 21px; font-weight: 700; line-height: 1.05; letter-spacing: -.04em; box-shadow: 0 18px 34px -22px rgba(11,107,42,.8); }
.hero__round span { display: block; white-space: nowrap; }
.hero-line { position: absolute; z-index: 2; inset: auto -3% 1% -3%; width: 106%; height: 36%; pointer-events: none; }
.hero-line path { fill: none; stroke: var(--color-main); stroke-linecap: round; stroke-linejoin: round; opacity: .28; stroke-dasharray: var(--len); stroke-dashoffset: 0; }
.j .hero-line path { animation: heroLine 2.5s cubic-bezier(.65,0,.35,1) forwards; stroke-dashoffset: var(--len); }
.j .hero-line path:nth-child(2) { animation-delay: .35s; }
@keyframes heroLine { to { stroke-dashoffset: 0; } }

/* Quiet magazine spread — intro-16 */
.c-message { position: relative; padding: 112px 0 128px; background: #fff; }
.c-message__spread { min-height: 620px; display: grid; grid-template-columns: 46% 54%; position: relative; overflow: hidden; border: 1px solid var(--color-line); background: #fff; box-shadow: 0 28px 70px -54px rgba(23,52,32,.45); }
.c-message__spread::before { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: 46%; width: 1px; background: linear-gradient(transparent, var(--color-line) 12%, var(--color-line) 88%, transparent); }
.c-message__art { min-width: 0; padding: 54px 40px 46px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--color-paper); }
.c-message__art .c-label { align-self: flex-start; }
.c-message__illustration { width: 118%; max-width: none; height: auto; margin: auto -9% 0; display: block; transform: translateY(-42px); mix-blend-mode: multiply; }
.c-message__page { padding: 68px clamp(34px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.c-message h2 { margin: 0 0 38px; color: var(--color-main); font-family: var(--font-serif); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.42; }
.c-message__body { max-width: 35em; color: var(--color-heading); font-size: clamp(15px, 1.3vw, 18px); font-weight: 600; line-height: 2.15; }
.c-message__body p { margin: 0; }
.c-message__body p + p { margin-top: 34px; }

/* Process-03 */
.c-action { padding: 112px 0 126px; position: relative; overflow: hidden; background: var(--color-paper); }
.c-action__head { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.c-action h2 { margin: 16px 0 14px; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(30px, 4.2vw, 46px); line-height: 1.5; }
.c-action__lead { margin: 0 auto; max-width: 44em; color: var(--color-muted); font-size: 15px; }
.c-action__flow { width: min(960px, calc(100% - 64px)); margin: auto; position: relative; }
.c-action__spine { position: absolute; left: 50%; top: 0; bottom: 44px; width: 1px; background: var(--color-line); }
.c-action__step { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 34px 0; }
.c-action__number { padding-right: 18px; color: #fff; -webkit-text-stroke: 2px rgba(11,107,42,.42); text-shadow: 0 7px 20px rgba(11,107,42,.12); font-family: var(--font-serif); font-size: clamp(117px, 13.5vw, 186px); font-weight: 800; line-height: .72; text-align: right; }
.c-action__step:nth-child(even) .c-action__number { order: 2; padding-right: 0; padding-left: 18px; text-align: left; }
.c-action__step:nth-child(even) .c-action__body { order: 1; text-align: right; }
.c-action__dot { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; transform: translate(-50%,-50%); border: 3px solid #fff; border-radius: 50%; background: var(--color-main); box-shadow: 0 0 0 2px var(--color-main); }
.c-action__body img { width: 156px; height: 156px; object-fit: contain; mix-blend-mode: multiply; }
.c-action__body h3 { margin: 7px 0 7px; color: var(--color-heading); font-family: var(--font-serif); font-size: 24px; }
.c-action__body p { margin: 0; color: var(--color-muted); font-size: 14px; }

/* Services-12 adapted as four policy stories */
.c-policy { padding: 118px 0 138px; position: relative; overflow: hidden; background: #fff; }
.c-policy__head { margin-bottom: 76px; position: relative; }
.c-policy__ghost { display: block; color: transparent; -webkit-text-stroke: 1px rgba(11,107,42,.20); font-family: var(--font-mono); font-size: clamp(62px, 11vw, 148px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.c-policy h2 { margin: -1.05em 0 0 .04em; position: relative; color: var(--color-main); font-family: var(--font-heading); font-size: clamp(34px, 5.2vw, 58px); font-weight: 900; line-height: 1.35; }
.c-policy__lead { max-width: 40em; margin: 24px 0 0 4px; color: var(--color-muted); font-size: 15px; }
.c-policy__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.c-policy__item { min-height: 390px; position: relative; display: grid; grid-template-columns: 48% 52%; align-items: stretch; min-width: 0; overflow: hidden; border: 1px solid var(--color-line); border-radius: 12px; background: #fff; }
.c-policy__item:nth-child(2), .c-policy__item:nth-child(3) { transform: none; }
.c-policy__image { min-height: 390px; position: relative; overflow: hidden; background: var(--color-pale); }
.c-policy__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.c-policy__text { margin: 0; padding: 26px 25px 24px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.c-policy__number { position: static; display: block; color: var(--color-main); font-family: var(--font-serif); font-size: 62px; font-weight: 700; line-height: .85; opacity: 1; }
.c-policy__tag { color: var(--color-main); font-family: var(--font-mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.c-policy__text h3 { margin: 7px 0 12px; color: var(--color-heading); font-family: var(--font-heading); font-size: 24px; line-height: 1.42; }
.c-policy__text ul { margin: 0; padding-left: 1.25em; color: var(--color-main-dark); font-size: 13px; line-height: 1.75; }
.c-policy__text p { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--color-line); color: var(--color-muted); font-size: 14px; line-height: 1.75; }

/* Craft-11 commitment */
.c-commitment { padding: 116px 0 128px; position: relative; overflow: hidden; background: #258A45; color: #fff; }
.c-commitment::before { content: ""; position: absolute; inset: 0; background: url("../../src/section-bg-5.png") center bottom / cover no-repeat; opacity: .32; mix-blend-mode: screen; }
.c-commitment__inner { position: relative; }
.c-commitment__top { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; margin-bottom: 70px; }
.c-commitment .c-label { color: #D9EEDB; }
.c-commitment h2 { margin: 18px 0 18px; color: #fff; font-family: var(--font-serif); font-size: clamp(36px, 5vw, 58px); line-height: 1.38; }
.c-commitment__lead { max-width: 35em; margin: 0; color: rgba(255,255,255,.78); }
.c-commitment__figure { position: relative; margin: 0; padding: 0 22px 22px 0; }
.c-commitment__figure::after { content: ""; position: absolute; left: 22px; top: 22px; right: 0; bottom: 0; border: 1px solid rgba(255,255,255,.42); }
.c-commitment__figure img { width: 100%; height: 390px; display: block; position: relative; z-index: 1; object-fit: cover; object-position: center top; filter: brightness(1.06); }
.c-commitment__list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.32); }
.c-commitment__item { padding: 34px 30px 4px 0; border-right: 1px solid rgba(255,255,255,.24); margin-right: 30px; }
.c-commitment__item:last-child { border: 0; margin: 0; }
.c-commitment__item span { color: #CBE6CE; font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; }
.c-commitment__item h3 { margin: 10px 0 12px; padding-bottom: 12px; position: relative; color: #fff; font-family: var(--font-serif); font-size: 23px; }
.c-commitment__item h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 2px; background: #fff; }
.c-commitment__item p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

/* Gallery-12 */
.c-activity { padding: 112px 0 128px; position: relative; overflow: hidden; background: var(--color-paper); }
.c-activity__head { max-width: 660px; margin-bottom: 66px; }
.c-activity h2 { margin: 16px 0 12px; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(30px, 4.2vw, 46px); line-height: 1.45; }
.c-activity__lead { margin: 0; color: var(--color-muted); }
.c-activity__item { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-bottom: 82px; }
.c-activity__item:last-of-type { margin-bottom: 0; }
.c-activity__item:nth-child(even) .c-activity__photo { order: 2; }
.c-activity__item:nth-child(even) .c-activity__text { order: 1; }
.c-activity__photo { margin: 0; position: relative; }
.c-activity__photo img { width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; background: #fff; }
.c-activity__photo--face img { object-position: center top; }
.c-activity__photo::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.c-activity__scene { position: absolute; top: -13px; left: -8px; padding: 6px 14px; background: var(--color-main); color: #fff; font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; }
.c-activity__text h3 { margin: 0 0 10px; color: var(--color-heading); font-family: var(--font-serif); font-size: 25px; }
.c-activity__text p { margin: 0; color: var(--color-muted); font-size: 14px; }
.c-activity__rule { width: 58px; height: 1px; margin-top: 18px; background: var(--color-gold); }
.c-activity__social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 46px; }

/* About-03 */
.c-profile { padding: 118px 0 132px; background: #fff; }
.c-profile h2 { margin: 14px 0 0; color: var(--color-main); font-family: var(--font-serif); font-size: clamp(31px, 4.2vw, 46px); }
.c-profile__spread { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; margin-top: 52px; }
.c-profile__photo { height: 520px; margin: 0; position: relative; overflow: hidden; background: var(--color-pale); }
.c-profile__photo img { display: block; width: 88%; height: 100%; margin: 0 auto; object-fit: contain; object-position: center bottom; }
.c-profile__role { position: absolute; left: 18px; bottom: 15px; color: #fff; font-family: var(--font-mono); font-size: 9px; letter-spacing: .2em; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.c-profile__quote { margin: 0 0 28px; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(19px, 2.2vw, 26px); line-height: 2; }
.c-profile__bio { margin: 0; border-top: 2px solid var(--color-main); }
.c-profile__bio div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 15px 4px; border-bottom: 1px solid var(--color-line); }
.c-profile__bio dt { color: var(--color-main); font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; }
.c-profile__bio dd { margin: 0; font-size: 14px; }
.c-profile__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.c-profile__tags span { padding: 9px 17px; border: 1px solid var(--color-line); border-radius: 99px; color: var(--color-muted); font-size: 16px; line-height: 1.35; }

/* Consultation — centered reference layout */
.c-consultation { padding: 92px 28px 78px; position: relative; overflow: hidden; background: #fff; }
.c-consultation::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, rgba(225,240,225,.28), transparent 52%); pointer-events: none; }
.c-consultation__inner { width: min(820px, 100%); margin: auto; position: relative; text-align: center; }
.c-consultation .c-label { display: block; }
.c-consultation h2 { margin: 14px auto 0; color: var(--color-main); font-family: var(--font-heading); font-size: clamp(36px, 4.8vw, 56px); font-weight: 900; letter-spacing: .035em; line-height: 1.32; }
.c-consultation h2 span { display: block; white-space: nowrap; }
.c-consultation__lead { max-width: 36em; margin: 22px auto 0; color: var(--color-heading); font-size: 15px; font-weight: 600; line-height: 1.9; }
.c-consultation__lead p { margin: 0; }
.c-consultation__promise { margin-top: 12px !important; font-weight: 800; }
.c-consultation__examples { width: min(750px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 32px auto 0; }
.c-consultation__example { min-height: 160px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 18px 14px 16px; border: 1px solid var(--color-main); border-radius: 3px; background: rgba(255,255,255,.82); color: var(--color-heading); font-size: 15px; font-weight: 700; }
.c-consultation__example img { width: 92px; height: 92px; object-fit: contain; mix-blend-mode: multiply; }
.c-consultation__family { width: min(540px, 70%); margin: 30px auto 0; position: relative; }
.c-consultation__family::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: 9%; height: 1px; background: var(--color-main); }
.c-consultation__family img { width: 100%; display: block; position: relative; z-index: 1; mix-blend-mode: multiply; }

/* FAQ-09 */
.c-faq { padding: 114px 0 126px; position: relative; background: #fff; }
.c-faq__inner { width: min(900px, calc(100% - 64px)); margin: auto; }
.c-faq h2 { margin: 14px 0 0; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(29px, 4.1vw, 44px); line-height: 1.45; }
.c-faq__lead { max-width: 40em; margin: 16px 0 0; color: var(--color-muted); }
.c-faq__list { margin-top: 50px; border-top: 1px solid var(--color-line); }
.c-faq__item { padding: 30px 0 27px; border-bottom: 1px solid var(--color-line); }
.c-faq__q { display: flex; gap: 14px; align-items: baseline; }
.c-faq__mark { color: var(--color-gold); font-family: var(--font-serif); font-size: 22px; font-weight: 700; }
.c-faq__q h3 { margin: 0; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.c-faq__a { display: flex; gap: 14px; margin-top: 12px; }
.c-faq__a b { color: var(--color-main); font-family: var(--font-mono); }
.c-faq__a p { margin: 0; font-size: 14px; }

/* CTA-10 */
.c-contact { padding: 110px 0 122px; position: relative; overflow: hidden; background: var(--color-paper); }
.c-contact::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1080px, calc(100% - 64px)); height: 1px; transform: translateX(-50%); background: var(--color-line); }
.c-contact::after { content: ""; position: absolute; inset: 0; background: url("../../src/section-bg-2.png") center / cover no-repeat; opacity: .16; pointer-events: none; }
.c-contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; position: relative; z-index: 1; }
.c-contact h2 { margin: 18px 0 0; color: var(--color-main); font-family: var(--font-serif); font-size: clamp(30px, 4.4vw, 46px); line-height: 1.5; }
.c-contact__lead { max-width: 34em; margin: 20px 0 0; color: var(--color-muted); }
.c-contact__points { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--color-line); }
.c-contact__points p { margin: 0; padding: 7px 0; color: var(--color-heading); font-size: 14px; }
.c-contact__panel { padding: 36px 38px; position: relative; border: 1px solid var(--color-line); background: rgba(255,255,255,.94); box-shadow: 0 30px 60px -48px rgba(23,52,32,.55); }
.c-contact__panel::before { content: ""; position: absolute; top: -1px; left: 38px; width: 56px; height: 3px; background: var(--color-main); }
.c-contact__panel h3 { margin: 18px 0 12px; color: var(--color-heading); font-family: var(--font-heading); font-size: 26px; }
.c-contact__panel-lead { margin: 0; color: var(--color-muted); line-height: 1.9; }
.c-contact__external { width: 100%; margin-top: 28px; }
.c-contact__external-note { margin: 12px 0 0; color: var(--color-muted); font-size: 12px; }
.c-contact__way { padding: 4px 0 24px; }
.c-contact__way + .c-contact__way { padding-top: 24px; border-top: 1px dashed var(--color-line); }
.c-contact__way-label { margin: 0 0 10px; color: var(--color-main); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.c-contact__tel { color: var(--color-heading); font-family: var(--font-sans); font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; line-height: 1.2; text-decoration: none; }
.c-contact__note { display: block; margin-top: 8px; color: var(--color-muted); font-size: 12px; }

/* Page hero and subpages */
.page-hero { padding: 88px 0 82px; position: relative; overflow: hidden; background: var(--color-pale) url("../../src/section-bg-2.png") center / cover no-repeat; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.76); }
.page-hero__inner { position: relative; }
.page-hero h1 { margin: 14px 0 10px; color: var(--color-main); font-family: var(--font-serif); font-size: clamp(36px, 5.5vw, 58px); line-height: 1.4; }
.page-hero p { max-width: 42em; margin: 0; color: var(--color-heading); }
.page-content { padding: 92px 0 110px; }
.page-content__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: start; }
.page-content h2 { margin: 0 0 20px; color: var(--color-heading); font-family: var(--font-serif); font-size: clamp(28px, 4vw, 40px); }
.contact-list { display: grid; gap: 1px; border: 1px solid var(--color-line); background: var(--color-line); }
.contact-list__item { padding: 24px; background: #fff; }
.contact-list__item small { display: block; color: var(--color-main); font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; }
.contact-list__item a, .contact-list__item address { margin-top: 7px; display: block; color: var(--color-heading); font-style: normal; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.form-slot { padding: 38px; border: 1px solid var(--color-line); background: var(--color-paper); }
.form-slot h2 { font-size: 28px; }
.form-slot__notice { padding: 20px; border-left: 4px solid var(--color-main); background: #fff; }
.form-preview { display: grid; gap: 17px; margin-top: 26px; opacity: 1; }
.form-preview label { display: grid; gap: 7px; color: var(--color-heading); font-size: 13px; font-weight: 700; }
.form-preview input, .form-preview textarea { padding: 13px 14px; border: 1px solid var(--color-line); border-radius: 2px; background: #fff; }
.form-preview textarea { min-height: 140px; resize: vertical; }
.form-preview button { min-height: 52px; border: 0; background: var(--color-main); color: #fff; font-weight: 700; }
.privacy-article { width: min(860px, calc(100% - 64px)); margin: auto; }
.privacy-article section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--color-line); }
.privacy-article h2 { margin: 0 0 12px; color: var(--color-heading); font-family: var(--font-serif); font-size: 24px; }
.privacy-article p { margin: 0; }

/* Footer-03 CTA + NAP */
.site-footer { background: #E7F1E5; color: var(--color-heading); }
.site-footer__cta { position: relative; overflow: hidden; border-bottom: 1px solid rgba(11,107,42,.16); background: #FFFFFF; }
.site-footer__cta-inner { width: min(1180px, calc(100% - 64px)); margin: auto; padding: 64px 0; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.site-footer__cta h2 { margin: 0; color: var(--color-main); font-family: var(--font-serif); font-size: clamp(28px, 3.8vw, 44px); line-height: 1.5; }
.site-footer__cta h2 span { color: #3F8650; }
.site-footer__info { width: min(1180px, calc(100% - 64px)); margin: auto; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 42px; padding: 52px 0; }
.site-footer__info::after { content: ""; position: absolute; z-index: 0; right: -5%; bottom: -20%; width: 54%; aspect-ratio: 2.2; background: url("../../src/line-mountain.png") right bottom / contain no-repeat; opacity: .1; mix-blend-mode: multiply; pointer-events: none; }
.site-footer__info > * { position: relative; z-index: 1; }
.site-footer__name { font-family: var(--font-serif); font-size: 24px; font-weight: 700; }
.site-footer__nap { color: #53685A; font-size: 13px; line-height: 1.9; }
.site-footer__nap a { color: var(--color-heading); text-decoration: none; overflow-wrap: anywhere; }
.site-footer__col h3 { margin: 0 0 12px; color: var(--color-main); font-family: var(--font-mono); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.site-footer__col a { display: block; padding: 5px 0; color: #274D32; font-size: 13px; text-decoration: none; opacity: .86; }
.site-footer__col a:hover { opacity: 1; color: var(--color-main); }
.site-footer__characters { display: flex; align-items: flex-end; justify-content: flex-end; gap: 12px; transform: translateX(-64px); pointer-events: none; }
.site-footer__characters img { display: block; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.site-footer__characters img { width: 112px; }
.site-footer__bottom { border-top: 1px solid rgba(11,107,42,.16); }
.site-footer__bottom-inner { width: min(1180px, calc(100% - 64px)); margin: auto; padding: 18px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; color: #607166; font-size: 11px; text-align: center; }
.site-footer__bottom a { color: inherit; }

input, textarea, select { max-width: 100%; box-sizing: border-box; }
input[type=text], input[type=email], input[type=tel], input[type=url], textarea, select { width: 100%; font-size: 16px; }

@media (max-width: 1120px) {
  .site-nav, .site-header__cta { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; z-index: 86; }
  .hero__portrait { width: 60%; right: 0; }
  .c-policy__grid { grid-template-columns: 1fr; }
  .c-policy__item:nth-child(2), .c-policy__item:nth-child(3) { transform: none; }
}

@media (max-width: 860px) {
  .l-container, .c-action__flow, .c-faq__inner, .privacy-article { width: min(100% - 40px, var(--container)); }
  .site-utility { display: none; }
  .site-header__inner { width: calc(100% - 32px); min-height: 70px; }
  .hero, .hero__inner { min-height: auto; }
  .hero { background-position: center -170px; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 54%, rgba(255,255,255,.35) 100%); }
  .hero__inner { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .hero__copy { padding: 62px 0 24px; }
  .hero h1 { font-size: clamp(40px, 10.6vw, 58px); }
  .hero::before { left: -12px; top: 84px; width: min(72vw, 360px); height: 430px; opacity: .27; background-position: left center; }
  .hero__visual { min-height: 590px; }
  .hero__portrait { left: auto; right: -20px; bottom: 0; width: min(72%, 420px); height: 500px; transform: none; }
  .hero__round { left: 0; bottom: 24%; width: 148px; font-size: 20px; }
  .hero-line { height: 29%; bottom: 0; }
  .c-message, .c-action, .c-policy, .c-commitment, .c-activity, .c-profile, .c-faq, .c-contact { padding: 84px 0 96px; }
  .c-message__spread { grid-template-columns: 1fr; min-height: 0; }
  .c-message__spread::before { display: none; }
  .c-message__art { min-height: 310px; padding: 38px 28px 30px; border-bottom: 1px solid var(--color-line); }
  .c-message__illustration { width: 106%; margin: auto -3% 0; transform: translateY(-22px); }
  .c-message__page { padding: 52px 30px 58px; }
  .c-action__spine, .c-action__dot { left: 24px; }
  .c-action__step { grid-template-columns: 1fr; gap: 6px; padding: 24px 0 24px 56px; }
  .c-action__number, .c-action__step:nth-child(even) .c-action__number { order: 0; padding: 0; text-align: center; font-size: 96px; }
  .c-action__body, .c-action__step:nth-child(even) .c-action__body { order: 0; text-align: left; }
  .c-action__body img { width: 140px; height: 140px; }
  .c-policy__item { grid-template-columns: 1fr; }
  .c-policy__image { min-height: 300px; }
  .c-policy__text { margin: 0; padding: 28px 24px 30px; }
  .c-commitment__top, .c-profile__spread, .c-contact__grid, .page-content__grid { grid-template-columns: 1fr; gap: 42px; }
  .c-commitment__list { grid-template-columns: 1fr; }
  .c-commitment__item { margin: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .c-activity__item { grid-template-columns: 1fr; gap: 22px; margin-bottom: 60px; }
  .c-activity__item:nth-child(even) .c-activity__photo { order: 1; }
  .c-activity__item:nth-child(even) .c-activity__text { order: 2; }
  .c-profile__photo { height: 460px; }
  .c-consultation { padding: 72px 20px 66px; }
  .c-consultation h2 { font-size: clamp(32px, 7.2vw, 48px); }
  .c-consultation__examples { gap: 12px; margin-top: 30px; }
  .c-consultation__example { min-height: 142px; padding: 16px 8px 14px; font-size: 13px; }
  .c-consultation__example img { width: 76px; height: 76px; }
  .c-consultation__family { width: min(540px, 78%); margin-top: 28px; }
  .site-footer__cta-inner, .site-footer__info { grid-template-columns: 1fr; }
  .site-footer__characters { justify-content: center; transform: translateX(-28px); }
}

@media (max-width: 768px) {
  .hero__buttons .c-button, .c-activity__social .c-button, .site-footer__cta .c-button { width: 100%; }
}

@media (max-width: 620px) {
  .site-brand__mark { width: 38px; height: 38px; }
  .site-brand__name { font-size: 16px; }
  .site-brand__role { font-size: 9px; }
  .hero__kicker { font-size: 12px; }
  .hero__kicker::before { width: 40px; }
  .hero h1 { font-size: clamp(36px, 10.1vw, 47px); }
  .hero__sub { font-size: 16px; }
  .hero__buttons { display: grid; }
  .hero__visual { min-height: 440px; }
  .hero__portrait { bottom: 0; width: 72%; height: 440px; transform: none; }
  .hero__round { bottom: 23%; width: 136px; font-size: 18px; }
  .c-message__art { min-height: 250px; padding: 30px 22px 24px; }
  .c-message__illustration { width: 112%; margin-inline: -6%; transform: translateY(-14px); }
  .c-message h2 { font-size: 32px; }
  .c-message__body { font-size: 15px; line-height: 2; }
  .c-policy__ghost { font-size: 68px; }
  .c-policy h2 { margin-top: -.78em; font-size: 34px; }
  .c-policy__image { min-height: 270px; }
  .c-commitment__figure img { height: 270px; }
  .c-profile__photo { height: 390px; }
  .c-profile__bio div { grid-template-columns: 92px 1fr; gap: 12px; }
  .c-consultation h2 { font-size: clamp(29px, 8vw, 38px); }
  .c-consultation h2 span { white-space: nowrap; }
  .c-consultation__lead { margin-top: 20px; font-size: 13px; line-height: 1.85; }
  .c-consultation__examples { gap: 8px; }
  .c-consultation__example { min-height: 118px; padding: 12px 4px 11px; font-size: 11px; }
  .c-consultation__example img { width: 60px; height: 60px; }
  .c-consultation__family { width: min(420px, 84%); margin-top: 24px; }
  .c-contact__panel, .form-slot { padding: 28px 22px; }
  .page-hero { padding: 66px 0 62px; }
  .page-content { padding: 72px 0 86px; }
  .site-footer__cta-inner, .site-footer__info, .site-footer__bottom-inner { width: calc(100% - 40px); }
  .site-footer__cta-inner { padding: 52px 0; }
  .site-footer__characters { gap: 6px; }
  .site-footer__characters img { width: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-line path { stroke-dashoffset: 0 !important; }
}

/* Keep homepage section titles at one calm, consistent middle size. */
.c-message h2,
.c-action h2,
.c-policy h2,
.c-commitment h2,
.c-activity h2,
.c-profile h2,
.c-consultation h2,
.c-faq h2,
.c-contact h2 { font-family: var(--font-heading); font-size: clamp(34px, 4vw, 48px); }
a[href^="tel:"] { font-family: var(--font-sans); }

/* Japanese line-breaking: keep phrases readable on narrow screens. */
:where(h1, h2, h3, h4, .c-button, .site-brand__name, .site-brand__role) {
  line-break: strict;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: balance;
}
:where(p, li, dd, address, .c-contact__note, .form-slot__notice) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: wrap;
  text-align: left;
}
:where(a[href^="mailto:"], .contact-list__item a) { overflow-wrap: anywhere; word-break: break-word; }
br.u-sp-only { display: none; }

@media (max-width: 620px) {
  .c-message h2,
  .c-action h2,
  .c-policy h2,
  .c-commitment h2,
  .c-activity h2,
  .c-profile h2,
  .c-consultation h2,
  .c-faq h2,
  .c-contact h2 { font-size: clamp(28px, 7.7vw, 32px); line-height: 1.48; }
  .page-hero h1 { font-size: clamp(28px, 8vw, 36px); }
  .c-action__body h3, .c-policy__text h3, .c-activity__text h3, .c-faq__q h3 { text-wrap: balance; }
  br.u-pc-only { display: none; }
  br.u-sp-only { display: block; }
}

@media (max-width: 860px) {
  .hero__buttons--desktop { display: none; }
  .hero__buttons--mobile { display: grid; grid-column: 1; position: relative; z-index: 4; width: 100%; margin: 8px 0 42px; gap: 10px; }
  .hero__buttons--mobile .c-button { width: 100%; min-height: 50px; }
  .hero__buttons--mobile .c-button--ghost { background: rgba(255,255,255,.9); }
}

@media (max-width: 620px) {
  .hero__copy { padding-bottom: 0; }
  .hero__visual { min-height: 240px; margin-top: 0; overflow: visible; }
  .hero__sub { max-width: 62%; font-size: 12px; line-height: 1.65; }
  .hero__portrait { left: auto; right: -32px; bottom: 0; width: 74%; height: 300px; transform: none; }
  .hero__portrait img { transform: none; object-position: center bottom; }
  .hero__round { z-index: 3; bottom: 18px; left: 1%; width: 132px; aspect-ratio: 1; }
  .hero__buttons--mobile { margin-bottom: 30px; }
  .c-contact__panel .c-button { padding-inline: 16px; white-space: nowrap; }
}

@media (max-width: 620px) {
  .hero {
    background-image: none;
    background-color: #fbfdf9;
  }
  .hero::before {
    left: -20px;
    top: 180px;
    width: calc(100% + 40px);
    height: 360px;
    opacity: .58;
    background-size: cover;
    background-position: center bottom;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
  }
  .hero::after {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 45%, rgba(255,255,255,.12) 100%);
  }
  .c-commitment__figure { overflow: hidden; }
  .c-commitment__figure img { transform: scale(1.16); transform-origin: center top; }
  .site-footer__cta-inner { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; text-align: center; }
  .site-footer__cta h2 { font-size: 28px; line-height: 1.52; text-align: center; }
  .site-footer__cta h2 span { display: block; }
  .site-footer__characters { justify-content: center; transform: none; }
  .site-footer__info { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; padding: 42px 0 142px; }
  .site-footer__info > :first-child { grid-column: 1 / -1; }
  .site-footer__info::after { right: -8%; bottom: 12px; width: 116%; opacity: .2; }
  .site-footer__col a { overflow-wrap: anywhere; }
  .site-header__inner { min-height: 62px; }
  .site-brand { gap: 0; }
  .hero__inner { width: calc(100% - 32px); }
  .hero__copy { padding: 22px 0 0; }
  .hero h1 { margin: 18px 0 0; }
  .hero__sub { position: absolute; z-index: 6; left: 0; bottom: -96px; max-width: 58%; font-size: 15px; font-weight: 600; line-height: 1.62; }
  .hero__visual { min-height: 292px; }
  .hero__portrait { right: -58px; bottom: 0; width: 84%; height: 338px; }
  .hero__round { left: 0; bottom: 38px; width: 128px; }
  .hero__buttons--mobile { margin-top: 11px; }
}

/* Contact form */
.contact-page { padding: 96px 0 120px; background: #fff; }
.contact-page__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 6vw, 76px); align-items: start; }
.contact-page__intro { position: sticky; top: 132px; }
.contact-page__intro h2 { margin: 18px 0 24px; color: var(--color-main); font-family: var(--font-heading); font-size: clamp(34px, 4vw, 48px); line-height: 1.45; }
.contact-page__nowrap { display: inline-block; white-space: nowrap; }
.contact-page__intro p { margin: 0 0 24px; color: var(--color-muted); }
.contact-page__required span { display: inline-flex; margin-right: 6px; padding: 1px 8px; border-radius: 999px; background: var(--color-main); color: #fff; font-size: 11px; font-weight: 700; }
.contact-form-card { padding: clamp(26px, 4vw, 48px); border: 1px solid var(--color-line); border-radius: 14px; background: #fbfdf9; box-shadow: 0 24px 60px -48px rgba(23,52,32,.5); }
.contact-form { display: grid; gap: 24px; }
.contact-form__field { display: grid; gap: 8px; color: var(--color-heading); font-weight: 700; }
.contact-form__field > span { display: flex; align-items: center; gap: 9px; }
.contact-form em, .contact-form__consent em { display: inline-flex; padding: 1px 8px; border-radius: 999px; background: var(--color-main); color: #fff; font-size: 11px; font-style: normal; font-weight: 700; }
.contact-form small { color: var(--color-muted); font-size: 12px; font-weight: 500; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #b8cbb9; border-radius: 5px; background: #fff; color: var(--color-heading); }
.contact-form textarea { min-height: 210px; resize: vertical; line-height: 1.75; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--color-main); outline: 3px solid rgba(47,165,58,.18); }
.contact-form__consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-size: 14px; line-height: 1.7; }
.contact-form__consent input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--color-main); }
.contact-form__consent a { color: var(--color-main); font-weight: 700; }
.contact-form__submit { width: 100%; border: 0; cursor: pointer; }
.contact-form__submit:disabled { background: #89978e; cursor: not-allowed; transform: none; }
.contact-form__note { margin: -12px 0 0; color: var(--color-muted); font-size: 12px; text-align: center; }
.contact-form__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-errors, .form-setup-notice { margin: 0 0 26px; padding: 18px 20px; border-radius: 6px; }
.form-errors { border: 1px solid #b6473b; background: #fff4f2; color: #7b251d; }
.form-errors h2 { margin: 0 0 8px; font-size: 18px; }
.form-errors ul { margin: 0; padding-left: 1.3em; }
.form-setup-notice { border: 1px solid #d2a544; background: #fff9e9; color: #664d16; }
.cf-turnstile { width: 100%; min-height: 65px; }
.thanks-page { min-height: 66vh; display: grid; place-items: center; padding: 90px 24px; background: var(--color-paper); }
.thanks-card { width: min(720px, 100%); padding: clamp(38px, 7vw, 76px); border: 1px solid var(--color-line); border-radius: 14px; background: #fff; text-align: center; }
.thanks-card .c-label { justify-content: center; }
.thanks-card h1 { margin: 18px 0; color: var(--color-main); font-family: var(--font-heading); font-size: clamp(32px, 5vw, 50px); }
.thanks-card p { margin: 0 0 32px; }

@media (max-width: 860px) {
  .contact-page { padding: 68px 0 88px; }
  .contact-page__grid { grid-template-columns: 1fr; }
  .contact-page__intro { position: static; }
}

@media (max-width: 620px) {
  .contact-page__grid { width: calc(100% - 32px); gap: 30px; }
  .contact-page__intro h2 { font-size: 30px; }
  .contact-form-card { padding: 24px 18px; }
  .contact-form__consent { font-size: 13px; }
  .cf-turnstile { overflow: hidden; }
}
