:root {
  --ink: #193638;
  --muted: #5b7475;
  --teal: #08a89e;
  --deep: #075d5a;
  --cyan: #0bb5d3;
  --coral: #d96d57;
  --lime: #a9b944;
  --sky: #eef9fb;
  --mist: #f4faf9;
  --line: rgba(25, 54, 56, .14);
  --white: #fff;
  --display: "Avenir Next", "Hiragino Sans", "Yu Gothic", sans-serif;
  --body: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.85; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { height: 86px; padding: 10px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; }
.brand img { width: clamp(138px, 15vw, 190px); height: auto; }
.brand span { padding-left: 18px; border-left: 1px solid var(--line); color: var(--deep); font: 700 .78rem var(--display); letter-spacing: .12em; white-space: nowrap; }
.header-cta { display: grid; text-align: right; text-decoration: none; line-height: 1.25; }
.header-cta small { color: var(--deep); font-size: .7rem; }
.header-cta b { font: 700 1.14rem var(--display); letter-spacing: .04em; }
.hero { min-height: calc(100vh - 86px); padding: clamp(30px, 4vw, 62px) clamp(22px, 5vw, 76px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(36px, 6vw, 88px); overflow: hidden; position: relative; background: linear-gradient(135deg, #fff 0%, #f5fbfb 60%, #e8f8f8 100%); }
.hero::before { content: ""; width: 360px; height: 360px; position: absolute; left: -210px; top: 15%; border: 70px solid rgba(11,181,211,.11); border-radius: 50%; }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.area-label, .kicker { margin: 0 0 14px; color: var(--deep); font: 700 .76rem var(--display); letter-spacing: .14em; }
.hero h1 { margin: 0; max-width: 780px; font: 700 clamp(2.65rem, 5.25vw, 5.35rem)/1.22 var(--display); letter-spacing: -.035em; }
.hero-lead { margin: 26px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); font-weight: 600; line-height: 1.9; }
.offer { width: min(520px, 100%); margin-top: 30px; display: flex; align-items: stretch; border: 1px solid rgba(8,168,158,.25); border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 16px 44px rgba(13,90,88,.10); }
.offer > div { min-width: 120px; padding: 13px 12px; display: grid; place-content: center; text-align: center; color: white; background: linear-gradient(145deg, var(--teal), var(--cyan)); line-height: 1.35; }
.offer > div small { font-size: .75rem; }
.offer > div b { font-size: 1.08rem; }
.offer > p { margin: 0; padding: 11px 18px; display: grid; line-height: 1.32; }
.offer > p small { color: var(--muted); font-size: .7rem; }
.offer > p b { font: 700 1.08rem var(--display); }
.offer > p b span { font-size: .95rem; }
.offer > p em { color: var(--deep); font-style: normal; font-size: 2rem; letter-spacing: -.03em; }
.button { min-height: 64px; border: 0; border-radius: 999px; padding: 12px 28px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; }
.hero-actions { width: min(580px, 100%); margin-top: 20px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; }
.primary { display: grid; gap: 0; color: white; background: var(--coral); box-shadow: 0 13px 30px rgba(217,109,87,.22); }
.primary small { font-size: .7rem; font-weight: 400; opacity: .82; }
.secondary { display: grid; gap: 0; color: var(--deep); border: 1px solid rgba(7,93,90,.28); background: white; }
.secondary small { font-size: .72rem; }
.primary:hover, .secondary:hover, .contact-button:hover { filter: brightness(.94); transform: translateY(-1px); }
.reassure { margin: 9px 0 0; color: var(--muted); font-size: .76rem; }
.hero-journey { min-height: 670px; align-self: stretch; position: relative; overflow: hidden; border-radius: 44px 44px 160px 44px; color: white; background: var(--deep); box-shadow: 0 28px 80px rgba(7,93,90,.18); }
.hero-journey img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 58% center; }
.hero-journey::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,51,49,.08) 22%, rgba(5,51,49,.2) 46%, rgba(4,40,38,.88) 100%); }
.journey-copy { max-width: 490px; padding: clamp(34px, 4vw, 54px); position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; text-shadow: 0 2px 20px rgba(0,0,0,.22); }
.journey-kicker { margin: 0 0 14px; color: #c8f0eb; font-size: .88rem; font-weight: 700; letter-spacing: .04em; }
.journey-copy h2 { margin: 0; font: 700 clamp(2.35rem, 4vw, 4.15rem)/1.2 var(--display); letter-spacing: -.04em; }
.journey-lead { margin: 18px 0 0; font: 650 clamp(1.14rem, 1.8vw, 1.48rem)/1.65 var(--display); }
.journey-note { margin: 24px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.42); color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; }
.section { padding: clamp(74px, 9vw, 132px) clamp(24px, 8vw, 130px); }
.section-head { max-width: 800px; margin-bottom: 46px; }
.section-head h2, .bridge h2, .contact h2 { margin: 0 0 16px; font: 700 clamp(2rem, 3.9vw, 3.5rem)/1.42 var(--display); letter-spacing: -.025em; }
.section-head > p:last-child { margin: 0; max-width: 690px; color: var(--muted); }
.empathy { background: white; }
.concern-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: clamp(34px, 7vw, 100px); border-top: 1px solid var(--line); }
.concern-list li { min-height: 110px; padding: 26px 0; display: grid; grid-template-columns: 18px 1fr; gap: 16px; align-items: start; border-bottom: 1px solid var(--line); }
.concern-list i { width: 11px; height: 11px; margin-top: 10px; display: block; border: 3px solid var(--teal); border-radius: 50%; }
.concern-list p { margin: 0; font-size: clamp(1.02rem, 1.4vw, 1.16rem); font-weight: 650; line-height: 1.8; }
.bridge { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 120px); color: white; background: linear-gradient(135deg, #075d5a 0%, #087b74 70%, #0d8c82 100%); }
.bridge .kicker, .contact .kicker { color: #9fe6df; }
.bridge-copy { align-self: end; color: rgba(255,255,255,.8); }
.bridge-copy p { margin: 0 0 20px; }
.bridge-copy strong { color: white; }
.session { background: var(--sky); }
.timeline { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.timeline li { min-height: 300px; padding: 26px 23px; display: flex; flex-direction: column; border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(7,93,90,.07); }
.timeline .time { width: fit-content; margin-bottom: 30px; padding: 5px 12px; border-radius: 999px; color: var(--deep); background: #dff5f3; font-size: .78rem; font-weight: 700; }
.timeline li > div:last-child { display: block; }
.timeline span { color: var(--cyan); font: 700 .75rem var(--display); }
.timeline h3 { margin: 10px 0 12px; font: 700 1.12rem var(--display); }
.timeline p { margin: 0; color: var(--muted); }
.timeline-note { margin: 18px 0 0; color: var(--muted); font-size: .8rem; }
.takeaway { background: white; }
.perspectives { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.perspectives article { padding: clamp(28px, 4vw, 50px) clamp(24px, 4vw, 48px); }
.perspectives article + article { border-left: 1px solid var(--line); }
.perspective-label { margin: 0 0 14px; color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.perspectives h3 { margin: 0 0 22px; font: 700 clamp(1.25rem, 2vw, 1.65rem)/1.55 var(--display); }
.perspectives ul { margin: 0; padding: 0; list-style: none; color: var(--muted); }
.perspectives li { padding: 9px 0 9px 20px; position: relative; border-top: 1px dotted rgba(25,54,56,.16); }
.perspectives li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 20px; border-radius: 50%; background: var(--teal); }
.perspective-conclusion { margin: 28px 0 0; padding-left: 20px; border-left: 4px solid var(--coral); font-weight: 700; }
.therapist { display: grid; grid-template-columns: minmax(250px,.72fr) 1.28fr; gap: clamp(42px, 8vw, 120px); align-items: center; background: var(--mist); }
.therapist-photo { max-width: 420px; padding: 12px; border-radius: 28px 28px 100px 28px; background: white; box-shadow: 0 20px 54px rgba(7,93,90,.12); overflow: hidden; }
.therapist-photo img { width: 100%; aspect-ratio: .78; border-radius: 20px 20px 82px 20px; object-fit: cover; object-position: center top; }
.therapist-copy .role { margin: 0; color: var(--teal); font-weight: 700; }
.therapist-copy h2 { margin: 4px 0 18px; font: 700 clamp(2.25rem, 4vw, 3.5rem) var(--display); letter-spacing: .02em; }
.career { font-weight: 700; }
.therapist-copy > p:not(.kicker):not(.role) { max-width: 680px; }
blockquote { margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); font: 650 clamp(1.18rem, 2vw, 1.55rem)/1.8 var(--display); }
.video-section { background: var(--sky); }
.video-section .section-head { margin-bottom: 30px; }
.video-frame { width: min(960px, 100%); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; background: #0b2223; box-shadow: 0 22px 60px rgba(7,93,90,.14); }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--deep); font-weight: 700; text-underline-offset: 4px; }
.video-link::after { content: "↗"; font-size: .9rem; }
.trust { background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid article { min-height: 170px; padding: 30px clamp(20px, 3vw, 38px); }
.trust-grid article + article { border-left: 1px solid var(--line); }
.trust-grid b { font: 700 1.32rem var(--display); }
.trust-grid p { margin: 12px 0 0; color: var(--muted); }
.organization-credit { margin-top: 46px; padding-top: 28px; display: grid; grid-template-columns: 150px 1fr; gap: 28px; border-top: 1px solid var(--line); }
.credit-label { margin: 0; color: var(--teal); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.organization-credit h3 { margin: 0 0 8px; font: 700 1.2rem var(--display); }
.organization-credit div p { margin: 0; max-width: 720px; color: var(--muted); }
.corporate-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; color: var(--deep); font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }
.corporate-link::after { content: "↗"; font-size: .8rem; }
.flow { background: var(--sky); }
.flow-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.flow-list li { min-height: 220px; padding: 28px; border-radius: 20px; background: white; }
.flow-list span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--teal), var(--cyan)); font-weight: 700; }
.flow-list h3 { margin: 27px 0 8px; font: 700 1.17rem var(--display); }
.flow-list p { margin: 0; color: var(--muted); }
.faq { background: white; }
.faq-list { max-width: 920px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 42px 22px 0; position: relative; cursor: pointer; list-style: none; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "＋"; position: absolute; right: 4px; color: var(--teal); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 48px 24px 0; color: var(--muted); }
.contact { padding: clamp(80px, 10vw, 142px) 24px; text-align: center; color: white; background: linear-gradient(135deg, #075d5a 0%, #07877e 100%); }
.contact h2 { max-width: 820px; margin-left: auto; margin-right: auto; }
.final-offer { margin: 26px auto; display: grid; line-height: 1.35; }
.final-offer small { color: rgba(255,255,255,.72); }
.final-offer p { margin: 2px 0; font: 700 1.35rem var(--display); }
.final-offer p span { font-size: 1.05rem; }
.final-offer p b { font-size: 2.65rem; }
.final-offer p em { font-style: normal; font-size: .88rem; }
.contact-actions { width: min(760px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-button { display: grid; gap: 0; color: white; box-shadow: 0 16px 40px rgba(0,0,0,.13); }
.form-button { background: var(--coral); }
.phone-button { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.1); }
.contact-button > span { font-size: 1rem; }
.contact-button b { font: 700 1.35rem var(--display); letter-spacing: .04em; }
.contact-button small { color: rgba(255,255,255,.82); font-size: .7rem; }
.contact-note { margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: .8rem; }
footer { padding: 36px clamp(24px, 8vw, 128px) 94px; display: flex; justify-content: space-between; gap: 42px; color: rgba(255,255,255,.65); background: #183b3b; font-size: .75rem; }
footer div { display: grid; white-space: nowrap; }
footer div b { color: white; font: 700 1rem var(--display); }
footer p { margin: 0; max-width: 700px; }
.mobile-cta { display: none; }
.cookie-notice { width: min(520px, calc(100% - 32px)); padding: 17px 18px; position: fixed; z-index: 30; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: white; background: rgba(24,59,59,.97); box-shadow: 0 16px 50px rgba(0,0,0,.2); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0; flex: 1; font-size: .76rem; line-height: 1.55; }
.cookie-notice div { display: flex; gap: 7px; }
.cookie-notice button { min-height: 38px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; background: transparent; font: 700 .72rem var(--body); cursor: pointer; }
.cookie-notice #cookie-accept { border-color: var(--coral); background: var(--coral); }
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-journey { min-height: 620px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .bridge { grid-template-columns: 1fr; }
  .therapist { grid-template-columns: .8fr 1.2fr; }
  .trust-grid, .flow-list { grid-template-columns: 1fr; }
  .trust-grid article, .flow-list li { min-height: auto; }
  .trust-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .site-header { height: 70px; padding: 9px 17px; }
  .brand { gap: 11px; }
  .brand img { width: 120px; }
  .brand span { padding-left: 11px; font-size: .62rem; }
  .header-cta { display: none; }
  .hero { padding: 42px 21px 30px; gap: 30px; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .hero-lead br { display: none; }
  .offer > div { min-width: 98px; padding: 10px 8px; }
  .offer > p { padding: 10px 11px; }
  .offer > p em { font-size: 1.62rem; }
  .hero-actions { grid-template-columns: 1fr; width: 100%; }
  .hero-journey { min-height: 560px; border-radius: 30px 30px 96px 30px; }
  .hero-journey img { object-position: 60% center; }
  .journey-copy { padding: 28px 25px 34px; }
  .journey-copy h2 { font-size: 2.65rem; }
  .journey-lead { font-size: 1.12rem; }
  .section { padding: 68px 21px; }
  .section-head { margin-bottom: 32px; }
  .section-head h2, .bridge h2, .contact h2 { font-size: 2rem; }
  .concern-list, .timeline, .perspectives { grid-template-columns: 1fr; }
  .concern-list li, .timeline li { min-height: auto; }
  .perspectives article + article { border-left: 0; border-top: 1px solid var(--line); }
  .organization-credit { grid-template-columns: 1fr; gap: 10px; }
  .contact-actions { grid-template-columns: 1fr; }
  .therapist { grid-template-columns: 1fr; }
  .therapist-photo { max-width: 280px; }
  .faq summary { padding-right: 34px; }
  footer { padding: 30px 21px; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: 8px; padding: 9px 13px; background: rgba(255,255,255,.96); box-shadow: 0 -7px 24px rgba(18,57,47,.13); }
  .mobile-cta a { height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: white; text-decoration: none; font-size: .82rem; font-weight: 700; }
  .mobile-form { background: var(--coral); }
  .mobile-phone { color: var(--deep) !important; border: 1px solid rgba(7,93,90,.25); background: white; }
  .cookie-notice { right: 12px; bottom: 82px; flex-direction: column; align-items: stretch; gap: 10px; }
  .cookie-notice div { justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
