/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff2) format('woff2');
    unicode-range: U +25ee8, U +25f23, U +25f5c, U +25fd4, U +25fe0, U +25ffb, U +2600c, U +26017, U +26060, U +260ed, U +26222, U +2626a, U +26270, U +26286, U +2634c, U +26402, U +2667e, U +266b0, U +2671d, U +268dd, U +268ea, U +26951, U +2696f, U +26999, U +269dd, U +26a1e, U +26a58, U +26a8c, U +26ab7, U +26aff, U +26c29, U +26c73, U +26c9e, U +26cdd, U +26e40, U +26e65, U +26f94, U +26ff6 -26ff8, U +270f4, U +2710d, U +27139, U +273da -273db, U +273fe, U +27410, U +27449, U +27614 -27615, U +27631, U +27684, U +27693, U +2770e, U +27723, U +27752, U +278b2, U +27985, U +279b4, U +27a84, U +27bb3, U +27bbe, U +27bc7, U +27c3c, U +27cb8, U +27d73, U +27da0, U +27e10, U +27eaf, U +27fb7, U +2808a, U +280bb, U +28277, U +28282, U +282f3, U +283cd, U +2840c, U +28455, U +284dc, U +2856b, U +285c8 -285c9, U +286d7, U +286fa, U +28946, U +28949, U +2896b, U +28987 -28988, U +289ba -289bb, U +28a1e, U +28a29, U +28a43, U +28a71, U +28a99, U +28acd, U +28add, U +28ae4, U +28bc1, U +28bef, U +28cdd, U +28d10, U +28d71, U +28dfb, U +28e0f, U +28e17, U +28e1f, U +28e36, U +28e89, U +28eeb, U +28ef6, U +28f32, U +28ff8, U +292a0, U +292b1, U +29490, U +295cf, U +2967f, U +296f0, U +29719, U +29750, U +29810, U +298c6, U +29a72, U +29d4b, U +29ddb, U +29e15, U +29e3d, U +29e49, U +29e8a, U +29ec4, U +29edb, U +29ee9, U +29fce, U +29fd7, U +2a01a, U +2a02f, U +2a082, U +2a0f9, U +2a190, U +2a2b2, U +2a38c, U +2a437, U +2a5f1, U +2a602, U +2a61a, U +2a6b2, U +2a9e6, U +2b746, U +2b751, U +2b753, U +2b75a, U +2b75c, U +2b765, U +2b776 -2b777, U +2b77c, U +2b782, U +2b789, U +2b78b, U +2b78e, U +2b794, U +2b7ac, U +2b7af, U +2b7bd, U +2b7c9, U +2b7cf, U +2b7d2, U +2b7d8, U +2b7f0, U +2b80d, U +2b817, U +2b81a, U +2d544, U +2e278, U +2e569, U +2e6ea, U +2f804, U +2f80f, U +2f815, U +2f818, U +2f81a, U +2f822, U +2f828, U +2f82c, U +2f833, U +2f83f, U +2f846, U +2f852, U +2f862, U +2f86d, U +2f873, U +2f877, U +2f884, U +2f899 -2f89a, U +2f8a6, U +2f8ac, U +2f8b2, U +2f8b6, U +2f8d3, U +2f8db -2f8dc, U +2f8e1, U +2f8e5, U +2f8ea, U +2f8ed, U +2f8fc, U +2f903, U +2f90b, U +2f90f, U +2f91a, U +2f920 -2f921, U +2f945, U +2f947, U +2f96c, U +2f995, U +2f9d0, U +2f9de -2f9df, U +2f9f4;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy-deep:   #0C2340;
    --navy-mid:    #1A3258;
    --accent-blue: #1F4FA3;
    --text-dark:   #1C2A3A;
    --text-mid:    #4A5568;
    --text-light:  #718096;
    --border:      #D2D8E2;
    --bg-white:    #FFFFFF;
    --bg-off:      #F8F9FB;
  }

html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: var(--text-dark);
  background: var(--bg-white);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

/* ── Navigation ─────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  padding: 28px 56px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .5s ease, padding .4s ease;
  background: rgba(12,35,64,.96);
}
.nav.on {
  background: rgba(12,35,64,.96);
  padding: 16px 56px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: 1.45rem; color: var(--white);
  text-decoration: none; letter-spacing: .14em;
}
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  font-size: .72rem; color: rgba(255,255,255,.65);
  text-decoration: none; letter-spacing: .1em;
  transition: color .3s;
}
.nav-links a:hover { color: rgba(255,255,255,.95); }
/* ---- FADE-IN ANIMATION ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- PAGE HEADER ---- */
.page-header {
  padding: 160px 48px 100px;
  text-align: center;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
}

.section-label {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  color: rgba(12,35,64,0.38);
  text-transform: uppercase;
  display: block;
  margin-bottom: 28px;
}

.page-header h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--navy-deep);
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 24px;
}

.page-header .byline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  color: var(--text-light);
  letter-spacing: 0.12em;
}

/* ---- SECTION BASE ---- */
section {
  padding: 110px 0;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ---- ZIGZAG: PORTRAIT + TEXT ---- */
.portrait-section {
  background: var(--bg-off);
}

.portrait-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 72px;
  align-items: center;
}

.portrait-img-wrap {
  position: relative;
}

.portrait-img-wrap img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 2px;
  display: block;
}

.portrait-text .section-label {
  text-align: left;
  margin-bottom: 20px;
}

.portrait-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 2.2;
  margin-bottom: 1.4em;
}

.portrait-text p:last-child { margin-bottom: 0; }

.portrait-text p.lead {
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--text-dark);
  line-height: 2.0;
  margin-bottom: 2em;
}

/* ---- MOVIE SECTION ---- */
.movie-section {
  background: var(--bg-off);
  text-align: center;
	padding: 10px 0 100px;
}

.movie-section .section-label {
  text-align: center;
  margin-bottom: 32px;
}

.movie-placeholder {
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #E8ECF2;
  border: 1px solid var(--border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie-placeholder span {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.0rem;
  color: var(--text-light);
  letter-spacing: 0.14em;
}

/* ---- STORY TEXT ---- */
.story-section {
  background: var(--bg-white);
}

.story-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 48px;
}

.story-inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 2.3;
  margin-bottom: 2.2em;
}

.story-inner p:last-child { margin-bottom: 0; }

.story-inner p.emphasis {
  font-weight: 400;
  color: var(--text-dark);
  font-size: 1.0rem;
}

.story-inner p.quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: var(--navy-deep);
  letter-spacing: 0.06em;
  line-height: 1.9;
  border-left: 2px solid var(--navy-mid);
  padding-left: 24px;
  margin: 2.8em 0;
}

/* ---- STAFF SECTION ---- */
.staff-section {
  background: var(--bg-off);
  text-align: center;
}

.staff-img-wrap {
  max-width: 900px;
  margin: 0 auto 40px;
}

.staff-img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 2px;
  display: block;
}

.staff-caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  color: var(--text-light);
  letter-spacing: 0.1em;
  line-height: 2.0;
}

/* ---- RECOVERY BASE SECTION ---- */
.recovery-section {
  background: var(--bg-white);
  text-align: center;
  border-top: 1px solid var(--border);
}

.recovery-section .section-label {
  text-align: center;
  margin-bottom: 32px;
}

.recovery-section h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: var(--navy-deep);
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 36px;
}

.recovery-section .body-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 2.2;
  max-width: 560px;
  margin: 0 auto 48px;
}

.text-link {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  color: var(--accent-blue);
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(31,79,163,0.3);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.text-link:hover {
  color: var(--navy-deep);
  border-color: var(--navy-deep);
}

.note {
  display: block;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  color: var(--text-light);
  letter-spacing: 0.08em;
}

/* ---- FOOTER ---- */
footer {
  background: var(--navy-deep);
  padding: 72px 48px 48px;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  display: block;
  margin-bottom: 12px;
}

.footer-tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.14em;
  margin-bottom: 40px;
  display: block;
}

.footer-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-links a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.footer-links a:hover { color: #FFFFFF; }

.footer-clinics {
  margin-bottom: 32px;
}

.footer-clinics p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  line-height: 2.0;
}

.footer-copy {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em;
}

/* Footer */
.footer-nav {
  display: flex; gap: 36px; list-style: none; flex-wrap: wrap;
  padding-bottom: 44px; margin-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-nav a {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  font-size: .76rem; color: rgba(255,255,255,.50); text-decoration: none;
  letter-spacing: .08em; transition: color .3s;
}
.footer-nav a:hover { color: rgba(255,255,255,.82); }
.footer-clinic {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 200;
  font-size: .70rem; color: rgba(255,255,255,.30);
  letter-spacing: .06em; line-height: 2.2; margin-bottom: 36px;
}
.footer-clinic-name {
  font-weight: 300; color: rgba(255,255,255,.40);
  display: block; margin-bottom: 6px;
}
.footer-copy {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: .70rem; color: rgba(255,255,255,.22); letter-spacing: .14em;
}

iframe{
    margin: auto;
    max-width: 750px;
    right: 0;
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  .page-header { padding: 120px 24px 72px; }
  .page-header h1 { font-size: 1.55rem; }

  section { padding: 7vw 0; }
  .container { padding: 0 24px; }

  .portrait-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .portrait-img-wrap img {
    aspect-ratio: 4 / 3;
  }

  .story-inner { padding: 0 24px; }

  .staff-img-wrap img {
    aspect-ratio: 4 / 3;
  }

  footer { padding: 56px 24px 40px; }
  .footer-links { gap: 20px; }
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
  .nav { padding: 22px 32px; }
  .nav.on { padding: 16px 32px; }
}
@media (max-width: 680px) {
  .nav { padding: 18px 24px; }
  .nav.on { padding: 14px 24px; }
  .nav-links { display: none; }
}

