@charset "UTF-8";
/* hp-redesign-proposal-tomo-v3.html から自動生成（中身は一切変更していません） */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  /* 朋ブランドカラー（v2承認版に準拠） */
  --blue: #3D82D6;
  --blue-dark: #2B5FAA;
  --blue-mid: #3272C4;
  --navy: #1E4076;        /* 朋ブルーの深色（フッター・流れセクション用） */
  --blue-light: #EBF4FF;
  --green: #4caf82;
  --green-dark: #3d9e6e;
  --green-light: #e6f5ee;
  --gold: #B99750;        /* 高級感アクセント（見出しラベル等） */
  --gold-light: #F7F1E4;
  --gray: #5F6B7A;
  --gray-light: #f4f6f9;
  --line: #E3E9F2;
  --text: #2a2a2a;
  --white: #fff;
  --amber: #F5A623;
  --serif: 'Zen Old Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  --en: 'Montserrat', sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: var(--text); background: var(--white); overflow-x: hidden;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--blue); color: var(--white); }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: var(--gray-light); }
body::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--blue), var(--blue-dark)); border-radius: 5px; }

/* ===== A11Y ===== */
.skip-link {
  position: fixed; top: -48px; left: 16px; z-index: 999;
  background: var(--blue-dark); color: var(--white); font-weight: 700; font-size: 14px;
  padding: 12px 24px; border-radius: 0 0 10px 10px; text-decoration: none;
  transition: top .25s;
}
.skip-link:focus { top: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px;
}

/* ===== SCROLL PROGRESS ===== */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--green) 60%, var(--gold));
  z-index: 400;
}

/* ===== HEADER ===== */
header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  transition: background .4s, box-shadow .4s;
  background: transparent;
}
.header-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 30px; height: 78px;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--white); display: flex; align-items: center; justify-content: center;
  transition: background .4s; box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.logo-mark svg { width: 23px; height: 23px; }
.logo-char { height: 46px; width: auto; display: block; }
.logo-text { font-size: 20px; font-weight: 900; color: var(--white); letter-spacing: .05em; transition: color .4s; }
.logo-sub { font-family: var(--en); font-size: 9px; font-weight: 600; color: rgba(255,255,255,.72); letter-spacing: .14em; display: block; transition: color .4s; }

header.scrolled { background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 2px 28px rgba(22,41,74,.1); }
header.scrolled .logo-text { color: var(--blue-dark); }
header.scrolled .logo-sub { color: var(--gray); }
header.scrolled .logo-mark { background: var(--blue); }
header.scrolled .logo-mark svg path:first-child { fill: var(--white); }
header.scrolled .logo-mark svg path:last-child { stroke: var(--blue); }

.header-nav { display: flex; align-items: center; gap: 2px; }
.header-nav a {
  padding: 9px 10px; color: rgba(255,255,255,.92); text-decoration: none; white-space: nowrap;
  font-size: 13px; font-weight: 700; border-radius: 8px; letter-spacing: .02em;
  transition: background .2s, color .2s;
}
.header-nav a:hover { background: rgba(255,255,255,.14); color: var(--white); }
header.scrolled .header-nav a { color: var(--text); }
header.scrolled .header-nav a:hover { background: var(--blue-light); color: var(--blue); }

.header-cta {
  margin-left: 8px; background: var(--green); color: var(--white) !important;
  padding: 11px 18px !important; border-radius: 50px !important;
  font-size: 13px !important; font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(63,168,118,.35);
  transition: background .2s, transform .2s, box-shadow .2s !important;
}
.header-cta:hover { background: var(--green-dark) !important; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(63,168,118,.45); }
@media (max-width: 1280px) and (min-width: 901px) {
  .logo-sub { display: none; }
  .header-phone span { display: none; }
  .header-nav a { padding: 9px 8px; font-size: 12.5px; }
}

/* ticker */
.header-ticker {
  display: none;
  background: var(--navy); padding: 7px 48px;
  align-items: center; gap: 16px; overflow: hidden;
}
header.scrolled .header-ticker { display: flex; }
.ticker-label {
  background: var(--gold); color: var(--white); font-family: var(--en); font-size: 10px; font-weight: 700;
  padding: 3px 11px; border-radius: 3px; white-space: nowrap; letter-spacing: .12em;
}
.ticker-track { overflow: hidden; flex: 1; }
.ticker-inner {
  display: flex; gap: 64px; width: max-content;
  animation: ticker 26s linear infinite;
}
.ticker-track:hover .ticker-inner { animation-play-state: paused; }
.ticker-item { font-size: 12px; color: rgba(255,255,255,.82); white-space: nowrap; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== HERO ===== */
.hero {
  height: 100vh; min-height: 660px; position: relative;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--white); overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; background: var(--navy); }
.hero-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.6s ease-in-out;
  background-size: cover; background-position: center;
  will-change: opacity, transform;
}
.hero-slide.active { opacity: 1; animation: kenburns 10s linear forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(18,38,76,.72) 0%, rgba(31,66,128,.5) 55%, rgba(61,130,214,.28) 100%);
}
.hero-grain {
  position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; max-width: 860px; padding: 0 24px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.1);
  backdrop-filter: blur(6px);
  border-radius: 50px; padding: 8px 24px;
  font-size: 11.5px; letter-spacing: .2em; font-weight: 500; margin-bottom: 30px;
  animation: fadeDown .9s .2s both;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(30px, 4.6vw, 54px); font-weight: 900;
  line-height: 1.5; margin-bottom: 26px; letter-spacing: .06em;
  text-shadow: 0 2px 36px rgba(0,0,0,.28);
  animation: fadeUp .9s .4s both;
}
.hero h1 strong { color: #A9DCC3; font-weight: 900; }
.hero p {
  font-size: clamp(14px, 1.6vw, 16px); line-height: 2.2; opacity: .94;
  letter-spacing: .08em; margin-bottom: 42px;
  animation: fadeUp .9s .6s both;
}
.hero-btns { display: flex; flex-direction: column; gap: 14px; align-items: center; animation: fadeUp .9s .8s both; }
.btn-primary {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--blue-dark); font-weight: 700; font-size: 16px;
  padding: 18px 54px; border-radius: 50px; text-decoration: none;
  box-shadow: 0 10px 36px rgba(0,0,0,.24); transition: all .35s var(--ease);
}
.btn-primary::after {
  content: ''; position: absolute; top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(61,130,214,.16), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease);
}
.btn-primary:hover::after { left: 130%; }
.btn-primary:hover { background: var(--green); color: var(--white); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(63,168,118,.42); }
.hero-cta-note { font-size: 12px; color: rgba(255,255,255,.78); letter-spacing: .06em; }

/* slide dots */
.hero-dots {
  position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 2;
}
.hero-dot {
  width: 9px; height: 9px; border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: all .3s;
}
.hero-dot.active { background: var(--white); width: 30px; border-radius: 5px; }

.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.65); font-family: var(--en); font-size: 10px; letter-spacing: .22em;
  animation: fadeIn 1s 1.2s both; z-index: 2;
}
.scroll-line { width: 1px; height: 46px; background: rgba(255,255,255,.35); position: relative; overflow: hidden; }
.scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%;
  background: var(--white); animation: scrollDrop 1.8s 1.4s ease-in-out infinite;
}

/* ===== NUMBERS ===== */
.numbers-bar {
  background: linear-gradient(100deg, var(--navy) 0%, var(--blue-dark) 55%, var(--blue-mid) 100%);
  padding: 56px 40px; position: relative; overflow: hidden;
}
.numbers-bar::before {
  content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: rgba(255,255,255,.04); top: -260px; right: -120px;
}
.numbers-inner {
  max-width: 1100px; margin: 0 auto; position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.num-item {
  text-align: center; color: var(--white); padding: 12px 20px;
  border-right: 1px solid rgba(255,255,255,.16);
  opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.num-item:last-child { border-right: none; }
.num-item.visible { opacity: 1; transform: none; }
.num-val { font-family: var(--en); font-size: clamp(38px, 4.6vw, 52px); font-weight: 700; line-height: 1; }
.num-val .ja { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: .42em; vertical-align: .12em; margin-right: 2px; }
.num-unit { font-size: 16px; font-weight: 700; }
.num-label { font-size: 12.5px; margin-top: 9px; opacity: .85; letter-spacing: .06em; font-weight: 500; }
.num-note { font-size: 10.5px; opacity: .6; margin-top: 3px; }

/* ===== TRUST STRIP ===== */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); padding: 22px 40px; }
.trust-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: center; gap: 12px 36px; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--blue-dark); letter-spacing: .02em; }
.trust-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: var(--gold-light); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 900;
}

/* ===== SECTION BASE ===== */
.section { padding: 110px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-head { margin-bottom: 64px; }
.section-en {
  font-family: var(--en); font-size: 11px; letter-spacing: .3em; color: var(--gold);
  font-weight: 700; text-transform: uppercase; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-en::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
.section-head.centered .section-en { justify-content: center; }
.section-ja { font-size: clamp(23px, 2.8vw, 33px); font-weight: 900; color: var(--blue-dark); line-height: 1.45; letter-spacing: .04em; }
.section-ja.serif { font-family: var(--serif); }
.section-desc { font-size: 15px; color: var(--gray); line-height: 2; margin-top: 16px; max-width: 720px; }
.section-head.centered .section-desc { margin-left: auto; margin-right: auto; }
.section-line {
  width: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--green) 70%, var(--gold));
  border-radius: 2px; margin-top: 20px; transition: width .9s .2s var(--ease);
}
.section-line.visible { width: 56px; }

/* ===== MARQUEE DIVIDER ===== */
.marquee { overflow: hidden; padding: 28px 0; background: var(--gray-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-inner { display: flex; gap: 72px; width: max-content; animation: ticker 30s linear infinite; }
.marquee-item {
  font-family: var(--en); font-size: 42px; font-weight: 700; letter-spacing: .08em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1.6px rgba(43,95,170,.55);
  paint-order: stroke;
}
@supports not (-webkit-text-stroke: 1px black) {
  .marquee-item { color: rgba(43,95,170,.4); } /* 線画非対応ブラウザは薄い塗りで代替 */
}
.marquee-item .dot { color: var(--gold); -webkit-text-stroke: 0; }

/* ===== NEWS ===== */
.news-section { background: var(--gray-light); }
.news-tabs { display: flex; gap: 6px; margin-bottom: 34px; flex-wrap: wrap; }
.tab-btn {
  padding: 10px 24px; border: 1px solid transparent; border-radius: 50px; cursor: pointer;
  font-family: inherit; font-size: 13px; font-weight: 700; transition: all .2s;
  background: var(--white); color: var(--gray); box-shadow: 0 1px 4px rgba(22,41,74,.06);
}
.tab-btn.active { background: var(--blue-dark); color: var(--white); box-shadow: 0 4px 14px rgba(35,78,141,.3); }
.tab-btn:hover:not(.active) { border-color: var(--blue); color: var(--blue); }
.news-list { display: none; }
.news-list.active { display: block; }
.news-item {
  display: flex; align-items: flex-start; gap: 22px; padding: 22px 8px;
  border-bottom: 1px solid var(--line); text-decoration: none; color: inherit;
  border-radius: 8px; transition: background .2s;
}
.news-item:hover { background: rgba(255,255,255,.85); }
.news-date { font-family: var(--en); font-size: 13px; color: var(--gray); white-space: nowrap; min-width: 92px; margin-top: 3px; font-weight: 600; }
.news-tag {
  font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 4px;
  white-space: nowrap; min-width: 74px; text-align: center; margin-top: 1px;
}
.tag-info { background: var(--blue-light); color: var(--blue-dark); }
.tag-recruit { background: var(--green-light); color: var(--green-dark); }
.tag-event { background: #FCF1DE; color: #B07412; }
.news-title { font-size: 14px; line-height: 1.7; }
.news-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 30px;
  color: var(--blue-dark); font-weight: 700; font-size: 14px; text-decoration: none;
  border-bottom: 2px solid var(--gold); padding-bottom: 3px; transition: gap .2s, color .2s;
}
.news-more:hover { gap: 12px; color: var(--blue); }

/* ===== SERVICES ===== */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
}
.service-card {
  background: var(--white); padding: 52px 40px;
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease), background .25s;
  position: relative;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--green)); transition: width .4s var(--ease);
}
.service-card:hover::before { width: 100%; }
.service-card.visible { opacity: 1; transform: none; }
.service-card:hover { background: #FBFDFF; }
.service-icon {
  width: 58px; height: 58px; border-radius: 16px;
  background: var(--blue-light); display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; transition: background .25s, transform .25s;
}
.service-card:hover .service-icon { background: var(--blue); transform: scale(1.06); }
.service-icon svg { width: 28px; height: 28px; }
.service-card:hover .service-icon svg path,
.service-card:hover .service-icon svg rect,
.service-card:hover .service-icon svg circle { fill: var(--white) !important; }
.service-title { font-size: 18px; font-weight: 900; color: var(--blue-dark); margin-bottom: 12px; letter-spacing: .02em; }
.service-desc { font-size: 14px; color: var(--gray); line-height: 1.95; }

/* ===== ABOUT ===== */
.about-section { background: var(--white); position: relative; overflow: hidden; }
.about-section::before {
  content: ''; position: absolute; top: 60px; right: -60px; width: 300px; height: 300px;
  background-image: radial-gradient(rgba(61,130,214,.14) 2px, transparent 2px);
  background-size: 18px 18px; border-radius: 50%;
}
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; }
.about-img-wrap { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 64px rgba(22,41,74,.16); }
.about-img-wrap::after {
  content: ''; position: absolute; inset: 0; border-radius: 20px;
  border: 1px solid rgba(255,255,255,.4); pointer-events: none;
}
.about-img-wrap img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.about-img-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 15px 22px;
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  display: flex; align-items: center; gap: 14px;
}
.about-badge-icon { font-size: 28px; }
.about-badge-text strong { display: block; font-family: var(--en); font-size: 22px; font-weight: 700; color: var(--blue-dark); }
.about-badge-text span { font-size: 12px; color: var(--gray); }
.about-text .section-head { margin-bottom: 34px; }
.about-body { font-size: 15px; line-height: 2.2; color: #3A4254; }
.about-body .lead { font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--blue-dark); display: block; margin-bottom: 18px; line-height: 1.9; }
.about-features { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; }
.about-feature {
  display: flex; align-items: flex-start; gap: 16px; padding: 20px 22px;
  background: var(--gray-light); border-radius: 12px; border: 1px solid transparent;
  opacity: 0; transform: translateX(30px); transition: opacity .7s var(--ease), transform .7s var(--ease), border-color .25s, box-shadow .25s;
}
.about-feature:hover { border-color: rgba(61,130,214,.25); box-shadow: 0 6px 20px rgba(22,41,74,.07); }
.about-feature.visible { opacity: 1; transform: none; }
.feature-num {
  min-width: 38px; height: 38px; border-radius: 50%;
  background: var(--blue-dark); color: var(--white);
  font-family: var(--en); font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.feature-body strong { display: block; font-size: 14.5px; font-weight: 700; color: var(--blue-dark); margin-bottom: 5px; }
.feature-body span { font-size: 13px; color: var(--gray); line-height: 1.8; }

/* ===== FLOW ===== */
.flow-section { background: var(--navy); padding: 110px 40px; position: relative; overflow: hidden; }
.flow-section::before {
  content: ''; position: absolute; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(rgba(61,130,214,.18), transparent 70%); top: -300px; left: -200px;
}
.flow-section .section-en { color: var(--gold); }
.flow-section .section-en::before { background: var(--gold); }
.flow-section .section-ja { color: var(--white); }
.flow-section .section-desc { color: rgba(255,255,255,.68); }
.flow-section .section-line { background: linear-gradient(90deg, rgba(255,255,255,.4), var(--green) 70%, var(--gold)); }
.flow-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  position: relative; margin-top: 56px;
}
.flow-steps::before {
  content: ''; position: absolute; top: 50px; left: 10%; right: 10%; height: 2px;
  background: rgba(255,255,255,.14); z-index: 0;
}
.flow-step {
  text-align: center; padding: 0 12px; position: relative; z-index: 1;
  opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.flow-step.visible { opacity: 1; transform: none; }
.flow-circle {
  width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 22px;
  background: rgba(255,255,255,.07); border: 2px solid rgba(255,255,255,.22);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: background .3s, border-color .3s, transform .3s;
}
.flow-step:hover .flow-circle { background: var(--blue); border-color: var(--blue); transform: scale(1.05); }
.flow-step-num { font-family: var(--en); font-size: 9.5px; letter-spacing: .14em; color: rgba(255,255,255,.6); font-weight: 700; }
.flow-step-icon { font-size: 28px; margin: 3px 0; }
.flow-step-title { font-size: 14.5px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.flow-step-desc { font-size: 12px; color: rgba(255,255,255,.62); line-height: 1.8; }
.flow-arrow {
  position: absolute; top: 50px; right: -12px;
  color: var(--gold); font-size: 18px; z-index: 2; opacity: .8;
  transform: translateY(-50%);
}
.flow-step:last-child .flow-arrow { display: none; }

/* ===== VOICES ===== */
.voices-section { background: var(--gray-light); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.voice-card {
  background: var(--white); border-radius: 18px; padding: 36px 30px;
  box-shadow: 0 4px 24px rgba(22,41,74,.06); border: 1px solid rgba(227,233,242,.8);
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease), box-shadow .3s;
}
.voice-card:hover { box-shadow: 0 14px 40px rgba(22,41,74,.12); }
.voice-card.visible { opacity: 1; transform: none; }
.voice-quote { font-family: var(--serif); font-size: 44px; color: var(--gold); line-height: 1; margin-bottom: 14px; opacity: .85; }
.voice-text { font-size: 14.5px; line-height: 2; color: #333B4E; margin-bottom: 26px; }
.voice-person { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.voice-avatar {
  width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.voice-name strong { display: block; font-size: 14px; font-weight: 700; color: var(--blue-dark); }
.voice-name span { font-size: 12px; color: var(--gray); }

/* ===== RECRUIT ===== */
.recruit-section {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--navy) 100%);
  padding: 96px 40px; text-align: center; position: relative; overflow: hidden;
}
.recruit-section::before {
  content: ''; position: absolute;
  width: 620px; height: 620px; border-radius: 50%;
  background: rgba(255,255,255,.04); top: -260px; right: -110px;
}
.recruit-section::after {
  content: ''; position: absolute;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(63,168,118,.1); bottom: -130px; left: -70px;
}
.recruit-inner { position: relative; z-index: 1; }
.recruit-section .section-en { color: var(--gold); justify-content: center; }
.recruit-section .section-en::before { background: var(--gold); }
.recruit-section .section-ja { color: var(--white); font-family: var(--serif); font-size: clamp(22px, 3vw, 36px); }
.recruit-section .section-line { background: linear-gradient(90deg, rgba(255,255,255,.4), var(--green) 70%, var(--gold)); margin: 18px auto; }
.recruit-desc { font-size: 15.5px; color: rgba(255,255,255,.82); line-height: 2.1; margin: 24px auto 42px; max-width: 600px; }
.recruit-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--blue-dark);
  font-weight: 700; font-size: 15px; padding: 17px 46px;
  border-radius: 50px; text-decoration: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.22); transition: all .3s var(--ease);
}
.btn-white:hover { background: var(--green); color: var(--white); transform: translateY(-3px); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  font-weight: 700; font-size: 15px; padding: 16px 38px;
  border-radius: 50px; text-decoration: none;
  border: 2px solid rgba(255,255,255,.55); transition: all .3s var(--ease);
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); transform: translateY(-3px); }

/* ===== FOOTER ===== */
footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 72px 40px 36px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand .logo-text { color: var(--white); font-size: 20px; font-weight: 900; display: block; margin-bottom: 4px; }
.footer-brand .logo-sub { color: rgba(255,255,255,.5); font-family: var(--en); font-size: 10px; letter-spacing: .14em; display: block; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; line-height: 2; color: rgba(255,255,255,.62); }
.footer-col h2 { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 18px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.62); text-decoration: none; margin-bottom: 11px; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: var(--white); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.45); }
.footer-social { display: flex; gap: 12px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); font-size: 15px; text-decoration: none;
  transition: background .2s, color .2s, transform .2s;
}
.social-btn:hover { background: var(--blue); color: var(--white); transform: translateY(-2px); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scrollDrop { 0% { top: -100%; } 100% { top: 100%; } }
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fade-up.visible { opacity: 1; transform: none; }
.fade-left { opacity: 0; transform: translateX(-40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fade-left.visible { opacity: 1; transform: none; }
.fade-right { opacity: 0; transform: translateX(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fade-right.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s !important; }
.d2 { transition-delay: .2s !important; }
.d3 { transition-delay: .3s !important; }
.d4 { transition-delay: .4s !important; }
.d5 { transition-delay: .5s !important; }

/* 演出を控える(reduce-motion)設定は無視して常にアニメを表示（2026-07-22 ヒロキさん指定） */
/* ===== HAMBURGER / MOBILE MENU ===== */
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; background: none; border: none; cursor: pointer;
  padding: 6px; border-radius: 8px; transition: background .2s;
}
.hamburger:hover { background: rgba(255,255,255,.12); }
header.scrolled .hamburger:hover { background: var(--blue-light); }
.hamburger span {
  display: block; height: 2px; background: var(--white); border-radius: 2px;
  transition: transform .3s, opacity .3s, background .4s; transform-origin: center;
}
header.scrolled .hamburger span { background: var(--blue-dark); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 300;
  background: rgba(22,41,74,.97); backdrop-filter: blur(14px);
  flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  opacity: 0; transition: opacity .3s;
}
.mobile-menu.open { opacity: 1; }
.mobile-menu a {
  color: var(--white); text-decoration: none; font-size: 19px; font-weight: 700;
  padding: 14px 48px; border-radius: 10px; letter-spacing: .05em;
  transition: background .2s; width: 290px; text-align: center;
}
.mobile-menu a:hover { background: rgba(255,255,255,.1); }
.mobile-menu .mobile-cta {
  background: var(--green); color: var(--white); margin-top: 18px;
  border-radius: 50px; font-size: 16px;
}
.mobile-menu .mobile-cta:hover { background: var(--green-dark); }
.mobile-menu-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none; color: var(--white);
  font-size: 32px; cursor: pointer; line-height: 1; padding: 8px;
}

/* ===== CONTACT ===== */
.contact-section { background: var(--white); padding: 110px 40px; }
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px;
  max-width: 1100px; margin: 0 auto;
}
.contact-info h3 { font-size: 20px; font-weight: 900; color: var(--blue-dark); margin-bottom: 26px; }
.contact-info-item {
  display: flex; gap: 14px; align-items: flex-start;
  margin-bottom: 22px; font-size: 14px; color: var(--text); line-height: 1.8;
}
.contact-info-icon {
  width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px;
}
.contact-info-item a { color: var(--blue-dark); text-decoration: none; font-weight: 700; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--blue-dark); }
.form-required {
  display: inline-block; background: var(--blue); color: var(--white);
  font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px;
  margin-left: 7px; vertical-align: middle;
}
.form-optional {
  display: inline-block; background: var(--gray-light); color: var(--gray);
  font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px;
  margin-left: 7px; vertical-align: middle;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid #D8E0EE; border-radius: 10px;
  font-size: 15px; font-family: inherit; color: var(--text); background: var(--white);
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(61,130,214,.14);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-agree { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--gray); line-height: 1.7; }
.form-agree input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); flex-shrink: 0; }
.form-agree a { color: var(--blue); }
.form-submit {
  background: var(--blue-dark); color: var(--white); border: none;
  padding: 17px 52px; border-radius: 50px; font-size: 16px; font-weight: 700;
  font-family: inherit; cursor: pointer;
  box-shadow: 0 8px 24px rgba(35,78,141,.3);
  transition: background .2s, transform .2s, box-shadow .2s;
  align-self: flex-start;
}
.form-submit:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(35,78,141,.38); }
.form-note { font-size: 12px; color: var(--gray); line-height: 1.9; margin-top: -6px; }

/* ===== ACCESS ===== */
.access-section { background: var(--gray-light); padding: 110px 40px; }
.access-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.access-info { display: flex; flex-direction: column; gap: 22px; }
.access-info-item { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 1.85; color: var(--text); }
.access-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.access-map { border-radius: 18px; overflow: hidden; box-shadow: 0 16px 48px rgba(22,41,74,.14); }
.access-map iframe { width: 100%; height: 360px; border: none; display: block; }
.access-transport { background: var(--white); border-radius: 14px; padding: 22px 26px; box-shadow: 0 2px 14px rgba(22,41,74,.05); }
.access-transport h3 { font-size: 13px; font-weight: 700; color: var(--blue-dark); margin-bottom: 14px; }
.access-transport-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: #4A5468; margin-bottom: 9px; line-height: 1.7; }
.access-transport-item:last-child { margin-bottom: 0; }
.transport-badge { background: var(--blue-light); color: var(--blue-dark); font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; margin-top: 2px; }
.transport-badge.green { background: var(--green-light); color: var(--green-dark); }

/* ===== FLOATING CTA ===== */
.float-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 150;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end;
  opacity: 0; transform: translateY(16px);
  transition: opacity .4s, transform .4s;
  pointer-events: none;
}
.float-cta.visible { opacity: 1; transform: none; pointer-events: all; }
.float-cta-main {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 32px; border-radius: 50px; font-weight: 700; font-size: 15px;
  text-decoration: none; white-space: nowrap;
  background: var(--green); color: var(--white);
  box-shadow: 0 10px 30px rgba(63,168,118,.45);
  transition: all .3s var(--ease);
}
.float-cta-main:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(63,168,118,.55); }
.float-cta-tel {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 50px; font-weight: 700; font-size: 13px;
  text-decoration: none; white-space: nowrap;
  background: var(--white); color: var(--blue-dark);
  box-shadow: 0 4px 20px rgba(0,0,0,.13);
  transition: all .3s var(--ease);
}
.float-cta-tel:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }

/* ===== VIDEO ===== */
.video-section { background: var(--gray-light); padding: 110px 40px; }
.video-wrap {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: var(--navy); border-radius: 18px; overflow: hidden;
  box-shadow: 0 28px 72px rgba(35,78,141,.22); margin: 40px auto 0;
}
/* PC表示では紹介動画の枠を80%幅に（中央寄せ）— 2026-07-23 ヒロキさん指定 */
@media (min-width: 901px) { .video-wrap { max-width: 80%; } }
.video-wrap video, .video-wrap iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; border: none;
}
.video-placeholder {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55); font-size: 14px; gap: 16px;
}
.video-placeholder svg { opacity: .35; }
.video-tags { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.video-tag {
  background: var(--blue-light); color: var(--blue-dark);
  font-size: 12px; font-weight: 700; padding: 7px 17px;
  border-radius: 50px; letter-spacing: .04em;
}
.video-tag.green { background: var(--green-light); color: var(--green-dark); }

/* ===== HEADER PHONE ===== */
.header-phone {
  display: none; font-size: 11px; font-weight: 700;
  color: var(--blue-dark); white-space: nowrap; align-items: center; gap: 6px;
}
.header-phone a { color: var(--blue-dark); text-decoration: none; font-family: var(--en); font-size: 16px; font-weight: 700; }
header.scrolled .header-phone { display: flex; }

/* ===== DUAL CTA ===== */
.dual-cta-section { background: var(--gray-light); padding: 96px 40px; }
.dual-cta-inner { max-width: 920px; margin: 0 auto; }
.dual-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 52px; }
.dual-cta-card {
  background: var(--white); border-radius: 22px; padding: 48px 38px; text-align: center;
  border-top: 4px solid var(--blue);
  box-shadow: 0 4px 28px rgba(22,41,74,.07);
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease), box-shadow .3s;
}
.dual-cta-card:nth-child(2) { border-top-color: var(--green); }
.dual-cta-card.visible { opacity: 1; transform: none; }
.dual-cta-card:hover { box-shadow: 0 18px 48px rgba(22,41,74,.13); }
.dual-cta-icon { font-size: 44px; margin-bottom: 18px; }
.dual-cta-title { font-size: 19px; font-weight: 900; color: var(--blue-dark); margin-bottom: 14px; }
.dual-cta-desc { font-size: 14px; color: var(--gray); line-height: 2; margin-bottom: 30px; }
.dual-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 38px; border-radius: 50px; font-weight: 700; font-size: 14px;
  text-decoration: none; transition: all .3s var(--ease);
}
.dual-cta-btn.blue { background: var(--blue-dark); color: var(--white); box-shadow: 0 6px 18px rgba(35,78,141,.3); }
.dual-cta-btn.blue:hover { background: var(--blue); transform: translateY(-2px); }
.dual-cta-btn.green { background: var(--green); color: var(--white); box-shadow: 0 6px 18px rgba(63,168,118,.3); }
.dual-cta-btn.green:hover { background: var(--green-dark); transform: translateY(-2px); }

/* ===== FAQ ===== */
.faq-section { background: var(--white); padding: 110px 40px; }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  display: flex; align-items: center; gap: 16px; padding: 24px 8px;
  width: 100%; text-align: left; background: none; border: none;
  cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 700; color: var(--blue-dark);
  transition: color .2s;
}
.faq-q:hover { color: var(--blue); }
.faq-q-label {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: var(--gold); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--en); font-size: 14px; font-weight: 700;
}
.faq-toggle { margin-left: auto; font-size: 22px; color: var(--blue); transition: transform .3s; line-height: 1; flex-shrink: 0; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .45s var(--ease);
}
.faq-a-inner { padding: 0 8px 26px 58px; font-size: 14px; color: #4A5468; line-height: 2; }

/* ===== GALLERY MAGAZINE ===== */
.gallery-magazine {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 215px 215px;
  gap: 4px; max-width: 100%;
}
.gallery-mag-item { position: relative; overflow: hidden; }
.gallery-mag-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); display: block; }
.gallery-mag-item:hover img { transform: scale(1.05); }
.gallery-mag-item:first-child { grid-row: 1 / 3; }
.gallery-mag-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px 22px;
  background: linear-gradient(transparent, rgba(22,41,74,.72));
  color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .04em;
  opacity: 0; transition: opacity .3s;
}
.gallery-mag-item:hover .gallery-mag-caption { opacity: 1; }

/* ===== OUTLINE (事業所概要) ===== */
.outline-section { background: var(--gray-light); padding: 110px 40px; }
.outline-table-wrap {
  background: var(--white); border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 36px rgba(22,41,74,.08); max-width: 860px; margin: 0 auto;
}
.outline-table { width: 100%; border-collapse: collapse; }
.outline-table th, .outline-table td { padding: 19px 28px; font-size: 14px; text-align: left; border-bottom: 1px solid var(--line); line-height: 1.8; }
.outline-table tr:last-child th, .outline-table tr:last-child td { border-bottom: none; }
.outline-table th { width: 32%; background: #FAFBFD; color: var(--blue-dark); font-weight: 700; vertical-align: top; }
.outline-table td { color: #3A4254; }
.outline-table td a { color: var(--blue); font-weight: 700; text-decoration: none; }

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .hamburger { display: flex; }
  .header-nav { display: none; }
  .header-top { padding: 0 20px; height: 68px; }
  .mobile-menu { display: flex; pointer-events: none; }
  .mobile-menu.open { pointer-events: all; }
  .contact-wrap { grid-template-columns: 1fr; gap: 48px; }
  .numbers-inner { grid-template-columns: repeat(2, 1fr); }
  .num-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
  .num-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
  .num-item:last-child, .num-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .about-split { grid-template-columns: 1fr !important; gap: 48px; }
  .flow-steps { grid-template-columns: 1fr !important; gap: 18px !important; }
  .flow-steps::before, .flow-arrow { display: none; }
  .voices-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
  .section, .access-section, .video-section, .faq-section, .contact-section, .outline-section { padding: 72px 20px; }
  .hero h1 { font-size: clamp(26px, 7.5vw, 42px); }
  .access-grid { grid-template-columns: 1fr !important; }
  .marquee-item { font-size: 36px; }
  .trust-inner { gap: 10px 22px; }
  .trust-item { font-size: 12px; }
}
@media (max-width: 600px) {
  .dual-cta-grid { grid-template-columns: 1fr !important; }
  .gallery-magazine { grid-template-columns: 1fr; grid-template-rows: 220px 160px 160px; }
  .gallery-mag-item:first-child { grid-row: auto; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .numbers-inner { grid-template-columns: repeat(2, 1fr); }
  .float-cta { bottom: 16px; right: 16px; }
  .float-cta-main { padding: 14px 24px; font-size: 13px; }
  .outline-table th { width: 38%; padding: 15px 16px; font-size: 13px; }
  .outline-table td { padding: 15px 16px; font-size: 13px; }
}

/* ===== モバイル：スクロール演出を無効化し常時表示（表示不具合対策） ===== */
@media (max-width: 900px) {
  .fade-up, .fade-left, .fade-right, .num-item, .service-card, .about-feature,
  .flow-step, .voice-card, .dual-cta-card, .warmth-item, .forwho-card,
  .benefit-card, .staff-card, .shuttle-banner, .flow-note, .worry-item,
  .quality-note, .merit-card {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .section-line { width: 56px !important; }
}

/* ===== SECTION WAVE DIVIDER（波のセクション区切り・静的装飾） ===== */
.section-wave { line-height: 0; margin: 0; padding: 0; overflow: hidden; }
.section-wave svg { display: block; width: 100%; height: 54px; }
@media (max-width: 900px) { .section-wave svg { height: 30px; } }
