@charset "UTF-8";
/*
Theme Name: SUPPORT BRIDGE Professional
Version: 1.1
*/

:root {
    --primary-color: #e60012; /* red.pngに合わせた赤系、またはお好みのIndigo */
    --primary-hover: #c00010;
    --dark: #333333;
    --white: #ffffff;
    --transition: all 0.3s ease;
      --brand-red: #d32f2f;

}

/* --- Base Layout --- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--dark);
    line-height: 1.6;
    padding-top: 70px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Header --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-banner img {
    max-height: 30px;
    width: auto;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu {
  display: flex;
  gap: 20px; /* 今より少し狭く */
  font-size: 15px; /* 少し小さく */
}

.nav-menu li {
  white-space: nowrap;
}


.nav-menu a {
    font-weight: 500;
    color: var(--dark);
    position: relative;
    font-size: 15px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: var(--transition);
    text-align: center;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white) !important;
}

.btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 0, 18, 0.3);
}
.btn-white {
  display: inline-block;
  background: #fff;
  color: var(--brand-red);
  padding: 20px 64px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,.25);
}
/* --- Footer --- */
.footer {
    background: #f5f5f5;
    padding: 60px 0 30px;
    text-align: center;
}

.footer-company-name {
    font-weight: 700;
    margin: 20px 0;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-nav a:hover {
    color: var(--primary-color);
}

.copyright {
    color: #888;
    font-size: 13px;
}

/* --- Mobile Toggle --- */
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .nav-menu, .nav-cta { display: none; }
    .mobile-menu-toggle { display: block; }
    body { padding-top: 40px; }
    
}

/* =========================
   FOOTER (ダークテーマ)
========================= */
.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 60px 0 40px; /* 上下の余白を追加 */
    padding-bottom: 100px; /* 既存の40px → 増やす */
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo img {
  max-width: 300px;
  height: auto;
}

/* 画像パスが空、または属性がない場合に非表示にする設定 */
.footer-logo img[src=""],
.footer-logo img:not([src]) {
  display: none;
}

.footer-company-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0; /* マージンの調整 */
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.copyright {
  color: #888;
  font-size: 13px;
  margin: 0;
}

/* コンテナの幅設定（フッター内でも適用） */
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/* =========================
   コラム一覧ページ
========================= */

.archive-section {
  padding: 40px 0;
}

.archive-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
  font-weight: 700;
}

/* レイアウト */
.layout {
  display: flex;
  gap: 60px;
}

.main-content {
  flex: 3;
}

.sidebar {
  flex: 1;
}

/* カード一覧 */
.column-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.column-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.column-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.column-thumbnail img {
  width: 100%;    /* 横幅いっぱい */
  height: auto;   /* 縦横比を維持 */
  display: block; /* 下に余白が出ないように */
}

.column-title {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px 20px 10px;
}

.column-title a {
  text-decoration: none;
  color: var(--dark);
}

.column-title a:hover {
  color: var(--primary-color);
}

.column-excerpt {
  padding: 0 20px 20px;
  font-size: 0.95rem;
  color: #666;
}

/* ページネーション */
.pagination {
  margin-top: 60px;
  text-align: center;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .column-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .layout {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .column-list {
    grid-template-columns: 1fr;
  }
}


/* =========================
   Single Post Layout
========================= */

.single-container {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 20px;
}

.content-full {
    width: 100%;
}

/* 記事全体 */
.single-article {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* タイトル */
.post-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* 投稿日 */
.post-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}

/* アイキャッチ */
.post-thumbnail img {
    width: 80%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto 30px;  /* ←中央寄せ */
    display: block;       /* ←これ必須 */
}

/* 本文 */
.post-content {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

/* 見出し */
.post-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e60023;
}

.post-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* 段落 */
.post-content p {
    margin-bottom: 20px;
}

/* リスト */
.post-content ul,
.post-content ol {
    margin: 20px 0 20px 20px;
}

/* リンク */
.post-content a {
    color: #e60023;
    text-decoration: underline;
}

/* 画像 */
.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
}

/* =========================
   モバイル対応
========================= */
@media (max-width: 768px) {
.container {
    padding: 0 10px;
}
    .single-article {
        padding: 25px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-content {
        font-size: 15px;
        line-height: 1.8;
    }
    /* アイキャッチ */
.post-thumbnail img {
    width: 100%;
    margin: 0 0 20px 0;  /* ←中央寄せ */
}
}




/* バナー全体（下部固定） */
.sticky-footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa; /* 背景色（必要に応じて変更してください） */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 500;
  padding: 10px; /* バナー全体の上下の余白も小さめに */
  box-sizing: border-box;
}

/* 中央寄せの設定 */
.banner-content, .banner-buttons {
  text-align: center;
}

/* ★ここがポイント：バナー内のボタンだけ小さく上書き */
.sticky-footer-banner .btn {
  display: inline-block;
  max-width: 600px; /* PC表示の際にボタンが横に広がりすぎないように制限 */
  width: 100%;
  padding: 8px 15px; /* 元のボタンより余白（高さ・幅）を小さく */
  font-size: 14px;   /* 文字サイズを小さく（PC向け） */
  line-height: 1.4;
  box-sizing: border-box;
}
.grecaptcha-badge {
  bottom: 70px !important;
}
/* --- モバイル対応（画面幅が768px以下の場合） --- */
@media (max-width: 768px) {
  .sticky-footer-banner {
    padding: 12px; /* スマホではバナー自体の余白をさらに小さく */
  }
  
  .sticky-footer-banner .btn {
    font-size: 12px; /* スマホ向けにさらに文字を小さく */
    padding: 8px 10px; /* スマホ向けにさらにボタンを薄く */
    white-space: normal; /* 万が一画面が狭くて改行されても崩れないようにする */
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
    margin-bottom: 60px; /* ←これ追加 */
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;
  border: 1px solid #ddd;

  text-decoration: none;
  color: #333;
  font-weight: bold;

  transition: 0.2s;
}

/* hover */
.pagination a:hover {
  background: #000;
  color: #fff;
}

/* 現在ページ */
.pagination .current {
  background: #000;
  color: #fff;
  border-color: #000;
}










/* ===== HERO ===== */
.hero {
  padding: 50px 20px;
  background: linear-gradient(135deg, #f7f9fc, #eef2f7);
}

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

.hero-eyebrow {
  font-size: 18px;
  color: #c40000;
  margin-bottom: 10px;
  font-weight: bold;
}

.hero-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-description {
  color: #555;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

/* ボタン拡張 */
.btn-primary {
  background: #c40000;
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: #c40000;
  border: 2px solid #c40000;
}

/* ===== デモカード ===== */
.hero-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* 検索 */
.hero-search {
  display: flex;
  align-items: center;
  background: #f1f3f6;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.search-icon {
  margin-right: 10px;
}

.search-text {
  font-weight: bold;
}

.search-status {
  margin-left: auto;
  font-size: 12px;
  color: #aaa;
}

/* ヒント */
.hero-demo-hint {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

/* リスト */
.hero-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-item {
  padding: 12px;
  border-radius: 10px;
  background: #f7f7f7;
  font-size: 14px;
}

.hero-item.active {
  background: #ffeaea;
  border: 1px solid #ffb3b3;
}

/* フッター */
.hero-footer {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #c40000;
  font-weight: bold;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: column;
  }
  .search-text {
  flex: 1;
  min-width: 0;
}
}



/* ===== セクション全体 ===== */
.faq-concierge {
  padding: 80px 20px;
  background: #fff;
}

/* ===== ヘッダー ===== */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
}

.section-description {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* ===== POINTレイアウト ===== */
.point-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 80px;
}

/* 左右反転 */
.point-block.reverse {
  direction: rtl;
}
.point-block.reverse .point-text {
  direction: ltr;
}

/* ===== テキスト ===== */
.point-label {
  font-size: 13px;
  font-weight: bold;
  color: #e60023;
  margin-bottom: 10px;
  display: inline-block;
}

.point-text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
    font-weight: bold;

}

.point-text p {
  color: #555;
  line-height: 1.8;
}

/* ===== 強調 ===== */
.point-accent {
  color: #e60023;
  font-weight: 800;
  border-bottom: 3px solid #e60023;
}

/* ===== 画像 ===== */
.point-image {
  text-align: right;
}

.point-block.reverse .point-image {
  text-align: left;
}

.point-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

/* ===== まとめ ===== */
.summary-box {
  background: #fff7f1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.summary-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ←中央やめる */
  gap: 12px;
  max-width: 600px; /* ←これ超重要 */
  margin: 0 auto;
  text-align: left;
}
/* テキスト側を伸ばす */
.summary-inner p {
  margin: 0;
  flex: 1;
}
/* アイコン固定 */
.summary-icon {
  font-size: 24px;
  flex-shrink: 0;
}

/* ===== PC改行制御 ===== */
.pc-only {
  display: inline !important;;
}
.sp-only {
  display: none !important;;
}
/* ===== スマホ対応 ===== */
@media (max-width: 768px) {

  .point-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .point-block.reverse {
    direction: ltr;
  }

  .point-text h3 {
    font-size: 20px;
  }

  .summary-inner {
        max-width: 100%;
            padding: 0 5px; /* ←ほんの少しだけ余白 */
    align-items: flex-start; /* ←上揃えにする */
  }

  .summary-icon {
    margin-top: 3px; /* ←微調整（見た目良くなる） */
  }

  .pc-only {
    display: none !important;
  }
    .sp-only {
    display: inline !important;;
  }
}

/* ===== 課題セクション ===== */
.benefits {
  padding: 80px 20px;
  background: #f9fafb;
}

/* グリッド */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* カード */
.benefits-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  overflow: hidden; /* ← 重要（画像はみ出し防止） */
  transition: 0.3s;
}

.benefits-card:hover {
  transform: translateY(-5px);
}

.benefits-icon {
  width: 100%;
  overflow: hidden;
}

.benefits-icon img {
  width: 100%;
  height: auto;        /* ← ここが重要（100%にしない） */
  display: block;
}

.benefits-card h3 {
      text-align: center;
        font-weight: bold;
  font-size: 13px;   /* ← 少し小さく */
  margin: 10px 15px 5px;
  line-height: 1.4;
}

.benefits-card p {
  font-size: 13px;
  margin: 0 15px 15px;
  line-height: 1.6;
  text-align: left;
}

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

  .benefits-icon {
    height: 140px;
  }
}


/* ===== 既存課題 ===== */
.features {
  padding: 80px 20px;
}

/* グリッド */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.features-card {
  background: #fff;
  padding: 0; /* ← 上の余白消す */
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden; /* ← 画像はみ出し防止 */
  transition: 0.3s;
}

.features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* アイコン → 画像エリア化 */
.features-icon {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;   /* ← 縦中央 */
  justify-content: center; /* ← 横中央（おまけ） */
}

.features-icon img {
  width: 100%;
  height: auto;
}

/* タイトル */
.features-card h3 {
    text-align: center;
    font-weight: bold;
}
.features-card h3,
.feature-list {
  padding: 15px 20px;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

/* NGっぽいマーク */
.feature-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #ff4d4d;
  font-weight: bold;
}

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

  .features-card {
    text-align: center;
  }

  .feature-list li {
    text-align: left;
  }
}


/* ===== 解決セクション ===== */
.solution {
  padding: 90px 20px;
  background: linear-gradient(135deg, #fff7f1, #fff);
}

/* タイトル */
.solution-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.solution-description {
  text-align: center;
  color: #666;
  margin-bottom: 60px;
}

/* グリッド */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* カード */
.solution-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* アイコン */
.solution-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #fff3eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG */
.solution-icon svg {
  width: 28px;
  height: 28px;
  stroke: #d40000;
  fill: none;
}

/* タイトル */
.solution-card h3 {
    font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

/* テキスト */
.solution-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

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

  .solution-title {
    font-size: 24px;
  }
}

/* ===== 機能詳細（solutionと統一） ===== */
.features-detail {
  padding: 80px 20px;
  background: #f9fafb;
}

.features-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.features-detail-card {
  background: #fff;
  padding: 35px 25px; /* ← solutionに合わせる */
  border-radius: 14px; /* ← 揃える */
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
}

/* ホバーも揃える */
.features-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* アイコン */
.features-detail-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px; /* ← solutionと同じ */
  background: #fff3eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-detail-icon svg {
  width: 28px;
  height: 28px;
  stroke: #d40000;
  fill: none;
}

/* タイトル（ここだけ太字） */
.features-detail-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

/* テキスト */
.features-detail-card p {
  font-weight: normal; /* ← 念のためリセット */
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .features-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== UIセクション ===== */
.ui {
  padding: 80px 20px;
}

.ui-image {
  text-align: center;
  margin: 40px 0;
}

.ui-image img {
  width: 100%;
  height: auto;
}

/* グリッド */
.ui-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* ← 揃える */
}

/* カード（統一デザイン） */
.ui-card {
  background: #fff;
  padding: 35px 25px; /* ← solutionと統一 */
  border-radius: 14px;
  border: 1px solid #eee;
  text-align: center;
  transition: 0.3s;
}

/* hover追加 */
.ui-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* アイコン */
.ui-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #fff3eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-icon svg {
  width: 28px;
  height: 28px;
  stroke: #d40000;
  fill: none;
}

/* タイトル（← これ重要） */
.ui-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

/* テキスト */
.ui-card p {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {

  .ui-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* 少し詰める */
  }

  .ui-card {
    padding: 20px 12px; /* 重要：横を削る */
  }

  .ui-card h3 {
    font-size: 14px;   /* タイトル縮小 */
    line-height: 1.4;
  }

  .ui-card p {
    font-size: 12px;   /* 説明も縮小 */
    line-height: 1.5;
  }

  .ui-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .ui-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* =========================
  DASHBOARD（統一版）
========================= */
.dashboard-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.dashboard-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px auto;
  align-items: center;
}

.dashboard-images img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* グリッド */
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* ← 統一 */
  margin-top: 50px;
}

/* カード */
.dashboard-card {
  background: #fff;
  padding: 35px 25px; /* ← 統一 */
  border-radius: 14px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #eee;
}

/* hover統一 */
.dashboard-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* アイコン（統一） */
.dashboard-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #fff3eb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-card .icon svg {
  width: 28px;
  height: 28px;
  stroke: #d40000;
  fill: none;
}

/* タイトル（←重要） */
.dashboard-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

/* テキスト */
.dashboard-card p {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {

  .dashboard-section {
    padding: 50px 15px; /* 少し詰める */
  }

  /* 画像 */
  .dashboard-images {
    gap: 15px;
    margin: 30px auto;
  }

  .dashboard-images img {
    max-width: 100%;
    border-radius: 10px;
  }

  /* グリッド */
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr); /* ← 2列 */
    gap: 15px;
    margin-top: 30px;
  }

  /* カード */
  .dashboard-card {
    padding: 20px 12px; /* ← かなり重要 */
  }

  /* アイコン */
  .dashboard-card .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .dashboard-card .icon svg {
    width: 22px;
    height: 22px;
  }

  /* タイトル */
  .dashboard-card h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  /* テキスト */
  .dashboard-card p {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* =========================
  VOICE（統一版）
========================= */
.voice-section {
  padding: 80px 20px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* ← 統一 */
  margin-top: 40px;
}

/* カード */
.voice-card {
  background: #fff;
  padding: 0;
  border-radius: 14px; /* ← 統一 */
  border: 1px solid #eee;
  overflow: hidden;
  text-align: left;
  transition: 0.3s;
}

/* hover追加 */
.voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* 画像 */
.voice-photo {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.voice-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.voice-card p {
  font-weight: normal;
  font-size: 14px;
  color: #555; /* ← 他と統一 */
  margin: 20px 20px 10px; /* ← 少し余白増やす */
  line-height: 1.6;
}

/* 名前・属性 */
.voice-card strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin: 0 20px 20px;
}

/* =========================
  RESULTS
========================= */

.results-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.results-card {
  background: #fff;
  padding: 35px 25px; /* ← 統一 */
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
}

/* hover追加 */
.results-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* 数値（メイン） */
.results-value {
  font-size: 42px;
  font-weight: 700;
  color:  #d40000; /* ← 全体トーンに合わせる */
  margin-bottom: 10px;
}

/* 単位 */
.results-value .unit {
  font-size: 16px;
  margin-left: 4px;
}

/* ラベル */
.results-label {
  font-weight: normal;
      font-weight: bold;
  font-size: 14px;
  color: #555;
}

/* 補足 */
.sub-text {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}


@media (max-width: 768px) {

  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .voice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* ←ここを修正 */
  .results-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-images img {
    max-width: 100%;
  }
}

/* =========================
  FLOW（統一版）
========================= */
.flow-section {
  padding: 80px 20px;
  background: #fff;
}

.flow-grid {
  display: grid;
  grid-template-columns: auto 60px auto 60px auto;
  align-items: center;
  gap: 30px; /* ← 統一 */
  margin-top: 50px;
}

/* カード（統一） */
.flow-card {
  background: #fff; /* ← 白に統一 */
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}

/* hover追加 */
.flow-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* STEP番号（アクセントだけ残す） */
.step-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #d40000; /* ← 統一カラー */
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

/* タイトル */
.flow-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

/* テキスト */
.flow-card p {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* 矢印 */
.flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-arrow svg {
  width: 40px;
  height: 40px;
  stroke: #d40000; /* ← 統一 */
}

/* =========================
  レスポンシブ
========================= */
@media (max-width: 1024px) {
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

/* =========================
  PRICING
========================= */
.pricing-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.pricing-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.pricing-card:hover {
  transform: translateY(-6px);
}

/* おすすめ強調 */
.pricing-card.featured {
  border: 2px solid #d40000;
  transform: scale(1.05);
  z-index: 2;
}

.pricing-card .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #d40000;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
}

/* 価格 */
.price {
  margin: 20px 0;
}

.price .monthly {
  font-size: 14px;
  color: #888;
}

.price .amount {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}

.price .tax {
  font-size: 12px;
  color: #999;
}

/* リスト */
.features-list {
  text-align: left;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}

.features-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}

.check {
  color: #d40000;
  margin-right: 6px;
}

.pricing-card .btn {
  border: 2px solid ; /* ← 濃く＆ブランドカラー */
  color: #999;
  background: #fff;
  font-weight: 600;
}
.pricing-card .btn-primary {
  border: 2px solid ; /* ← 濃く＆ブランドカラー */
  color: #d40000;
  background: #d40000;
  font-weight: 600;
}
/* ホバーで反転（これ重要） */
.pricing-card .btn:hover {
  background: #555;
  color: #444;
}
/* =========================
  レスポンシブ
========================= */


@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: none;
  }
}

/* =========================
  FAQ
========================= */
.faq-section {
  padding: 80px 20px;
  background: #fff;
}

.faq-container {
  max-width: 800px;
  margin: 40px auto 0;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

/* 質問 */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 10px;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  color: #d40000;
}

/* アイコン回転 */
.chevron {
  transition: transform 0.3s;
}

.faq-item.active .chevron {
  transform: rotate(180deg);
}

/* 回答（アニメーション） */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 10px 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== セクション背景 ===== */

.campaign-anchor-area {
  position: relative;
  padding: 80px 20px;
  background: #f7f9fc;
  overflow: hidden;
}

/* 背景アイコン */
.industry-icons {
  position: absolute;
  width: 120%;
  top: 0;
  left: -10%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  font-size: 80px;
  opacity: 0.06;
  color: #000;
  z-index: 1;
}

/* ===== メインバナー ===== */
.campaign-banner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 22px 30px;

  /* ←これが本体 */
  background: linear-gradient(90deg, #111, #333);

  border-radius: 999px; /* ピル型 */
  color: #fff;
  text-decoration: none;

  box-shadow: 0 10px 30px rgba(0,0,0,0.2);

  position: relative;
  z-index: 2;
}

/* テキスト */
.campaign-text {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

/* 黄色ラベル */
.campaign-banner .highlight {
  color: #ffcc00;
  border-bottom: 3px solid #ffcc00;
}

/* 矢印（丸付き） */
.arrow-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon::after {
  content: "›";
  color: #ffcc00;
  font-size: 18px;
}

/* 下テキスト */
.industry-text {
  text-align: center;
  margin-top: 25px;
  color: #6b7c93;
}

/* コンテナ前面 */
.campaign-anchor-area .container {
  position: relative;
  z-index: 2;
}

/* ===== CONTACT / CTA（赤背景） ===== */
.cta-section {
  background: #c40000; /* デザインに合わせたブランドレッド */
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 32px;
}

.cta-text {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.8;
  margin-bottom: 48px;
  opacity: 0.9;
}

/* 白背景ボタン */
.btn-white {
  display: inline-block;
  background: #fff;
  color: #c40000;
  padding: 20px 64px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  background: #fdfdfd;
}


/* モバイル対応 */
@media (max-width: 768px) {
  .cta-section {
    padding: 80px 20px;
  }
  


  .cta-title {
    margin-bottom: 24px;
  }

  .cta-text {
    margin-bottom: 32px;
    text-align: left; /* スマホでは左寄せが見やすい場合が多い */
  }

  .btn-white {
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
  }
}


/* 固定ページ本文全体 */
body.page .page-content {
  max-width: 800px;       /* 幅を抑えて読みやすく */
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;       /* 行間広め */
  font-size: 16px;
  color: #333;
  font-family: "Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
}

/* ページタイトル */
body.page .page-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;    /* タイトルと本文の間隔 */
  text-align: center;
}
@media (max-width: 768px) {

body.page .page-title {
  font-size: 24px;
  font-weight: bold;
    margin-bottom: 0px;    /* タイトルと本文の間隔 */
}
}
/* 条文見出し（第1条、第2条など） */
body.page .page-content p strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 32px;      /* 下に余白 */
}

/* 段落間の余白 */
body.page .page-content p {
  margin-bottom: 16px;
}

/* <br> の余白を調整 */
body.page .page-content br {
  display: block;
  margin-bottom: 8px;
}



/* ===== 全体 ===== */
.form-wrap {
  max-width: 600px;
  margin: 0 auto;
}

/* 通常ラベル */
.form-wrap > label {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 14px;
}

/* タイトル */
.form-title {
  margin: 25px 0 10px;
  font-weight: bold;
  font-size: 16px;
}

/* 入力欄 */
.form-wrap input,
.form-wrap textarea,
.form-wrap select {
  width: 100%;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

/* 横並び（名前） */
.form-row {
  display: flex;
  gap: 15px;
}

.form-col {
  flex: 1;
}

/* ===== チェックボックス ===== */
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.wpcf7-list-item {
  margin: 0;
}

/* ←ここ重要（label上書き） */
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  white-space: nowrap;
}

/* チェックボックス自体のサイズ調整 */
.wpcf7-list-item input {
  width: auto;
  margin: 0;
}

/* チェックボックス用labelはblock解除 */
.form-wrap .wpcf7-list-item label {
  display: inline-flex;
}

/* 送信ボタン */
.submit-wrap {
  margin-top: 25px;
}

.form-wrap input[type="submit"] {
  width: 100%;
  background: #c40000;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.form-wrap input[type="submit"]:hover {
  opacity: 0.9;
}

/* 必須 */
.required {
  color: #e60023;
  margin-left: 4px;
  font-weight: bold;
}
/* ===== 項目ラベルを全部太字 ===== */
.form-wrap label,
.form-title {
  font-weight: 700;
}

/* ===== プライバシーポリシーのリンク ===== */
.form-wrap a {
  text-decoration: underline;
  color: #007bff;
}

.form-wrap a:hover {
  opacity: 0.8;
}

/* ===== チェックボックス＋テキスト横並び ===== */
.form-wrap .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal; /* ←ここだけ太字解除 */
}

/* チェックボックスのサイズ調整 */
.form-wrap .checkbox input {
  width: auto;
  margin: 0;
}

/* チェックボックス内のlabelリセット（重要） */
.form-wrap .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
}
.wpcf7-list-item label,
.wpcf7-list-item-label {
  font-weight: normal !important;
}
/* スマホ */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }

  .wpcf7-checkbox {
    flex-direction: column;
  }
}

/* =========================
   campaign-section（スコープ強化）
========================= */
#campaign.campaign-section {
  padding: 80px 0;
  background-color: #fff5f5;
}

/* コンテナ補強（テーマ依存対策） */
#campaign .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ラッパー */
#campaign .campaign-wrapper {
  border: 2px solid #d32f2f;
  border-radius: 12px;
  background: #fff5f5;
  padding: 40px;
  position: relative;
}

/* ヘッダー */
#campaign .campaign-header {
  text-align: center;
  margin-bottom: 30px;
}

#campaign .campaign-limit {
  background: #d32f2f;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}

#campaign .campaign-title {
  font-size: 2rem;
  color: #333;
  margin: 0;
}

/* グリッド */
#campaign .campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

#campaign .campaign-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* テキスト */
#campaign .item-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

#campaign .item-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: #d32f2f;
  margin-bottom: 5px;
}

#campaign .item-note {
  font-size: 0.85rem;
  color: #d32f2f;
}

/* 条件 */
#campaign .campaign-condition {
  background: #f0f0f0;
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

#campaign .campaign-condition p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ボタン（テーマ依存対策） */
#campaign .btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

#campaign .btn-primary {
  background: #d32f2f;
  color: #fff;
}

#campaign .btn-primary:hover {
  opacity: 0.9;
}
#campaign .center {
  text-align: center;
}
/* =========================
   モバイル
========================= */
@media (max-width: 768px) {

  #campaign.campaign-section {
    padding: 50px 15px;
  }

  #campaign .campaign-wrapper {
    padding: 25px 20px;
  }

  #campaign .campaign-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #campaign .campaign-limit {
    font-size: 0.8rem;
    padding: 4px 14px;
  }

  #campaign .campaign-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  #campaign .item-label {
    font-size: 0.85rem;
  }

  #campaign .item-value {
    font-size: 1.5rem;
  }

  #campaign .item-note {
    font-size: 0.8rem;
  }

  #campaign .campaign-condition {
    padding: 18px 15px;
  }

  #campaign .campaign-condition p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}





/* キャンペーンエリア全体の余白 */
.campaign-anchor-area {
  padding: 40px 10px 20px 20px;
  background-color: #fff; /* 背景色に合わせて調整 */
}

/* バナー本体のデザイン */
.campaign-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 12px 40px;
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%); /* 高級感のある黒グラデ */
  color: #fff;
  text-decoration: none;
  border-radius: 50px; /* 丸みをもたせてモダンに */
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

/* ホバー演出 */
.campaign-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #222 0%, #444 100%);
}

/* 左側の「LIMITED」バッジ */
.campaign-badge {
  background: #ffc107; /* ゴールド/イエロー */
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 15px;
  letter-spacing: 1px;
}

/* テキストスタイル */
.campaign-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.campaign-text .highlight {
  color: #ffc107; /* 限定部分を強調 */
  margin-right: 5px;
}

/* 右側の矢印アイコン */
.arrow-icon {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffc107;
  border-radius: 50%;
  position: relative;
}

.arrow-icon::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffc107;
  border-right: 2px solid #ffc107;
  transform: rotate(45deg);
}

/* --- モバイル対応（スマホ表示） --- */
@media (max-width: 768px) {
  .campaign-banner {
    padding: 15px 20px;
    border-radius: 10px; /* スマホでは少し角丸を抑える */
    flex-direction: column; /* 縦並び気味に */
    gap: 8px;
  }

  .campaign-badge {
    margin-right: 0;
  }

  .campaign-text {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }

  .campaign-text .highlight {
    display: block; /* 「先着10社」を独立させて目立たせる */
    margin-bottom: 2px;
  }

  .arrow-icon {
    display: none; /* スマホではスッキリさせるため非表示 */
  }
}



.industry-bg{
  position:relative;
  padding:50px 20px;
  background:#f8fafc;
  overflow:hidden;
}

.industry-icons{
  position:absolute;
  inset:0;

  display:grid;
  grid-template-columns:repeat(8,1fr);
  grid-template-rows:repeat(2,1fr);

  align-items:center;
  justify-items:center;

  pointer-events:none;
}

.industry-icons span{
  font-size:70px;   /* 小さく */
  color:#64748b;
  opacity:0.12;
}
.industry-icons span:nth-child(1){ transform: translate(-20px, -10px); animation-duration: 10s; }
.industry-icons span:nth-child(2){ transform: translate(15px, -5px); animation-duration: 7s; }
.industry-icons span:nth-child(3){ transform: translate(-10px, 10px); animation-duration: 12s; }
.industry-icons span:nth-child(4){ transform: translate(10px, 5px); animation-duration: 9s; }
.industry-icons span:nth-child(5){ transform: translate(-15px, 15px); animation-duration: 11s; }
.industry-icons span:nth-child(6){ transform: translate(20px, -15px); animation-duration: 8s; }
.industry-icons span:nth-child(7){ transform: translate(-5px, 20px); animation-duration: 13s; }
.industry-icons span:nth-child(8){ transform: translate(25px, 10px); animation-duration: 10s; }

/* 2セット目も同じように調整 */
.industry-icons span:nth-child(9){ transform: translate(-20px, -10px); animation-duration: 9s; }
.industry-icons span:nth-child(10){ transform: translate(15px, -5px); animation-duration: 12s; }
.industry-icons span:nth-child(11){ transform: translate(-10px, 10px); animation-duration: 11s; }
.industry-icons span:nth-child(12){ transform: translate(10px, 5px); animation-duration: 8s; }
.industry-icons span:nth-child(13){ transform: translate(-15px, 15px); animation-duration: 10s; }
.industry-icons span:nth-child(14){ transform: translate(20px, -15px); animation-duration: 13s; }
.industry-icons span:nth-child(15){ transform: translate(-5px, 20px); animation-duration: 9s; }
.industry-icons span:nth-child(16){ transform: translate(25px, 10px); animation-duration: 12s; }

.industry-text{
  text-align:center;
  margin-top:14px;
  color:#64748b;
  font-size:14px;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.industry-icons span{
  font-size:70px;
  color:#64748b;
  opacity:0.12;

  animation: floatIcon 8s ease-in-out infinite;
}
@media (max-width:768px){

.industry-icons{
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:repeat(4,1fr);
}

.industry-icons span{
  font-size:40px;
}

}




.chat-demo-balloon{
    position:relative;
background: linear-gradient(135deg,#d65a5a,#c14a4a);
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding:6px 10px;
    border-radius:8px;
    text-align:center;
    line-height:1.4;
    white-space:nowrap;

box-shadow:0 6px 18px rgba(0,0,0,0.18);
    animation: demoFloat 2.2s ease-in-out infinite;
    margin-bottom:6px;
}

/* 右下にニョッキ */
.chat-demo-balloon:after{
    content:"";
    position:absolute;
    right:18px;     /* ←ここがポイント */
    top:100%;

    border-width:8px;
    border-style:solid;
border-color:#c14a4a transparent transparent transparent;
}
.chat-button-container{
    align-items:flex-end !important;
}
/* 浮遊 */
@keyframes demoFloat{
    0% { transform: translateY(0px); }
    50%{ transform: translateY(-6px); }
    100%{ transform: translateY(0px); }
}
/* PCだけ拡大 */
@media (min-width: 769px){
  .chat-demo-balloon{
    font-size:16px;      /* 文字大きく */
    padding:10px 16px;   /* バルーンも大きく */
    border-radius:10px;
  }

  .chat-demo-balloon:after{
    right:24px;          /* バランス調整 */
    border-width:10px;   /* しっぽも大きく */
  }
}
/* ========================
   DX認定セクション共通
   ======================== */

.dx-section {
    padding: 40px 0px;
    background: var(--white);
}

.dx-section + .dx-section {
    background: var(--gray-lighter);
}

/* ========================
   DXアイテム（各番号ブロック）
   ======================== */

.dx-item {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--gray-light, #e5e7eb);
}

.dx-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dx-item > h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 24px;
    line-height: 1.5;
}

/* ========================
   DXブロック（ラベル＋本文）
   ======================== */

.dx-block {
    margin-bottom: 24px;
}

.dx-block:last-child {
    margin-bottom: 0;
}

.dx-label {
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid var(--primary-color);
}

.dx-block p:not(.dx-label) {

    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 8px;
}

.dx-block p:not(.dx-label):last-child {
    margin-bottom: 0;
}

/* ========================
   KPIグリッド
   ======================== */

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

.dx-kpi-card {
    padding: 32px;
    border-radius: var(--border-radius);
    background: var(--gray-lighter);
    border-top: 3px solid var(--primary-color);
    transition: var(--transition);
}

.dx-kpi-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.dx-kpi-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.dx-kpi-card p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========================
   セキュリティ対策グリッド
   ======================== */

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

.dx-measure-card {
    padding: 32px;
    border-radius: var(--border-radius);
    background: var(--gray-lighter);
    transition: var(--transition);
}

.dx-measure-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.dx-measure-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-light, #e5e7eb);
}

.dx-measure-card p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 6px;
}

.dx-measure-card p:last-child {
    margin-bottom: 0;
}

/* ========================
   レスポンシブ
   ======================== */

@media (max-width: 768px) {
    .dx-item > h3 {
        font-size: 18px;
    }

    .dx-kpi-grid {
        grid-template-columns: 1fr;
    }

    .dx-measure-grid {
        grid-template-columns: 1fr;
    }
}



/* 社名ロゴ */
.footer-company-logo {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.company-logo-img {
    max-width: 259px; /* 社名ロゴサイズ */
    height: auto;
}

/* SECURITY ACTION */
.security-action-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 10px 0;
    flex-wrap: wrap;
    text-decoration: none;
}

.security-action-img {
    width: 60px;   /* デスクトップでも小さめ */
    height: auto;
}

.security-action-text {
    font-size: 12px;
    color: #888;
    line-height: 1.3;
    text-align: center;
}

/* フッターナビ */
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px 0;
}

/* モバイル最適化 */
@media (max-width: 768px) {
    .company-logo-img {
        max-width:259px; /* 社名ロゴ縮小 */
    }

    .security-action-img {
        width: 50px; /* モバイル用ロゴ小さめ */
    }

    .security-action-text {
        font-size: 11px;
    }

    .footer-nav {
        gap: 10px;
        font-size: 12px;
    }
}

/* バナー上に配置、中央揃え */
.security-action-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; /* 中央寄せ */
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* モバイルで折り返し */
    text-align: center; /* 文章も中央 */
}

.security-action-logo {
    width: 80px;   /* デスクトップ用 */
    height: auto;
    flex-shrink: 0; /* ロゴは縮まない */
}

.security-action-text {
    font-size: 14px;
    color: #647488;
    line-height: 1.2;
    margin: 0;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .security-action-logo {
        width: 70px; /* モバイル用に縮小 */
    }

    .security-action-text {
        font-size: 13px;
    }
}