/* ===================================================
   みずの環 — 共通スタイルシート
   =================================================== */

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

:root {
  --navy:   #1b3f5c;
  --teal:   #3a9ab8;
  --teal2:  #4aaecb;
  --mint:   #6ec9aa;
  --pale:   #e8f6fb;
  --pale2:  #f0faf7;
  --white:  #ffffff;
  --gray:   #64748b;
  --dark:   #1a2e3b;
  --border: rgba(58,154,184,0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.8;
}

/* ===== HEADER ===== */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 8px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-mark { width: 56px; height: 56px; flex-shrink: 0; overflow: hidden; }
.logo-mark svg { width: 100%; height: 100%; }
.logo-mark img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; filter: hue-rotate(-20deg) brightness(1.8) saturate(0.9) opacity(0.85); }

.logo-text .sub {
  font-size: 9px;
  color: var(--teal);
  letter-spacing: 2.5px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.logo-text .main {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  font-family: 'Shippori Mincho', serif;
  line-height: 1.2;
  white-space: nowrap;
}

nav { display: flex; gap: 28px; align-items: center; }
nav a {
  text-decoration: none;
  color: var(--gray);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}
nav a:hover { color: var(--teal); }
nav a.active { color: var(--teal); font-weight: 700; }

.nav-cta {
  background: var(--navy);
  color: var(--white) !important;
  padding: 9px 22px;
  border-radius: 4px;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--teal) !important; }

/* ===== FLOATING CTA ===== */
.float-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.float-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }

.float-btn-tel  { background: var(--navy); color: white; }
.float-btn-line { background: #06C755; color: white; }

/* ===== HERO (トップページ) ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background: url('hero-bg.png') center right / cover no-repeat;
  z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(27,63,92,0.88)  0%,
    rgba(27,63,92,0.80) 35%,
    rgba(27,63,92,0.42) 60%,
    rgba(27,63,92,0.05) 82%
  );
  z-index: 1;
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 56px 100px;
  width: 100%;
}

.hero-content { max-width: 600px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.92);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
}

.hero-brand-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
  line-height: 1.4;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  white-space: nowrap;
}

.hero-brand-logo {
  width: clamp(44px, 5vw, 60px);
  height: clamp(44px, 5vw, 60px);
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  filter: hue-rotate(-20deg) brightness(1.8) saturate(0.9) opacity(0.85);
}

.hero-brand-name span {
  white-space: nowrap;
}

.hero h1 {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 20px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.2);
}

.hero h1 .catch-accent { color: #7ee0f5; }

.hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 2;
  margin-bottom: 40px;
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-hero-primary {
  background: var(--teal2);
  color: white;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(58,154,184,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(58,154,184,0.6); }

.btn-hero-secondary {
  background: transparent;
  color: white;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.6);
  transition: all 0.2s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.15); border-color: white; }

.hero-nurse-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 44px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  padding: 14px 22px;
  backdrop-filter: blur(6px);
}

.nurse-icon {
  width: 44px; height: 44px;
  background: var(--teal2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.nurse-text .t { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 1px; }
.nurse-text .b { font-size: 15px; font-weight: 700; color: white; line-height: 1.3; }

/* ===== PAGE HERO (サブページ共通) ===== */
.page-hero {
  position: relative;
  padding: 130px 24px 70px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #2a6a88 100%);
}

.page-hero-bg {
  position: absolute; inset: 0;
  background: url('hero-bg.png') center / cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.page-hero-inner { position: relative; z-index: 1; }

.page-hero .ph-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-hero .ph-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
  line-height: 1.4;
}

.page-hero .ph-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.75);
  line-height: 2;
  max-width: 520px;
  margin: 0 auto;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  background: var(--pale);
  padding: 12px 48px;
  font-size: 12px;
  color: var(--gray);
}
.breadcrumb a { color: var(--teal); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; }

/* ===== SECTION COMMON ===== */
section { padding: 96px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.sec-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.sec-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.5;
}

.sec-desc {
  font-size: 14.5px;
  color: var(--gray);
  line-height: 2;
  max-width: 580px;
}

.sec-header-center {
  text-align: center;
  margin-bottom: 64px;
}
.sec-header-center .sec-desc { margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block;
  background: var(--teal2);
  color: white;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(58,154,184,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,154,184,0.5); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--teal);
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid var(--teal2);
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--pale); }

.btn-navy {
  display: inline-block;
  background: var(--navy);
  color: white;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s;
}
.btn-navy:hover { background: var(--teal); }

/* ===== CHIP ===== */
.chip {
  background: var(--white);
  border: 1.5px solid var(--teal2);
  color: var(--teal);
  border-radius: 10px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

/* ===== ABOUT (トップ) ===== */
#about { background: var(--pale); }

.about-layout {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
}

.about-left {
  flex-shrink: 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
}

.about-photo {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--teal2), var(--mint));
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  box-shadow: 0 12px 48px rgba(27,63,92,0.18);
  position: relative;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.about-photo-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  background: rgba(27,63,92,0.82);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 7px 14px;
  color: white;
  text-align: center;
}
.about-photo-label .name { font-family: 'Shippori Mincho', serif; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; white-space: nowrap; }
.about-photo-label .title { font-size: 10px; color: rgba(255,255,255,0.75); margin-top: 2px; letter-spacing: 0.03em; white-space: nowrap; }

.about-chips {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-quote {
  padding: 16px 20px;
  background: var(--navy);
  border-radius: 12px;
  color: white;
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
.about-quote::before {
  display: none;
}
.about-quote-sig {
  margin-top: 10px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.6);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.about-sig {
  margin-top: 24px;
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.about-sig rt {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* ===== SYMPTOMS ===== */
#symptoms { background: var(--white); }

.symptoms-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.symptom-card {
  flex: 0 0 calc((100% - 72px) / 4);
}

.symptom-img-wrap {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--white);
}

.symptom-img {
  height: 100%;
  width: auto;
  max-height: 160px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.symptom-card {
  background: var(--pale);
  border-radius: 20px;
  padding: 32px 26px;
  border: 1.5px solid transparent;
  transition: all 0.25s;
  cursor: default;
  min-width: 0;
  overflow: hidden;
}
.symptom-card:hover {
  border-color: var(--teal2);
  background: var(--white);
  box-shadow: 0 8px 32px rgba(58,154,184,0.14);
  transform: translateY(-4px);
}

.symptom-icon { font-size: 36px; margin-bottom: 14px; display: block; }
.symptom-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  font-family: 'Shippori Mincho', serif;
}
.symptom-card p { font-size: 13px; color: var(--gray); line-height: 1.8; }

/* ===== SERVICES & PRICE ===== */
#services { background: linear-gradient(160deg, var(--pale) 0%, var(--pale2) 100%); }
.services-section { background: linear-gradient(160deg, var(--pale) 0%, var(--pale2) 100%); }

.tabs {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--border);
}

.tab-btn {
  background: none;
  border: none;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray);
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}
.tab-btn.active { color: var(--teal); border-bottom-color: var(--teal); }
.tab-btn:hover { color: var(--teal); }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 4px;
}
.price-card {
  background: var(--white);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid var(--teal2);
}
.price-card-name { font-size: 15px; font-weight: 700; color: var(--navy); }
.price-card-desc { font-size: 13px; color: var(--gray); line-height: 1.6; flex: 1; }
.price-card-price { font-size: 22px; font-weight: 700; color: var(--teal2); margin-top: 4px; }
.price-card-price small { font-size: 13px; font-weight: 400; color: var(--gray); }

.price-note {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(58,154,184,0.08);
  border-radius: 10px;
  border-left: 3px solid var(--teal2);
  font-size: 13px;
  color: var(--gray);
}

.facility-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.facility-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.facility-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  font-family: 'Shippori Mincho', serif;
  display: flex; align-items: center; gap: 8px;
}

.facility-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.facility-card li {
  font-size: 13.5px;
  color: var(--gray);
  padding-left: 18px;
  position: relative;
}
.facility-card li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-weight: 700; }

/* ===== FLOW ===== */
#flow { background: var(--white); }

.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-top: 56px;
}

.flow-steps::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--teal2), var(--mint));
  z-index: 0;
}

.flow-step {
  position: relative; z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

.flow-circle {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal2), var(--mint));
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: white;
  box-shadow: 0 6px 20px rgba(58,154,184,0.38);
  margin-bottom: 18px;
}
.flow-circle .sn { font-size: 8px; letter-spacing: 1px; opacity: 0.8; }
.flow-circle .si { font-size: 22px; font-weight: 700; line-height: 1; }

.flow-step h4 { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.flow-step p { font-size: 11.5px; color: var(--gray); line-height: 1.7; }

/* ===== VOICE ===== */
#voice { background: var(--pale); }

.voices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.voice-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  position: relative;
}

.voice-card::before {
  content: '❝';
  position: absolute;
  top: 16px; right: 20px;
  font-size: 32px;
  color: var(--teal2);
  opacity: 0.25;
  line-height: 1;
}

.voice-stars { color: #f59e0b; font-size: 13px; margin-bottom: 12px; }

.voice-card p { font-size: 13.5px; color: var(--dark); line-height: 1.9; margin-bottom: 18px; }

.voice-from {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.voice-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal2), var(--mint));
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.voice-name { font-size: 13px; font-weight: 700; color: var(--navy); }
.voice-attr { font-size: 11px; color: var(--gray); }

/* ===== AREA ===== */
#area { background: var(--white); }

.area-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 48px;
}

.area-city-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

.area-city {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--pale);
  border-radius: 12px;
  border-left: 4px solid var(--teal2);
}

.area-city-icon { font-size: 20px; }
.area-city-name { font-size: 16px; font-weight: 700; color: var(--navy); font-family: 'Shippori Mincho', serif; }
.area-city-note { font-size: 12px; color: var(--gray); }

.area-note {
  padding: 16px 20px;
  background: rgba(110,201,170,0.12);
  border-radius: 12px;
  border-left: 4px solid var(--mint);
  font-size: 13px;
  color: var(--gray);
  line-height: 1.8;
}

.area-map-box {
  border-radius: 20px;
  overflow: hidden;
  background: var(--pale);
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gray);
  font-size: 14px;
  border: 2px dashed var(--border);
}

.area-map-box .map-ph { font-size: 40px; }
.area-map-box p { text-align: center; line-height: 1.8; }

/* ===== CONTACT SECTION (CTA) ===== */
#contact,
.contact-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
}

.contact-bg {
  position: absolute; inset: 0;
  background: url('hero-bg.png') center / cover no-repeat;
  z-index: 0;
}

.contact-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(27,63,92,0.92) 0%,
    rgba(58,154,184,0.85) 100%
  );
  z-index: 1;
}

.contact-inner {
  position: relative; z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-cta .sec-label { color: rgba(255,255,255,0.7); }
.contact-cta .sec-title { color: white; }
.contact-cta .sec-desc { color: rgba(255,255,255,0.8); margin: 0 auto 52px; }

#contact .sec-label { color: rgba(255,255,255,0.7); }
#contact .sec-title { color: white; }
#contact .sec-desc { color: rgba(255,255,255,0.8); margin: 0 auto 52px; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-card {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 20px;
  padding: 36px 24px;
  text-decoration: none;
  color: white;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.contact-card:hover { background: rgba(255,255,255,0.22); transform: translateY(-4px); }

.contact-card-icon {
  width: 60px; height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
}

.contact-card h3 { font-size: 15px; font-weight: 700; font-family: 'Shippori Mincho', serif; }
.contact-card .contact-value { font-size: 22px; font-weight: 700; letter-spacing: 1px; }
.contact-card .contact-note { font-size: 11.5px; color: rgba(255,255,255,0.7); line-height: 1.7; }

.contact-badge {
  display: inline-block;
  margin-top: 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 600;
}

/* ===== CONTACT FORM ===== */
.contact-form-section { background: var(--pale); }

.contact-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 24px;
  padding: 48px 52px;
  box-shadow: 0 8px 48px rgba(27,63,92,0.1);
}

.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }

.form-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
}

.form-label .required {
  font-size: 10px;
  background: var(--teal2);
  color: white;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 600;
}
.form-label .optional {
  font-size: 10px;
  background: var(--pale);
  color: var(--gray);
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 600;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--dark);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--teal2);
  box-shadow: 0 0 0 3px rgba(74,174,203,0.15);
}

.form-textarea { resize: vertical; min-height: 140px; line-height: 1.8; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--navy);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  margin-top: 8px;
}
.form-submit:hover { background: var(--teal); transform: translateY(-1px); }

.form-note {
  font-size: 12px;
  color: var(--gray);
  text-align: center;
  margin-top: 16px;
  line-height: 1.8;
}

/* ===== FAQ ===== */
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }

.faq-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.faq-item summary {
  padding: 20px 26px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }

.faq-q {
  width: 28px; height: 28px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-item .faq-body {
  padding: 18px 26px 22px 68px;
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.9;
}

.faq-category-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  margin: 40px 0 16px;
  padding-left: 4px;
}
.faq-category-label:first-child { margin-top: 0; }

/* ===== TIMELINE (About page) ===== */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 10px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal2), var(--mint));
}

.timeline-item { position: relative; margin-bottom: 36px; }
.timeline-dot {
  position: absolute;
  left: -30px; top: 4px;
  width: 18px; height: 18px;
  background: var(--teal2);
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 2px var(--teal2);
}

.timeline-year {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.timeline-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 4px;
}

.timeline-desc { font-size: 13px; color: var(--gray); line-height: 1.8; }

/* ===== INFO BOX ===== */
.info-box {
  padding: 20px 24px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.9;
}

.info-box-teal {
  background: rgba(58,154,184,0.08);
  border-left: 4px solid var(--teal2);
  color: var(--dark);
}

.info-box-navy {
  background: var(--navy);
  color: white;
}

.info-box-mint {
  background: rgba(110,201,170,0.12);
  border-left: 4px solid var(--mint);
  color: var(--dark);
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  color: white;
  margin-top: 64px;
}
.cta-banner h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cta-banner p { font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.cta-banner .btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== WHY CARDS ===== */
.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.why-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 28px 36px;
  box-shadow: 0 4px 28px rgba(27,63,92,0.09);
  border-top: 3px solid var(--teal2);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 36px rgba(27,63,92,0.14);
}

.why-icon {
  font-size: 44px;
  margin-bottom: 18px;
  display: block;
}

.why-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 14px;
}

.why-text {
  font-size: 13.5px;
  color: var(--gray);
  line-height: 1.85;
}

/* ===== FEATURE CARDS ===== */
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 4px 24px rgba(27,63,92,0.08);
  border-top: 3px solid var(--teal2);
  text-align: center;
}

.feature-card-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.feature-card p { font-size: 13px; color: var(--gray); line-height: 1.8; }

/* ===== FOOTER ===== */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.55);
  padding: 48px 48px 28px;
}

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

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}

.footer-brand .name {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  color: white;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-brand p { font-size: 12.5px; line-height: 1.9; }

.footer-nav { display: flex; gap: 56px; }

.footer-nav-col h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--teal2);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-nav-col a {
  display: block;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 12.5px;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-nav-col a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
}

.footer-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: rgba(255,255,255,0.35); text-decoration: none; font-size: 11px; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  header { padding: 10px 16px; }
  nav a:not(.nav-cta) { display: none; }
  .logo-mark { width: 48px; height: 48px; }
  .hero-inner { padding: 120px 24px 80px; }
  .about-layout { flex-direction: column; align-items: center; }
  .about-left { position: static; width: 100%; max-width: 280px; }
  .about-photo { width: 100%; max-width: 100%; aspect-ratio: 3/4; font-size: 48px; }
  .about-chips { flex-direction: column; align-items: stretch; }
  .symptom-card { flex: 0 0 calc((100% - 24px) / 2); }
  .symptom-img { aspect-ratio: 1 / 1; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps::before { display: none; }
  .flow-step { flex-direction: row; text-align: left; gap: 20px; margin-bottom: 14px; }
  .flow-circle { flex-shrink: 0; margin-bottom: 0; }
  .voices-grid { grid-template-columns: 1fr; }
  .area-layout { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .facility-cards { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr; }
  .feature-cards { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; }
  .footer-nav { flex-direction: column; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .float-cta { bottom: 16px; right: 16px; }
  .breadcrumb { padding: 12px 16px; }
  .contact-form-wrap { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 600px) {
  .symptom-card { flex: 0 0 100%; }
  .hero h1 { font-size: 30px; }
  .page-hero { padding: 110px 20px 56px; }
  .cta-banner { padding: 36px 24px; }
  .cta-banner h3 { font-size: 22px; }
}
