/* ベース container */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

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

:root {
  --navy:    #1a2a4a;
  --blue:    #3aa8d8;
  --blue-lt: #e8f5fb;
  --white:   #ffffff;
  --gray:    #f5f7fa;
  --gray-mid:#e2e8f0;
  --text:    #2d3748;
  --text-sm: #64748b;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

/* ── Header / Nav ── */
header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-mid);
}
.nav-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo-wrap svg { display: block; height: 80px; width: auto; }
nav { display: flex; gap: 0; }
nav a {
  display: block; padding: 0 14px;
  height: 64px; line-height: 64px;
  font-size: 13px; font-weight: 500;
  color: var(--navy); text-decoration: none;
  transition: color .15s;
}
nav a:hover { color: var(--blue); }
nav a.active { color: var(--blue); border-bottom: 2px solid var(--blue); }
.nav-contact {
  background: var(--navy); color: var(--white) !important;
  padding: 0 18px !important; border-radius: 4px;
  margin-left: 8px;
  height: 36px !important; line-height: 36px !important;
  align-self: center;
}
.lang-toggle { font-size: 0.85rem; padding: 0 14px; border: 1px solid #3aa8d8; border-radius: 4px; color: #3aa8d8; text-decoration: none; margin-left: 8px; white-space: nowrap; height: 36px; line-height: 36px; align-self: center; }
.lang-toggle:hover { background: #3aa8d8; color: #fff; }
.nav-contact:hover { background: var(--blue) !important; }

/* ハンバーガー（デスクトップでは非表示・モバイルで表示） */
.nav-toggle { display: none; }
.nav-burger { display: none; }

/* ══════════════════════════════════════
   ナビ ドロップダウン（製品メニュー）
   style.css の nav セクション末尾に追加
   ══════════════════════════════════════ */

/* ドロップダウン wrapper */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

/* トリガーリンク（「製品 ▾」） */
.nav-dropdown-trigger {
  display: block;
  padding: 0 14px;
  height: 64px;
  line-height: 64px;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  transition: color .15s;
  cursor: pointer;
}
.nav-dropdown-trigger:hover { color: var(--blue); }
.nav-dropdown-trigger.active { color: var(--blue); border-bottom: 2px solid var(--blue); }

/* 矢印 */
.nav-arrow {
  font-size: 10px;
  margin-left: 2px;
  opacity: 0.6;
}

/* ドロップダウンメニュー本体 */
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  min-width: 220px;
  z-index: 200;
  padding: 8px 0;
}

/* ホバーで開く */
.nav-dropdown:hover .nav-dropdown-menu {
  display: block;
}

/* ドロップダウン内のリンク — nav a のスタイルを上書き */
.nav-dropdown-menu a {
  display: block;
  height: auto;
  line-height: 1.5;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  border-bottom: none;
  transition: background .15s, color .15s;
}
.nav-dropdown-menu a:hover {
  background: var(--gray);
  color: var(--blue);
}
.nav-dropdown-menu a:last-child {
  border-bottom: none;
}


/* ── Footer ── */
footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 48px 24px 32px;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; margin-bottom: 32px;
}
.footer-logo { margin-bottom: 12px; }
.footer-logo svg { height: 28px; width: auto; }
.footer-desc { font-size: 12px; line-height: 1.7; }
.footer-col h4 {
  font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 12px;
}
.footer-col a {
  display: block; font-size: 12px;
  color: rgba(255,255,255,.65); text-decoration: none;
  margin-bottom: 6px; transition: color .15s;
}
.footer-col a:hover { color: var(--white); }
.footer-col address { font-style: normal; font-size: 12px; line-height: 1.8; }
.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
  font-size: 11px; color: rgba(255,255,255,.4); text-align: center;
}

/* ── Sections ── */
.section { padding: 72px 24px; }
.section-inner { max-width: 1000px; margin: 0 auto; }
.section-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}
.section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(22px, 3vw, 32px); font-weight: 700;
  color: var(--navy); line-height: 1.3; margin-bottom: 12px;
}
.section-catch { font-size: 15px; color: var(--text-sm); margin-bottom: 40px; }

/* ── Hero ── */
.hero {
  background: var(--white);
  color: var(--navy); padding: 72px 24px 64px; text-align: center;
  border-bottom: 1px solid var(--gray-mid);
}
.hero-eyebrow {
  font-size: 12px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--blue); font-weight: 600; margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  line-height: 1.2; margin-bottom: 24px; color: var(--navy);
}
.hero-lead {
  max-width: 640px; margin: 0 auto 32px;
  font-size: 16px; color: var(--text-sm); line-height: 1.8;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.badge {
  background: var(--blue-lt);
  border: 1px solid rgba(58,168,216,.3);
  color: var(--blue); font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 999px; letter-spacing: .05em;
}

/* ── Cards ── */
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-bottom: 56px;
}
.feature-card {
  background: var(--white); border: 1px solid var(--gray-mid);
  border-radius: 10px; padding: 24px;
  transition: box-shadow .2s, border-color .2s;
}
.feature-card:hover { box-shadow: 0 4px 16px rgba(26,42,74,.08); border-color: var(--blue); }
.feature-num { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--blue); margin-bottom: 8px; }
.feature-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.4; }
.feature-title span { display: block; font-size: 12px; font-weight: 500; color: var(--text-sm); margin-top: 3px; }
.feature-body { font-size: 13.5px; line-height: 1.75; }

/* ── Generator product cards ── */
.generator-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px; margin: 8px 0 56px;
}
.generator-card {
  background: var(--white); border: 1px solid var(--gray-mid);
  border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, border-color .2s;
}
.generator-card:hover { box-shadow: 0 4px 16px rgba(26,42,74,.08); border-color: var(--blue); }
.generator-card-head { background: var(--navy); padding: 24px 28px 20px; }
.generator-card-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.generator-card-head h2 { font-size: 19px; font-weight: 700; color: var(--white); margin: 0; line-height: 1.4; }
.generator-card-sub { font-size: 12.5px; color: rgba(255,255,255,.75); margin-top: 6px; }
.generator-card-body { padding: 24px 28px; flex: 1; display: flex; flex-direction: column; }
.generator-card-body > p { font-size: 13.5px; line-height: 1.75; margin-bottom: 16px; }
.generator-card-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.generator-card-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.6; }
.generator-card-list li::before { content: ''; display: block; width: 6px; height: 6px; min-width: 6px; border-radius: 50%; background: var(--blue); margin-top: 7px; }
.generator-card-link {
  margin-top: auto; align-self: flex-start;
  display: inline-block; background: var(--navy); color: var(--white);
  text-decoration: none; font-size: 13.5px; font-weight: 600;
  padding: 11px 24px; border-radius: 6px; transition: background .15s;
}
.generator-card-link:hover { background: var(--blue); }

/* ── Tables ── */
.spec-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.spec-table th, .spec-table td { text-align: left; padding: 10px 16px; border-bottom: 1px solid var(--gray-mid); vertical-align: top; }
.spec-table th { width: 30%; background: var(--gray); color: var(--navy); font-weight: 600; }
.spec-note { font-size: 12px; color: var(--text-sm); margin-top: 8px; }

.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 540px; }
.compare-table th { background: var(--navy); color: var(--white); padding: 10px 14px; text-align: center; font-weight: 600; }
.compare-table th:first-child { text-align: left; }
.compare-table td { padding: 10px 14px; border-bottom: 1px solid var(--gray-mid); text-align: center; vertical-align: middle; }
.compare-table td:first-child { text-align: left; font-weight: 500; color: var(--navy); }
.compare-table tr:nth-child(even) td { background: var(--gray); }
.compare-table .highlight { color: var(--blue); font-weight: 700; }

/* ── Usage list ── */
.usage-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.usage-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; line-height: 1.6; }
.usage-list li::before { content: ''; display: block; width: 6px; height: 6px; min-width: 6px; border-radius: 50%; background: var(--blue); margin-top: 7px; }

/* ── Track record ── */
.track-record {
  background: var(--navy); border-radius: 10px; padding: 32px;
  color: var(--white); margin-bottom: 56px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
}
.track-item { text-align: center; }
.track-num { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 700; color: var(--blue); line-height: 1; margin-bottom: 6px; }
.track-label { font-size: 12px; color: rgba(255,255,255,.75); line-height: 1.5; }

/* ── CTA ── */
.cta-box { background: var(--blue-lt); border: 1px solid rgba(58,168,216,.3); border-radius: 10px; padding: 32px; text-align: center; }
.cta-box p { font-size: 14px; color: var(--text-sm); margin-bottom: 16px; }
.btn-primary {
  display: inline-block; background: var(--navy); color: var(--white);
  text-decoration: none; font-size: 14px; font-weight: 600;
  padding: 13px 32px; border-radius: 6px; transition: background .15s;
}
.btn-primary:hover { background: var(--blue); }

/* ── Product tabs ── */
.product-tabs { display: flex; border-bottom: 2px solid var(--gray-mid); margin-bottom: 48px; }
.tab-btn {
  background: none; border: none; cursor: pointer;
  padding: 14px 28px; font-size: 15px; font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif; color: var(--text-sm);
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}
.tab-btn:hover { color: var(--navy); }
.tab-btn.active { color: var(--navy); border-bottom-color: var(--blue); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.product-lead {
  background: var(--blue-lt); border-left: 4px solid var(--blue);
  padding: 20px 24px; border-radius: 0 8px 8px 0;
  font-size: 15px; line-height: 1.8; margin-bottom: 48px; color: var(--navy);
}
.product-catch { font-size: clamp(18px, 2.5vw, 24px); font-weight: 700; color: var(--navy); margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.section-divider { border: none; border-top: 2px solid var(--blue-lt); margin: 56px 0; }
.subsection-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--gray-mid); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .track-record { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .tab-btn { padding: 12px 14px; font-size: 13px; }

  /* ハンバーガーボタンを表示 */
  .nav-burger {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; width: 44px; height: 44px; padding: 10px;
    cursor: pointer; box-sizing: border-box;
  }
  .nav-burger span {
    display: block; height: 2px; width: 100%;
    background: var(--navy); border-radius: 2px;
    transition: transform .2s, opacity .2s;
  }
  /* 開いている時は×印に */
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ナビをドロップダウンパネル化（既定は閉） */
  nav {
    display: none;
    position: absolute; top: 64px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--gray-mid);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 8px 0;
    max-height: calc(100vh - 64px); overflow-y: auto;
  }
  .nav-toggle:checked ~ nav { display: flex; }

  /* パネル内リンクをフルワイド化 */
  nav a {
    height: auto; line-height: 1.4;
    padding: 14px 24px; width: 100%;
    border-bottom: 1px solid var(--gray);
    box-sizing: border-box;
  }
  nav a.active { border-bottom: 1px solid var(--gray); background: var(--gray); }

  /* 製品ドロップダウンは常時展開 */
  .nav-dropdown { display: block; width: 100%; }
  .nav-dropdown-trigger {
    height: auto; line-height: 1.4;
    padding: 14px 24px; width: 100%; box-sizing: border-box;
    border-bottom: 1px solid var(--gray);
  }
  .nav-arrow { display: none; }
  .nav-dropdown-menu {
    display: block; position: static;
    border: none; box-shadow: none; border-radius: 0;
    min-width: 0; padding: 0;
  }
  .nav-dropdown-menu a {
    padding: 12px 24px 12px 44px;
    background: #f7f9fb;
  }

  /* お問い合わせ・English はパネル内で全幅ボタン */
  .nav-contact, .lang-toggle {
    margin: 10px 24px; width: calc(100% - 48px);
    height: 44px !important; line-height: 44px !important;
    text-align: center; box-sizing: border-box;
  }
  .nav-contact { border-bottom: none; }
}

/* ── パンくずナビ ── */
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 24px 0;
  font-size: 0.85rem;
  line-height: 1.4;
}
.breadcrumb a {
  display: inline;
  height: auto;
  line-height: inherit;
  padding: 0;
  font-size: 0.85rem;
  color: #3aa8d8;
  text-decoration: none;
  border-bottom: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a::after {
  content: "›";
  display: inline;
  margin: 0 6px;
  color: #99a8b8;
  font-weight: 400;
}
.breadcrumb span {
  color: #1a2a4a;
  font-weight: 600;
  font-size: 0.85rem;
}
/* ===================================
   CONTACT PAGE — style.css に追記
   =================================== */

/* レイアウト */
.contact-section {
  padding: 60px 0 80px;
}

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

/* フォーム */
.contact-form-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2a4a;
  margin-bottom: 8px;
}

.required {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background: #e53e3e;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a2a4a;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3aa8d8;
  box-shadow: 0 0 0 3px rgba(58, 168, 216, 0.15);
  background: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

/* 送信ボタン */
.form-actions {
  margin-top: 32px;
}

.btn-submit {
  display: inline-block;
  width: 100%;
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #3aa8d8;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.btn-submit:hover {
  background: #2d8ab3;
}

.btn-submit:active {
  transform: scale(0.98);
}

.form-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
}

/* 送信完了メッセージ */
.form-success {
  text-align: center;
  padding: 60px 20px;
}

.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #d1fae5;
  color: #059669;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 24px;
}

.form-success h3 {
  font-size: 1.3rem;
  color: #1a2a4a;
  margin-bottom: 12px;
}

.form-success p {
  color: #64748b;
  margin-bottom: 32px;
}

.btn-back {
  display: inline-block;
  padding: 12px 32px;
  font-size: 0.95rem;
  color: #3aa8d8;
  border: 1px solid #3aa8d8;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-back:hover {
  background: #3aa8d8;
  color: #fff;
}

/* 右カラム：会社情報 */
.contact-info-card {
  background: #1a2a4a;
  color: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 20px;
}

.contact-info-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-info-card .company-en {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 24px;
}

.info-item {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.info-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #3aa8d8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.info-value {
  font-size: 0.95rem;
  line-height: 1.7;
}

.info-value a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.info-value a:hover {
  border-bottom-color: #3aa8d8;
}

.info-value .note {
  font-size: 0.82rem;
  color: #94a3b8;
}

/* お急ぎカード */
.contact-direct-card {
  background: #f0f4f8;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-direct-card h4 {
  font-size: 0.95rem;
  color: #1a2a4a;
  margin-bottom: 8px;
}

.contact-direct-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 12px;
}

.tel-link {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2a4a;
  text-decoration: none;
  margin-bottom: 4px;
}

.contact-direct-card .note {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-bottom: 0;
}

/* 関連ページ */
.contact-related {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}

.contact-related h4 {
  font-size: 0.9rem;
  color: #1a2a4a;
  margin-bottom: 16px;
}

.contact-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-related li {
  margin-bottom: 0;
}

.contact-related li a {
  display: block;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #3aa8d8;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  transition: color 0.2s;
}

.contact-related li:last-child a {
  border-bottom: none;
}

.contact-related li a:hover {
  color: #1a2a4a;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-form-wrap {
    padding: 28px 20px;
  }
}
/* お問い合わせページ修正 */
.contact-section .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.page-hero .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================================
   COMPANY PAGE — style.css に追記
   =================================== */

/* 代表挨拶 */
.company-greeting {
  padding: 60px 0;
}

.company-greeting h2 {
  margin-bottom: 40px;
}

.greeting-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 900px;
}

.greeting-photo {
  text-align: center;
}

.photo-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 4px solid #e2e8f0;
  display: block;
  margin: 0 auto 16px;
}

.photo-name {
  font-size: 0.85rem;
  color: #1a2a4a;
  line-height: 1.7;
  font-weight: 600;
}

.greeting-text p {
  font-size: 0.95rem;
  line-height: 2;
  color: #334155;
  margin-bottom: 20px;
}

.greeting-text p:last-child {
  margin-bottom: 0;
}

/* 会社概要 */
.company-overview {
  padding: 60px 0;
  background: #f8fafc;
}

.company-overview h2 {
  margin-bottom: 32px;
}

.company-table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.company-table tr {
  border-bottom: 1px solid #e2e8f0;
}

.company-table th {
  width: 140px;
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: #1a2a4a;
  background: rgba(58, 168, 216, 0.05);
  white-space: nowrap;
}

.company-table td {
  padding: 18px 20px;
  color: #334155;
  line-height: 1.8;
}

.company-table td a {
  color: #3aa8d8;
  text-decoration: none;
}

.company-table td a:hover {
  text-decoration: underline;
}

.company-table td .sub {
  font-size: 0.85rem;
  color: #64748b;
}

/* SNS・外部リンク */
.company-links {
  padding: 48px 0;
}

.company-links h3 {
  font-size: 1rem;
  color: #1a2a4a;
  margin-bottom: 20px;
}

.sns-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sns-btn {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.9rem;
  color: #1a2a4a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.sns-btn:hover {
  border-color: #3aa8d8;
  color: #3aa8d8;
}

/* CTA */
.cta-section {
  padding: 48px 0 80px;
}

.cta-box {
  background: #f0f4f8;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.cta-box p {
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: #1a2a4a;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: #2a3a5a;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .greeting-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .greeting-photo {
    text-align: center;
  }

  .photo-circle {
    width: 150px;
    height: 150px;
  }

  .company-table th {
    display: block;
    width: 100%;
    padding-bottom: 4px;
  }

  .company-table td {
    display: block;
    padding-top: 4px;
    padding-bottom: 18px;
  }
}
/* 全ページ共通 container 修正 */
.company-greeting .container,
.company-overview .container,
.company-links .container,
.cta-section .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ══════════════════════════════════════
   統一HERO（ダーク・左揃え） — .hero.hero--dark + .hero-inner
   ══════════════════════════════════════ */
.hero--dark {
  background: linear-gradient(135deg, #1a2a4a 0%, #22395f 100%);
  color: var(--white); text-align: left;
  border-bottom: none; padding: 64px 24px 56px;
}
.hero-inner { max-width: 1080px; margin: 0 auto; }
.hero--dark .hero-eyebrow { color: var(--blue); margin-bottom: 12px; }
.hero--dark h1 { color: var(--white); margin-bottom: 16px; }
.hero--dark .hero-lead { max-width: 640px; margin: 0; color: #c8d8e8; }
.hero--dark .hero-badges { justify-content: flex-start; margin-top: 4px; }
.hero--dark .hero-cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero--dark .hero-cta a {
  display: inline-block; background: var(--blue); color: var(--white);
  padding: 14px 32px; border-radius: 4px; text-decoration: none;
  font-weight: 700; font-size: 0.95rem;
}
.hero--dark .hero-cta a.secondary { background: transparent; border: 1px solid var(--blue); color: var(--blue); }
.hero--dark .hero-cta a:hover { background: var(--navy); }

/* ══════════════════════════════════════
   統一カード（services型・濃紺ヘッダー）
   ══════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 8px 0 56px; }
.svc-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, border-color .2s; }
.svc-card:hover { box-shadow: 0 4px 16px rgba(26,42,74,.08); border-color: var(--blue); }
.svc-card-head { background: var(--navy); padding: 24px 28px 20px; }
.svc-card-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.svc-card-head h2, .svc-card-head h3 { font-size: 19px; font-weight: 700; color: var(--white); margin: 0; line-height: 1.4; }
.svc-card-head h3 span, .svc-card-sub { display: block; font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,.75); margin-top: 6px; }
.svc-card-body { padding: 24px 28px; flex: 1; display: flex; flex-direction: column; }
.svc-card-body > p { font-size: 13.5px; line-height: 1.75; margin-bottom: 16px; }
.svc-card-body > p:last-child { margin-bottom: 0; }
.svc-card-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.svc-card-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.6; }
.svc-card-list li::before { content: ''; display: block; width: 6px; height: 6px; min-width: 6px; border-radius: 50%; background: var(--blue); margin-top: 7px; }
.svc-card-link { margin-top: auto; align-self: flex-start; display: inline-block; background: var(--navy); color: var(--white); text-decoration: none; font-size: 13.5px; font-weight: 600; padding: 11px 24px; border-radius: 6px; transition: background .15s; }
.svc-card-link:hover { background: var(--blue); }