/*
Theme Name: NEO STONAL v19
Theme URI: https://www.neostnal-inc.com/
Author: Neo Stonal Inc.
Author URI: https://www.neostnal-inc.com/
Description: 株式会社ネオストナル公式テーマ v4 — localhost:8765 のプレビューデザインを忠実に再現。QuickFukuoka風フルスクリーンHERO + 動的ブログ機能。
Version: 19.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neostnal
*/

/*
Theme Name: NEO STONAL
Theme URI: https://neostnal.example.com/
Author: Neo Stonal Inc.
Author URI: https://neostnal.example.com/
Description: 株式会社ネオストナル公式テーマ — 採用コンサルティング企業向けカスタムテーマ。ブログ・事例（カスタム投稿タイプ）対応。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neostnal
*/

/* ===================================================
   NEO STONAL — Corporate Style Sheet
   BoostX-inspired: Noto Sans JP + Manrope, White/Navy/Red
   =================================================== */

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand-red: #14598C;
  --brand-red-dark: #0E4470;
  --brand-gold: #2C8CB8;
  --navy: #102A43;
  --navy-2: #1A3A5C;
  --text: #2c2c3e;
  --text-sub: #5a5a70;
  --text-light: #8a8aa0;
  --border: #e5e7ec;
  --bg: #ffffff;
  --bg-2: #f7f8fb;
  --white: #ffffff;
  --shadow: 0 4px 16px rgba(15,30,61,0.08);
  --shadow-lg: 0 12px 36px rgba(15,30,61,0.12);
  --radius: 8px;
  --radius-lg: 14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.9;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ===== Section Utilities ===== */
.section { padding: 100px 0; }
.bg-2 { background: var(--bg-2); }

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.section-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 20px;
}

.section-sub {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
  letter-spacing: 0.04em;
}

.section-action {
  text-align: center;
  margin-top: 48px;
}

.text-red { color: var(--brand-red); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.06em;
  border-radius: var(--radius);
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
}
.btn:hover {
  background: var(--brand-red-dark);
  border-color: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(20,89,140,0.25);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-lg { padding: 18px 40px; font-size: 15px; }
.btn-sm { padding: 10px 22px; font-size: 13px; }

.btn-no-arrow { }
.btn-header {
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
  padding: 10px 22px;
  font-size: 13px;
}
.btn-header:hover {
  background: var(--brand-red-dark);
  border-color: var(--brand-red-dark);
  transform: translateY(-1px);
}

/* ===== Header ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-mark img {
  height: 36px;
  width: auto;
}

.logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--navy);
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}

.nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-sub);
  letter-spacing: 0.04em;
  transition: color 0.2s;
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-red);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.nav a:hover,
.nav a.current {
  color: var(--navy);
}

.nav a:hover::after,
.nav a.current::after {
  transform: scaleX(1);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
  padding: 100px 0 80px;
  background: var(--white);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--brand-red);
  background: rgba(20,89,140,0.06);
  border: 1px solid rgba(20,89,140,0.2);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-red);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 24px;
}

.hero-lead {
  font-size: 16px;
  color: var(--text-sub);
  line-height: 2.1;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.25s, box-shadow 0.25s;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.stat-num {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--brand-red);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.stat-num span {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-sub);
  margin-left: 2px;
}

.stat-label {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* ===== CONCERNS ===== */
.concerns { }

.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.concern-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.concern-card:hover {
  border-color: var(--brand-red);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.concern-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-red);
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concern-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  font-weight: 500;
}

.concern-card-cta {
  background: var(--navy);
  border-color: var(--navy);
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.concern-card-cta:hover {
  border-color: var(--navy);
  background: var(--navy-2);
}

.concern-cta-text {
  color: var(--white) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* ===== STRENGTHS ===== */
.strengths { }

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

.strength-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.strength-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.strength-num {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(20,89,140,0.12);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}

.strength-card:hover .strength-num {
  color: rgba(20,89,140,0.25);
}

.strength-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.5;
}

.strength-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.9;
}

/* ===== REASONS ===== */
.reasons {
  background: var(--navy);
}

.reasons .section-label {
  color: rgba(44,140,184,0.9);
}

.reasons .section-title {
  color: var(--white);
}

.reasons .section-sub {
  color: rgba(255,255,255,0.65);
}

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

.reason-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: background 0.2s, transform 0.2s;
}

.reason-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.reason-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
}

.reason-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.reason-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.9;
}

/* ===== SERVICES ===== */
.services { }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.service-card:hover {
  border-color: var(--brand-red);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.service-card-featured {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 2px var(--brand-red), var(--shadow-lg);
  transform: translateY(-8px);
}

.service-card-featured:hover {
  transform: translateY(-12px);
}

.service-tag {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--brand-red);
  background: rgba(20,89,140,0.08);
  border: 1px solid rgba(20,89,140,0.2);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.service-card-featured .service-tag {
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
}

.service-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
}

.service-price {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.service-price span {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 0 2px;
}

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  flex: 1;
}

.service-list li {
  font-size: 14px;
  color: var(--text);
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}

.service-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
  margin-top: 32px;
}

/* ===== CASES ===== */
.cases-section { }

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

.case-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.case-card:hover {
  border-color: var(--brand-red);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.case-industry {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--brand-red);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.case-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 20px;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.tag {
  font-size: 12px;
  color: var(--text-sub);
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: 100px;
}

.case-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.04em;
}

/* ===== BLOG PREVIEW ===== */
.blog-preview { }

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

.article-card {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
}

.article-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.article-thumb {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.article-thumb-label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.15);
  padding: 4px 10px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  text-transform: uppercase;
}

.article-thumb-big {
  font-size: 18px;
  font-weight: 800;
  color: rgba(255,255,255,0.95);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.article-body {
  padding: 24px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.article-cat {
  font-size: 12px;
  color: var(--brand-red);
  font-weight: 600;
}

.article-date {
  font-size: 12px;
  color: var(--text-light);
  font-family: 'Manrope', sans-serif;
}

.article-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.65;
  margin-bottom: 16px;
}

.article-excerpt {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.8;
  margin-bottom: 16px;
}

.article-more {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--brand-red);
}

/* ===== PROCESS ===== */
.process { }

.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.process-step {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.process-step:hover {
  border-color: var(--brand-red);
  transform: translateY(-3px);
}

.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-red);
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 0 8px;
  padding-top: 40px;
  flex-shrink: 0;
}

.process-num {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: rgba(20,89,140,0.15);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.process-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.process-body {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
}

/* ===== FAQ ===== */
.faq { }

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.faq-item.open {
  border-color: var(--brand-red);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.6;
  user-select: none;
}

.faq-icon {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--brand-red);
  flex-shrink: 0;
  transition: transform 0.3s;
  width: 24px;
  text-align: center;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-a {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.9;
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 28px 24px;
}

/* ===== CONTACT ===== */
.contact {
  background: var(--navy);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact .section-label {
  color: rgba(44,140,184,0.9);
  text-align: left;
}

.contact-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.contact-body {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 2;
  margin-bottom: 32px;
}

.contact-merit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-merit li {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}

.required {
  font-size: 11px;
  background: var(--brand-red);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(20,89,140,0.1);
}

.form-group textarea {
  resize: vertical;
  line-height: 1.7;
}

.form-success {
  text-align: center;
  padding: 40px 20px;
}

.success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.form-success h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.form-success p {
  font-size: 14px;
  color: var(--text-sub);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 64px 0 40px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.footer .logo-text {
  color: var(--white);
}

.footer-tag {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 40px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-info {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
}

/* ===== FIXED CTA ===== */
.fixed-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 90;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s, transform 0.3s;
}

.fixed-cta.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== PAGE HERO (cases, blog) ===== */
.page-hero {
  background: var(--navy);
  padding: 100px 0 80px;
}

.page-hero-inner {
  text-align: center;
}

.page-hero .eyebrow {
  justify-content: center;
  color: var(--brand-gold);
  letter-spacing: 0.2em;
}

.page-hero .eyebrow::before {
  background: var(--brand-gold);
}

.page-hero-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.page-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 2;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-light);
}

.breadcrumb-list a {
  color: var(--brand-red);
  transition: color 0.2s;
}

.breadcrumb-list a:hover {
  color: var(--brand-red-dark);
}

.breadcrumb-list .sep { color: var(--border); }
.breadcrumb-list .current { color: var(--text-sub); }

/* ===== FILTER BAR ===== */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}

.filter-chip {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sub);
  border: 1px solid var(--border);
  background: var(--white);
  padding: 8px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-chip:hover,
.filter-chip.active {
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
}

/* ===== CARD LIST ===== */
.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ===== BOTTOM CTA ===== */
.bottom-cta {
  background: var(--navy);
  padding: 80px 0;
  text-align: center;
}

.bottom-cta-inner h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.5;
}

.bottom-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 40px;
}

/* ===== CASES PAGE ===== */
.case-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.case-feature {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.2s, transform 0.2s;
}

.case-feature:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.case-feature-visual {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.case-feature-body {
  padding: 40px;
  border-left: 1px solid var(--border);
}

.case-num {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(255,255,255,0.2);
  line-height: 1;
}

.case-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 16px;
}

.case-result {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(20,89,140,0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(20,89,140,0.12);
  margin-bottom: 24px;
}

.case-result-item {}

.result-num {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--brand-red);
  line-height: 1;
  margin-bottom: 4px;
}

.result-label {
  font-size: 12px;
  color: var(--text-sub);
}

.case-detail-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.9;
  margin-bottom: 20px;
}

/* ===== BLOG DETAIL ===== */
.blog-detail-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
}

.blog-main {}
.blog-sidebar {}

.blog-header {
  margin-bottom: 40px;
}

.blog-cat-date {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.blog-cat {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-red);
}

.blog-date {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--text-light);
}

.blog-main-title {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 16px;
}

.blog-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin: 48px 0 20px;
  padding-left: 16px;
  border-left: 3px solid var(--brand-red);
  line-height: 1.5;
}

.blog-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin: 36px 0 16px;
}

.blog-content p {
  font-size: 15px;
  color: var(--text);
  line-height: 2;
  margin-bottom: 20px;
}

.blog-content ul,
.blog-content ol {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
}

.blog-content ol { list-style: decimal; }

.blog-content li {
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 8px;
}

.blog-content strong { font-weight: 700; color: var(--navy); }

.blog-content .highlight-box {
  background: rgba(20,89,140,0.04);
  border: 1px solid rgba(20,89,140,0.15);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 32px 0;
}

.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 24px;
}

.sidebar-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.sidebar-cta {
  background: var(--navy);
  border-color: var(--navy);
}

.sidebar-cta .sidebar-title {
  color: var(--white);
  border-color: rgba(255,255,255,0.15);
}

.sidebar-cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== FADE IN ANIMATION ===== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== EYEBROW (legacy) ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--brand-gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--brand-gold);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner { gap: 48px; }
  .strength-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { transform: none; }
  .service-card-featured:hover { transform: translateY(-4px); }
  .blog-detail-wrap { grid-template-columns: 1fr; }
  .blog-sidebar { display: none; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 72px 0; }

  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 20px 24px;
    gap: 4px;
    z-index: 99;
  }
  .nav.open a {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    font-size: 15px;
  }
  .menu-toggle { display: flex; }
  .btn-header { display: none; }

  .hero { padding: 60px 0 48px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-title { font-size: 36px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }

  .concern-grid { grid-template-columns: 1fr; }
  .strength-grid { grid-template-columns: 1fr; }
  .reason-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .card-list { grid-template-columns: 1fr; }

  .process-steps { flex-direction: column; }
  .process-arrow { display: none; }

  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }

  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-top { flex-direction: column; gap: 16px; }

  .case-feature { grid-template-columns: 1fr; }
  .case-feature-body { border-left: none; border-top: 1px solid var(--border); }

  .fixed-cta { bottom: 20px; right: 20px; }
  .section-header { margin-bottom: 40px; }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat-card { padding: 20px 16px; }
  .stat-num { font-size: 32px; }
  .footer-cols { grid-template-columns: 1fr; }
}

/* ===== PAGE HERO LIGHT (2nd-tier) ===== */
.page-hero-light {
  background: var(--bg-2);
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--border);
}

.page-hero-light-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-hero-title-dark {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 16px 0 20px;
}

.page-hero-sub-dark {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ===== CASE LIST (2nd-tier) ===== */
.case-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-list-item {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.case-list-item:hover {
  border-color: var(--brand-red);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.case-list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.case-num-badge {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--white);
  background: var(--brand-red);
  padding: 6px 12px;
  border-radius: 4px;
  flex-shrink: 0;
}

.case-list-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.55;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.case-list-summary {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.95;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.case-list-kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  background: var(--bg-2);
  border-radius: var(--radius);
  margin-bottom: 20px;
}

.kpi-item {
  text-align: center;
}

.kpi-num {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-red);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.kpi-num span {
  font-size: 11px;
  color: var(--text-sub);
  margin-left: 1px;
  font-weight: 700;
}

.kpi-label {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: 0.04em;
}

/* ===== BLOG LIST (2nd-tier) ===== */
.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ===== DETAIL HERO (3rd-tier) ===== */
.detail-hero {
  background: var(--bg-2);
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--border);
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.detail-title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  max-width: 880px;
}

.detail-lead {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 720px;
}

.article-read {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: 0.04em;
}

/* ===== KPI BAR (3rd-tier) ===== */
.kpi-bar {
  display: flex;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.kpi-bar-item {
  flex: 1;
  padding: 28px 24px;
  text-align: center;
}

.kpi-bar-label {
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.kpi-bar-num {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--brand-red);
  line-height: 1;
  letter-spacing: -0.02em;
}

.kpi-bar-num span {
  font-size: 16px;
  color: var(--text-sub);
  margin-left: 2px;
  font-weight: 700;
}

.kpi-bar-divider {
  width: 1px;
  background: var(--border);
}

/* ===== DETAIL GRID ===== */
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}

.detail-main {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 56px 56px;
}

.detail-h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 48px 0 20px;
  padding-left: 16px;
  border-left: 4px solid var(--brand-red);
}

.detail-h2:first-child {
  margin-top: 0;
}

.detail-h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin: 32px 0 16px;
}

.detail-p {
  font-size: 15px;
  color: var(--text);
  line-height: 2.05;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.detail-list {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}

.detail-list-ol {
  list-style: decimal;
}

.detail-list li {
  font-size: 15px;
  color: var(--text);
  line-height: 1.95;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.detail-list strong {
  font-weight: 700;
  color: var(--navy);
}

/* ===== TOC ===== */
.detail-toc {
  background: var(--bg-2);
  border-left: 4px solid var(--brand-red);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 48px;
}

.toc-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.toc-list {
  list-style: none;
  counter-reset: toc;
}

.toc-list li {
  margin-bottom: 8px;
}

.toc-list a {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.7;
  transition: color 0.2s;
}

.toc-list a:hover {
  color: var(--brand-red);
}

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
  background: rgba(20,89,140,0.04);
  border: 1px solid rgba(20,89,140,0.15);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 32px 0;
}

.highlight-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.highlight-box p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.highlight-quote {
  background: var(--navy);
  border-color: var(--navy);
}

.highlight-quote .highlight-label {
  color: var(--brand-gold);
}

.highlight-quote p {
  color: rgba(255,255,255,0.92);
  font-style: italic;
}

.highlight-author {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-style: normal;
  letter-spacing: 0.04em;
}

/* ===== ASIDE ===== */
.detail-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 92px;
}

.aside-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.aside-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.aside-title-light {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.aside-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aside-list li {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
  letter-spacing: 0.02em;
}

.aside-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}

.aside-card-cta {
  background: var(--navy);
  border-color: var(--navy);
}

.aside-card-cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.aside-related {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}

.aside-related:last-child {
  border-bottom: none;
}

.aside-related-cat {
  font-size: 11px;
  color: var(--brand-red);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.aside-related-title {
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.6;
}

.aside-related:hover .aside-related-title {
  color: var(--brand-red);
}

/* ===== DETAIL RESPONSIVE ===== */
@media (max-width: 1024px) {
  .case-list-grid { grid-template-columns: 1fr; }
  .blog-list-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .detail-main { padding: 40px 32px; }
  .kpi-bar { flex-wrap: wrap; }
  .kpi-bar-item { flex: 1 1 50%; }
  .kpi-bar-divider { display: none; }
}

@media (max-width: 768px) {
  .blog-list-grid { grid-template-columns: 1fr; }
  .detail-main { padding: 32px 24px; }
  .case-list-kpi { grid-template-columns: 1fr; gap: 8px; }
  .kpi-item { display: flex; align-items: center; justify-content: space-between; padding: 6px 12px; }
  .kpi-num { font-size: 18px; }
  .case-list-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .detail-h2 { font-size: 20px; padding-left: 12px; border-left-width: 3px; }
}

/* ===== HERO TARGETS ===== */
.hero-targets {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.target-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.target-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  list-style: none;
}
.target-list li {
  font-size: 13px;
  color: var(--text-sub);
  padding-left: 18px;
  position: relative;
  line-height: 1.6;
}
.target-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}
.hero-stat-source {
  margin-top: 16px;
  font-size: 11px;
  color: var(--text-light);
  letter-spacing: 0.04em;
  text-align: right;
}

/* ===== CONCERN CTA & PROMISE ===== */
.concern-cta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.concern-cta-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.concern-cta-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-gold);
  font-weight: 700;
}
.concern-card-promise {
  background: var(--white);
  border-color: var(--brand-red);
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.promise-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
}
.concern-card-promise p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text);
}

/* ===== WHY NOW ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.why-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.why-num {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: rgba(20,89,140,0.18);
  line-height: 1;
  margin-bottom: 14px;
}
.why-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.5;
}
.why-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.95;
}

/* ===== WHY BANNER ===== */
.why-banner {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
}
.why-banner-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-gold);
  text-transform: uppercase;
}
.why-banner p {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.85;
}
.why-banner p strong {
  color: var(--white);
  font-weight: 700;
}
.why-banner-light {
  background: var(--white);
  border: 1px solid var(--border);
}
.why-banner-light p { color: var(--text); }
.why-banner-light p strong { color: var(--navy); }

/* ===== THIRD-PARTY VS GRID ===== */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 16px;
  align-items: stretch;
}
.vs-col {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.vs-col-solution {
  background: var(--navy);
  border-color: var(--navy);
}
.vs-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.vs-label-light {
  color: var(--brand-gold);
  border-bottom-color: rgba(255,255,255,0.15);
}
.vs-item {
  margin-bottom: 24px;
}
.vs-item:last-child { margin-bottom: 0; }
.vs-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.5;
}
.vs-item p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
}
.vs-item-light h4 { color: var(--white); }
.vs-item-light p { color: rgba(255,255,255,0.72); }
.vs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--brand-red);
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}

/* ===== SERVICES CATEGORIES ===== */
.services-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-cat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.service-cat-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.service-cat-num {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--white);
  background: var(--brand-red);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.service-cat-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.service-cat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-cat-list li {
  font-size: 13px;
  color: var(--text-sub);
  padding-left: 16px;
  position: relative;
  line-height: 1.7;
}
.service-cat-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}

/* ===== PDCA ===== */
.pdca-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.pdca-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
}
.pdca-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--white);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
  align-self: flex-start;
}
.pdca-tag-plan { background: #1e88e5; }
.pdca-tag-do { background: var(--brand-red); }
.pdca-tag-check { background: #f59e0b; }
.pdca-tag-action { background: #16a34a; }
.pdca-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.pdca-sub {
  font-size: 11px;
  color: var(--brand-red);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.pdca-card p {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.85;
}
.pdca-card p strong {
  color: var(--navy);
  font-weight: 700;
}

/* ===== PRICING ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.pricing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.pricing-card-featured {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 2px var(--brand-red), var(--shadow-lg);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-red);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 100px;
}
.pricing-cat {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--brand-red);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.pricing-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.pricing-price {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 4px;
}
.pricing-price span {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 0 4px;
}
.pricing-price small {
  font-size: 12px;
  color: var(--text-light);
}
.pricing-price-sub {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 16px;
}
.pricing-period {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  letter-spacing: 0.04em;
}
.pricing-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  flex: 1;
}
.pricing-list li {
  font-size: 13px;
  color: var(--text);
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}
.pricing-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}
.pricing-list li strong {
  color: var(--navy);
  font-weight: 700;
}
.pricing-target {
  background: var(--bg-2);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 24px;
}
.pricing-target strong {
  display: block;
  font-size: 12px;
  color: var(--brand-red);
  margin-bottom: 6px;
  font-weight: 700;
}
.pricing-target p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
}
.pricing-note {
  text-align: center;
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.85;
  margin-top: 32px;
}

/* ===== CASE BEFORE/AFTER ===== */
.case-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.case-ba-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
}
.case-ba-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.case-ba-num {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  background: var(--navy);
  color: var(--white);
  padding: 8px 14px;
  border-radius: 4px;
  letter-spacing: 0.06em;
}
.case-ba-issue {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}
.case-ba-section {
  margin-bottom: 18px;
}
.case-ba-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.case-ba-section p, .case-ba-section ul li {
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
}
.case-ba-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.case-ba-section ul li {
  padding-left: 16px;
  position: relative;
  font-size: 13px;
  color: var(--text-sub);
}
.case-ba-section ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--brand-red);
}
.case-ba-flow {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.ba-before, .ba-after {
  background: var(--bg-2);
  border-radius: var(--radius);
  padding: 16px;
}
.ba-after { background: rgba(20,89,140,0.06); border: 1px solid rgba(20,89,140,0.18); }
.ba-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ba-tag-after { color: var(--brand-red); }
.ba-before ul, .ba-after ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ba-before ul li, .ba-after ul li {
  font-size: 12px;
  color: var(--text);
  line-height: 1.6;
  padding-left: 0;
}
.ba-before ul li::before, .ba-after ul li::before { display: none; }
.ba-arrow {
  font-size: 20px;
  color: var(--brand-red);
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}

/* ===== PROCESS UPDATES ===== */
.process-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--brand-red);
  background: rgba(20,89,140,0.08);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 8px 0 12px;
}
.process-body-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.process-body-list li {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.6;
  padding-left: 12px;
  position: relative;
}
.process-body-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--brand-red);
}

/* ===== VALUE ===== */
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.value-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.value-num {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-red);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.value-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}
.value-body {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
  margin-bottom: 20px;
}
.value-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.value-tag {
  font-size: 11px;
  color: var(--brand-red);
  background: rgba(20,89,140,0.08);
  border: 1px solid rgba(20,89,140,0.2);
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 600;
}

/* ===== TARGET RECOMMENDED ===== */
.target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.target-case {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border-left: 4px solid var(--brand-red);
  transition: transform 0.2s, box-shadow 0.2s;
}
.target-case:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.target-case h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.5;
}
.target-case ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.target-case ul li {
  font-size: 13px;
  color: var(--text-sub);
  padding-left: 16px;
  position: relative;
  line-height: 1.65;
}
.target-case ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}

/* ===== PROFILE ===== */
.profile-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: start;
}
.profile-photo-area {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  position: sticky;
  top: 100px;
  text-align: center;
}
.profile-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.profile-name-en {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.profile-role {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--brand-gold);
  font-weight: 600;
  text-transform: uppercase;
}
.profile-content {
}
.profile-title {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin: 16px 0 24px;
}
.profile-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.profile-name-kana {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-sub);
  margin-left: 8px;
}
.profile-summary {
  font-size: 15px;
  color: var(--text);
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 32px;
}
.profile-summary strong {
  color: var(--brand-red);
  font-weight: 700;
}
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.profile-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.profile-block-title {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profile-block ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.profile-block ul li {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
  padding-left: 12px;
  position: relative;
}
.profile-block ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--brand-red);
}
.profile-block p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
}

/* ===== RESPONSIVE OVERRIDES ===== */
@media (max-width: 1024px) {
  .pdca-grid { grid-template-columns: repeat(3, 1fr); }
  .services-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
  .target-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .profile-inner { grid-template-columns: 1fr; }
  .profile-photo-area { position: static; padding: 32px; }
  .profile-grid { grid-template-columns: 1fr; }
  .case-ba-grid { grid-template-columns: 1fr; }
  .vs-grid { grid-template-columns: 1fr; }
  .vs-arrow { transform: rotate(90deg); padding: 12px 0; }
}

@media (max-width: 768px) {
  .pdca-grid { grid-template-columns: 1fr; }
  .services-cat-grid { grid-template-columns: 1fr; }
  .target-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .target-list { grid-template-columns: 1fr; }
  .case-ba-flow { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); padding: 4px 0; }
}

/* ===== TYPOGRAPHY OVERRIDES — readability boost ===== */
/* Increases text sizes across all components for desktop readability */

/* Section header - bigger */
.section-header { max-width: 820px; margin: 0 auto 72px; }
.section-label { font-size: 14px; margin-bottom: 20px; }
.section-title { font-size: clamp(32px, 3.6vw, 44px) !important; line-height: 1.5; margin-bottom: 24px; }
.section-sub { font-size: 17px !important; line-height: 2.1; }

/* Hero - bigger */
.hero { padding: 120px 0 100px; }
.hero-badge { font-size: 13px; padding: 8px 18px; margin-bottom: 28px; }
.hero-title { font-size: clamp(48px, 6vw, 76px) !important; line-height: 1.25; margin-bottom: 32px; }
.hero-lead { font-size: 18px !important; line-height: 2.1; margin-bottom: 44px; }
.hero-actions .btn-lg { padding: 20px 44px; font-size: 16px; }
.target-label { font-size: 12px; margin-bottom: 16px; }
.target-list li { font-size: 15px; padding-left: 22px; }

/* Stat cards - bigger */
.stat-card { padding: 36px 30px; }
.stat-num { font-size: 52px !important; }
.stat-num span { font-size: 22px; }
.stat-label { font-size: 14px; line-height: 1.7; }
.hero-stat-source { font-size: 12px; margin-top: 20px; }

/* Concerns - bigger */
.concern-grid { gap: 20px; }
.concern-card { padding: 32px 28px; gap: 18px; }
.concern-icon { width: 36px; height: 36px; font-size: 18px; }
.concern-card p { font-size: 16px !important; line-height: 1.75; font-weight: 500; }
.concern-cta-text { font-size: 17px !important; }
.concern-cta-list li { font-size: 14px !important; padding-left: 20px; }
.concern-card-promise p { font-size: 15px; line-height: 1.95; }
.promise-label { font-size: 12px; margin-bottom: 4px; }

/* Why now - bigger */
.why-card { padding: 44px 36px; }
.why-num { font-size: 44px; margin-bottom: 18px; }
.why-title { font-size: 22px !important; margin-bottom: 16px; line-height: 1.5; }
.why-body { font-size: 15px !important; line-height: 2; }
.why-banner { padding: 40px 48px; }
.why-banner p { font-size: 17px; line-height: 1.95; }

/* VS grid - bigger */
.vs-col { padding: 40px 36px; }
.vs-label { font-size: 12px; margin-bottom: 28px; padding-bottom: 16px; }
.vs-item { margin-bottom: 28px; }
.vs-item h4 { font-size: 17px !important; margin-bottom: 10px; }
.vs-item p { font-size: 14px !important; line-height: 1.95; }

/* Service categories - bigger */
.service-cat-card { padding: 38px 32px; }
.service-cat-num { font-size: 14px; padding: 8px 14px; margin-bottom: 20px; }
.service-cat-title { font-size: 21px !important; margin-bottom: 20px; line-height: 1.5; }
.service-cat-list li { font-size: 14px !important; padding-left: 18px; line-height: 1.85; }

/* PDCA - bigger */
.pdca-card { padding: 32px 24px; }
.pdca-tag { font-size: 11px; padding: 5px 12px; margin-bottom: 16px; }
.pdca-card h3 { font-size: 18px !important; }
.pdca-sub { font-size: 12px; margin-bottom: 14px; }
.pdca-card p { font-size: 13px !important; line-height: 1.95; }

/* Pricing - bigger */
.pricing-card { padding: 44px 36px; }
.pricing-cat { font-size: 12px; margin-bottom: 16px; }
.pricing-name { font-size: 26px !important; margin-bottom: 22px; line-height: 1.4; }
.pricing-price span { font-size: 38px !important; }
.pricing-price small { font-size: 13px; }
.pricing-period { font-size: 13px; margin-bottom: 28px; padding-bottom: 28px; }
.pricing-list li { font-size: 14px !important; padding-left: 22px; line-height: 1.8; }
.pricing-target { padding: 18px; margin-bottom: 28px; }
.pricing-target strong { font-size: 13px; }
.pricing-target p { font-size: 14px; line-height: 1.75; }
.pricing-badge { font-size: 13px; padding: 7px 22px; }
.pricing-note { font-size: 13px; margin-top: 40px; line-height: 2; }

/* Cases B/A - bigger */
.case-ba-card { padding: 44px 36px; }
.case-ba-num { font-size: 14px; padding: 9px 16px; }
.case-ba-issue { font-size: 18px; }
.case-ba-label { font-size: 12px; margin-bottom: 8px; }
.case-ba-section p, .case-ba-section ul li { font-size: 15px !important; line-height: 1.8; }
.case-ba-section ul li { padding-left: 18px; }
.ba-tag { font-size: 11px; margin-bottom: 10px; }
.ba-before ul li, .ba-after ul li { font-size: 13px !important; line-height: 1.7; }
.ba-before, .ba-after { padding: 18px 16px; }

/* Process - bigger */
.process-step { padding: 36px 24px; }
.process-num { font-size: 40px; margin-bottom: 16px; }
.process-tag { font-size: 11px; padding: 5px 10px; margin: 10px 0 14px; }
.process-title { font-size: 17px !important; }
.process-body-list li { font-size: 13px !important; padding-left: 14px; line-height: 1.7; }

/* Value cards - bigger */
.value-card { padding: 38px 28px; }
.value-num { font-size: 12px; margin-bottom: 16px; }
.value-title { font-size: 21px !important; margin-bottom: 16px; }
.value-body { font-size: 14px !important; line-height: 1.95; margin-bottom: 22px; }
.value-tag { font-size: 12px; padding: 5px 12px; }

/* Target cases - bigger */
.target-case { padding: 32px 28px; border-left-width: 5px; }
.target-case h4 { font-size: 18px !important; margin-bottom: 16px; line-height: 1.5; }
.target-case ul li { font-size: 14px !important; padding-left: 18px; line-height: 1.75; }

/* Profile - bigger */
.profile-photo-area { padding: 56px 40px; }
.profile-name-en { font-size: 32px; }
.profile-role { font-size: 13px; }
.profile-title { font-size: clamp(32px, 3.8vw, 44px) !important; margin: 18px 0 28px; }
.profile-name { font-size: 26px !important; margin-bottom: 18px; }
.profile-name-kana { font-size: 16px; }
.profile-summary { font-size: 16px !important; line-height: 2.05; margin-bottom: 36px; }
.profile-block { padding: 24px 26px; }
.profile-block-title { font-size: 12px; margin-bottom: 12px; }
.profile-block ul li, .profile-block p { font-size: 14px !important; line-height: 1.8; }

/* FAQ - bigger */
.faq-q { padding: 26px 32px; font-size: 17px !important; }
.faq-icon { font-size: 26px; width: 28px; }
.faq-a { font-size: 15px !important; line-height: 1.95; padding: 0 32px; }
.faq-item.open .faq-a { padding: 0 32px 28px; }

/* Contact - bigger */
.contact-title { font-size: clamp(28px, 3.4vw, 42px) !important; margin-bottom: 24px; }
.contact-body { font-size: 17px !important; line-height: 2.05; margin-bottom: 36px; }
.contact-merit li { font-size: 15px !important; }
.contact-form-wrap { padding: 48px; }
.form-group label { font-size: 14px; }
.form-group input, .form-group select, .form-group textarea { font-size: 15px; padding: 14px 16px; }

/* Buttons - slightly bigger */
.btn { padding: 17px 38px; font-size: 15px; }
.btn-lg { padding: 20px 44px; font-size: 16px; }
.btn-sm { padding: 11px 24px; font-size: 14px; }

/* Section spacing - more generous */
.section { padding: 120px 0; }

/* Header - bigger */
.header-inner { height: 80px; gap: 48px; }
.logo-mark img { height: 40px; }
.logo-text { font-size: 18px; }
.nav { gap: 36px; }
.nav a { font-size: 15px; }
.btn-header { padding: 12px 26px; font-size: 14px; }

/* Footer - bigger */
.footer-tag { font-size: 15px; line-height: 1.85; }
.footer-col-title { font-size: 13px; }
.footer-col a { font-size: 15px; }

/* Cases preview cards - bigger */
.case-card { padding: 36px; }
.case-industry { font-size: 13px; margin-bottom: 16px; }
.case-title { font-size: 17px !important; margin-bottom: 22px; line-height: 1.65; }
.case-more { font-size: 14px; }

/* Articles - bigger */
.article-title { font-size: 16px !important; line-height: 1.7; }
.article-excerpt { font-size: 14px !important; line-height: 1.85; }
.article-cat, .article-date { font-size: 13px; }

/* Mobile responsive - keep bigger sizes proportional */
@media (max-width: 768px) {
  body { font-size: 16px; line-height: 1.85; }
  .container { padding: 0 24px; }
  .section { padding: 72px 0; }
  .hero { padding: 60px 0 48px; }
  .hero-title { font-size: 40px !important; }
  .hero-lead { font-size: 16px !important; }
  .section-title { font-size: 28px !important; }
  .section-sub { font-size: 15px !important; }
  .why-card, .service-cat-card, .pricing-card, .case-ba-card, .target-case, .profile-block { padding: 28px 24px; }
  .contact-form-wrap { padding: 28px 24px; }
  .stat-num { font-size: 36px !important; }
  .pricing-name { font-size: 22px !important; }
  .pricing-price span { font-size: 30px !important; }
}

/* ===== HERO TITLE FIX — prevent mid-line wrapping ===== */
.hero-title {
  font-size: clamp(40px, 4.6vw, 60px) !important;
  white-space: nowrap;
  line-height: 1.3;
}
.hero-title .text-red { white-space: nowrap; }

@media (max-width: 768px) {
  .hero-title {
    white-space: normal;
    font-size: 36px !important;
  }
}

/* ===== HERO SIMPLE — クリーンな1カラムヒーロー ===== */
.hero-simple {
  padding: 140px 0 120px;
  background: var(--white);
  text-align: center;
}
.hero-simple-title {
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 32px;
}
.hero-simple-lead {
  font-size: 18px;
  color: var(--text-sub);
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.hero-simple-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-simple-actions .btn-lg {
  padding: 22px 48px;
  font-size: 16px;
}

/* ===== WHAT WE DO — 4カードシンプル ===== */
.what-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.what-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.what-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.what-icon {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
  background: var(--brand-red);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.what-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.5;
}
.what-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.95;
}
.what-body strong {
  color: var(--navy);
  font-weight: 700;
}

/* ===== CONCERN SIMPLE — 横長リストに変更 ===== */
.concern-simple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.concern-simple {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.5;
}
.concern-simple .concern-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-red);
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concern-bottom {
  margin-top: 56px;
  text-align: center;
}
.concern-bottom p {
  font-size: 17px;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 24px;
}
.concern-bottom p strong {
  color: var(--brand-red);
  font-weight: 700;
}

/* ===== WHY US — 3カード ===== */
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-us-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.why-us-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.why-us-num {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(20,89,140,0.18);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.why-us-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 18px;
  line-height: 1.5;
}
.why-us-body {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
}
.why-us-body strong {
  color: var(--navy);
  font-weight: 700;
}

/* ===== PROCESS BODY SIMPLE ===== */
.process-body-simple {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.85;
}

/* ===== CASE CARD SUMMARY ===== */
.case-card-summary {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.85;
  margin: 12px 0 18px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .what-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-simple { padding: 80px 0 64px; }
  .hero-simple-title { font-size: 36px !important; }
  .hero-simple-lead { font-size: 16px; }
  .hero-simple-actions { flex-direction: column; }
  .hero-simple-actions .btn-lg { width: 100%; justify-content: center; }
  .what-grid { grid-template-columns: 1fr; }
  .concern-simple-grid { grid-template-columns: 1fr; }
  .concern-simple { font-size: 15px; padding: 18px 22px; }
}

/* ===========================================
   FINAL TYPOGRAPHY OVERRIDE
   全体の文字サイズと行間を読みやすく統一
   =========================================== */

body {
  font-size: 18px !important;
  line-height: 1.95 !important;
  letter-spacing: 0.05em !important;
}

/* Container — wider for desktop */
.container {
  max-width: 1320px !important;
  padding: 0 56px !important;
}

/* Section spacing */
.section { padding: 130px 0 !important; }

/* Section header */
.section-header { max-width: 880px !important; margin: 0 auto 80px !important; }
.section-label { font-size: 14px !important; letter-spacing: 0.22em !important; margin-bottom: 24px !important; }
.section-title { font-size: clamp(34px, 3.8vw, 48px) !important; line-height: 1.45 !important; margin-bottom: 28px !important; }
.section-sub { font-size: 18px !important; line-height: 2.1 !important; }

/* Header */
.header-inner { height: 84px !important; gap: 48px !important; }
.logo-mark img { height: 42px !important; }
.logo-text { font-size: 19px !important; }
.nav { gap: 36px !important; }
.nav a { font-size: 16px !important; font-weight: 600 !important; }
.btn-header { padding: 13px 28px !important; font-size: 15px !important; }

/* Hero simple */
.hero-simple { padding: 140px 0 130px !important; }
.hero-simple-title { font-size: clamp(44px, 5.8vw, 80px) !important; line-height: 1.4 !important; margin-bottom: 36px !important; }
.hero-simple-lead { font-size: 20px !important; line-height: 2.05 !important; margin-bottom: 56px !important; max-width: 780px !important; }
.hero-simple-actions .btn-lg { padding: 24px 52px !important; font-size: 17px !important; }

/* What we do */
.what-grid { gap: 24px !important; }
.what-card { padding: 44px 32px !important; }
.what-icon { width: 64px !important; height: 64px !important; font-size: 32px !important; margin-bottom: 24px !important; }
.what-title { font-size: 22px !important; margin-bottom: 18px !important; line-height: 1.5 !important; }
.what-body { font-size: 16px !important; line-height: 2 !important; }

/* Concerns */
.concern-simple-grid { max-width: 980px !important; gap: 16px !important; }
.concern-simple { padding: 26px 30px !important; font-size: 18px !important; gap: 18px !important; }
.concern-simple .concern-icon { width: 32px !important; height: 32px !important; font-size: 16px !important; }
.concern-bottom { margin-top: 64px !important; }
.concern-bottom p { font-size: 19px !important; margin-bottom: 28px !important; line-height: 1.85 !important; }

/* Why us */
.why-us-grid { gap: 32px !important; }
.why-us-card { padding: 52px 40px !important; }
.why-us-num { font-size: 56px !important; margin-bottom: 22px !important; }
.why-us-title { font-size: 24px !important; margin-bottom: 22px !important; line-height: 1.5 !important; }
.why-us-body { font-size: 16px !important; line-height: 2.05 !important; }

/* Pricing */
.pricing-grid { gap: 28px !important; }
.pricing-card { padding: 52px 40px !important; }
.pricing-cat { font-size: 13px !important; margin-bottom: 18px !important; }
.pricing-name { font-size: 28px !important; margin-bottom: 24px !important; line-height: 1.4 !important; }
.pricing-price { font-size: 16px !important; }
.pricing-price span { font-size: 44px !important; }
.pricing-price small { font-size: 14px !important; }
.pricing-period { font-size: 14px !important; margin-bottom: 32px !important; padding-bottom: 32px !important; }
.pricing-list li { font-size: 16px !important; padding-left: 26px !important; line-height: 1.85 !important; margin-bottom: 4px !important; }
.pricing-list { gap: 14px !important; margin-bottom: 32px !important; }
.pricing-target { padding: 22px !important; margin-bottom: 32px !important; }
.pricing-target strong { font-size: 14px !important; margin-bottom: 8px !important; }
.pricing-target p { font-size: 15px !important; line-height: 1.85 !important; }
.pricing-badge { font-size: 14px !important; padding: 8px 24px !important; }
.pricing-note { font-size: 14px !important; margin-top: 48px !important; line-height: 2 !important; }

/* Process */
.process-step { padding: 40px 28px !important; }
.process-num { font-size: 44px !important; margin-bottom: 18px !important; }
.process-title { font-size: 19px !important; margin-bottom: 12px !important; }
.process-body-simple { font-size: 15px !important; line-height: 1.9 !important; }
.process-arrow { font-size: 24px !important; padding: 0 12px !important; padding-top: 56px !important; }

/* Cases preview */
.case-grid { gap: 28px !important; }
.case-card { padding: 40px !important; }
.case-industry { font-size: 14px !important; margin-bottom: 18px !important; }
.case-title { font-size: 19px !important; margin-bottom: 18px !important; line-height: 1.6 !important; }
.case-card-summary { font-size: 15px !important; line-height: 1.95 !important; margin: 14px 0 22px !important; }
.case-more { font-size: 15px !important; }

/* FAQ */
.faq-list { max-width: 880px !important; gap: 16px !important; }
.faq-q { padding: 28px 36px !important; font-size: 18px !important; gap: 24px !important; }
.faq-icon { font-size: 28px !important; }
.faq-a { font-size: 16px !important; line-height: 2 !important; padding: 0 36px !important; }
.faq-item.open .faq-a { padding: 0 36px 32px !important; }

/* Contact */
.contact-inner { gap: 96px !important; }
.contact-title { font-size: clamp(32px, 3.8vw, 46px) !important; margin-bottom: 28px !important; line-height: 1.45 !important; }
.contact-body { font-size: 18px !important; line-height: 2.05 !important; margin-bottom: 40px !important; }
.contact-merit li { font-size: 16px !important; }
.contact-form-wrap { padding: 56px !important; }
.form-row { gap: 20px !important; }
.form-group label { font-size: 15px !important; }
.form-group input, .form-group select, .form-group textarea { font-size: 16px !important; padding: 16px 18px !important; }
.form-group { gap: 10px !important; }
.contact-form { gap: 24px !important; }

/* Buttons */
.btn { padding: 18px 40px !important; font-size: 16px !important; }
.btn-lg { padding: 22px 48px !important; font-size: 17px !important; }
.btn-sm { padding: 12px 26px !important; font-size: 15px !important; }

/* Page hero (2nd tier) */
.page-hero-light { padding: 100px 0 80px !important; }
.page-hero-title-dark { font-size: clamp(38px, 4.4vw, 56px) !important; margin: 20px 0 24px !important; line-height: 1.4 !important; }
.page-hero-sub-dark { font-size: 17px !important; line-height: 2.05 !important; }

/* Breadcrumb */
.breadcrumb { padding: 16px 0 !important; }
.breadcrumb-list { font-size: 14px !important; gap: 10px !important; }

/* Cases list (2nd tier) */
.case-list-grid { gap: 28px !important; }
.case-list-item { padding: 44px 40px !important; }
.case-num-badge { font-size: 14px !important; padding: 8px 14px !important; }
.case-list-title { font-size: 22px !important; margin-bottom: 18px !important; line-height: 1.55 !important; }
.case-list-summary { font-size: 16px !important; line-height: 2 !important; margin-bottom: 28px !important; }
.case-list-kpi { padding: 22px !important; gap: 16px !important; margin-bottom: 24px !important; }
.kpi-num { font-size: 26px !important; }
.kpi-num span { font-size: 13px !important; }
.kpi-label { font-size: 13px !important; }
.tag { font-size: 13px !important; padding: 5px 14px !important; }

/* Detail pages (3rd tier) */
.detail-hero { padding: 100px 0 80px !important; }
.detail-meta { gap: 12px !important; margin-bottom: 28px !important; }
.detail-title { font-size: clamp(32px, 4vw, 52px) !important; line-height: 1.45 !important; margin-bottom: 28px !important; }
.detail-lead { font-size: 17px !important; line-height: 2.1 !important; }
.detail-main { padding: 64px 64px !important; }
.detail-h2 { font-size: 28px !important; margin: 56px 0 24px !important; padding-left: 20px !important; line-height: 1.5 !important; }
.detail-h3 { font-size: 21px !important; margin: 36px 0 18px !important; }
.detail-p { font-size: 17px !important; line-height: 2.1 !important; margin-bottom: 22px !important; }
.detail-list li { font-size: 17px !important; line-height: 2 !important; margin-bottom: 14px !important; }
.detail-toc { padding: 28px 32px !important; margin-bottom: 56px !important; }
.toc-title { font-size: 13px !important; margin-bottom: 16px !important; }
.toc-list a { font-size: 16px !important; line-height: 1.8 !important; }
.highlight-box { padding: 28px 32px !important; margin: 36px 0 !important; }
.highlight-label { font-size: 12px !important; margin-bottom: 12px !important; }
.highlight-box p { font-size: 16px !important; line-height: 2 !important; }

/* Aside */
.aside-card { padding: 28px !important; }
.aside-title { font-size: 16px !important; margin-bottom: 18px !important; padding-bottom: 14px !important; }
.aside-list li { font-size: 14px !important; line-height: 1.8 !important; padding-left: 18px !important; }
.aside-card-cta p { font-size: 14px !important; line-height: 1.95 !important; margin-bottom: 18px !important; }

/* Article cards (blog) */
.blog-list-grid, .blog-grid { gap: 28px !important; }
.article-thumb { height: 200px !important; padding: 24px !important; }
.article-thumb-label { font-size: 12px !important; padding: 5px 12px !important; }
.article-thumb-big { font-size: 20px !important; line-height: 1.4 !important; }
.article-body { padding: 28px !important; }
.article-meta { gap: 14px !important; margin-bottom: 14px !important; }
.article-cat, .article-date { font-size: 13px !important; }
.article-title { font-size: 16px !important; line-height: 1.7 !important; margin-bottom: 18px !important; }
.article-excerpt { font-size: 15px !important; line-height: 1.95 !important; margin-bottom: 18px !important; }
.article-more { font-size: 13px !important; }

/* Filter chips */
.filter-bar { gap: 12px !important; margin-bottom: 56px !important; }
.filter-chip { font-size: 15px !important; padding: 10px 24px !important; }

/* Bottom CTA */
.bottom-cta { padding: 100px 0 !important; }
.bottom-cta-inner h2 { font-size: clamp(28px, 3.6vw, 42px) !important; margin-bottom: 20px !important; }
.bottom-cta-inner p { font-size: 17px !important; margin-bottom: 44px !important; }

/* Footer */
.footer { padding: 80px 0 48px !important; }
.footer-tag { font-size: 16px !important; line-height: 1.85 !important; }
.footer-col-title { font-size: 13px !important; }
.footer-col a { font-size: 16px !important; }

/* Mobile */
@media (max-width: 768px) {
  body { font-size: 16px !important; }
  .container { padding: 0 24px !important; }
  .section { padding: 80px 0 !important; }
  .hero-simple { padding: 64px 0 56px !important; }
  .hero-simple-title { font-size: 36px !important; }
  .hero-simple-lead { font-size: 16px !important; }
  .section-title { font-size: 28px !important; }
  .section-sub { font-size: 16px !important; }
  .what-grid { grid-template-columns: 1fr !important; }
  .why-us-grid, .pricing-grid, .case-grid { grid-template-columns: 1fr !important; }
  .what-card, .why-us-card, .pricing-card { padding: 32px 24px !important; }
  .concern-simple-grid { grid-template-columns: 1fr !important; }
  .concern-simple { font-size: 16px !important; padding: 20px 22px !important; }
  .contact-form-wrap { padding: 32px 24px !important; }
  .case-list-item { padding: 32px 24px !important; }
  .detail-main { padding: 36px 24px !important; }
}

/* ===== FOR WHOM — 向いている企業 ===== */
.for-whom { background: var(--bg-2); }
.for-whom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.for-whom-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border-left: 5px solid var(--brand-red);
  transition: transform 0.2s, box-shadow 0.2s;
}
.for-whom-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.for-whom-num {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  margin-bottom: 14px;
}
.for-whom-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 18px;
  line-height: 1.5;
}
.for-whom-body {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
}
.for-whom-body strong {
  color: var(--brand-red);
  font-weight: 700;
}
.for-whom-bottom {
  margin-top: 64px;
  padding: 40px 48px;
  background: var(--navy);
  border-radius: var(--radius-lg);
  text-align: center;
}
.for-whom-bottom p {
  font-size: 18px;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  margin-bottom: 28px;
}
.for-whom-bottom p strong {
  color: var(--brand-gold);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .for-whom-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .for-whom-grid { grid-template-columns: 1fr; }
  .for-whom-card { padding: 32px 24px; }
  .for-whom-bottom { padding: 32px 24px; }
}

/* ===== FOOTER LOGO REFINEMENT ===== */
.footer .logo {
  align-items: center;
  gap: 14px;
}
.footer .logo-mark {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(44,140,184,0.3);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.footer .logo-mark img {
  height: 36px !important;
  width: auto;
  filter: brightness(1.05);
}
.footer .logo-text {
  font-family: 'Manrope', sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  color: var(--white) !important;
  text-transform: uppercase;
}
.footer-tag {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px !important;
  color: var(--brand-gold) !important;
  letter-spacing: 0.06em !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
}
.footer-top {
  align-items: center !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.footer-cols {
  border-top: none !important;
  padding-top: 48px !important;
}

/* ===== WHAT CARD ICON REFINEMENT — SVG icon + number ===== */
.what-card { text-align: left !important; }
.what-icon { display: none !important; }
.what-svg {
  width: 64px;
  height: 64px;
  color: var(--brand-red);
  margin-bottom: 24px;
  background: rgba(20,89,140,0.06);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.what-svg svg { width: 100%; height: 100%; }
.what-card:hover .what-svg {
  background: var(--brand-red);
  color: var(--white);
  transform: scale(1.05);
}
.what-num {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-red);
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.what-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--brand-red);
}

/* ============================================================
   CASES COMING SOON — 「掲載準備中」表示
   ============================================================ */
.cases-coming-soon {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 40px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}
.cases-coming-soon-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  color: var(--brand-red);
  background: rgba(20,89,140,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.cases-coming-soon-icon svg {
  width: 100%;
  height: 100%;
}
.cases-coming-soon-title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.5;
}
.cases-coming-soon-text {
  font-size: 16px;
  color: var(--text-sub);
  line-height: 1.85;
  margin-bottom: 32px;
}
.cases-coming-soon-action {
  margin-top: 32px;
}
.cases-coming-soon-compact {
  padding: 56px 32px;
  max-width: 560px;
}
.cases-coming-soon-compact .cases-coming-soon-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  padding: 14px;
}
.cases-coming-soon-compact .cases-coming-soon-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.cases-coming-soon-compact .cases-coming-soon-text {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 768px) {
  .cases-coming-soon { padding: 56px 24px; }
}

/* ============================================================
   QUICKFUKUOKA-INSPIRED LAYOUT (2nd & 3rd tier pages)
   Brand color kept: red (#14598C). Layout adopted from quickfukuoka.com
   ============================================================ */

/* ---------- Page Hero (2nd tier) ---------- */
.qf-page-hero {
  background: var(--white);
  padding: 100px 0 60px;
  border-bottom: 1px solid var(--border);
}
.qf-page-hero-label {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--brand-red);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.qf-page-hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.qf-page-hero-sub {
  font-size: 16px;
  color: var(--text-sub);
  line-height: 2;
  max-width: 800px;
}

/* ---------- List Layout (Sidebar + Main) ---------- */
.qf-list-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}

/* ---------- Sidebar ---------- */
.qf-sidebar {
  position: sticky;
  top: 100px;
}
.qf-sidebar-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 20px;
}
.qf-sidebar-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--brand-red);
}
.qf-sidebar-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.qf-sidebar-list a {
  display: block;
  font-size: 14px;
  color: var(--text-sub);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s, padding-left 0.2s;
  letter-spacing: 0.04em;
}
.qf-sidebar-list a:hover,
.qf-sidebar-list a.active {
  color: var(--brand-red);
  padding-left: 8px;
  font-weight: 700;
}
.qf-sidebar-cta {
  background: var(--navy);
  border-color: var(--navy);
}
.qf-sidebar-cta-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.qf-sidebar-cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ---------- Card List ---------- */
.qf-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.qf-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.qf-card:hover {
  border-color: var(--brand-red);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.qf-card-link {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}
.qf-card-thumb {
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
}
.qf-card-thumb img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  transition: transform 0.4s;
}
.qf-card:hover .qf-card-thumb img {
  transform: scale(1.05);
}
.qf-card-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qf-card-thumb-placeholder span {
  color: rgba(255,255,255,0.92);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.qf-card-body {
  padding: 28px 32px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qf-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.qf-card-date {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.06em;
}
.qf-card-cat {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.08em;
}
.qf-card-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.55;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.qf-card:hover .qf-card-title { color: var(--brand-red); }
.qf-card-excerpt {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.85;
  margin-bottom: 20px;
}
.qf-card-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-red);
}
.qf-card-more svg {
  width: 28px;
  height: 28px;
  transition: transform 0.25s;
}
.qf-card:hover .qf-card-more svg { transform: translateX(4px); }

/* Compact list variant (for related sections) */
.qf-card-list-compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.qf-card-list-compact .qf-card-link {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.qf-card-list-compact .qf-card-thumb img,
.qf-card-list-compact .qf-card-thumb-placeholder {
  min-height: 180px;
}
.qf-card-list-compact .qf-card-body {
  padding: 24px;
}
.qf-card-list-compact .qf-card-title {
  font-size: 16px;
  margin-bottom: 16px;
}

/* ---------- Pagination ---------- */
.qf-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.qf-pagination ul,
.qf-pagination .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.qf-pagination .page-numbers li { display: inline-block; }
.qf-pagination .page-numbers a,
.qf-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-sub);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.2s;
}
.qf-pagination .page-numbers a:hover {
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
}
.qf-pagination .page-numbers .current {
  background: var(--brand-red);
  color: var(--white);
  border-color: var(--brand-red);
}

/* ---------- Empty State ---------- */
.qf-empty {
  text-align: center;
  padding: 80px 0;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
}
.qf-empty p {
  font-size: 16px;
  color: var(--text-sub);
  margin-bottom: 24px;
}

/* ============================================================
   Detail Page (3rd tier)
   ============================================================ */
.qf-detail-hero {
  background: var(--white);
  padding: 80px 0 56px;
  border-bottom: 1px solid var(--border);
}
.qf-detail-hero-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--brand-red);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.qf-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.qf-detail-title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: 0.04em;
  max-width: 1000px;
}

/* Featured image */
.qf-detail-featured {
  background: var(--white);
  padding: 0 0 40px;
}
.qf-detail-featured-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0 16px;
}
.qf-detail-featured img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: var(--radius-lg);
}

/* Detail section + article（中央配置・本文幅統一） */
.qf-detail-section { padding-top: 60px; }
.qf-detail-article {
  max-width: 900px;
  margin: 0 auto;
}
.qf-detail-content {
  font-size: 16px;
  line-height: 2.1;
  color: var(--text);
  letter-spacing: 0.04em;
}
.qf-detail-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--navy);
  margin: 56px 0 24px;
  padding-left: 18px;
  border-left: 4px solid var(--brand-red);
  line-height: 1.5;
}
.qf-detail-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin: 40px 0 18px;
}
.qf-detail-content p {
  margin-bottom: 24px;
}
.qf-detail-content ul,
.qf-detail-content ol {
  list-style: disc;
  padding-left: 28px;
  margin-bottom: 24px;
}
.qf-detail-content ol { list-style: decimal; }
.qf-detail-content li {
  margin-bottom: 12px;
}
.qf-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: var(--radius);
}
.qf-detail-content a {
  color: var(--brand-red);
  text-decoration: underline;
}
.qf-detail-content blockquote {
  background: var(--bg-2);
  border-left: 4px solid var(--brand-red);
  padding: 20px 28px;
  margin: 32px 0;
  font-style: italic;
}

/* Back link */
.qf-detail-back {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.qf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--navy);
  transition: color 0.2s;
}
.qf-back-link:hover { color: var(--brand-red); }
.qf-back-link svg {
  width: 32px;
  height: 32px;
  transition: transform 0.25s;
}
.qf-back-link:hover svg { transform: translateX(-4px); color: var(--brand-red); }

/* Related section */
.qf-related-header {
  text-align: center;
  margin-bottom: 48px;
}
.qf-related-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--brand-red);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.qf-related-title {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
}

/* ============================================================
   Responsive (QF layout)
   ============================================================ */
@media (max-width: 1024px) {
  .qf-list-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .qf-sidebar { position: static; }
  .qf-card-link { grid-template-columns: 240px 1fr; gap: 24px; }
  .qf-card-list-compact { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .qf-page-hero { padding: 60px 0 40px; }
  .qf-card-link {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .qf-card-thumb img,
  .qf-card-thumb-placeholder {
    min-height: 200px;
  }
  .qf-card-body { padding: 24px; }
  .qf-card-title { font-size: 17px; }
  .qf-card-list-compact { grid-template-columns: 1fr; }
  .qf-detail-content h2 { font-size: 21px; padding-left: 14px; border-left-width: 3px; }
  .qf-detail-content { font-size: 15px; line-height: 1.95; }
  .qf-pagination .page-numbers a,
  .qf-pagination .page-numbers span {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* ============================================================
   QF HERO (TOP page) — QuickFukuoka inspired
   ============================================================ */
.qf-hero {
  position: relative;
  background: var(--white);
  padding: 120px 0 100px;
  overflow: hidden;
}
.qf-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(135deg, #102A43 0%, #1A3A5C 60%, rgba(20,89,140,0.3) 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.qf-hero-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.qf-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 480px;
}
.qf-hero-content {
  max-width: 820px;
}
.qf-hero-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: var(--brand-red);
  margin-bottom: 28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 56px;
}
.qf-hero-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 2px;
  background: var(--brand-red);
}
.qf-hero-title {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-bottom: 24px;
}
.qf-hero-title .qf-hero-line-1,
.qf-hero-title .qf-hero-line-2 {
  display: block;
}
.qf-hero-title em {
  font-style: normal;
  color: var(--brand-red);
  position: relative;
}
.qf-hero-en {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-light);
  margin-bottom: 36px;
  font-style: italic;
}
.qf-hero-lead {
  font-size: 17px;
  line-height: 2;
  color: var(--text-sub);
  margin-bottom: 48px;
  letter-spacing: 0.04em;
  max-width: 680px;
}
.qf-hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* QF CTA Button (with arrow circle) */
.qf-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px 20px 36px;
  background: var(--brand-red);
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  border-radius: 50px;
  transition: all 0.25s;
  text-transform: uppercase;
}
.qf-cta-btn span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: none;
}
.qf-cta-btn svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.qf-cta-btn:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(20,89,140,0.35);
}
.qf-cta-btn:hover svg { transform: translateX(4px); }
.qf-cta-btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  padding: 18px 26px 18px 34px;
}
.qf-cta-btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}
.qf-cta-btn-dark {
  background: var(--navy);
}
.qf-cta-btn-dark:hover {
  background: var(--navy-2);
  box-shadow: 0 10px 26px rgba(15,30,61,0.35);
}

/* Scroll indicator */
.qf-hero-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: var(--white);
}
.qf-hero-scroll span {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,0.8);
}
.qf-hero-scroll-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, transparent 100%);
  position: relative;
}
.qf-hero-scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5px;
  width: 4px;
  height: 4px;
  background: var(--brand-red);
  border-radius: 50%;
  animation: qfScroll 2.2s ease-in-out infinite;
}
@keyframes qfScroll {
  0%   { top: 0;   opacity: 1; }
  90%  { top: 76px; opacity: 0.4; }
  100% { top: 80px; opacity: 0; }
}

@media (max-width: 1024px) {
  .qf-hero { padding: 80px 0 60px; }
  .qf-hero-bg { width: 100%; clip-path: none; opacity: 0.08; }
  .qf-hero-title { font-size: clamp(36px, 8vw, 56px) !important; }
  .qf-hero-en { font-size: 18px; }
  .qf-hero-scroll { display: none; }
}
@media (max-width: 768px) {
  .qf-hero-eyebrow { padding-left: 36px; font-size: 11px; }
  .qf-hero-eyebrow::before { width: 24px; }
  .qf-hero-actions { flex-direction: column; }
  .qf-cta-btn { width: 100%; justify-content: space-between; }
}

/* ============================================================
   QUICKFUKUOKA-STYLE TOP PAGE (full redesign)
   ============================================================ */

/* Header overlay on hero */
.page-top .header.header-on-hero {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent;
  border-bottom: none;
  z-index: 50;
}
.page-top .header.header-on-hero .logo-text { color: var(--white); }
.page-top .header.header-on-hero .nav a { color: rgba(255,255,255,0.85); }
.page-top .header.header-on-hero .nav a:hover,
.page-top .header.header-on-hero .nav a.current { color: var(--white); }
.page-top .header.header-on-hero .nav a::after { background: var(--brand-red); }
.page-top .header.header-on-hero .logo-mark {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 4px;
}

/* ============================================================
   QF FULL HERO — rotating background
   ============================================================ */
.qf-fullhero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  max-height: 880px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.qf-fullhero-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.qf-fullhero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: qfSlideFade 24s infinite;
}
.qf-fullhero-slide.qf-slide-1 {
  background: linear-gradient(135deg, #102A43 0%, #1A3A5C 50%, #14598C 130%);
  animation-delay: 0s;
}
.qf-fullhero-slide.qf-slide-2 {
  background: linear-gradient(45deg, #102A43 0%, #14598C 100%);
  animation-delay: 6s;
}
.qf-fullhero-slide.qf-slide-3 {
  background: linear-gradient(180deg, #1A3A5C 0%, #102A43 60%, #2C8CB8 130%);
  animation-delay: 12s;
}
.qf-fullhero-slide.qf-slide-4 {
  background: linear-gradient(225deg, #14598C 0%, #102A43 100%);
  animation-delay: 18s;
}
@keyframes qfSlideFade {
  0%, 25% { opacity: 1; }
  30%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

.qf-fullhero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,30,61,0.3) 0%, rgba(15,30,61,0.6) 100%);
  z-index: 2;
}
.qf-fullhero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 3;
}

.qf-fullhero-inner {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.qf-fullhero-content {
  max-width: 920px;
}

.qf-fullhero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: var(--brand-gold);
  margin-bottom: 32px;
  text-transform: uppercase;
}
.qf-fullhero-eyebrow-line {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: var(--brand-gold);
}

.qf-fullhero-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(48px, 8vw, 116px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 28px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.2);
}

.qf-fullhero-en {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

.qf-fullhero-tag {
  font-size: 17px;
  line-height: 2;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.06em;
  max-width: 640px;
}

/* Scroll down indicator (right side) */
.qf-scroll-down {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
}
.qf-scroll-down span {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  writing-mode: vertical-rl;
}
.qf-scroll-line {
  width: 1px;
  height: 80px;
  background: rgba(255,255,255,0.4);
  position: relative;
  overflow: hidden;
}
.qf-scroll-line::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--brand-red);
  animation: qfScrollDot 2s ease-in-out infinite;
}
@keyframes qfScrollDot {
  0% { top: -20px; }
  100% { top: 80px; }
}

/* Corner badge (since 2025) */
.qf-fullhero-corner {
  position: absolute;
  left: 48px;
  bottom: 40px;
  z-index: 20;
  color: rgba(255,255,255,0.75);
}
.qf-fullhero-corner-en {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-bottom: 8px;
  color: var(--brand-gold);
}
.qf-fullhero-corner-jp {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* ============================================================
   Section heading (QF style)
   ============================================================ */
.qf-section-head {
  margin-bottom: 56px;
}
.qf-section-head-center {
  text-align: center;
  margin-bottom: 64px;
}
.qf-section-en {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 14px;
}
.qf-section-jp {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.14em;
  position: relative;
  padding-left: 38px;
  display: inline-block;
}
.qf-section-jp::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background: var(--brand-red);
}
.qf-section-head-center .qf-section-jp {
  padding-left: 0;
}
.qf-section-head-center .qf-section-jp::before {
  display: none;
}
.qf-section-sub {
  font-size: 16px;
  color: var(--text-sub);
  margin-top: 24px;
  line-height: 1.85;
}

.qf-section-action {
  margin-top: 56px;
  text-align: center;
}
.qf-view-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: var(--navy);
  padding: 6px 0;
  transition: color 0.25s, gap 0.25s;
}
.qf-view-more svg {
  width: 44px;
  height: 44px;
  color: var(--brand-red);
  transition: transform 0.25s;
}
.qf-view-more:hover {
  color: var(--brand-red);
  gap: 22px;
}
.qf-view-more:hover svg { transform: translateX(4px); }

/* ============================================================
   NEWS section
   ============================================================ */
.qf-news-section {
  padding: 120px 0 100px;
  background: var(--white);
}
.qf-news-list {
  list-style: none;
  border-top: 1px solid var(--border);
}
.qf-news-item {
  display: grid;
  grid-template-columns: 130px 100px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  transition: padding 0.25s, color 0.25s;
}
.qf-news-item:hover {
  padding-left: 12px;
  padding-right: 12px;
  background: var(--bg-2);
}
.qf-news-date {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-sub);
  letter-spacing: 0.06em;
}
.qf-news-cat {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.08em;
}
.qf-news-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.qf-news-item .qf-arrow {
  width: 36px;
  height: 36px;
  color: var(--brand-red);
  transition: transform 0.25s;
}
.qf-news-item:hover .qf-arrow {
  transform: translateX(6px);
}

/* ============================================================
   KNOWLEDGE section
   ============================================================ */
.qf-knowledge-section {
  padding: 100px 0;
  background: var(--bg-2);
}
.qf-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.qf-knowledge-card {
  display: block;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.qf-knowledge-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-red);
}
.qf-knowledge-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.qf-knowledge-thumb-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.95);
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}
.qf-knowledge-body {
  padding: 22px 24px 26px;
}
.qf-knowledge-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.qf-knowledge-date {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.06em;
}
.qf-knowledge-cat {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.08em;
}
.qf-knowledge-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.65;
  letter-spacing: 0.04em;
}

/* ============================================================
   ABOUT — 3 pillars
   ============================================================ */
.qf-about-section {
  padding: 130px 0 110px;
  background: var(--white);
  position: relative;
}
.qf-about-section::before {
  content: 'ABOUT';
  position: absolute;
  top: 30px;
  right: 4%;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  color: rgba(15,30,61,0.04);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
}
.qf-about-lead {
  text-align: center;
  font-size: 17px;
  line-height: 2.1;
  color: var(--text);
  max-width: 800px;
  margin: 0 auto 72px;
  letter-spacing: 0.04em;
}
.qf-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.qf-pillar {
  display: block;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  border-top: 4px solid var(--brand-red);
}
.qf-pillar:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.qf-pillar-num {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--brand-red);
  margin-bottom: 16px;
}
.qf-pillar-en {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 24px;
}
.qf-pillar-title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.qf-pillar-body {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  min-height: 6em;
}
.qf-pillar-arrow {
  display: inline-block;
  color: var(--brand-red);
}
.qf-pillar-arrow svg {
  width: 44px;
  height: 44px;
  transition: transform 0.25s;
}
.qf-pillar:hover .qf-pillar-arrow svg { transform: translateX(6px); }

/* ============================================================
   SERVICE grid
   ============================================================ */
.qf-service-section {
  padding: 120px 0;
  background: var(--bg-2);
  position: relative;
}
.qf-service-section::before {
  content: 'SERVICE';
  position: absolute;
  top: 30px;
  left: 4%;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  color: rgba(15,30,61,0.04);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
}
.qf-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.qf-service-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.qf-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-red);
}
.qf-service-num {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: rgba(20,89,140,0.2);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 18px;
}
.qf-service-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.qf-service-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.95;
  margin-bottom: 24px;
}
.qf-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--brand-red);
  text-transform: uppercase;
}
.qf-arrow-text { transition: transform 0.25s; }
.qf-service-card:hover .qf-arrow-text { transform: translateX(4px); }

/* ============================================================
   MEDIA logos
   ============================================================ */
.qf-media-section {
  padding: 110px 0;
  background: var(--white);
}
.qf-media-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}
.qf-media-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.qf-media-item:hover {
  border-color: var(--brand-red);
  color: var(--brand-red);
  transform: translateY(-2px);
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.qf-cta-banner {
  background: linear-gradient(135deg, #102A43 0%, #1A3A5C 60%, rgba(20,89,140,0.3) 130%);
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: var(--white);
}
.qf-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.qf-cta-banner-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}
.qf-cta-banner-en {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: var(--brand-gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.qf-cta-banner-title {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.qf-cta-banner-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.85;
}
.qf-cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 22px 32px 22px 40px;
  background: var(--brand-red);
  color: var(--white);
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: all 0.25s;
  white-space: nowrap;
}
.qf-cta-banner-btn:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(20,89,140,0.4);
}
.qf-cta-banner-btn svg {
  width: 36px;
  height: 36px;
  transition: transform 0.25s;
}
.qf-cta-banner-btn:hover svg { transform: translateX(4px); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .qf-fullhero { height: auto; padding: 120px 0 80px; min-height: 0; max-height: none; }
  .qf-fullhero-corner, .qf-scroll-down { display: none; }
  .qf-knowledge-grid { grid-template-columns: repeat(2, 1fr); }
  .qf-pillars { grid-template-columns: 1fr; }
  .qf-service-grid { grid-template-columns: repeat(2, 1fr); }
  .qf-media-grid { grid-template-columns: repeat(4, 1fr); }
  .qf-cta-banner-inner { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 768px) {
  .qf-news-item { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .qf-news-item .qf-arrow { justify-self: end; margin-top: -28px; }
  .qf-knowledge-grid { grid-template-columns: 1fr; }
  .qf-service-grid { grid-template-columns: 1fr; }
  .qf-media-grid { grid-template-columns: repeat(2, 1fr); }
  .qf-section-en { font-size: 36px; }
  .qf-fullhero-title { font-size: 44px !important; }
  .qf-fullhero-en { font-size: 18px; }
}

/* ============================================================
   COMPANY — 会社概要
   ============================================================ */
.qf-company-section {
  padding: 120px 0;
  background: var(--bg-2);
  position: relative;
}
.qf-company-section::before {
  content: 'COMPANY';
  position: absolute;
  top: 30px;
  right: 4%;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  color: rgba(15,30,61,0.04);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
}
.qf-company-inner {
  max-width: 920px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 56px 64px;
  box-shadow: var(--shadow);
}
.qf-company-table {
  width: 100%;
  border-collapse: collapse;
}
.qf-company-table th,
.qf-company-table td {
  text-align: left;
  vertical-align: top;
  padding: 24px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.qf-company-table tr:last-child th,
.qf-company-table tr:last-child td {
  border-bottom: none;
}
.qf-company-table th {
  width: 200px;
  font-size: 13px;
  font-weight: 800;
  color: var(--brand-red);
  letter-spacing: 0.14em;
  padding-right: 32px;
  position: relative;
  padding-left: 18px;
}
.qf-company-table th::before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  width: 6px;
  height: 6px;
  background: var(--brand-red);
  border-radius: 50%;
}
.qf-company-table td {
  color: var(--text);
  font-weight: 500;
}
.qf-company-table a {
  color: var(--brand-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.qf-company-table a:hover { color: var(--brand-red-dark); }
.qf-company-en {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: 0.12em;
  margin-top: 4px;
}
.qf-company-note {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.95;
  font-weight: 400;
}

@media (max-width: 768px) {
  .qf-company-section { padding: 72px 0; }
  .qf-company-inner { padding: 32px 24px; }
  .qf-company-table th, .qf-company-table td {
    display: block;
    width: 100%;
    padding: 12px 0 12px 18px;
  }
  .qf-company-table th { padding-top: 18px; padding-bottom: 4px; border-bottom: none; }
  .qf-company-table tr { border-bottom: 1px solid var(--border); }
  .qf-company-table tr:last-child { border-bottom: none; }
}

/* ============================================================
   HEADER FIX — 高さ・パディング・WP管理バー対策
   ============================================================ */

/* ヘッダー全体を大きく */
.header,
.page-top .header.header-on-hero {
  padding: 18px 0;
}

.header-inner,
.page-top .header.header-on-hero .header-inner {
  min-height: 76px;
  gap: 48px !important;
  align-items: center;
}

/* ロゴを大きく */
.logo-mark img {
  height: 44px !important;
}
.logo-text {
  font-size: 19px !important;
  letter-spacing: 0.14em;
}

/* ナビゲーション項目を大きく */
.nav {
  gap: 36px !important;
}
.nav a {
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 8px 4px;
  letter-spacing: 0.06em;
}

/* 無料相談ボタンを大きく */
.btn-header {
  padding: 14px 30px !important;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* WordPress管理バー対策 */
body.admin-bar .header,
body.admin-bar .page-top .header.header-on-hero {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header,
  body.admin-bar .page-top .header.header-on-hero {
    top: 46px;
  }
}

/* HEROセクションに上余白追加（管理バー + ヘッダー分） */
body.admin-bar .qf-fullhero {
  padding-top: 110px;
}

/* レスポンシブ */
@media (max-width: 1280px) {
  .header-inner { gap: 24px !important; }
  .nav { gap: 24px !important; }
  .nav a { font-size: 14px !important; }
}

@media (max-width: 1024px) {
  .nav { gap: 16px !important; }
  .nav a { font-size: 13px !important; }
  .btn-header { padding: 12px 22px !important; font-size: 13px !important; }
}

@media (max-width: 768px) {
  .header, .page-top .header.header-on-hero { padding: 12px 0; }
  .logo-mark img { height: 36px !important; }
  .logo-text { font-size: 16px !important; }
  .nav { display: none; }
}

/* ============================================================
   通常ヘッダー（TOP以外のページ用）— 白背景 + ダーク文字
   ============================================================ */
body:not(.page-top) .header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7ec;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(15,30,61,0.04);
}
body:not(.page-top) .header .logo-text { color: #102A43 !important; }
body:not(.page-top) .header .logo-mark {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
body:not(.page-top) .nav a { color: #2c2c3e !important; }
body:not(.page-top) .nav a:hover,
body:not(.page-top) .nav a.current { color: #14598C !important; }
body:not(.page-top) .nav a::after { background: #14598C !important; }
body:not(.page-top) .btn-header {
  background: #14598C !important;
  color: #ffffff !important;
  border-color: #14598C !important;
}

/* スクロール時にTOPページのヘッダーも白背景化（追加機能） */
body.page-top .header.scrolled {
  background: rgba(255,255,255,0.96) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(15,30,61,0.08);
}
body.page-top .header.scrolled .logo-text,
body.page-top .header.scrolled .nav a { color: #102A43 !important; }
body.page-top .header.scrolled .nav a:hover,
body.page-top .header.scrolled .nav a.current { color: #14598C !important; }
body.page-top .header.scrolled .logo-mark {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* ============================================================
   PROCESS CARDS — 5ステップ支援プロセス（image1スタイル）
   ============================================================ */
.process-section { padding: 120px 0; }

.process-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.process-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(15,30,61,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  border-top: 4px solid var(--brand-red);
}
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15,30,61,0.12);
}

.process-card-badge {
  display: inline-block;
  background: rgba(20, 89, 140, 0.08);
  color: var(--brand-red);
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 14px;
  border-radius: 100px;
  align-self: flex-start;
  margin-bottom: 20px;
}

.process-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.process-card-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-light);
  margin-bottom: 18px;
}

.process-card-desc {
  font-size: 13px;
  color: var(--brand-red);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.process-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  flex: 1;
}
.process-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.process-card-list li > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.process-card-list li strong {
  color: var(--navy);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.process-card-small {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 400;
  line-height: 1.5;
}

.process-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: var(--brand-red);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 1280px) {
  .process-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .process-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .process-cards-grid { grid-template-columns: 1fr; }
  .process-card { padding: 28px 24px; }
}

/* ============================================================
   CEO PROFILE — 代表者紹介セクション（会社概要ページ用）
   ============================================================ */
.ceo-profile-section {
  padding: 80px 0 40px;
  background: var(--white);
}

.ceo-profile-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  max-width: 920px;
  margin: 0 auto;
  align-items: center;
}

.ceo-photo-wrap {
  position: relative;
}

.ceo-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15,30,61,0.15);
  display: block;
}

.ceo-photo-placeholder {
  aspect-ratio: 4/5;
  background: var(--bg-2);
  border: 2px dashed var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--text-light);
}
.ceo-photo-placeholder svg {
  width: 80px;
  height: 80px;
  color: var(--text-light);
  opacity: 0.5;
}
.ceo-photo-placeholder p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-sub);
  line-height: 1.6;
}
.ceo-photo-placeholder p span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--text-light);
  margin-top: 4px;
}

.ceo-text {}

.ceo-role {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--brand-red);
  margin-bottom: 12px;
}

.ceo-position {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-sub);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.ceo-name {
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.ceo-name span {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 0.12em;
}

.ceo-message {
  font-size: 15px;
  line-height: 2;
  color: var(--text);
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .ceo-profile-section { padding: 56px 0 24px; }
  .ceo-profile-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 480px;
  }
  .ceo-photo-wrap { max-width: 320px; margin: 0 auto; }
  .ceo-name { font-size: 26px; }
}

/* ============================================================
   CONTACT FORM 7 — カスタムスタイリング（image2 デザインに合わせる）
   ============================================================ */

/* CF7 のラッパーを掴む */
.contact-form-wrap .wpcf7,
.contact-form-content .wpcf7 {
  background: var(--white);
  padding: 0;
  margin: 0;
}

.contact-form-wrap .wpcf7-form,
.contact-form-content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--white);
  padding: 0;
}

/* CF7のpタグをリセット（CF7はpタグで囲むため）*/
.contact-form-wrap .wpcf7 p,
.contact-form-content .wpcf7 p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ラベル全体（ラベル文字 + フィールド）*/
.contact-form-wrap .wpcf7 label,
.contact-form-content .wpcf7 label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
  width: 100%;
}

/* 「必須」マーク追加 — 該当ラベルテキストの後 */
.contact-form-wrap .wpcf7-form-control-wrap,
.contact-form-content .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* 入力フィールド共通 */
.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 input[type="url"],
.contact-form-wrap .wpcf7 input[type="number"],
.contact-form-wrap .wpcf7 select,
.contact-form-wrap .wpcf7 textarea,
.contact-form-content .wpcf7 input[type="text"],
.contact-form-content .wpcf7 input[type="email"],
.contact-form-content .wpcf7 input[type="tel"],
.contact-form-content .wpcf7 input[type="url"],
.contact-form-content .wpcf7 input[type="number"],
.contact-form-content .wpcf7 select,
.contact-form-content .wpcf7 textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1.5px solid #e5e7ec !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400 !important;
  color: var(--navy) !important;
  background: var(--white) !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* フォーカス時 */
.contact-form-wrap .wpcf7 input[type="text"]:focus,
.contact-form-wrap .wpcf7 input[type="email"]:focus,
.contact-form-wrap .wpcf7 input[type="tel"]:focus,
.contact-form-wrap .wpcf7 select:focus,
.contact-form-wrap .wpcf7 textarea:focus,
.contact-form-content .wpcf7 input[type="text"]:focus,
.contact-form-content .wpcf7 input[type="email"]:focus,
.contact-form-content .wpcf7 input[type="tel"]:focus,
.contact-form-content .wpcf7 select:focus,
.contact-form-content .wpcf7 textarea:focus {
  border-color: var(--brand-red) !important;
  box-shadow: 0 0 0 3px rgba(20,89,140,0.1) !important;
  outline: none !important;
}

/* プレースホルダー色 */
.contact-form-wrap .wpcf7 ::placeholder,
.contact-form-content .wpcf7 ::placeholder {
  color: #b8b8c5 !important;
  font-weight: 400 !important;
}

/* セレクトボックスに右矢印追加 */
.contact-form-wrap .wpcf7 select,
.contact-form-content .wpcf7 select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%230f1e3d' d='M10 12l-5-5h10l-5 5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 20px !important;
  padding-right: 40px !important;
}

/* テキストエリア */
.contact-form-wrap .wpcf7 textarea,
.contact-form-content .wpcf7 textarea {
  min-height: 140px !important;
  resize: vertical !important;
  line-height: 1.7 !important;
}

/* 必須マーク（赤バッジ）— span.required を使う場合 */
.contact-form-wrap .wpcf7 .wpcf7-validates-as-required,
.contact-form-content .wpcf7 .wpcf7-validates-as-required {}

/* CF7のラベル文字内に「必須」マークを表示 — span要素で対応 */
.contact-form-wrap .wpcf7 label .required-mark,
.contact-form-wrap .wpcf7 label .req,
.contact-form-content .wpcf7 label .required-mark,
.contact-form-content .wpcf7 label .req {
  display: inline-block;
  background: var(--brand-red);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

/* 送信ボタン */
.contact-form-wrap .wpcf7 input[type="submit"],
.contact-form-wrap .wpcf7 button[type="submit"],
.contact-form-content .wpcf7 input[type="submit"],
.contact-form-content .wpcf7 button[type="submit"] {
  width: 100% !important;
  padding: 20px 32px !important;
  background: var(--brand-red) !important;
  color: var(--white) !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  margin-top: 8px !important;
  box-shadow: 0 4px 16px rgba(20,89,140,0.25) !important;
}
.contact-form-wrap .wpcf7 input[type="submit"]:hover,
.contact-form-wrap .wpcf7 button[type="submit"]:hover,
.contact-form-content .wpcf7 input[type="submit"]:hover,
.contact-form-content .wpcf7 button[type="submit"]:hover {
  background: #0E4470 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(20,89,140,0.35) !important;
}

/* 2カラム表示用クラス */
.contact-form-wrap .wpcf7 .form-row,
.contact-form-content .wpcf7 .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.contact-form-wrap .wpcf7 .form-row p,
.contact-form-content .wpcf7 .form-row p {
  margin: 0;
}

/* CF7のエラーメッセージ */
.contact-form-wrap .wpcf7-not-valid-tip,
.contact-form-content .wpcf7-not-valid-tip {
  color: var(--brand-red) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
}

.contact-form-wrap .wpcf7-response-output,
.contact-form-content .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
}

/* 成功メッセージ */
.contact-form-wrap .wpcf7-mail-sent-ok,
.contact-form-content .wpcf7-mail-sent-ok {
  background: rgba(34,197,94,0.1) !important;
  border: 1px solid #22c55e !important;
  color: #16a34a !important;
}

/* 失敗・エラーメッセージ */
.contact-form-wrap .wpcf7-mail-sent-ng,
.contact-form-wrap .wpcf7-validation-errors,
.contact-form-wrap .wpcf7-acceptance-missing,
.contact-form-content .wpcf7-mail-sent-ng,
.contact-form-content .wpcf7-validation-errors,
.contact-form-content .wpcf7-acceptance-missing {
  background: rgba(20,89,140,0.08) !important;
  border: 1px solid var(--brand-red) !important;
  color: var(--brand-red) !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .contact-form-wrap .wpcf7 .form-row,
  .contact-form-content .wpcf7 .form-row {
    grid-template-columns: 1fr !important;
  }
  .contact-form-wrap .wpcf7 input[type="submit"],
  .contact-form-content .wpcf7 input[type="submit"] {
    font-size: 16px !important;
    padding: 18px 24px !important;
  }
}

/* ============================================================
   法人問い合わせフォーム — Corporate B2B Style（CF7強化版）
   ============================================================ */

/* フォームコンテナを整理 */
.contact-form-wrap .wpcf7,
.contact-form-content .wpcf7 {
  background: transparent;
}

.contact-form-wrap .wpcf7-form,
.contact-form-content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* セクション見出し（フォーム内分割用） */
.contact-form-wrap .wpcf7 .form-section-title,
.contact-form-content .wpcf7 .form-section-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--brand-red);
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--brand-red);
  margin: 8px 0 4px;
}

/* 2カラムグリッド */
.contact-form-wrap .wpcf7 .form-row,
.contact-form-content .wpcf7 .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

/* 3カラムグリッド（部署・役職用） */
.contact-form-wrap .wpcf7 .form-row-3col,
.contact-form-content .wpcf7 .form-row-3col {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 20px !important;
}

/* 法人ラベル（強調版） */
.contact-form-wrap .wpcf7 label,
.contact-form-content .wpcf7 label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  letter-spacing: 0.06em !important;
  text-transform: none;
  width: 100%;
}

/* 必須バッジ */
.contact-form-wrap .wpcf7 .req,
.contact-form-content .wpcf7 .req {
  display: inline-block;
  background: var(--brand-red);
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 1.4;
}

/* 任意バッジ */
.contact-form-wrap .wpcf7 .opt,
.contact-form-content .wpcf7 .opt {
  display: inline-block;
  background: #e5e7ec;
  color: var(--text-sub);
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

/* チェックボックス（プライバシー同意用） */
.contact-form-wrap .wpcf7 .privacy-acceptance,
.contact-form-content .wpcf7 .privacy-acceptance {
  display: block;
  padding: 20px;
  background: #f7f8fb;
  border: 1px solid #e5e7ec;
  border-radius: 10px;
  margin-top: 8px;
}
.contact-form-wrap .wpcf7 .privacy-acceptance .wpcf7-list-item,
.contact-form-content .wpcf7 .privacy-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form-wrap .wpcf7 .privacy-acceptance .wpcf7-list-item-label,
.contact-form-content .wpcf7 .privacy-acceptance .wpcf7-list-item-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--navy) !important;
  margin-left: 6px !important;
}
.contact-form-wrap .wpcf7 input[type="checkbox"],
.contact-form-content .wpcf7 input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin-right: 4px !important;
  cursor: pointer !important;
  accent-color: var(--brand-red);
}

/* ラジオボタン */
.contact-form-wrap .wpcf7 .wpcf7-radio,
.contact-form-content .wpcf7 .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding: 4px 0;
}
.contact-form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item,
.contact-form-content .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
  padding: 10px 18px;
  border: 1.5px solid #e5e7ec;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.contact-form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item:has(input:checked),
.contact-form-content .wpcf7 .wpcf7-radio .wpcf7-list-item:has(input:checked) {
  border-color: var(--brand-red);
  background: rgba(20,89,140,0.04);
}
.contact-form-wrap .wpcf7 input[type="radio"],
.contact-form-content .wpcf7 input[type="radio"] {
  margin-right: 6px !important;
  accent-color: var(--brand-red);
}
.contact-form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item-label,
.contact-form-content .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  font-size: 13px !important;
  color: var(--navy) !important;
  cursor: pointer;
}

/* 送信ボタン強化 */
.contact-form-wrap .wpcf7 input[type="submit"],
.contact-form-wrap .wpcf7 button[type="submit"],
.contact-form-content .wpcf7 input[type="submit"],
.contact-form-content .wpcf7 button[type="submit"] {
  margin-top: 16px !important;
  font-size: 16px !important;
  letter-spacing: 0.12em !important;
  padding: 22px 32px !important;
}

/* 送信中のローダー */
.contact-form-wrap .wpcf7 .wpcf7-spinner,
.contact-form-content .wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 8px auto 0 !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .contact-form-wrap .wpcf7 .form-row,
  .contact-form-wrap .wpcf7 .form-row-3col,
  .contact-form-content .wpcf7 .form-row,
  .contact-form-content .wpcf7 .form-row-3col {
    grid-template-columns: 1fr !important;
  }
  .contact-form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item,
  .contact-form-content .wpcf7 .wpcf7-radio .wpcf7-list-item {
    flex: 1 1 calc(50% - 6px);
    text-align: center;
  }
}

/* ============================================================
   v13: 読みやすさ向上 — 本文・説明文・カード内テキストを底上げ
   （見出しは既に十分大きいため維持。全体バランスを保ちつつ拡大）
   ============================================================ */

/* セクション共通の説明文 */
.section-sub { font-size: 19px !important; line-height: 2.15 !important; }

/* CONCERNS：お悩みカード */
.concern-simple { font-size: 19px !important; line-height: 1.7 !important; }
.concern-bottom p { font-size: 19px !important; line-height: 1.9 !important; }

/* SERVICE：4カードの本文 */
.what-body { font-size: 17px !important; line-height: 2.05 !important; }

/* WHY US：選ばれる理由の本文 */
.why-us-body { font-size: 17px !important; line-height: 2.1 !important; }

/* FOR WHOM：向いている企業カードの本文 */
.for-whom-body { font-size: 16px !important; line-height: 2 !important; }

/* PROCESS：支援プロセスカード */
.process-card-badge { font-size: 13px !important; padding: 7px 16px !important; }
.process-card-subtitle { font-size: 12px !important; letter-spacing: 0.16em !important; }
.process-card-desc { font-size: 15px !important; line-height: 1.85 !important; }
.process-card-list li { font-size: 15px !important; }
.process-card-list li strong { font-size: 15px !important; line-height: 1.6 !important; }
.process-card-small { font-size: 13px !important; line-height: 1.65 !important; }

/* NEWS / KNOWLEDGE */
.qf-news-title { font-size: 17px !important; }
.qf-knowledge-title { font-size: 16px !important; line-height: 1.7 !important; }

/* 会社概要テーブル */
.qf-company-table th { font-size: 14px !important; }
.qf-company-table td { font-size: 16px !important; line-height: 1.9 !important; }

/* スマホ表示は過剰にならないよう微調整 */
@media (max-width: 768px) {
  .section-sub { font-size: 16px !important; }
  .concern-simple { font-size: 17px !important; }
  .concern-bottom p { font-size: 17px !important; }
  .what-body { font-size: 16px !important; }
  .why-us-body { font-size: 16px !important; }
  .process-card-desc { font-size: 14px !important; }
  .process-card-list li, .process-card-list li strong { font-size: 14px !important; }
}
