/* ============================================================
   Starlight.Mrs — Recruit Page  (Light Theme)
   阪神尼崎 メンズエステ セラピスト求人
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600&family=Noto+Sans+JP:wght@300;400;500;700&family=Cinzel:wght@400;500&display=swap');

/* ── Variables ─────────────────────────────────────────── */
:root {
  --gold:        #b8924e;
  --gold-light:  #d4b07a;
  --gold-dark:   #8a6830;
  --gold-pale:   #f5ede0;
  --gold-line:   rgba(184,146,78,0.25);

  --bg:          #ffffff;
  --bg-alt:      #faf8f5;
  --bg-warm:     #f5f0e8;
  --bg-dark:     #1c1a18;

  --surface:     #ffffff;
  --border:      #e8e0d4;
  --border-dark: rgba(184,146,78,0.2);

  --text:        #1a1714;
  --text-sub:    #6b6360;
  --text-light:  #9e9794;
  --white:       #ffffff;

  --radius:      3px;
  --transition:  0.35s cubic-bezier(0.25,0.46,0.45,0.94);

  --fs-body:     1rem;
  --fs-small:    0.9rem;
  --fs-xsmall:   0.8rem;
  --fs-label:    0.78rem;
}

/* ── Reset & Base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 17px; }
body  { font-family: 'Noto Sans JP', sans-serif; background: var(--bg); color: var(--text); line-height: 1.85; overflow-x: hidden; }
img   { display: block; max-width: 100%; height: auto; }
a     { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-dark); }

.container   { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.gold        { color: var(--gold); }
.text-center { text-align: center; }

/* ══ HEADER ════════════════════════════════════════════════ */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 16px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header-logo img { height: 46px; width: auto; display: block; }
.header-logo-text {
  font-family: 'Cinzel', serif; font-size: 1.4rem;
  letter-spacing: 0.1em; color: var(--gold); line-height: 1.2;
}
.header-logo-text span {
  display: block; font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.58rem; font-weight: 300;
  letter-spacing: 0.3em; color: var(--text-sub); margin-top: 3px;
}
.header-nav { display: flex; gap: 22px; align-items: center; list-style: none; }
.header-nav a { font-size: var(--fs-xsmall); letter-spacing: 0.12em; font-weight: 500; color: var(--text-sub); text-transform: uppercase; }
.header-nav a:hover { color: var(--gold); }
.header-nav .btn-entry { background: var(--gold); color: #fff !important; padding: 9px 22px; border-radius: var(--radius); font-weight: 700; }
.header-nav .btn-entry:hover { background: var(--gold-dark); }

/* ══ HERO (dark area) ══════════════════════════════════════ */
#hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--bg-dark); }
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 68% 42%, rgba(184,146,78,0.10) 0%, transparent 60%),
              radial-gradient(ellipse 45% 70% at 20% 65%, rgba(184,146,78,0.06) 0%, transparent 55%), #1c1a18;
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b8924e' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-img-wrap { position: absolute; right: 0; top: 0; bottom: 0; width: 52%; overflow: hidden; }
.hero-img-wrap::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 45%;
  background: linear-gradient(to right, var(--bg-dark) 0%, transparent 100%); z-index: 2;
}
.hero-main-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-content { position: relative; z-index: 3; padding: 128px 36px 80px; max-width: 580px; animation: fadeInUp 0.9s ease both; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 36px; height: 1px; background: var(--gold); opacity: 0.7; }
.hero-eyebrow span { font-family: 'Cinzel', serif; font-size: var(--fs-xsmall); letter-spacing: 0.38em; color: var(--gold); text-transform: uppercase; }
.hero-title { font-family: 'Shippori Mincho B1', serif; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 300; line-height: 1.15; letter-spacing: 0.03em; color: #f0ece4; margin-bottom: 14px; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-subtitle { font-size: 1.05rem; font-weight: 300; color: #b0a898; letter-spacing: 0.2em; margin-bottom: 28px; }
.hero-lead { font-size: var(--fs-small); font-weight: 300; color: #a8a098; line-height: 2.1; max-width: 480px; margin-bottom: 44px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── Buttons ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 34px; font-size: var(--fs-small); letter-spacing: 0.12em; font-weight: 700; border-radius: var(--radius); transition: all var(--transition); cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,146,78,0.30); }
.btn-outline { background: transparent; color: var(--gold-light); border: 1px solid rgba(184,146,78,0.45); }
.btn-outline:hover { border-color: var(--gold-light); background: rgba(184,146,78,0.10); transform: translateY(-2px); }

/* ══ QUICK BAR ═════════════════════════════════════════════ */
.quick-bar { background: var(--gold); }
.quick-bar-inner { display: flex; justify-content: center; flex-wrap: wrap; }
.quick-item { padding: 18px 44px; text-align: center; border-right: 1px solid rgba(255,255,255,0.25); }
.quick-item:last-child { border-right: none; }
.quick-num { font-family: 'Shippori Mincho B1', serif; font-size: 1.9rem; color: #fff; line-height: 1.1; }
.quick-label { font-size: 0.7rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.82); margin-top: 3px; }

/* ══ SECTION COMMON ════════════════════════════════════════ */
.section      { padding: 104px 0; }
.section-alt  { background: var(--bg-alt); }
.section-warm { background: var(--bg-warm); }
.section-header { text-align: center; margin-bottom: 68px; }
.section-en { font-family: 'Cinzel', serif; font-size: var(--fs-xsmall); letter-spacing: 0.42em; color: var(--gold); text-transform: uppercase; display: block; margin-bottom: 14px; }
.section-title { font-family: 'Shippori Mincho B1', serif; font-size: clamp(2.0rem, 3.5vw, 3.0rem); font-weight: 300; color: var(--text); letter-spacing: 0.05em; line-height: 1.35; margin-bottom: 20px; }
.section-line { width: 44px; height: 1px; background: var(--gold); margin: 0 auto; opacity: 0.55; }

/* ══ INTRO ═════════════════════════════════════════════════ */
.intro-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 68px; align-items: center; }
.intro-img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); }
.intro-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.intro-img-wrap:hover img { transform: scale(1.03); }
.intro-lead { font-size: var(--fs-body); font-weight: 300; color: var(--text-sub); line-height: 2.2; margin-bottom: 40px; }
.intro-badges { display: flex; flex-direction: column; gap: 16px; }
.intro-badge { display: flex; align-items: flex-start; gap: 16px; padding: 20px 22px; background: var(--bg); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; }
.intro-badge-icon { flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; }
.intro-badge-icon svg { width: 18px; height: 18px; stroke: var(--gold); }
.intro-badge-title { font-size: var(--fs-small); font-weight: 700; color: var(--gold-dark); letter-spacing: 0.04em; margin-bottom: 5px; }
.intro-badge-text { font-size: var(--fs-xsmall); font-weight: 300; color: var(--text-sub); line-height: 1.9; }

/* ══ 6 DIFF ════════════════════════════════════════════════ */
.diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.diff-item { background: var(--bg); padding: 40px 32px; position: relative; overflow: hidden; transition: background var(--transition); }
.diff-item:hover { background: var(--gold-pale); }
.diff-num { font-family: 'Shippori Mincho B1', serif; font-size: 4.5rem; font-weight: 300; color: rgba(184,146,78,0.10); line-height: 1; position: absolute; top: 12px; right: 20px; }
.diff-title { font-size: var(--fs-body); font-weight: 700; color: var(--gold-dark); letter-spacing: 0.04em; margin-bottom: 12px; position: relative; }
.diff-text { font-size: var(--fs-small); font-weight: 300; color: var(--text-sub); line-height: 2.0; position: relative; }

/* ══ JOB CARDS ═════════════════════════════════════════════ */
.job-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.job-card { background: var(--bg); padding: 40px; border-radius: var(--radius); border: 1px solid var(--border); border-top: 3px solid var(--gold); overflow: hidden; }
.job-card-img { display: block; width: calc(100% + 80px); margin: -40px -40px 28px; height: 200px; object-fit: cover; object-position: center; transition: transform 0.8s ease; }
.job-card:hover .job-card-img { transform: scale(1.04); }
.job-card-en { font-family: 'Cinzel', serif; font-size: 0.68rem; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 14px; }
.job-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 16px; letter-spacing: 0.04em; }
.job-card p { font-size: var(--fs-small); font-weight: 300; color: var(--text-sub); line-height: 2.1; }
.treatment-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.treatment-tag { display: inline-block; padding: 5px 14px; font-size: var(--fs-label); letter-spacing: 0.06em; border: 1px solid var(--gold-line); color: var(--gold-dark); border-radius: 20px; background: var(--gold-pale); }

/* ══ SALARY ════════════════════════════════════════════════ */
.salary-tabs-wrap { max-width: 960px; margin: 0 auto; }
.salary-tab-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 3px; }
.salary-tab { background: var(--bg-warm); border: 1px solid var(--border); border-bottom: 3px solid transparent; padding: 20px 16px; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; font-size: var(--fs-small); font-weight: 500; color: var(--text-sub); letter-spacing: 0.06em; transition: all 0.3s; text-align: center; position: relative; }
.salary-tab.active { background: var(--bg); color: var(--gold-dark); border-bottom-color: var(--gold); }
.salary-tab-num { font-family: 'Shippori Mincho B1', serif; font-size: 2.2rem; display: inline; }
.salary-panel { display: none; }
.salary-panel.active { display: block; }
.salary-panel-inner { background: var(--bg); border: 1px solid var(--border); border-top: 3px solid var(--gold); padding: 36px 44px; }
.salary-panel-inner.premier { background: #fffdf8; border-top-color: #c9a020; }
.salary-panel-header { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.salary-panel-pct { font-family: 'Shippori Mincho B1', serif; font-size: 3.6rem; color: var(--gold); line-height: 1; font-weight: 400; }
.salary-panel-pct span { font-size: 1.5rem; }
.salary-panel-pct.premier-pct { color: #b8880a; }
.salary-panel-label { font-size: 1.05rem; font-weight: 700; color: var(--text); }
.salary-panel-note { font-size: var(--fs-xsmall); font-weight: 300; color: var(--text-sub); margin-top: 4px; }
.premier-badge { display: flex; align-items: center; gap: 12px; background: #fffbee; border: 1px solid rgba(200,160,32,0.3); border-radius: var(--radius); padding: 14px 20px; margin-bottom: 28px; }
.premier-crown-icon { flex-shrink: 0; display: flex; }
.premier-crown-icon svg { width: 28px; height: 28px; stroke: #b8880a; }
.premier-badge-title { font-size: var(--fs-xsmall); letter-spacing: 0.15em; color: #b8880a; margin-bottom: 3px; }
.premier-badge-text { font-size: var(--fs-small); color: var(--text-sub); font-weight: 300; }
.premier-badge-text strong { color: #b8880a; }
.salary-table { width: 100%; border-collapse: collapse; font-size: var(--fs-small); }
.salary-table th { padding: 11px 18px; text-align: left; color: var(--gold); font-weight: 700; letter-spacing: 0.08em; border-bottom: 1px solid var(--gold-line); }
.salary-table th:last-child { text-align: right; }
.salary-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); color: var(--text); font-weight: 400; }
.salary-table td:last-child { text-align: right; font-family: 'Shippori Mincho B1', serif; font-size: 1.2rem; color: var(--gold-dark); font-weight: 500; }
.salary-table.premier td:last-child { color: #b8880a; }
.salary-table tr:last-child td { border-bottom: none; }
.back-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 3px; }
.back-card { background: var(--bg-alt); border: 1px solid var(--border); padding: 26px 20px; text-align: center; }
.back-card.featured { background: var(--gold-pale); border-color: var(--gold-line); border-top: 2px solid var(--gold); }
.back-card-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.back-card-icon svg { width: 24px; height: 24px; stroke: var(--text-light); }
.back-card.featured .back-card-icon svg { stroke: var(--gold); }
.back-card-label { font-size: var(--fs-xsmall); letter-spacing: 0.15em; color: var(--text-light); margin-bottom: 6px; }
.back-card-amt { font-family: 'Shippori Mincho B1', serif; font-size: 2.1rem; color: var(--gold-dark); font-weight: 400; line-height: 1; }
.back-card-amt span { font-size: 1rem; }

/* ══ SIMULATION ════════════════════════════════════════════ */
.sim-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.sim-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; border-top: 3px solid var(--gold); }
.sim-card.premier-card { border-top-color: #c9a020; }
.sim-card-tag { background: var(--bg-warm); padding: 12px 20px; font-size: var(--fs-xsmall); font-weight: 700; color: var(--gold-dark); letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid var(--border); }
.sim-card.premier-card .sim-card-tag { background: #fffbee; color: #b8880a; }
.sim-card-body { padding: 26px 22px; }
.sim-hours { font-size: var(--fs-xsmall); color: var(--text-light); letter-spacing: 0.1em; margin-bottom: 8px; }
.sim-amount { font-family: 'Shippori Mincho B1', serif; font-size: 2.4rem; font-weight: 400; color: var(--gold-dark); line-height: 1; margin-bottom: 18px; }
.sim-amount span { font-size: 1rem; }
.sim-card.premier-card .sim-amount { color: #b8880a; }
.sim-breakdown { list-style: none; font-size: var(--fs-xsmall); font-weight: 300; color: var(--text-sub); line-height: 2; }
.sim-breakdown li { display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); padding: 4px 0; }
.sim-breakdown li:last-child { border-bottom: none; font-weight: 700; color: var(--gold-dark); }
.sim-card.premier-card .sim-breakdown li:last-child { color: #b8880a; }

/* ══ MERITS ════════════════════════════════════════════════ */
.merits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.merit-item { background: var(--bg); border: 1px solid var(--border); padding: 36px; display: flex; gap: 22px; align-items: flex-start; border-radius: var(--radius); transition: box-shadow var(--transition), transform var(--transition); }
.merit-item:hover { box-shadow: 0 6px 28px rgba(184,146,78,0.12); transform: translateY(-2px); }
.merit-num { font-family: 'Cinzel', serif; font-size: 0.65rem; color: var(--gold); letter-spacing: 0.18em; padding-top: 4px; flex-shrink: 0; width: 52px; border-top: 1px solid var(--gold); }
.merit-title { font-size: var(--fs-body); font-weight: 700; color: var(--text); letter-spacing: 0.04em; margin-bottom: 10px; }
.merit-text { font-size: var(--fs-small); font-weight: 300; color: var(--text-sub); line-height: 2.0; }
.merit-tags-wrap { margin-top: 52px; background: var(--bg); border: 1px solid var(--border); padding: 36px 40px; border-radius: var(--radius); }
.merit-tags-en { font-family: 'Cinzel', serif; font-size: 0.68rem; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 20px; }

/* ══ FLOW ══════════════════════════════════════════════════ */
.flow-timeline { display: flex; flex-direction: column; position: relative; max-width: 780px; margin: 0 auto; }
.flow-timeline::before { content: ''; position: absolute; left: 36px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent, var(--gold) 10%, var(--gold) 90%, transparent); opacity: 0.25; }
.flow-step { display: grid; grid-template-columns: 72px 1fr; gap: 32px; align-items: flex-start; padding: 36px 0; position: relative; }
.flow-step + .flow-step { border-top: 1px solid var(--border); }
.flow-num { width: 72px; height: 72px; border-radius: 50%; background: var(--bg); border: 1px solid var(--gold-line); box-shadow: 0 2px 12px rgba(184,146,78,0.1); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; }
.flow-num-label { font-family: 'Cinzel', serif; font-size: 0.52rem; letter-spacing: 0.15em; color: var(--gold); line-height: 1; }
.flow-num-n { font-family: 'Shippori Mincho B1', serif; font-size: 1.8rem; color: var(--gold); font-weight: 300; line-height: 1; }
.flow-content { padding-top: 14px; }
.flow-title { font-size: 1.05rem; font-weight: 700; color: var(--text); letter-spacing: 0.04em; margin-bottom: 10px; }
.flow-text { font-size: var(--fs-small); font-weight: 300; color: var(--text-sub); line-height: 2.1; }
.flow-note { font-size: var(--fs-xsmall); color: var(--text-light); margin-top: 8px; }

/* ══ FAQ ═══════════════════════════════════════════════════ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; align-items: flex-start; gap: 18px; padding: 26px 0; cursor: pointer; user-select: none; transition: color var(--transition); }
.faq-q:hover { color: var(--gold-dark); }
.faq-q-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.faq-q-text { font-size: var(--fs-body); font-weight: 500; flex: 1; line-height: 1.7; }
.faq-q-arrow { display: flex; align-items: center; color: var(--gold); transition: transform var(--transition); flex-shrink: 0; }
.faq-q-arrow svg { width: 20px; height: 20px; stroke: var(--gold); }
.faq-item.open .faq-q-arrow { transform: rotate(180deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.38s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; display: flex; gap: 18px; }
.faq-item.open .faq-a-inner { padding: 0 0 28px; }
.faq-a-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-warm); border: 1px solid var(--gold-line); color: var(--gold-dark); font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.faq-a-text { font-size: var(--fs-small); font-weight: 300; color: var(--text-sub); line-height: 2.1; flex: 1; }

/* ══ REQUIREMENTS ══════════════════════════════════════════ */
.req-wrap { max-width: 880px; margin: 0 auto; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.req-table { width: 100%; border-collapse: collapse; font-size: var(--fs-small); }
.req-table tr { border-bottom: 1px solid var(--border); }
.req-table tr:last-child { border-bottom: none; }
.req-table th { width: 26%; padding: 22px 26px; background: var(--bg-warm); color: var(--gold-dark); font-weight: 700; letter-spacing: 0.06em; vertical-align: top; white-space: nowrap; border-right: 1px solid var(--border); }
.req-table td { padding: 22px 26px; color: var(--text); font-weight: 300; line-height: 2.0; }
.req-highlight { color: var(--gold-dark); font-weight: 700; }

/* ══ ENTRY ══════════════════════════════════════════════════ */
#entry { padding: 104px 0; background: var(--bg-warm); text-align: center; border-top: 1px solid var(--border); }
.entry-intro { font-size: var(--fs-body); font-weight: 300; color: var(--text-sub); line-height: 2.2; max-width: 560px; margin: 0 auto 56px; }
.entry-methods { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 640px; margin: 0 auto 56px; }
.entry-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 24px; transition: box-shadow var(--transition), transform var(--transition); }
.entry-card:hover { box-shadow: 0 10px 36px rgba(184,146,78,0.14); transform: translateY(-4px); }
.entry-card-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.entry-card-icon svg { width: 38px; height: 38px; stroke: var(--gold); }
.entry-card-title { font-family: 'Cinzel', serif; font-size: 0.72rem; letter-spacing: 0.28em; color: var(--gold-dark); margin-bottom: 8px; }
.entry-card-sub { font-size: var(--fs-xsmall); font-weight: 300; color: var(--text-sub); margin-bottom: 22px; line-height: 1.8; }

/* ══ FIXED BAR ═════════════════════════════════════════════ */
.fixed-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; display: flex; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-top: 1px solid var(--border); box-shadow: 0 -2px 20px rgba(0,0,0,0.08); }
.fixed-bar a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 11px 8px; gap: 4px; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; color: var(--text-sub); transition: all var(--transition); border-right: 1px solid var(--border); text-align: center; }
.fixed-bar a:last-child { border-right: none; }
.fixed-bar a:hover { color: var(--gold); background: var(--gold-pale); }
.fixed-bar a .icon { display: flex; align-items: center; justify-content: center; }
.fixed-bar a .icon svg { width: 20px; height: 20px; }
.fixed-bar .entry-link { background: var(--gold); color: #fff !important; font-weight: 700; }
.fixed-bar .entry-link .icon svg { stroke: #fff; }
.fixed-bar .entry-link:hover { background: var(--gold-dark); }
@media (min-width: 768px) {
  .fixed-bar { display: none; }
  .pc-no-link { pointer-events: none; cursor: default; }
}

/* ══ SCENE BANNER / STRIP ══════════════════════════════════ */
.scene-banner { position: relative; height: 480px; overflow: hidden; }
.scene-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transition: transform 8s ease; }
.scene-banner:hover img { transform: scale(1.04); }
.scene-banner-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,8,6,0.72) 0%, rgba(10,8,6,0.25) 60%, rgba(10,8,6,0.1) 100%); display: flex; align-items: center; padding: 0 10%; }
.scene-banner-copy { font-family: 'Shippori Mincho B1', serif; font-size: clamp(1.6rem, 3.5vw, 2.8rem); font-weight: 400; color: #f0ece4; letter-spacing: 0.12em; line-height: 1.6; }

.scene-strip { position: relative; height: 420px; overflow: hidden; }
.scene-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.scene-strip-overlay { position: absolute; inset: 0; background: rgba(10,8,6,0.55); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.scene-strip-overlay .section-en { color: var(--gold); }
.scene-strip-copy { font-family: 'Shippori Mincho B1', serif; font-size: clamp(1.2rem, 2.5vw, 2rem); font-weight: 400; color: #f0ece4; letter-spacing: 0.1em; }

/* ══ ENTRY SECTION ══════════════════════════════════════════ */
#entry { position: relative; padding: 80px 0 100px; }
.entry-bg-layer { position: absolute; inset: 0; background-image: url('img/recruit/entry-bg.webp'); background-size: cover; background-position: center; opacity: 0.07; pointer-events: none; }

/* ══ FOOTER ════════════════════════════════════════════════ */
footer { background: var(--text); padding: 52px 32px 100px; text-align: center; }
.footer-logo { font-family: 'Cinzel', serif; font-size: 1.3rem; letter-spacing: 0.15em; color: var(--gold-light); margin-bottom: 10px; }
.footer-sub { font-size: 0.72rem; font-weight: 300; color: #888; letter-spacing: 0.22em; margin-bottom: 24px; }
.footer-nav { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; list-style: none; }
.footer-nav a { font-size: 0.78rem; color: #888; letter-spacing: 0.1em; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-copy { font-size: 0.68rem; color: #555; letter-spacing: 0.1em; }

/* ══ ANIMATIONS ════════════════════════════════════════════ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ══ RESPONSIVE ════════════════════════════════════════════ */
@media (max-width: 960px) {
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-img-wrap { aspect-ratio: 16/9; }
  .diff-grid { grid-template-columns: 1fr 1fr; }
  .sim-grid { grid-template-columns: 1fr; }
  .merits-grid { grid-template-columns: 1fr; }
  .entry-methods { grid-template-columns: 1fr; }
  .header-nav { display: none; }
  .job-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  html { font-size: 16px; }
  .hero-img-wrap { width: 100%; opacity: 0.15; }
  .hero-content { max-width: 100%; }
  .diff-grid { grid-template-columns: 1fr; }
  .flow-step { grid-template-columns: 56px 1fr; gap: 18px; }
  .back-grid { grid-template-columns: 1fr; }
  .req-table th { width: 36%; font-size: 0.82rem; }
  .salary-panel-inner { padding: 24px 20px; }
  .quick-item { padding: 14px 22px; }
  .scene-banner { height: 280px; }
  .scene-banner-overlay { padding: 0 6%; }
  .scene-strip { height: 260px; }
  .job-card-img { height: 160px; }
}

/* ══════════════════════════════════════════════════════════
   BURGER BUTTON
══════════════════════════════════════════════════════════ */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 0;
  transition: border-color var(--transition), background var(--transition);
  flex-shrink: 0;
}
.burger:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
}
.burger-line {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              opacity   0.25s ease,
              width     0.3s ease;
  transform-origin: center;
}

/* × 状態 */
.burger.active .burger-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.active .burger-line:nth-child(2) { opacity: 0; width: 0; }
.burger.active .burger-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ══════════════════════════════════════════════════════════
   DRAWER OVERLAY
══════════════════════════════════════════════════════════ */
.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(26,23,20,0.45);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease;
}
.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ══════════════════════════════════════════════════════════
   DRAWER PANEL
══════════════════════════════════════════════════════════ */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: min(340px, 88vw);
  background: var(--bg);
  box-shadow: -8px 0 48px rgba(0,0,0,0.14);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
}
.drawer.open {
  transform: translateX(0);
}

/* ── inner ── */
.drawer-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 0 32px;
}

/* ── logo strip ── */
.drawer-logo {
  padding: 20px 24px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-warm);
}
.drawer-logo img { height: 38px; width: auto; }

/* ── nav list ── */
.drawer-nav {
  list-style: none;
  padding: 12px 0;
  flex: 1;
}
.drawer-nav li { border-bottom: 1px solid var(--border); }
.drawer-nav li:first-child { border-top: none; }

.drawer-link {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  color: var(--text) !important;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: background var(--transition), color var(--transition);
  line-height: 1.3;
  text-decoration: none;
  gap: 2px;
}
.drawer-link:hover {
  background: var(--gold-pale);
  color: var(--gold-dark) !important;
}
.drawer-link:hover .drawer-en { color: var(--gold); }
.drawer-en {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--text-light);
  text-transform: uppercase;
  transition: color var(--transition);
}

/* ── CTA block ── */
.drawer-cta {
  padding: 24px 24px 20px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.drawer-entry-btn {
  display: block;
  background: var(--gold);
  color: #fff !important;
  text-align: center;
  padding: 15px 20px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  transition: background var(--transition), transform var(--transition);
}
.drawer-entry-btn:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}

/* ── contact links ── */
.drawer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drawer-contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text) !important;
  transition: background var(--transition);
  text-decoration: none;
}
.drawer-contact-link:hover { background: var(--gold-pale); }
.drawer-contact-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.drawer-contact-icon svg { width: 22px; height: 22px; }
.drawer-contact-label { font-size: 0.68rem; letter-spacing: 0.18em; color: var(--text-light); line-height: 1; margin-bottom: 3px; }
.drawer-contact-num   { font-size: 0.95rem; font-weight: 700; color: var(--gold-dark); letter-spacing: 0.04em; }

/* ── shop link ── */
.drawer-shop-link {
  display: block;
  text-align: center;
  padding: 14px 24px 0;
  font-size: 0.78rem;
  color: var(--text-light) !important;
  letter-spacing: 0.1em;
  transition: color var(--transition);
}
.drawer-shop-link:hover { color: var(--gold) !important; }

/* ══════════════════════════════════════════════════════════
   SHOW BURGER ON SP/TABLET
══════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .burger { display: flex; }
}

/* ══════════════════════════════════════════════════════════
   BURGER BUTTON
══════════════════════════════════════════════════════════ */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 0;
  transition: border-color var(--transition), background var(--transition);
  flex-shrink: 0;
}
.burger:hover { border-color: var(--gold); background: var(--gold-pale); }
.burger-line {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, width 0.3s ease;
  transform-origin: center;
}
.burger.active .burger-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.active .burger-line:nth-child(2) { opacity: 0; width: 0; }
.burger.active .burger-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ══════════════════════════════════════════════════════════
   DRAWER OVERLAY
══════════════════════════════════════════════════════════ */
.drawer-overlay {
  position: fixed; inset: 0; z-index: 199;
  background: rgba(26,23,20,0.45);
  backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.38s ease;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }

/* ══════════════════════════════════════════════════════════
   DRAWER PANEL
══════════════════════════════════════════════════════════ */
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
  width: min(340px, 88vw);
  background: var(--bg);
  box-shadow: -8px 0 48px rgba(0,0,0,0.14);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto; overscroll-behavior: contain;
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }

.drawer-inner { display: flex; flex-direction: column; min-height: 100%; padding: 0 0 32px; }

.drawer-logo { padding: 20px 24px; border-bottom: 1px solid var(--border); background: var(--bg-warm); }
.drawer-logo img { height: 38px; width: auto; }

.drawer-nav { list-style: none; padding: 12px 0; flex: 1; }
.drawer-nav li { border-bottom: 1px solid var(--border); }

.drawer-link {
  display: flex; flex-direction: column; padding: 16px 24px;
  color: var(--text) !important; font-size: 1.0rem; font-weight: 500;
  letter-spacing: 0.04em; line-height: 1.3; text-decoration: none; gap: 2px;
  transition: background var(--transition), color var(--transition);
}
.drawer-link:hover { background: var(--gold-pale); color: var(--gold-dark) !important; }
.drawer-link:hover .drawer-en { color: var(--gold); }
.drawer-en {
  font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.3em;
  color: var(--text-light); text-transform: uppercase; transition: color var(--transition);
}

.drawer-cta { padding: 24px 24px 20px; border-top: 1px solid var(--border); margin-top: auto; }
.drawer-entry-btn {
  display: block; background: var(--gold); color: #fff !important;
  text-align: center; padding: 15px 20px; border-radius: var(--radius);
  font-size: 0.95rem; font-weight: 700; letter-spacing: 0.14em; margin-bottom: 18px;
  transition: background var(--transition), transform var(--transition);
}
.drawer-entry-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }

.drawer-contacts { display: flex; flex-direction: column; gap: 10px; }
.drawer-contact-link {
  display: flex; align-items: center; gap: 14px; padding: 12px 16px;
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text) !important; transition: background var(--transition); text-decoration: none;
}
.drawer-contact-link:hover { background: var(--gold-pale); }
.drawer-contact-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.drawer-contact-icon svg { width: 22px; height: 22px; }
.drawer-contact-label { font-size: 0.68rem; letter-spacing: 0.18em; color: var(--text-light); line-height: 1; margin-bottom: 3px; }
.drawer-contact-num   { font-size: 0.95rem; font-weight: 700; color: var(--gold-dark); letter-spacing: 0.04em; }

.drawer-shop-link {
  display: block; text-align: center; padding: 14px 24px 0;
  font-size: 0.78rem; color: var(--text-light) !important; letter-spacing: 0.1em;
  transition: color var(--transition);
}
.drawer-shop-link:hover { color: var(--gold) !important; }

/* ══ SHOW BURGER on SP/TABLET ══════════════════════════════ */
@media (max-width: 960px) {
  .burger { display: flex; }
}
