/*
Theme Name: VigiRise
Theme URI: https://vigirise.co.jp/
Author: VigiRise, Inc.
Description: 株式会社ヴィジライズ コーポレートサイト用オリジナルテーマ。覚醒度可視化API/SDK・ドライバーモニタリングの紹介サイト。
Version: 2.3.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: vigirise
*/

/* ==========================================================
   Brand: v3 logo dark purple #47216d / accent orange #c24e00
   Design language: dark premium tech, photo-driven
   ========================================================== */

:root {
  --c-violet: #8a4ddb;
  --c-violet-dark: #5c2f96;
  --c-deep: #47216d;
  --c-ink: #251d36;
  --c-slate: #5b6b7c;
  --c-orange: #f06000;
  --c-orange-deep: #c24e00;
  --c-bg: #ffffff;
  --c-bg-soft: #f6f2fb;
  --c-bg-night: #120a20;
  --c-line: #e6def2;
  --maxw: 1120px;
  --radius: 18px;
  --shadow: 0 10px 40px rgba(40, 18, 66, 0.12);
  --shadow-lg: 0 24px 60px rgba(40, 18, 66, 0.22);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--c-ink);
  background: var(--c-bg);
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-violet-dark); text-decoration: none; }
a:hover { opacity: .85; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }
.reveal:nth-child(4) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- header (常に薄い白背景 + 紫ロゴ) ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-line);
  transition: box-shadow .3s, background .3s, transform .35s ease;
  will-change: transform;
}
.site-header.is-hidden { transform: translateY(-100%); box-shadow: none; }
.site-header.is-solid {
  background: rgba(255,255,255,.97);
  box-shadow: 0 2px 24px rgba(40,18,66,.08);
}
.site-header .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.site-header .brand img { height: 36px; width: auto; }

.global-nav ul { display: flex; gap: 28px; list-style: none; align-items: center; }
.global-nav a {
  color: var(--c-ink); font-size: 14px; font-weight: 600;
  letter-spacing: .04em;
}
.global-nav a:hover { color: var(--c-violet); opacity: 1; }
.global-nav a.is-current { color: var(--c-violet); }
.global-nav .nav-cta a {
  background: var(--c-orange-deep); color: #fff !important;
  padding: 10px 22px; border-radius: 999px;
  transition: background .2s, transform .15s;
}
.global-nav .nav-cta a:hover { background: var(--c-orange); transform: translateY(-1px); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; position: relative;
}
.nav-toggle span {
  position: absolute; left: 10px; width: 24px; height: 2px;
  background: var(--c-deep); transition: .25s;
}
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 23px; }
.nav-toggle span:nth-child(3) { top: 30px; }

/* ---------- hero (top page) ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  background:
    linear-gradient(260deg, rgba(13,6,26,.94) 0%, rgba(31,13,56,.84) 42%, rgba(31,13,56,.30) 72%, rgba(13,6,26,.50) 100%),
    url(assets/img/hero-eye.jpg) left 40% / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.hero .content { max-width: 690px; margin-left: auto; }
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 140px;
  background: linear-gradient(to top, rgba(13,6,26,.85), transparent);
  pointer-events: none;
}
.hero .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 140px 28px 120px;
  position: relative; z-index: 1; width: 100%;
}
.hero .tagline {
  font-size: 13px; letter-spacing: .42em; font-weight: 700;
  color: #ffb27a; text-transform: uppercase; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 800; line-height: 1.42; letter-spacing: .02em;
  margin-bottom: 28px;
  text-shadow: 0 2px 30px rgba(0,0,0,.45);
}
.hero h1 .accent { white-space: nowrap; }
.hero h1 .accent {
  background: linear-gradient(90deg, #c89bff, #ff9d5c);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero p.lead {
  font-size: clamp(15px, 2vw, 18px); max-width: 620px;
  color: rgba(255,255,255,.88); margin-bottom: 44px;
  text-shadow: 0 1px 12px rgba(0,0,0,.5);
}
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.7); font-size: 11px;
  letter-spacing: .3em; text-transform: uppercase; text-align: center;
}
.hero .scroll-cue::after {
  content: ""; display: block; width: 1px; height: 38px;
  background: linear-gradient(rgba(255,255,255,.8), transparent);
  margin: 8px auto 0;
  animation: cue 2s ease-in-out infinite;
}
@keyframes cue { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

.btn {
  display: inline-block; padding: 15px 38px; border-radius: 999px;
  font-weight: 700; font-size: 15px; letter-spacing: .05em;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.btn:hover { transform: translateY(-3px); opacity: 1; }
.btn-primary {
  background: linear-gradient(120deg, var(--c-orange), var(--c-orange-deep));
  color: #fff; box-shadow: 0 8px 26px rgba(194,78,0,.45);
}
.btn-primary:hover { box-shadow: 0 14px 34px rgba(194,78,0,.55); }
.btn-ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.65); color: #fff; backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-violet { background: var(--c-deep); color: #fff; box-shadow: 0 8px 26px rgba(71,33,109,.35); }

/* ---------- page hero (sub pages, photo variants) ---------- */
.page-hero {
  position: relative;
  display: flex; align-items: flex-end;
  min-height: 380px;
  background:
    radial-gradient(ellipse 80% 90% at 90% 0%, rgba(138,77,219,.35), transparent 55%),
    linear-gradient(120deg, #160a28 0%, #47216d 100%);
  color: #fff;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13,6,26,.92) 0%, rgba(31,13,56,.72) 50%, rgba(31,13,56,.35) 100%);
}
.page-hero--product::before, .page-hero--technology::before, .page-hero--company::before,
.page-hero--news::before, .page-hero--contact::before { }
.page-hero--product   { background: url(assets/img/hero-scan.jpg) center 35% / cover no-repeat; }
.page-hero--technology{ background: url(assets/img/eye-beam.jpg) center 30% / cover no-repeat; }
.page-hero--company   { background: url(assets/img/hero-team.jpg) center 40% / cover no-repeat; }
.page-hero--news      { background: url(assets/img/hero-city.jpg) center / cover no-repeat; }
.page-hero--contact   { background: url(assets/img/hero-contact.jpg) center / cover no-repeat; }
.page-hero--recruit   { background: url(assets/img/recruit-bg.jpg) center 30% / cover no-repeat; }
.page-hero--team      { background: url(assets/img/hero-teampage.jpg) center 40% / cover no-repeat; }
.page-hero--privacy   { background: url(assets/img/hero-privacy.jpg) center 45% / cover no-repeat; }
.page-hero .inner {
  max-width: var(--maxw); margin: 0 auto; padding: 150px 28px 64px;
  position: relative; z-index: 1; width: 100%;
}
.page-hero .en {
  font-size: 12px; letter-spacing: .38em; text-transform: uppercase;
  color: #d9b8ff; font-weight: 700; margin-bottom: 12px;
}
.page-hero h1 {
  font-size: clamp(28px, 4.4vw, 44px); font-weight: 800; letter-spacing: .02em;
  text-shadow: 0 2px 24px rgba(0,0,0,.5);
}
.page-hero p.sub {
  margin-top: 16px; color: rgba(255,255,255,.86); max-width: 660px; font-size: 15px;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}

/* ---------- sections ---------- */
.section { padding: 96px 0; }
.section.alt { background: var(--c-bg-soft); }
.section-head { margin-bottom: 48px; }
.section-head .en {
  font-size: 12px; letter-spacing: .34em; text-transform: uppercase;
  font-weight: 700; display: block; margin-bottom: 10px;
  background: linear-gradient(90deg, var(--c-violet), var(--c-orange));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  width: fit-content;
}
.section-head h2 {
  font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; color: var(--c-deep);
  letter-spacing: .02em; line-height: 1.5;
}
.section-head p.desc { margin-top: 16px; color: var(--c-slate); max-width: 700px; }

h3 { color: var(--c-deep); font-size: 20px; margin: 36px 0 14px; font-weight: 700; }
.section p + p { margin-top: 1em; }

/* ---------- dark photo band (technology on top page) ---------- */
.section.dark {
  background:
    linear-gradient(100deg, rgba(18,10,32,.96) 0%, rgba(18,10,32,.88) 55%, rgba(71,33,109,.75) 100%),
    url(assets/img/hero-city.jpg) center / cover no-repeat fixed;
  color: #fff;
}
.section.dark .section-head h2 { color: #fff; }
.section.dark .section-head p.desc { color: rgba(255,255,255,.78); }
.section.dark a { color: #d9b8ff; }
.section.dark .card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.section.dark .card h3 { color: #fff; }
.section.dark .card p { color: rgba(255,255,255,.8); }

/* ---------- split (text + photo 2-col) ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.split .visual { position: relative; }
.split .visual img {
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  width: 100%; object-fit: cover;
}
.split .visual::after {
  content: ""; position: absolute; inset: 18px -18px -18px 18px;
  border: 2px solid rgba(138,77,219,.35); border-radius: var(--radius);
  z-index: -1;
}
.split .section-head { margin-bottom: 24px; }

/* ---------- cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 36px 32px;
  box-shadow: var(--shadow); border: 1px solid var(--c-line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card.has-image { padding: 0; overflow: hidden; }
.card.has-image .thumb { overflow: hidden; height: 210px; }
.card.has-image .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.card.has-image:hover .thumb img { transform: scale(1.06); }
.card.has-image .card-body { padding: 28px 30px 32px; }
.card h3 { margin: 0 0 12px; font-size: 18px; }
.card .card-body h3 { margin: 0 0 12px; }
.card p { font-size: 14.5px; color: #4a4458; }

/* ---------- feature rows ---------- */
.steps { counter-reset: step; display: grid; gap: 24px; margin-top: 10px; }
.step {
  display: flex; gap: 22px; align-items: flex-start;
  background: #fff; border-radius: var(--radius); padding: 28px 30px;
  border: 1px solid var(--c-line); box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-weight: 800; font-size: 24px;
  background: linear-gradient(135deg, var(--c-violet), var(--c-orange));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-family: Georgia, serif; line-height: 1.3; min-width: 48px;
}
.step h3, .step h4 { margin: 0 0 6px; font-size: 17px; color: var(--c-deep); font-weight: 700; }
.step p { font-size: 14.5px; color: #4a4458; }

/* ---------- tables ---------- */
.info-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.info-table th, .info-table td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--c-line); vertical-align: top; font-size: 15px; }
.info-table th { width: 28%; background: var(--c-bg-soft); color: var(--c-deep); font-weight: 700; white-space: nowrap; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }

/* ---------- timeline (news) ---------- */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px;
  width: 2px; background: linear-gradient(var(--c-violet), var(--c-orange));
  border-radius: 2px;
}
.timeline-item { position: relative; padding: 0 0 38px 24px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: ""; position: absolute; left: -31px; top: 8px;
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 3px solid var(--c-violet);
  box-shadow: 0 0 0 4px rgba(138,77,219,.15);
}
.timeline-item .date {
  font-size: 13px; font-weight: 700; color: var(--c-violet-dark);
  letter-spacing: .08em; display: block; margin-bottom: 4px;
}
.timeline-item h3 { margin: 0 0 6px; font-size: 17px; }
.timeline-item h3 a { color: var(--c-deep); }
.timeline-item p { font-size: 14.5px; color: #4a4458; }
.timeline-item .tag {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  padding: 2px 13px; border-radius: 999px; margin-left: 10px; vertical-align: 2px;
  background: var(--c-bg-soft); color: var(--c-violet-dark); border: 1px solid var(--c-line);
}
.year-label {
  font-size: 26px; font-weight: 800; color: var(--c-deep);
  margin: 48px 0 24px; font-family: Georgia, serif;
}
.year-label:first-child { margin-top: 0; }

/* ---------- team ---------- */
.member { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; margin-bottom: 60px; }
.member:last-child { margin-bottom: 0; }
.member .photo { position: relative; }
.member .photo img {
  width: 220px; height: 220px; border-radius: var(--radius); object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.member .photo::after {
  content: ""; position: absolute; top: 12px; left: 12px; right: -12px; bottom: -12px;
  border: 2px solid rgba(138,77,219,.3); border-radius: var(--radius); z-index: -1;
}
.member .role { font-size: 13px; font-weight: 700; color: var(--c-orange-deep); letter-spacing: .1em; }
.member h3 { margin: 6px 0 2px; font-size: 24px; }
.member .romaji { font-size: 13px; color: var(--c-slate); margin-bottom: 14px; }
.member p.bio { font-size: 14.5px; color: #4a4458; }

/* ---------- recruit band ---------- */
.recruit-band {
  position: relative;
  background:
    linear-gradient(100deg, rgba(18,10,32,.93) 0%, rgba(71,33,109,.82) 100%),
    url(assets/img/recruit-bg.jpg) center / cover no-repeat;
  color: #fff;
  padding: 96px 0;
}
.recruit-band .section-head h2 { color: #fff; }
.recruit-band .section-head p.desc { color: rgba(255,255,255,.82); }
.recruit-band .card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px); box-shadow: none;
}
.recruit-band .card h3 { color: #fff; }
.recruit-band .card p { color: rgba(255,255,255,.82); }
.recruit-band a { color: #ffc79b; font-weight: 700; }

/* ---------- recruit page ---------- */
.recruit-intro p.desc { max-width: none; }
.job { scroll-margin-top: 90px; }
.job-card { display: block; color: inherit; }
.job-card:hover { opacity: 1; }
.job-tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--c-violet-dark); margin-bottom: 8px; }
.job-salary { margin-top: 14px; font-weight: 700; color: var(--c-orange-deep); font-size: 14px; }
.job-list { padding-left: 1.5em; margin: .4em 0 0; }
.job-list li { margin: .35em 0; font-size: 15px; }
.job h3 { margin-top: 40px; padding-left: 14px; border-left: 4px solid var(--c-violet); }
.job .card h3 { padding-left: 0; border-left: 0; }

/* ---------- CTA band ---------- */
.recruit-band + .cta-band { margin-top: 64px; }
.cta-band {
  position: relative;
  background:
    linear-gradient(100deg, rgba(13,6,26,.92) 0%, rgba(71,33,109,.78) 60%, rgba(13,6,26,.65) 100%),
    url(assets/img/highway-hud.jpg) center / cover no-repeat;
  color: #fff; text-align: center; padding: 110px 28px;
}
.cta-band h2 {
  font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.cta-band p { color: rgba(255,255,255,.85); margin-bottom: 34px; }

.cta-band .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .cta-note { margin: 22px 0 0; font-size: 13.5px; color: rgba(255,255,255,.8); }
.cta-band .mono { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 15px; color: #fff; user-select: all; }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mono-dark { font-family: ui-monospace, Menlo, Consolas, monospace; color: var(--c-deep); user-select: all; }
.copy-btn { cursor: pointer; font-family: inherit; line-height: inherit; -webkit-appearance: none; appearance: none; border: 0; }
.copy-btn.btn-ghost { border: 1.5px solid rgba(255,255,255,.65); }
.copy-btn.is-copied { background: #2e7d32; border-color: #2e7d32; color: #fff; }

.form-embed { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.form-embed iframe { display: block; width: 100%; height: 1760px; border: 0; }
.form-note { max-width: 760px; margin: 16px auto 0; font-size: 13.5px; color: var(--c-slate); text-align: center; }
.contact-alt { max-width: 640px; margin: 56px auto 0; text-align: center; padding: 40px 36px; }
@media (max-width: 600px) { .form-embed iframe { height: 1900px; } }

/* ---------- prose (privacy / generic page / post) ---------- */
.prose h2 {
  font-size: 19px; color: var(--c-deep); margin: 38px 0 12px;
  padding-left: 14px; border-left: 4px solid var(--c-violet);
}
.prose ol, .prose ul { padding-left: 1.6em; margin: .6em 0; }
.prose li { margin: .3em 0; }
.prose p { margin: .8em 0; }

.prose .swell-block-dl__dt, .prose dt {
  font-size: 19px; color: var(--c-deep); margin: 38px 0 12px;
  padding-left: 14px; border-left: 4px solid var(--c-violet);
  font-weight: 700;
}
.prose .swell-block-dl__dd, .prose dd { margin: 0 0 1em; }

/* ---------- single post ---------- */
.post-meta { font-size: 13.5px; color: var(--c-slate); margin-bottom: 28px; }
.post-meta .tag {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  padding: 2px 13px; border-radius: 999px; margin-left: 10px;
  background: var(--c-bg-soft); color: var(--c-violet-dark); border: 1px solid var(--c-line);
}
.back-link { display: inline-block; margin-top: 40px; font-weight: 600; }

.video-embed { position: relative; margin: 32px 0; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-caption { margin: -20px 0 28px; font-size: 13.5px; color: var(--c-slate); }
.related-links { margin-top: 36px; padding: 26px 28px; background: var(--c-bg-soft); border-radius: var(--radius); border: 1px solid var(--c-line); }
.related-links h2 { margin: 0 0 12px; padding: 0; border: 0; font-size: 16px; letter-spacing: .06em; color: var(--c-deep); }
.related-links ul { list-style: none; padding: 0; margin: 0; }
.related-links li { padding: 8px 0; border-top: 1px solid var(--c-line); font-size: 15px; display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: baseline; }
.related-links li:first-child { border-top: 0; }
.related-links .host { font-size: 12px; color: var(--c-slate); }

/* ---------- footer (薄い白背景 + 紫ロゴ) ---------- */
.site-footer { background: var(--c-bg-soft); color: #4a4458; padding: 64px 0 28px; font-size: 14px; border-top: 1px solid var(--c-line); }
.site-footer .cols {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px;
}
.site-footer img.f-logo { height: 40px; width: auto; margin-bottom: 18px; }
.site-footer nav ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.site-footer a { color: var(--c-deep); font-weight: 500; }
.site-footer a:hover { color: var(--c-violet); }
.site-footer .copyright {
  text-align: center; margin-top: 48px; padding-top: 24px;
  border-top: 1px solid var(--c-line);
  font-size: 12.5px; color: var(--c-slate);
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split .visual { order: -1; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .global-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--c-line);
    box-shadow: 0 14px 30px rgba(40,18,66,.14);
  }
  .global-nav.is-open { display: block; }
  .global-nav ul { flex-direction: column; gap: 0; padding: 12px 0; }
  .global-nav li { width: 100%; text-align: center; }
  .global-nav a { display: block; padding: 13px 0; }
  .global-nav .nav-cta a { margin: 10px 24px; color: #fff !important; }
  .hero { min-height: 80vh; }
  .section.dark { background-attachment: scroll; }
  .member { grid-template-columns: 1fr; }
  .member .photo img { width: 180px; height: 180px; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .info-table th { width: 34%; white-space: normal; }
}

/* JREC-IN Portal 公募情報リンク(採用ページ) */
.jrecin-link { margin-top: 20px; }
.jrecin-link a {
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px 12px;
  padding: 12px 22px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--c-line);
  color: var(--c-deep); font-weight: 700; font-size: 15px; line-height: 1.5;
  text-decoration: none; transition: .25s;
}
.jrecin-link a:hover { border-color: var(--c-violet); box-shadow: 0 8px 24px rgba(71,33,109,.14); transform: translateY(-1px); }
.jrecin-link .host { font-weight: 500; font-size: 13px; color: var(--c-slate); letter-spacing: .02em; }
@media (max-width: 600px) { .jrecin-link a { padding: 12px 18px; font-size: 14px; } }
