/* ===========================
   Nirai™Desk for Dive Centers
   共通スタイルシート v1.1
   =========================== */
:root {
  --paper: #faf8f3; --paper-dark: #f0ebe1; --paper-deeper: #e8e0d0;
  --ink: #1a1f24; --ink-soft: #4a5568;
  --deep: #0a3854; --deep-light: #1a5577; --deep-deeper: #06243a;
  --coral: #d4654a; --coral-light: #e88a6e; --coral-deep: #b54d33;
  --sun: #d4a04a;
  --urban: #6b46c1; --urban-light: #8b66e1; --urban-soft: #ebe2fa;
  --resort: #0891b2; --resort-light: #22b8d8; --resort-soft: #cdf2fb;
  --danger: #c53030; --danger-soft: #fed7d7;
  --safe: #2f855a; --safe-soft: #c6f6d5;
  --learn: #b7791f; --learn-soft: #fef5e7;
  --shadow: rgba(10, 56, 84, 0.12);
  --line: rgba(26, 31, 36, 0.10); --line-strong: rgba(26, 31, 36, 0.20);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: var(--paper); color: var(--ink); line-height: 1.75;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(212, 160, 74, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(10, 56, 84, 0.04) 0%, transparent 50%);
}
body::before {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2' /%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.15 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.5; pointer-events: none; z-index: 1; mix-blend-mode: multiply;
}
.container { max-width: 1400px; margin: 0 auto; padding: 0 56px; }
.section { position: relative; padding: 120px 0; z-index: 5; }
.section + .section { border-top: 1px solid var(--line); }
.section-meta { display: flex; align-items: center; gap: 18px; margin-bottom: 64px; }
.section-number { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; color: var(--coral); }
.section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.36em; text-transform: uppercase; color: var(--ink-soft); }
.section-title { font-family: 'Zen Old Mincho', serif; font-size: clamp(32px, 4.4vw, 56px); font-weight: 600; line-height: 1.3; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 24px; }
.section-subtitle { font-size: 16px; color: var(--ink-soft); line-height: 1.9; max-width: 820px; margin-bottom: 56px; }
.section-title em { font-style: normal; color: var(--deep); position: relative; display: inline-block; }
.section-title em::after { content: ''; position: absolute; bottom: 0.08em; left: -0.05em; right: -0.05em; height: 0.22em; background: rgba(212, 101, 74, 0.28); z-index: -1; }
.section-title em.urban-em { color: var(--urban); }
.section-title em.urban-em::after { background: rgba(107, 70, 193, 0.22); }
.section-title em.resort-em { color: var(--resort); }
.section-title em.resort-em::after { background: rgba(8, 145, 178, 0.22); }
.section-title em.learn-em { color: var(--learn); }
.section-title em.learn-em::after { background: rgba(183, 121, 31, 0.22); }
.tm { font-size: 0.42em; vertical-align: super; margin: 0 1px; opacity: 0.65; font-family: 'Cormorant Garamond', serif; font-weight: 400; letter-spacing: 0; }
.site-header { padding: 28px 56px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.logo { font-family: 'Zen Old Mincho', serif; font-size: 24px; font-weight: 600; color: var(--deep); letter-spacing: 0.02em; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; color: var(--coral); font-size: 36px; line-height: 1; transform: translateY(-2px); }
.logo-tag { font-family: 'Cormorant Garamond', serif; font-size: 13px; color: var(--ink-soft); letter-spacing: 0.18em; font-style: italic; opacity: 0.7; margin-left: 8px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 13px; color: var(--ink-soft); text-decoration: none; letter-spacing: 0.04em; transition: color 0.3s ease; }
.nav a:hover { color: var(--coral); }
.nav a.active { color: var(--coral); font-weight: 600; }
.nav-cta { padding: 10px 20px; background: var(--coral); color: #fff !important; border-radius: 24px; font-weight: 500; transition: all 0.3s ease; }
.nav-cta:hover { background: var(--coral-deep); transform: translateY(-1px); }
.hero { padding: 80px 56px 140px; max-width: 1400px; margin: 0 auto; position: relative; z-index: 5; }
.hero.hero-page { padding: 60px 56px 100px; }
.hero-eyebrow { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--coral); letter-spacing: 0.22em; margin-bottom: 36px; display: flex; align-items: center; gap: 18px; }
.hero-eyebrow::before { content: ''; width: 48px; height: 1px; background: var(--coral); }
.hero-eyebrow.urban-eb { color: var(--urban); }
.hero-eyebrow.urban-eb::before { background: var(--urban); }
.hero-eyebrow.resort-eb { color: var(--resort); }
.hero-eyebrow.resort-eb::before { background: var(--resort); }
.hero-title { font-family: 'Zen Old Mincho', serif; font-size: clamp(48px, 9vw, 112px); font-weight: 600; line-height: 1.12; color: var(--ink); margin-bottom: 36px; letter-spacing: -0.015em; }
.hero-title.hero-title-page { font-size: clamp(40px, 6vw, 80px); }
.hero-title em { font-style: normal; color: var(--deep); position: relative; display: inline-block; }
.hero-title em::after { content: ''; position: absolute; bottom: 0.08em; left: -0.05em; right: -0.05em; height: 0.22em; background: rgba(212, 101, 74, 0.28); z-index: -1; }
.hero-title em.urban-em { color: var(--urban); }
.hero-title em.urban-em::after { background: rgba(107, 70, 193, 0.22); }
.hero-title em.resort-em { color: var(--resort); }
.hero-title em.resort-em::after { background: rgba(8, 145, 178, 0.22); }
.hero-subtitle { font-family: 'Zen Old Mincho', serif; font-size: clamp(18px, 2.2vw, 26px); font-weight: 500; line-height: 1.7; color: var(--ink-soft); max-width: 820px; margin-bottom: 36px; }
.hero-subtitle strong { color: var(--deep); font-weight: 700; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(10, 56, 84, 0.06); border: 1px solid rgba(10, 56, 84, 0.15); font-size: 12px; font-weight: 500; color: var(--deep); letter-spacing: 0.04em; border-radius: 20px; }
.biz-selector { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }
.biz-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--paper); border: 2px solid var(--line-strong); color: var(--ink); text-decoration: none; font-family: 'Zen Old Mincho', serif; font-size: 14px; font-weight: 600; border-radius: 30px; transition: all 0.3s ease; }
.biz-btn-urban { border-color: var(--urban); color: var(--urban); }
.biz-btn-urban:hover { background: var(--urban); color: #fff; transform: translateY(-2px); }
.biz-btn-resort { border-color: var(--resort); color: var(--resort); }
.biz-btn-resort:hover { background: var(--resort); color: #fff; transform: translateY(-2px); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.btn-primary { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: var(--coral); color: #fff; text-decoration: none; font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 500; letter-spacing: 0.04em; border-radius: 32px; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(212, 101, 74, 0.3); }
.btn-primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212, 101, 74, 0.4); }
.btn-text { display: inline-flex; align-items: center; gap: 12px; font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 500; color: var(--deep); text-decoration: none; letter-spacing: 0.05em; border-bottom: 1px solid var(--deep); padding-bottom: 8px; transition: all 0.3s ease; }
.btn-text:hover { color: var(--coral); border-color: var(--coral); }
.btn-primary::after, .btn-text::after { content: '→'; transition: transform 0.3s ease; }
.btn-primary:hover::after, .btn-text:hover::after { transform: translateX(6px); }
.highlights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 56px; }
.highlight-card { display: flex; flex-direction: column; padding: 40px 32px; background: var(--paper); border: 1px solid var(--line-strong); text-decoration: none; color: inherit; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden; }
.highlight-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.highlight-card:hover::before { transform: scaleX(1); }
.highlight-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px var(--shadow); }
.highlight-card.urban-hl::before { background: var(--urban); }
.highlight-card.resort-hl::before { background: var(--resort); }
.highlight-card.safety-hl::before { background: var(--deep); }
.highlight-card.marketing-hl::before { background: var(--sun); }
.highlight-emoji { font-size: 44px; line-height: 1; margin-bottom: 20px; display: block; }
.highlight-tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; color: var(--coral); letter-spacing: 0.2em; margin-bottom: 8px; }
.highlight-card.urban-hl .highlight-tag { color: var(--urban); }
.highlight-card.resort-hl .highlight-tag { color: var(--resort); }
.highlight-card.safety-hl .highlight-tag { color: var(--deep); }
.highlight-card.marketing-hl .highlight-tag { color: var(--sun); }
.highlight-card h3 { font-family: 'Zen Old Mincho', serif; font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 16px; line-height: 1.4; }
.highlight-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.85; margin-bottom: 24px; flex: 1; }
.highlight-link { font-family: 'Zen Old Mincho', serif; font-size: 14px; font-weight: 600; color: var(--coral); display: inline-flex; align-items: center; gap: 8px; }
.highlight-card.urban-hl .highlight-link { color: var(--urban); }
.highlight-card.resort-hl .highlight-link { color: var(--resort); }
.highlight-card.safety-hl .highlight-link { color: var(--deep); }
.highlight-link::after { content: '→'; transition: transform 0.3s ease; }
.highlight-card:hover .highlight-link::after { transform: translateX(6px); }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-top: 56px; }
.problem-card { padding: 36px 32px; background: var(--paper); border: 1px solid var(--line-strong); border-left: 4px solid var(--coral); }
.problem-card-label { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--coral); letter-spacing: 0.15em; margin-bottom: 16px; }
.problem-card-quote { font-family: 'Zen Old Mincho', serif; font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.55; margin-bottom: 16px; }
.problem-card-detail { font-size: 14px; color: var(--ink-soft); line-height: 1.85; }
.prevention-section { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-dark) 100%); }
.risk-grid { display: grid; gap: 28px; margin-top: 48px; }
.risk-card { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 32px; padding: 36px 40px; background: var(--paper); border: 1px solid var(--line-strong); align-items: center; }
.risk-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--danger-soft); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.risk-content h4 { font-family: 'Zen Old Mincho', serif; font-size: 22px; font-weight: 700; color: var(--danger); margin-bottom: 8px; }
.risk-content p { font-size: 14px; color: var(--ink-soft); line-height: 1.8; }
.risk-answer { padding: 20px 24px; background: var(--safe-soft); border-left: 4px solid var(--safe); border-radius: 8px; }
.risk-answer-label { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; color: var(--safe); letter-spacing: 0.15em; margin-bottom: 8px; }
.risk-answer-text { font-family: 'Zen Old Mincho', serif; font-size: 15px; font-weight: 600; color: var(--deep); line-height: 1.6; }
.emergency-section { background: var(--deep-deeper); color: #fff; }
.emergency-section .section-title { color: #fff; }
.emergency-section .section-title em { color: var(--coral-light); }
.emergency-section .section-title em::after { background: rgba(212, 138, 110, 0.25); }
.emergency-section .section-subtitle { color: rgba(255,255,255,0.7); }
.emergency-section .section-label { color: rgba(255,255,255,0.5); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.15); border-left: 1px solid rgba(255,255,255,0.15); }
.step-card { padding: 32px 28px; border-right: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); position: relative; transition: background 0.3s ease; }
.step-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--coral); transition: height 0.5s ease; }
.step-card:hover::before { height: 100%; }
.step-card:hover { background: rgba(255,255,255,0.03); }
.step-num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 32px; color: var(--coral-light); margin-bottom: 12px; line-height: 1; }
.step-title { font-family: 'Zen Old Mincho', serif; font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.step-detail { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.75; }
.step-time { display: inline-block; margin-top: 12px; padding: 3px 10px; background: rgba(212, 101, 74, 0.18); color: var(--coral-light); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; letter-spacing: 0.1em; border: 1px solid rgba(212, 101, 74, 0.3); border-radius: 12px; }
.emergency-cta { margin-top: 56px; padding: 32px 40px; background: rgba(255,255,255,0.04); border: 1px solid rgba(212, 101, 74, 0.3); border-left: 4px solid var(--coral); border-radius: 8px; }
.emergency-cta strong { font-family: 'Zen Old Mincho', serif; font-size: 17px; color: #fff; display: block; margin-bottom: 10px; }
.emergency-cta p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.8; }
.incidents-section { background: linear-gradient(180deg, var(--paper) 0%, var(--learn-soft) 50%, var(--paper) 100%); }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-bottom: 64px; }
.pillar-card { padding: 32px 28px; background: var(--paper); border: 1px solid var(--line-strong); border-top: 4px solid var(--learn); position: relative; }
.pillar-num { position: absolute; top: -18px; right: 20px; width: 38px; height: 38px; border-radius: 50%; background: var(--learn); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; font-weight: 600; }
.pillar-card h4 { font-family: 'Zen Old Mincho', serif; font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.5; }
.pillar-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.85; }
.incident-categories { margin-bottom: 56px; }
.incident-cat-title { font-family: 'Zen Old Mincho', serif; font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--learn); display: inline-block; }
.incident-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.incident-card { padding: 32px 28px; background: var(--paper); border: 1px solid var(--line-strong); border-left: 4px solid var(--learn); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.incident-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(183, 121, 31, 0.15); border-left-width: 8px; }
.incident-cat { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; background: var(--learn-soft); color: var(--learn); border: 1px solid var(--learn); border-radius: 14px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; margin-bottom: 18px; }
.incident-icon { font-size: 32px; line-height: 1; margin-bottom: 12px; display: block; }
.incident-card h4 { font-family: 'Zen Old Mincho', serif; font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.5; }
.incident-summary { font-size: 13px; color: var(--ink-soft); line-height: 1.85; margin-bottom: 18px; }
.incident-lesson { padding: 14px 16px; background: var(--learn-soft); border-radius: 6px; }
.incident-lesson-label { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 11px; color: var(--learn); letter-spacing: 0.18em; margin-bottom: 6px; }
.incident-lesson-text { font-family: 'Zen Old Mincho', serif; font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.6; }
.incident-usage { margin-top: 56px; padding: 36px 40px; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 8px; }
.incident-usage h4 { font-family: 'Zen Old Mincho', serif; font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 24px; }
.usage-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.usage-item { padding: 18px 20px; background: var(--paper-dark); border-left: 3px solid var(--learn); border-radius: 4px; }
.usage-item h5 { font-family: 'Zen Old Mincho', serif; font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.usage-item p { font-size: 12px; color: var(--ink-soft); line-height: 1.7; }
.compare-biz-section { background: var(--paper-dark); }
.compare-biz-table { margin-top: 40px; width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 8px; overflow: hidden; }
.compare-biz-table th, .compare-biz-table td { padding: 22px 24px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 14px; }
.compare-biz-table th { font-family: 'Zen Old Mincho', serif; font-size: 17px; font-weight: 700; background: var(--paper-deeper); letter-spacing: 0.02em; color: var(--ink); }
.compare-biz-table th.urban-col { background: var(--urban); color: #fff; }
.compare-biz-table th.resort-col { background: var(--resort); color: #fff; }
.compare-biz-table td:first-child { font-family: 'Zen Old Mincho', serif; font-weight: 600; color: var(--ink); background: var(--paper-dark); width: 180px; }
.compare-biz-table td.urban-col { background: var(--urban-soft); color: var(--ink); }
.compare-biz-table td.resort-col { background: var(--resort-soft); color: var(--ink); }
.compare-biz-table tr:last-child td { border-bottom: none; }
.urban-section { background: linear-gradient(180deg, var(--paper) 0%, var(--urban-soft) 100%); }
.resort-section { background: linear-gradient(180deg, var(--paper) 0%, var(--resort-soft) 100%); }
.biz-header-banner { display: inline-flex; align-items: center; gap: 14px; padding: 16px 28px; border-radius: 32px; font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 700; margin-bottom: 32px; box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.biz-header-urban { background: var(--urban); color: #fff; }
.biz-header-resort { background: var(--resort); color: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 56px; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.feature-card { padding: 36px 32px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: var(--paper); transition: background 0.3s ease; }
.feature-card:hover { background: var(--paper-dark); }
.feature-tag { display: inline-block; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; color: var(--coral); letter-spacing: 0.18em; margin-bottom: 12px; }
.feature-tag.urban-tag { color: var(--urban); }
.feature-tag.resort-tag { color: var(--resort); }
.feature-icon { font-size: 36px; margin-bottom: 16px; display: block; line-height: 1; }
.feature-title { font-family: 'Zen Old Mincho', serif; font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 10px; line-height: 1.4; }
.feature-title .feature-star { color: var(--coral); font-size: 16px; margin-right: 4px; }
.feature-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.85; }
.marketing-section { background: var(--paper-dark); }
.marketing-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; margin-bottom: 64px; }
.marketing-prose { font-size: 16px; color: var(--ink-soft); line-height: 2; }
.marketing-prose p { margin-bottom: 20px; }
.marketing-prose strong { color: var(--deep); font-weight: 700; border-bottom: 2px solid rgba(212, 101, 74, 0.45); padding-bottom: 1px; }
.marketing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.marketing-card { padding: 28px 24px; background: var(--paper); border: 1px solid var(--line-strong); }
.marketing-card-emoji { font-size: 28px; margin-bottom: 12px; display: block; }
.marketing-card h5 { font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.marketing-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.8; }
.product-link-card { margin-top: 48px; padding: 40px 48px; background: linear-gradient(135deg, var(--deep) 0%, var(--deep-light) 100%); color: #fff; border-radius: 12px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 32px; }
.product-link-card .pl-content { flex: 1; min-width: 280px; }
.product-link-tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; color: var(--coral-light); letter-spacing: 0.18em; margin-bottom: 8px; }
.product-link-card h4 { font-family: 'Zen Old Mincho', serif; font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.product-link-card p { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.7; }
.product-link-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: #fff; color: var(--deep); font-family: 'Zen Old Mincho', serif; font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 28px; transition: all 0.3s ease; }
.product-link-btn:hover { background: var(--coral); color: #fff; transform: translateY(-2px); }
.customer-db-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.db-visual { padding: 32px; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 8px; }
.db-layer { padding: 20px 24px; margin-bottom: 12px; border-radius: 6px; }
.db-layer-1 { background: rgba(10, 56, 84, 0.08); border-left: 4px solid var(--deep); }
.db-layer-2 { background: rgba(212, 101, 74, 0.08); border-left: 4px solid var(--coral); }
.db-layer h6 { font-family: 'Zen Old Mincho', serif; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.db-layer span { display: block; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.12em; margin-bottom: 8px; }
.db-layer p { font-size: 12px; color: var(--ink-soft); line-height: 1.7; }
.db-arrow { text-align: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--coral); margin: 8px 0; }
.safety-section { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-dark) 100%); }
.safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 48px; }
.safety-card { padding: 32px 28px; background: var(--paper); border: 1px solid var(--line-strong); }
.safety-badge { display: inline-block; padding: 6px 14px; background: var(--deep); color: #fff; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; letter-spacing: 0.18em; border-radius: 14px; margin-bottom: 18px; }
.safety-card h4 { font-family: 'Zen Old Mincho', serif; font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 12px; line-height: 1.5; }
.safety-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.8; }
.compare-table { margin-top: 48px; width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line-strong); }
.compare-table th, .compare-table td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 700; background: var(--paper-dark); letter-spacing: 0.02em; }
.compare-table th.highlight { background: var(--deep); color: #fff; }
.compare-table td:first-child { font-family: 'Zen Old Mincho', serif; font-weight: 600; color: var(--ink); width: 200px; }
.compare-table td.highlight { background: rgba(10, 56, 84, 0.04); color: var(--deep); font-weight: 500; }
.compare-table tr:last-child td { border-bottom: none; }
.centers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 36px; margin-top: 56px; }
.center-card { padding: 44px 36px; background: var(--paper); border: 1px solid var(--line-strong); text-decoration: none; color: inherit; transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden; cursor: pointer; display: flex; flex-direction: column; }
.center-card.active::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--coral) 0%, var(--sun) 100%); transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.center-card.active:hover { transform: translateY(-10px); box-shadow: 0 28px 56px var(--shadow); border-color: var(--coral-light); }
.center-card.active:hover::before { width: 8px; }
.center-card.placeholder { opacity: 0.55; cursor: not-allowed; background: transparent; border-style: dashed; }
.center-status { display: inline-block; padding: 5px 14px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); border: 1px solid var(--coral); margin-bottom: 28px; background: rgba(212, 101, 74, 0.05); align-self: flex-start; }
.placeholder .center-status { color: var(--ink-soft); border-color: var(--line-strong); background: transparent; }
.center-name { font-family: 'Zen Old Mincho', serif; font-size: 26px; font-weight: 600; color: var(--ink); margin-bottom: 6px; line-height: 1.3; }
.center-name-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: var(--ink-soft); letter-spacing: 0.1em; margin-bottom: 28px; }
.center-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.85; margin-bottom: 32px; flex: 1; }
.center-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); }
.center-location { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.04em; }
.center-arrow { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--coral); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.center-card.active:hover .center-arrow { transform: translateX(10px); }
.placeholder .center-arrow { color: var(--ink-soft); opacity: 0.5; }
.profile-section { background: var(--deep-deeper); color: #fff; }
.profile-section .section-title { color: #fff; }
.profile-section .section-title em { color: var(--coral-light); }
.profile-section .section-title em::after { background: rgba(212, 138, 110, 0.25); }
.profile-section .section-subtitle { color: rgba(255,255,255,0.7); }
.profile-section .section-label { color: rgba(255,255,255,0.5); }
.profile-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; margin-top: 48px; }
.profile-meta { padding: 36px 32px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; }
.profile-name { font-family: 'Zen Old Mincho', serif; font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.profile-name-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: rgba(255,255,255,0.5); letter-spacing: 0.15em; margin-bottom: 24px; }
.profile-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.profile-badge { padding: 8px 14px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; border-radius: 14px; }
.profile-badge.badge-urban { background: var(--urban-light); }
.profile-badge.badge-resort { background: var(--resort-light); }
.profile-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.profile-stat strong { display: block; font-family: 'Zen Old Mincho', serif; font-size: 26px; font-weight: 700; color: var(--coral-light); line-height: 1; margin-bottom: 4px; }
.profile-stat span { font-size: 11px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.profile-prose { font-size: 15px; line-height: 2; color: rgba(255,255,255,0.85); }
.profile-prose p { margin-bottom: 20px; }
.profile-prose .lead { font-family: 'Zen Old Mincho', serif; font-size: 22px; font-weight: 600; color: #fff; line-height: 1.6; }
.profile-prose strong { color: var(--coral-light); font-weight: 600; }
.profile-prose .closing { margin-top: 32px; font-family: 'Zen Old Mincho', serif; font-size: 17px; color: #fff; font-weight: 500; }
.reassure-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 48px; }
.reassure-card { padding: 32px 28px; background: var(--paper); border: 1px solid var(--line-strong); }
.reassure-emoji { font-size: 32px; line-height: 1; margin-bottom: 16px; display: block; }
.reassure-card h4 { font-family: 'Zen Old Mincho', serif; font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 12px; line-height: 1.5; }
.reassure-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.85; }
.pilot-section { background: linear-gradient(135deg, var(--deep) 0%, var(--deep-light) 100%); color: #fff; }
.pilot-section .section-title { color: #fff; }
.pilot-content { text-align: center; max-width: 800px; margin: 0 auto; }
.pilot-eyebrow { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--coral-light); letter-spacing: 0.2em; margin-bottom: 24px; }
.pilot-title { font-family: 'Zen Old Mincho', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 700; line-height: 1.35; color: #fff; margin-bottom: 32px; }
.pilot-desc { font-size: 16px; line-height: 2; color: rgba(255,255,255,0.85); margin-bottom: 48px; }
.pilot-buttons { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.btn-pilot-primary { display: inline-flex; align-items: center; gap: 12px; padding: 18px 36px; background: var(--coral); color: #fff; text-decoration: none; font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 600; letter-spacing: 0.04em; border-radius: 32px; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(212, 101, 74, 0.5); }
.btn-pilot-primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212, 101, 74, 0.6); }
.btn-pilot-secondary { display: inline-flex; align-items: center; gap: 12px; padding: 18px 36px; background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; text-decoration: none; font-family: 'Zen Old Mincho', serif; font-size: 16px; font-weight: 500; letter-spacing: 0.04em; border-radius: 32px; transition: all 0.3s ease; }
.btn-pilot-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
.page-cta-section { background: var(--paper-dark); padding: 80px 0; }
.page-cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 48px; }
.page-cta-card { padding: 32px 28px; background: var(--paper); border: 1px solid var(--line-strong); text-decoration: none; color: inherit; transition: all 0.4s ease; }
.page-cta-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px var(--shadow); border-color: var(--coral); }
.page-cta-card h5 { font-family: 'Zen Old Mincho', serif; font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.page-cta-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.page-cta-arrow { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--coral); font-size: 14px; }
.site-footer { padding: 72px 56px 40px; max-width: 1400px; margin: 0 auto; border-top: 1px solid var(--line); position: relative; z-index: 5; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand-block .logo { margin-bottom: 18px; }
.footer-brand { font-family: 'Zen Old Mincho', serif; font-size: 13px; color: var(--ink-soft); line-height: 1.9; max-width: 320px; }
.footer-col h5 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: var(--coral); margin-bottom: 16px; letter-spacing: 0.06em; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col li { font-size: 13px; color: var(--ink-soft); text-decoration: none; line-height: 1.7; transition: color 0.3s ease; }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.1em; }
.footer-bottom .center-text { text-align: center; font-style: normal; font-family: 'Noto Sans JP', sans-serif; font-size: 11px; }
.footer-bottom .right-text { text-align: right; }
.wave-decor { position: absolute; pointer-events: none; opacity: 0.05; z-index: 0; }
.wave-decor-1 { top: 8%; right: -120px; width: 620px; }
.wave-decor-2 { bottom: 30%; left: -180px; width: 720px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both; }
.hero-title { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
.hero-subtitle { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
.hero-meta { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both; }
.biz-selector { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.7s both; }
.hero-cta-row { animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both; }

/* === page-hero(下層ページ用ヒーロー / urban・resort・safety)=== */
.page-hero { padding: 60px 56px 100px; max-width: 1400px; margin: 0 auto; position: relative; z-index: 5; }
.page-hero-eyebrow { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--coral); letter-spacing: 0.22em; margin-bottom: 36px; display: flex; align-items: center; gap: 18px; animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both; }
.page-hero-eyebrow::before { content: ''; width: 48px; height: 1px; background: currentColor; }
.page-hero-title { font-family: 'Zen Old Mincho', serif; font-size: clamp(40px, 6vw, 80px); font-weight: 600; line-height: 1.12; color: var(--ink); margin-bottom: 36px; letter-spacing: -0.015em; animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
.page-hero-title em { font-style: normal; color: var(--deep); position: relative; display: inline-block; }
.page-hero-title em::after { content: ''; position: absolute; bottom: 0.08em; left: -0.05em; right: -0.05em; height: 0.22em; background: rgba(212, 101, 74, 0.28); z-index: -1; }
.page-hero-title em.urban-em { color: var(--urban); }
.page-hero-title em.urban-em::after { background: rgba(107, 70, 193, 0.22); }
.page-hero-title em.resort-em { color: var(--resort); }
.page-hero-title em.resort-em::after { background: rgba(8, 145, 178, 0.22); }
.page-hero-subtitle { font-family: 'Zen Old Mincho', serif; font-size: clamp(18px, 2.2vw, 26px); font-weight: 500; line-height: 1.7; color: var(--ink-soft); max-width: 820px; margin-bottom: 36px; animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
.page-hero-subtitle strong { color: var(--deep); font-weight: 700; }

@media (max-width: 1024px) {
  .marketing-intro { grid-template-columns: 1fr; gap: 40px; }
  .customer-db-grid { grid-template-columns: 1fr; gap: 40px; }
  .profile-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .container { padding: 0 24px; }
  .site-header { padding: 20px 24px; flex-wrap: wrap; gap: 16px; }
  .nav { gap: 18px; flex-wrap: wrap; }
  .logo-tag { display: none; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { padding: 40px 24px 80px; }
  .page-hero { padding: 32px 24px 64px; }
  .section { padding: 72px 0; }
  .section-meta { margin-bottom: 40px; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
  .hero-cta-row .btn-primary, .hero-cta-row .btn-text { width: 100%; justify-content: center; }
  .biz-selector { flex-direction: column; align-items: stretch; }
  .biz-btn { justify-content: center; }
  .risk-card { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }
  .product-link-card { padding: 32px 28px; flex-direction: column; align-items: flex-start; }
  .compare-table, .compare-biz-table { font-size: 13px; }
  .compare-table th, .compare-table td, .compare-biz-table th, .compare-biz-table td { padding: 14px 16px; }
  .compare-table td:first-child, .compare-biz-table td:first-child { width: auto; }
  .pilot-buttons { flex-direction: column; align-items: stretch; }
  .pilot-buttons a { justify-content: center; }
  .site-footer { padding: 56px 24px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-bottom .right-text { text-align: center; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 42px; }
  .hero-title.hero-title-page { font-size: 36px; }
  .page-hero-title { font-size: 36px; }
  .section-title { font-size: 28px; }
  .pilot-title { font-size: 30px; }
}
