@charset "utf-8";

/* ==========================================================================
   10億企業化コンサルティングとは
   ========================================================================== */

/* コンテナ全般 */
.sp-sol-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-sol-container *,
.sp-sol-container *::before,
.sp-sol-container *::after {
  box-sizing: border-box;
}

/* 上部リード文 */
.sp-sol-lead-box {
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.sp-sol-lead-marker {
  color: #666666;
  margin-right: 0.2em;
}

.sp-sol-highlight {
  color: #d90000;
}

/* メインスキーム枠（黒枠） */
.sp-sol-scheme-box {
  border: 2px solid #333333;
  padding: 1.5em;
  background-color: #ffffff;
  position: relative;
}

/* 枠内に収めたタイトル */
.sp-sol-scheme-title {
  padding: 0.5em 1em;
  font-weight: bold;
  word-break: break-all;
}

/* 上部箇条書き */
.sp-sol-scheme-list {
  list-style: none !important;
  padding: 0;
  margin: 0 0 1.5em 0;
}

.sp-sol-scheme-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  line-height: 1.6;
}

.sp-sol-scheme-list li::before {
  content: "•";
  position: absolute;
  left: 0.2em;
  top: 0;
  color: #333333;
  font-weight: bold;
}

.sp-sol-scheme-list u,
.sp-sol-underline {
  text-decoration: underline;
}

/* PC表示用コンテンツの設定 */
.sp-sol-pc-only-content {
  display: block;
}

/* スマホ表示用枠（PC時は非表示） */
.sp-sol-sp-only-wrapper {
  display: none;
}

/* 中央図解画像エリア */
.sp-sol-diagram-image-wrapper {
  text-align: center;
  margin: 1.5em 0;
}

.sp-sol-diagram-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 下部 2コラム構造 */
.sp-sol-columns {
  display: flex;
  gap: 1.5em;
  margin-top: 1.5em;
}

/* 左右コラム（背景色：薄いブルー） */
.sp-sol-col {
  flex: 1;
}

.sp-sol-bg-gray {
  background-color: #f3f3f3;
  padding: 1.2em;
  border-radius: 6px;
}

.sp-sol-bg-blue {
  background-color: #f0f4f8;
  padding: 1.2em;
  border-radius: 6px;
}

.sp-sol-col-title {
  margin: 0 0 0.8em 0;
  font-weight: bold;
}

.sp-sol-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}

.sp-sol-check-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}

.sp-sol-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

/* 課題例エリア */
.sp-sol-issue-box {
  margin-top: 1em;
}

.sp-sol-issue-title {
  font-weight: bold;
  margin-bottom: 0.4em;
}

.sp-sol-issue-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em 0.5em;
  margin: 0;
}

.sp-sol-issue-list dt {
  font-weight: bold;
  white-space: nowrap;
}

.sp-sol-issue-list dd {
  margin: 0;
}

/* 金融機関データ・施策ボックス */
.sp-sol-bank-data {
  border: 1px solid #ccc;
  padding: 0.8em;
  margin: 1em 0;
  background-color: #ffffff;
  border-radius: 4px;
}

.sp-sol-bank-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  gap: 0.4em;
}

/* 出典表記 */
.sp-sol-source {
  text-align: right;
  margin-top: 0.5em;
  color: #666666;
  font-size: 0.9em;
}

/* ===================================
   スマホ表示（768px以下）切り替え設定
   =================================== */
@media screen and (max-width: 768px) {
  /* PC用テキスト・レイアウトを非表示 */
  .sp-sol-pc-only-content {
    display: none !important;
  }

  /* スマホ用画像エリアを表示 */
  .sp-sol-sp-only-wrapper {
    display: block !important;
    margin-top: 1em;
  }

  /* スクロール案内テキスト */
  .sp-sol-scroll-note {
    font-size: 0.85em;
    text-align: right;
    margin: 0 0 0.4em 0;
    font-weight: bold;
  }

  /* 横スクロールコンテナ */
  .sp-sol-sp-scroll-box {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
    border: 1px solid #e0e0e0;
  }

  /* スクロールさせる画像の設定（横幅を固定指定） */
  .sp-sol-sp-img {
    width: 850px; /* ★画像の解像度・見やすさに応じて幅（例: 600px〜700px）を適宜調整してください */
    max-width: none;
    height: auto;
    display: block;
    padding: 1em;
  }

  /* 全体余白の調整 */
  .sp-sol-scheme-box {
    padding: 1em 0.8em;
  }

  .sp-sol-scheme-title {
    padding: 0.5em 0.8em;
  }

  .sp-sol-bg-gray {
    padding: 1em;
  }

  /* 出典表示を左寄せ */
  .sp-sol-source {
    text-align: left;
  }
}
   /* ==========================================================================
   2億企業と10億企業の違い
   ========================================================================== */
/* コンテナ全般 */
.sp-sol2-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-sol2-container *,
.sp-sol2-container *::before,
.sp-sol2-container *::after {
  box-sizing: border-box;
}

/* 上部キャッチコピー */
.sp-sol2-head-title {
  margin: 0 0 1em 0;
  line-height: 1.4;
}

.sp-sol2-highlight {
  color: #d90000;
}

/* 比較ブロック構造 (PC表示) */
.sp-sol2-compare-block {
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
  margin-bottom: 1.5em;
  background-color: #ffffff;
}

.sp-sol2-row {
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.sp-sol2-row:last-child {
  border-bottom: none;
}

.sp-sol2-col-label,
.sp-sol2-col-2b,
.sp-sol2-col-10b {
  padding: 0.8em 1em;
  display: flex;
  align-items: center;
}

/* 行見出し（左列） */
.sp-sol2-col-label {
  width: 25%;
  background-color: #e0e0e0;
  font-weight: normal;
  border-right: 1px solid #cccccc;
}

/* 2億企業の列 */
.sp-sol2-col-2b {
  width: 37.5%;
  border-right: 1px solid #cccccc;
}

/* 10億企業の列 */
.sp-sol2-col-10b {
  width: 37.5%;
}

/* ヘッダー行 */
.sp-sol2-header-row {
  font-weight: bold;
  text-align: center;
}

.sp-sol2-header-row .sp-sol2-col-label {
  background-color: #e0e0e0;
}

.sp-sol2-header-row .sp-sol2-col-2b {
  background-color: #b0c4de;
  color: #111111;
  justify-content: center;
}

.sp-sol2-header-row .sp-sol2-col-10b {
  background-color: #008bce;
  color: #ffffff;
  justify-content: center;
}

/* 下部ブルーバナー */
.sp-sol2-banner {
  background: linear-gradient(to right, #2b59c3, #00a0e9);
  padding: 1.5em 1em;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.sp-sol2-banner-text {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  font-size: 1.3em;
}

/* ===================================
   スマホ表示（768px以下）向け完全レイアウト切替
   =================================== */
@media screen and (max-width: 768px) {
  /* ヘッダー行はスマホで非表示（各セル内に見出しを表示するため） */
  .sp-sol2-header-row {
    display: none;
  }

  .sp-sol2-compare-block {
    border: none;
    gap: 1em;
    background-color: transparent;
  }

  /* 1項目ごとにカード風に分解 */
  .sp-sol2-row {
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .sp-sol2-col-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    background-color: #e6e6e6;
  }

  .sp-sol2-col-2b,
  .sp-sol2-col-10b {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8em;
  }

  .sp-sol2-col-10b {
    border-bottom: none;
    background-color: #f0f9ff; /* 10億企業側を分かりやすく薄い青背景に */
  }

  /* セル内に「2億企業」「10億企業」のラベルを動的表示 */
  .sp-sol2-col-2b::before,
  .sp-sol2-col-10b::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    padding: 0.2em 0.6em;
    border-radius: 3px;
    margin-bottom: 0.4em;
  }

  .sp-sol2-col-2b::before {
    background-color: #b0c4de;
    color: #111111;
  }

  .sp-sol2-col-10b::before {
    background-color: #008bce;
    color: #ffffff;
  }

  .sp-sol2-banner {
    padding: 1.2em 0.8em;
  }
}
/* ==========================================================================
   よくあるご相談内容
   ========================================================================== */
   /* コンテナ全般 */
.sp-sol3-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-sol3-container *,
.sp-sol3-container *::before,
.sp-sol3-container *::after {
  box-sizing: border-box;
}

/* チェックリスト */
.sp-sol3-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.sp-sol3-check-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

/* チェックマークアイコン */
.sp-sol3-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #333333;
}

/* リスト内テキスト */
.sp-sol3-text {
  color: #333333;
}

.sp-sol3-dash {
  margin: 0 0.3em;
  color: #333333;
}

.sp-sol3-keyword {
  color: #d90000;
}

.sp-sol3-sp-br {
  display: none;
}

/* 青いバナー（右端矢印カット） */
.sp-sol3-banner {
  background: linear-gradient(135deg, #2b59c3 0%, #00a0e9 100%);
  color: #ffffff;
  padding: 2em 3.5em 2em 2em;
  /* 右端を矢印形状にするクリップパス */
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  margin-top: 1.5em;
}

.sp-sol3-banner-inner {
  max-width: 98%;
}

.sp-sol3-p {
  margin: 0 0 1.2em 0;
  line-height: 1.6;
}

.sp-sol3-p:last-child {
  margin-bottom: 0;
}

.sp-sol3-p-bold {
  font-weight: bold;
}

/* 黄色強調表示 */
.sp-sol3-yellow {
  color: #ffeb3b;
}

/* ===================================
   スマホ表示（768px以下）向け調整
   =================================== */
@media screen and (max-width: 768px) {
  .sp-sol3-check-list li {
    padding-left: 1.5em;
    margin-bottom: 1em;
  }

  .sp-sol3-sp-br {
    display: inline;
  }

  .sp-sol3-dash {
    display: block;
    margin: 0.2em 0;
    visibility: hidden; /* スマホではダッシュを消して改行っぽくみせる */
    height: 0;
  }

  .sp-sol3-keyword {
    display: block;
  }

  /* スマホ時は画面に収まるようバナーの余白とクリップパスを調整 */
  .sp-sol3-banner {
    padding: 1.5em 1.8em 1.5em 1.2em;
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  }

  .sp-sol3-banner-inner {
    max-width: 100%;
  }
}
/* ===================================
   船井総研の10億企業化コンサルティングの特長
   =================================== */
/* コンテナ全般 */
.sp-sol4-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.4;
  color: #333333;
}

.sp-sol4-container *,
.sp-sol4-container *::before,
.sp-sol4-container *::after {
  box-sizing: border-box;
}

/* グリッドレイアウト（PC：5列） */
.sp-sol4-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #7eaadb;
  border-left: 1px solid #7eaadb;
  background-color: #ffffff;
}

/* 各カードのスタイル */
.sp-sol4-card {
  border-right: 1px solid #7eaadb;
  border-bottom: 1px solid #7eaadb;
  padding: 1em 0.8em;
  background-color: #eaf4ff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* 修正点：右枠・下枠のブルー線を削除した白背景マス */
.sp-sol4-card-empty {
  border-right: none;  /* 右のブルー線を削除 */
  border-bottom: none; /* 下のブルー線を削除 */
  background-color: #ffffff;
}

/* 数字（大きめ） */
.sp-sol4-num {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2em;
}

/* 英語サブタイトル */
.sp-sol4-sub {
  text-transform: uppercase;
  color: #111111;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
  transform: scale(0.8);
  transform-origin: left center;
}

/* メインタイトル */
.sp-sol4-title {
  margin: 0 0 0.4em 0;
  color: #4a86e8;
  font-weight: bold;
  line-height: 1.25;
}

/* 説明文 */
.sp-sol4-desc {
  margin: 0;
  color: #333333;
  line-height: 1.35;
}

/* ===================================
   レスポンシブ対応
   =================================== */

/* タブレット（1024px以下）：3列 */
@media screen and (max-width: 1024px) {
  .sp-sol4-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-sol4-card-empty {
    display: none; /* 3列化の際は空マス要素を非表示 */
  }
}

/* スマホ（768px以下）：2列 */
@media screen and (max-width: 768px) {
  .sp-sol4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .sp-sol4-card {
    padding: 0.8em 0.6em;
  }
}

/* 小型スマホ（480px以下）：1列 */
@media screen and (max-width: 480px) {
  .sp-sol4-grid {
    grid-template-columns: 1fr;
  }
}


/* ===================================
   船井総研の10億企業化コンサルティングの特長 事業・商品の絞り込み
   =================================== */


/* コンテナ全般 */
.sp-ft1-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-ft1-container *,
.sp-ft1-container *::before,
.sp-ft1-container *::after {
  box-sizing: border-box;
}

/* 番号＋サブ見出し */
.sp-ft1-subhead {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* メインタイトル */
.sp-ft1-main-title {
  margin: 1em 0 0.4em 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5em;
}

/* リード文 */
.sp-ft1-lead {
  text-align: center;
  margin: 0 0 2em 0;
  line-height: 1.5;
}

/* 比較ブロック全体 */
.sp-ft1-compare-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
}

.sp-ft1-card-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* BEFORE / AFTER 見出しライン */
.sp-ft1-label-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0.5em 0;
  color: #0073aa;
  font-weight: bold;
}

.sp-ft1-label-title::before,
.sp-ft1-label-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #0073aa;
}

.sp-ft1-label-title::before {
  margin-right: 0.5em;
}

.sp-sol1-label-title::after,
.sp-ft1-label-title::after {
  margin-left: 0.5em;
}

/* 説明文 */
.sp-ft1-card-desc {
  margin: 0 0 1em 0;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボックス共通 */
.sp-ft1-box {
  width: 100%;
  padding: 1.2em 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}

/* 青ベタ塗りボックス */
.sp-ft1-box-blue-fill {
  background-color: #008bce;
  color: #ffffff;
}

.sp-ft1-before .sp-ft1-box-blue-fill {
  min-height: 200px;
}

/* 白背景・青枠ボックス */
.sp-ft1-box-white-border {
  background-color: #ffffff;
  border: 3px solid #3b62ac;
  color: #333333;
}

/* AFTERスタック配置 */
.sp-ft1-after-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}

.sp-ft1-after-stack .sp-ft1-box {
  padding: 0.8em 0.5em;
}

/* 矢印 (PC：右向き三角形) */
.sp-ft1-arrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #008bce;
  flex-shrink: 0;
  margin-top: 2em;
}

/* 下部バナー */
.sp-ft1-banner {
  padding: 1.2em 1em;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #2b59c3, #00a0e9);
  padding: 1.5em 1em;
}

.sp-ft1-banner-text {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  font-size:1.3em;

}

/* ===================================
   レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  .sp-ft1-compare-wrapper {
    flex-direction: column;
    gap: 1.5em;
  }

  .sp-ft1-card-block {
    width: 100%;
  }

  .sp-ft1-card-desc {
    min-height: auto;
  }

  .sp-ft1-before .sp-ft1-box-blue-fill {
    min-height: 100px;
  }

  /* スマホ時：矢印を「下向き」に切り替え */
  .sp-ft1-arrow {
    margin-top: 0;
    border-top: 35px solid #008bce;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: none;
  }
}

/* コンテナ全般 */
.sp-ft2-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-ft2-container *,
.sp-ft2-container *::before,
.sp-ft2-container *::after {
  box-sizing: border-box;
}

/* 番号＋サブ見出し */
.sp-ft2-subhead {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* メインタイトル */
.sp-ft2-main-title {
  margin: 0 0 0.4em 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5em;
}

/* リード文 */
.sp-ft2-lead {
  text-align: center;
  margin: 0 0 2em 0;
  line-height: 1.5;
}

/* 3コラム グリッド配置 */
.sp-ft2-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  margin-bottom: 2em;
}

/* カード全体枠 */
.sp-ft2-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カード上部（青色ヘッダー） */
.sp-ft2-card-header {
  background-color: #008bce;
  padding: 1.2em 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.sp-ft2-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.35;
}

/* カード下部（白背景コンテンツ） */
.sp-ft2-card-body {
  padding: 1.2em 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: #ffffff;
}

.sp-ft2-card-text {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  color: #111111;
}

/* 下部ブルーバナー */
.sp-ft2-banner {
  padding: 1.2em 1em;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #2b59c3, #00a0e9);
  padding: 1.5em 1em;

}

.sp-ft2-banner-text {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  font-size: 1.3em;
}

/* ===================================
   レスポンシブ対応（タブレット・スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* グリッドを1列の縦並びに切り替え */
  .sp-ft2-card-grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .sp-ft2-card-header {
    min-height: auto;
    padding: 1em 0.8em;
  }

  .sp-ft2-card-body {
    padding: 1em 0.8em;
  }

  .sp-ft2-lead {
  text-align: center;
  }
}

/* ===================================
   営業構造づくり
   =================================== */

/* コンテナ全般 */
.sp-ft-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0em auto;
  line-height: 1.5;
  color: #333333;
}

.sp-ft-container *,
.sp-ft-container *::before,
.sp-ft-container *::after {
  box-sizing: border-box;
}

/* サブ見出し */
.sp-ft-subhead {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.3em
}

/* メインタイトル */
.sp-ft-main-title {
  margin: 1em 0 0.4em 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5em;
}

/* リード文 */
.sp-ft-lead {
  text-align: center;
  margin: 0 0 2em 0;
  line-height: 1.5;
}

/* 中見出し帯（青色帯） */
.sp-ft3-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* --- 3コラム グリッド配置 --- */
.sp-ft3-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  margin-bottom: 2em;
}

/* カード全体枠 */
.sp-ft3-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カードヘッダー */
.sp-ft3-card-header {
  background-color: #008bce;
  padding: 0.8em;
  text-align: center;
}

.sp-ft3-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

/* カードボディ（2行構造のGridレイアウトに変更して高さを完全同期） */
.sp-ft3-card-body {
  padding: 1.2em 1em;
  grid-template-rows: auto 1fr auto; /* [サブタイトル] [リスト] [黄色バッジ] */
  flex: 1;
  background-color: #ffffff;
}

/* カード内サブタイトル */
.sp-ft3-card-subtitle {
  margin: 0 0 1em 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #111111;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* チェック付きリスト */
.sp-ft3-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em 0;
}

.sp-ft3-check-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.4;
}

.sp-ft3-check-list li:last-child {
  margin-bottom: 0;
}

.sp-ft3-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

/* 黄色ハイライトバッジ（Gridの下段に固定して高さ位置を一直線に指定） */
.sp-ft3-yellow-badge {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.3em;
  line-height: 1.3;
  margin-top: 0;
  align-self: end; /* 下端に配置しつつ3カードの開始位置を完璧に揃える */
}

/* 下部バナー */
.sp-ft-banner {
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #2b59c3, #00a0e9);
  padding: 1.5em 1em;
}

.sp-ft-banner-text {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-size: 1.3em;
}

/* ===================================
   レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  .sp-ft3-card-grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .sp-ft3-card-body {
    padding: 1em 0.8em;
    grid-template-rows: auto auto auto;
  }

  .sp-ft3-card-subtitle {
    min-height: auto;
  }

  .sp-ft3-yellow-badge {
    margin-top: 0.8em;
  }

  .sp-ft3-subband {
    padding: 0.6em 0.8em;
  }
}

/* ===================================
   採用の条件整備
   =================================== */

/* ===================================
   コンテナ全般
   =================================== */
.sp-ft-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2em 0;
  line-height: 1.6;
  color: #333333;
}

.sp-ft-container *,
.sp-ft-container *::before,
.sp-ft-container *::after {
  box-sizing: border-box;
}

/* 中見出し帯（青色帯） */
.sp-ft4-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* 2コラム グリッド配置 */
.sp-ft4-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin-bottom: 2em;
}

/* カード全体枠 */
.sp-ft4-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カードヘッダー */
.sp-ft4-card-header {
  background-color: #008bce;
  padding: 0.8em;
  text-align: center;
}

.sp-ft4-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

/* カードボディ */
.sp-ft4-card-body {
  padding: 1.5em 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background-color: #ffffff;
}

/* ★黄色共通ラベル（幅を強制統一） */
.sp-ft4-yellow-badge {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  padding: 0.3em 0;          /* 左右パディングを0にして文字ズレ防止 */
  display: block;             /* inline-blockからblockに変更して幅を固定 */
  width: 100% !important;     /* dt/liの親幅いっぱいに広げる */
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}

/* --- 左側：ステップリスト --- */
.sp-ft4-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.sp-ft4-step-list li {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* ★左側ラベルの固定枠（100px） */
.sp-ft4-step-list li .sp-ft4-yellow-badge {
  width: 100px !important;
  flex-shrink: 0;
}

.sp-ft4-step-text {
  line-height: 1.4;
  color: #333333;
}

/* --- 右側：条件リスト --- */
.sp-ft4-condition-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.sp-ft4-condition-item {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* ★右側ラベル（dt）の固定枠（100pxに統一） */
.sp-ft4-condition-item dt {
  margin: 0;
  width: 100px !important;    /* ★幅を明確に固定 */
  min-width: 100px !important;
  flex-shrink: 0;             /* 幅が狭まらないように固定 */
}

.sp-ft4-condition-item dd {
  margin: 0;
  line-height: 1.4;
  color: #333333;
  flex: 1;
}

/* ===================================
   特徴④ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* グリッドを1列の縦並びに切り替え */
  .sp-ft4-card-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  .sp-ft4-card-body {
    padding: 1.2em 0.8em;
  }

  .sp-ft4-subband {
    padding: 0.6em 0.8em;
  }

  .sp-ft4-step-list li,
  .sp-ft4-condition-item {
    gap: 0.8em;
  }

  /* スマホ表示時の幅調整 */
  .sp-ft4-step-list li .sp-ft4-yellow-badge,
  .sp-ft4-condition-item dt {
    width: 85px !important;
    min-width: 85px !important;
    font-size: 0.85em;
  }
}

/* ===================================
   特徴⑤ 固有スタイル（位置揃え確定版）
   =================================== */

/* コンテナ全般 */
.sp-ft-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0em auto;
  line-height: 1.5;
  color: #333333;
}

.sp-ft-container *,
.sp-ft-container *::before,
.sp-ft-container *::after {
  box-sizing: border-box;
}

/* 中見出し帯（青色帯） */
.sp-ft5-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* 4コラム グリッド配置 */
.sp-ft5-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}

/* カード全体枠 */
.sp-ft5-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カードヘッダー */
.sp-ft5-card-header {
  background-color: #008bce;
  padding: 0.8em 0.5em;
  text-align: center;
}

.sp-ft5-card-step {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.4em;
  white-space: nowrap;
  transform: scale(0.85);
  transform-origin: center center;
}

.sp-ft5-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

/* カードボディ */
.sp-ft5-card-body {
  padding: 1.2em 0.8em;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
}

/* 上部コンテンツエリア（高さを固定化してバッジ開始位置を一直線に固定） */
.sp-ft5-content-area {
  height: 125px; /* 上部文章エリアの高さを完全に均一化 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.8em;
}

/* テキスト＆リスト表示 */
.sp-ft5-card-text {
  margin: 0;
  line-height: 1.5;
  color: #333333;
}

.sp-ft5-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-ft5-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.4em;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}

.sp-ft5-list li:last-child {
  margin-bottom: 0;
}

.sp-ft5-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}

/* 【重要修正】黄色ハイライトバッジ（高さを最長2行分に合わせて一律固定） */
.sp-ft5-yellow-badge {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.4em;
  line-height: 1.3;
  height: 3.2em; /* 2行分テキストの高さに揃えて一律固定 */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* ===================================
   特徴⑤ レスポンシブ対応
   =================================== */

/* タブレット表示（1024px以下）：2列 */
@media screen and (max-width: 1024px) {
  .sp-ft5-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }

  .sp-ft5-content-area {
    height: auto;
    min-height: 100px;
  }

  .sp-ft5-list li {
    white-space: normal;
  }

  .sp-ft5-yellow-badge {
    height: auto;
    min-height: 3.2em;
  }
}

/* スマホ表示（768px以下）：1列 */
@media screen and (max-width: 768px) {
  .sp-ft5-card-grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .sp-ft5-card-body {
    padding: 1em 0.8em;
  }

  .sp-ft5-content-area {
    height: auto;
    min-height: auto;
  }

  .sp-ft5-yellow-badge {
    height: auto;
    padding: 0.6em 0.4em;
  }

  .sp-ft5-subband {
    padding: 0.6em 0.8em;
  }
}
/* ===================================
   特徴⑥ 固有スタイル（修正版）
   =================================== */

/* ステップブロック全体の間隔 */
.sp-ft6-step-wrapper {
  margin-bottom: 2em;
}

/* 中見出し帯（青色帯） */
.sp-ft6-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1em;
}

/* 2コラム グリッド配置 */
.sp-ft6-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}

/* --- STEP 1：METHOD カード --- */
.sp-ft6-method-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  overflow: hidden; /* 左側青背景の角丸・はみ出し対応 */
}

/* ① 左側ブロック：青背景・白文字 */
.sp-ft6-method-left {
  background-color: #008bce;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  padding: 1em 0.5em;
  text-align: center;
}

/* 「AI」「動画」のテキスト：大きく */
.sp-ft6-method-icon {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.2em;
}

/* 「METHOD 01/02」のテキスト：小さく */
.sp-ft6-method-code {
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

/* 右側コンテンツエリア */
.sp-ft6-method-right {
  flex: 1;
  padding: 1em;
}

/* ② 「速く・大量に」「分かりやすく・伝わる」タグ：テキストサイズを小さく */
.sp-ft6-tag {
  display: inline-block;
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  font-size: 0.85em;
  padding: 0.2em 0.6em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

/* ② メインタイトル：テキストサイズを大きく */
.sp-ft6-method-title {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.3em;
  color: #111111;
  line-height: 1.3;
}

.sp-ft6-method-desc {
  margin: 0;
  line-height: 1.4;
  color: #333333;
}

/* --- STEP 2：領域カード --- */
.sp-ft6-domain-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.sp-ft6-domain-header {
  background-color: #008bce;
  padding: 0.6em 0.8em;
  text-align: center;
}

.sp-ft6-domain-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.sp-ft6-domain-body {
  padding: 1.2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background-color: #ffffff;
}

.sp-ft6-domain-target {
  margin: 0 0 0.6em 0;
  color: #333333;
  line-height: 1.4;
}

.sp-ft6-domain-effect {
  margin: 0;
  line-height: 1.4;
  color: #333333;
}

/* 赤字強調 */
.sp-ft6-highlight {
  color: #d90000;
}

/* ===================================
   特徴⑥ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* 2コラムを1列に切り替え */
  .sp-ft6-card-grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  /* スマホ表示時の METHOD カード調整 */
  .sp-ft6-method-card {
    flex-direction: column;
  }

  .sp-ft6-method-left {
    width: 100%;
    min-width: auto;
    padding: 0.6em 1em;
    flex-direction: row;
    justify-content: center;
    gap: 0.8em;
  }

  .sp-ft6-method-icon {
    font-size: 1.4em;
    margin-bottom: 0;
  }

  .sp-ft6-method-right {
    padding: 1em 0.8em;
  }

  .sp-ft6-subband {
    padding: 0.6em 0.8em;
  }

  .sp-ft6-domain-body {
    padding: 1em 0.8em;
  }
}

/* ===================================
   特徴⑦ 固有スタイル
   =================================== */

/* KPI比較バナー */
.sp-ft7-kpi-banner {
  color: #ffffff;
  padding: 1.2em 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 2em;
  border-radius: 2px;
  background: linear-gradient(to right, #2b59c3, #00a0e9);

}

.sp-ft7-kpi-item {
  display: flex;
  flex-direction: column;
}

.sp-ft7-kpi-label {
  line-height: 1.2;
  margin-bottom: 0.2em;
  opacity: 0.9;
}

.sp-ft7-kpi-value {
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}

.sp-ft7-kpi-value span {
  font-weight: normal;
}

/* 各数値・ラベルの大きさをクラスで指定 */
.sp-ft7-kpi-target .sp-ft7-kpi-value {
  font-size: 1.4em;
}

.sp-ft7-kpi-2b .sp-ft7-kpi-value {
  font-size: 1.8em;
}

.sp-ft7-kpi-10b .sp-ft7-kpi-label {
  color: #ffff00;
}

.sp-ft7-kpi-10b .sp-ft7-kpi-value {
  font-size: 2.2em;
  color: #ffff00;
}

/* 白矢印 (右向き三角形) */
.sp-ft7-kpi-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ffffff;
  flex-shrink: 0;
}

/* 右側黄色バッジ */
.sp-ft7-kpi-badge {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  padding: 0.6em 1em;
  line-height: 1.3;
  white-space: nowrap;
}

/* 中見出し帯（青色帯） */
.sp-ft7-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* 領域カードエリア */
.sp-ft7-area-wrapper {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.sp-ft7-top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}

/* カードスタイル */
.sp-ft7-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 1.2em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sp-ft7-tag {
  display: inline-block;
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  padding: 0.2em 0.6em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}

.sp-ft7-card-title {
  margin: 0 0 0.4em 0;
  font-weight: bold;
  color: #111111;
  line-height: 1.3;
  font-size: 1.3em;
}

.sp-ft7-card-desc {
  margin: 0;
  line-height: 1.4;
  color: #333333;
}

/* 赤文字強調 */
.sp-ft7-highlight {
  color: #d90000;
}

/* ===================================
   特徴⑦ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* KPIバナーの縦並び化 */
  .sp-ft7-kpi-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2em;
    gap: 0.8em;
  }

  .sp-ft7-kpi-arrow {
    border-top: 20px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
    align-self: center;
    margin: 0.2em 0;
  }

  .sp-ft7-kpi-badge {
    align-self: stretch;
    text-align: center;
    margin-top: 0.4em;
  }

  /* 上段カードの1列化 */
  .sp-ft7-top-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  .sp-ft7-card {
    padding: 1em;
  }

  .sp-ft7-subband {
    padding: 0.6em 0.8em;
  }
}

/* ===================================
   特徴⑧ 固有スタイル
   =================================== */

/* 利益の方程式バナー */
.sp-ft8-formula-banner {
background: linear-gradient(to right, #2b59c3, #00a0e9);
  color: #ffffff;
  padding: 1.2em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
  border-radius: 2px;
}

/* 左側タグ：「FORMULA 利益の方程式」 */
.sp-ft8-formula-tag {
  color: #333333;
  padding: 0.3em 0.6em;
  display: flex;
  align-items: center;
  gap: 0.4em;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp-ft8-tag-en {
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  padding: 0 5px;

}

.sp-ft8-tag-jp {
  font-weight: bold;
  color: #FFFFFF;
}

/* 右側テキスト：「LTV ＝ 顧客単価 × 継続率 × 紹介率」（1.5emに指定） */
.sp-ft8-formula-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
}

/* 中見出し帯（青色帯） */
.sp-ft8-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* 3コラム グリッド配置 */
.sp-ft8-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  margin-bottom: 2em;
}

/* カード全体枠 */
.sp-ft8-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カードヘッダー */
.sp-ft8-card-header {
  background-color: #008bce;
  padding: 0.8em;
  text-align: center;
}

.sp-ft8-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

/* カードボディ */
.sp-ft8-card-body {
  padding: 1.2em 1em;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
}

/* 黄色ハイライトバッジ */
.sp-ft8-yellow-badge {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.3em;
  line-height: 1.3;
  margin-bottom: 1.2em;
}

/* チェック付きリスト */
.sp-ft8-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.sp-ft8-check-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.4;
  color: #333333;
}

.sp-ft8-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

/* ===================================
   特徴⑧ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* 方程式バナーの縦並び化 */
  .sp-ft8-formula-banner {
    flex-direction: column;
    gap: 0.8em;
    padding: 1.2em 1em;
  }

  .sp-ft8-formula-text {
    font-size: 1.2em; /* スマホ画面での文字溢れを防ぐため少し調整 */
  }

  /* 3コラムを1列に切り替え */
  .sp-ft8-card-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  .sp-ft8-card-body {
    padding: 1em 0.8em;
  }

  .sp-ft8-subband {
    padding: 0.6em 0.8em;
  }
}

/* ===================================
   特徴⑨ 固有スタイル（修正版）
   =================================== */

/* ブロック全体の間隔 */
.sp-ft9-block {
  margin-bottom: 2em;
}

/* 中見出し帯（青色帯） */
.sp-ft9-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* 2コラム グリッド（マネジメント構造比較） */
.sp-ft9-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}

/* カード共通枠 */
.sp-ft9-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* カードヘッダー */
.sp-ft9-card-header {
  background-color: #008bce;
  padding: 0.6em 0.8em;
  text-align: center;
}

.sp-ft9-card-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.sp-ft9-card-body {
  padding: 1.5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: #ffffff;
}

/* --- 組織図ツリー表現 --- */
.sp-ft9-org-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sp-ft9-org-node {
  background-color: #737373;
  color: #ffffff;
  padding: 0.4em 0.8em;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  line-height: 1.2;
}

.sp-ft9-org-children {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 1.2em;
  position: relative;
  padding-top: 1.2em;
}

/* ① 接続線の修正：左右のはみ出しを防ぐ */
.sp-ft9-org-before .sp-ft9-org-children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: #737373;
}

.sp-ft9-org-after .sp-ft9-org-children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%; /* 両端の拠点長ノードの中心に収まるよう範囲指定 */
  right: 16%;
  height: 1px;
  background-color: #737373;
}

.sp-ft9-org-children::after {
  content: "";
  position: absolute;
  top: -1.2em;
  left: 50%;
  width: 1px;
  height: 1.2em;
  background-color: #737373;
}

.sp-ft9-org-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sp-ft9-org-group::before,
.sp-ft9-org-staff::before {
  content: "";
  position: absolute;
  top: -1.2em;
  left: 50%;
  width: 1px;
  height: 1.2em;
  background-color: #737373;
}

.sp-ft9-org-staff {
  position: relative;
  padding: 0.3em 0.5em;
  min-width: 45px;
}

.sp-ft9-org-subtext {
  margin-top: 0.4em;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
}

/* --- 3コラム グリッド（アクションカード） --- */
.sp-ft9-action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
}

.sp-ft9-action-grid .sp-ft9-card {
  padding: 1.2em 1em;
  align-items: flex-start;
}

.sp-ft9-action-num {
  color: #008bce;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4em;
}

/* ② アクションカードのタイトル拡大調整 */
.sp-ft9-action-title {
  margin: 0.2em 0 0.6em 0;
  font-weight: 900;
  color: #111111;
  line-height: 1.3;
  display: inline-block;
  transform: scale(1.18); /* 文字サイズ指定なしでタイトルの大きさを強調 */
  transform-origin: left center;
}

.sp-ft9-action-desc {
  margin: 0;
  line-height: 1.4;
  color: #333333;
}

/* 赤字強調 */
.sp-ft9-highlight {
  color: #d90000;
}

/* ===================================
   特徴⑨ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  /* 比較グリッド・アクション列を1列化 */
  .sp-ft9-compare-grid,
  .sp-ft9-action-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  .sp-ft9-subband {
    padding: 0.6em 0.8em;
  }

  .sp-ft9-card-body {
    padding: 1.2em 0.6em;
  }

  /* スマホ表示時のタイトル倍率微調整 */
  .sp-ft9-action-title {
    transform: scale(1.08);
  }

  .sp-ft9-org-staff {
    padding: 0.3em 0.3em;
  }
}

/* ===================================
   特徴⑩ 固有スタイル（修正版）
   =================================== */

/* コンテナ全般 */
.sp-ft10-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  color: #ffffff;
}

.sp-ft10-container *,
.sp-ft10-container *::before,
.sp-ft10-container *::after {
  box-sizing: border-box;
}

/* ① 背景色：エメラルドグリーン系の楕円形グラデーション */
.sp-ft10-message-box {
  background: radial-gradient(ellipse at center, #00a0e9 60%, #2b59c3 100%);
  padding: 1.5em 2em;
  text-align: center;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* 上部サブテキスト */
.sp-ft10-sub-text {
  margin: 0 0 2.5em 0;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.95;
}

/* メインメッセージ（鉤カッコを囲む領域） */
.sp-ft10-quote-wrapper {
  position: relative;
  display: inline-block;
  padding: 1.5em 3.5em; /* テキストと鉤カッコの間隔を広く確保 */
  max-width: 90%;
}

/* ② 左上の黄色大きな鉤カッコ 『「』 (十分に外側へ配置) */
.sp-ft10-quote-wrapper::before {
  content: "";
  position: absolute;
  top: -0.8em;
  left: -1em;
  width: 50px;
  height: 50px;
  border-top: 5px solid #ffff00;
  border-left: 5px solid #ffff00;
}

/* ② 右下の黄色大きな鉤カッコ 『」』 (十分に外側へ配置) */
.sp-ft10-quote-wrapper::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  right: -1em;
  width: 50px;
  height: 50px;
  border-bottom: 5px solid #ffff00;
  border-right: 5px solid #ffff00;
}

/* メインメッセージテキスト */
.sp-ft10-main-message {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  transform: scale(1.4);
  transform-origin: center center;
}

/* 黄色テキスト強調 */
.sp-ft10-yellow {
  color: #ffff00;
}

/* 中央の黄色ライン */
.sp-ft10-divider {
  width: 140px;
  height: 3px;
  background-color: #ffff00;
  margin: 3em auto 1em auto;
}

/* 下部サブテキスト */
.sp-ft10-bottom-text {
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.9;
}

/* ===================================
   特徴⑩ レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  .sp-ft10-message-box {
    padding: 2.5em 1em;
  }

  .sp-ft10-quote-wrapper {
    padding: 1.5em 1.2em;
    max-width: 100%;
  }

  .sp-ft10-quote-wrapper::before,
  .sp-ft10-quote-wrapper::after {
    width: 30px;
    height: 30px;
    border-width: 4px;
  }

  .sp-ft10-quote-wrapper::before {
    top: -0.2em;
    left: -0.2em;
  }

  .sp-ft10-quote-wrapper::after {
    bottom: -0.2em;
    right: -0.2em;
  }

  .sp-ft10-main-message {
    transform: scale(1.05); /* スマホ画面での文字溢れ防止 */
  }

  .sp-ft10-divider {
    width: 90px;
    margin: 2.5em auto 1.5em auto;
  }
}

/* ===================================
   事例① ─ Dr.トレーニング様
   =================================== */
/* コンテナ全般 */
.sp-case1-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.5;
  color: #333333;
}

.sp-case1-container *,
.sp-case1-container *::before,
.sp-case1-container *::after {
  box-sizing: border-box;
}

/* メインタイトル */
.sp-case1-title {
  margin: 0 0 1.2em 0;
  line-height: 1.3;
}

/* ① 1カラム縦並び構造に変更 */
.sp-case1-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}

/* ② グラフの上のオレンジ（イエロー）カード */
.sp-case1-card {
  width: 100%;
  background-color: #f7e1a0;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
}

.sp-case1-card-title {
  margin: 0;
  font-weight: bold;
  color: #111111;
  font-size: 1.2em;
}

/* 予測値の数値項目をPC表示時に横並びへ */
.sp-case1-metrics-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 800px;
  gap: 1em;
}

.sp-case1-metric-group {
  flex: 1;
}

/* ラベルバッジ共通 */
.sp-case1-metric-label {
  color: #ffffff;
  font-weight: bold;
  padding: 0.4em 0.5em;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

.sp-case1-label-black { background-color: #111111; }
.sp-case1-label-red { background-color: #d91424; }
.sp-case1-label-gray { background-color: #999999; }

/* 数値テキスト */
.sp-case1-metric-value {
  color: #111111;
  line-height: 1.2;
}

.sp-case1-metric-value strong {
  font-weight: 900;
  display: inline-block;
  font-size: 1.3em;
}

/* グラフ画像 */
.sp-case1-graph-box {
  width: 100%;
  text-align: center;
}

.sp-case1-graph-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* テーブルスクロール枠 */
.sp-case1-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* データテーブルスタイル */
.sp-case1-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #333333;
  background-color: #ffffff;
  white-space: nowrap;
}

.sp-case1-data-table th,
.sp-case1-data-table td {
  padding: 0.5em 0.3em;
  border: 1px solid #333333;
  vertical-align: middle;
}

.sp-case1-data-table thead th,
.sp-case1-th-head {
  background-color: #cddff8;
  font-weight: bold;
}

.sp-case1-th-store {
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
}

.sp-case1-th-sales {
  background-color: #111111;
  color: #ffffff;
  font-weight: bold;
}

.sp-case1-th-staff {
  background-color: #d91424;
  color: #ffffff;
  font-weight: bold;
}

/* ③ 表の右下に配置する単位テキスト */
.sp-case1-unit-text {
  text-align: right;
  width: 100%;
  margin-top: -0.8em; /* テーブルとの余白調整 */
  color: #333333;
  font-size: 0.9em;
}

/* ===================================
   レスポンシブ対応（スマホ・タブレット）
   =================================== */
@media screen and (max-width: 768px) {
  .sp-case1-metrics-container {
    flex-direction: column;
    gap: 0.8em;
  }
}


/* ===================================
   事例② ─ サービス業
   =================================== */

/* コンテナ全般 */
.sp-jirei2-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.5;
  color: #333333;
}

.sp-jirei2-container *,
.sp-jirei2-container *::before,
.sp-jirei2-container *::after {
  box-sizing: border-box;
}

/* メインタイトル */
.sp-jirei2-title {
  margin: 0 0 1.2em 0;
  line-height: 1.3;
}

/* --- 上部：プロフィールカード（青枠内） --- */
.sp-jirei2-profile-card {
  border: 3px solid #008bce;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 1.5em 1.5em 1em 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 1.5em;
}

.sp-jirei2-profile-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}

/* 左：会社情報 */
.sp-jirei2-company-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sp-jirei2-profile-tag {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.3em 0.8em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}

.sp-jirei2-company-name {
  margin: 0 0 0.4em 0;
  font-weight: 900;
  color: #111111;
  line-height: 1.3;
  font-size: 130%; /* 相対指定で拡大 */
}

.sp-jirei2-company-sub {
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 85%; /* 相対指定で小文字化 */
}

/* 中：BEFORE / AFTER ブロック */
.sp-jirei2-ba-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  white-space: nowrap;
}

/* 各BEFORE・AFTERブロック（左揃え構造） */
.sp-jirei2-ba-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.sp-jirei2-ba-label {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.2em;
  font-size: 90%;
}

.sp-jirei2-before .sp-jirei2-ba-label {
  color: #666666;
}

.sp-jirei2-after .sp-jirei2-ba-label {
  color: #d91424;
}

/* 数値テキスト領域（パーセンテージによる領域拡張で被りを解消） */
.sp-case-val {
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: baseline;
  margin: 0.1em 0;
}

.sp-jirei2-num {
  font-weight: 900;
  font-size: 200%; /* 相対指定で数字を強調 */
  line-height: 1;
  margin-right: 0.1em;
}

.sp-jirei2-before .sp-case-val {
  color: #333333;
}

.sp-jirei2-after .sp-case-val {
  color: #d91424;
}

.sp-jirei2-unit {
  font-weight: normal;
  font-size: 90%;
}

/* 矢印（文字サイズ相対指定で安定配置） */
.sp-jirei2-ba-arrow {
  color: #d91424;
  font-weight: bold;
  font-size: 160%;
  padding: 0 0.3em;
}

/* 下部説明ラベル */
.sp-jirei2-ba-sub {
  margin-top: 0.3em;
  line-height: 1.2;
  font-size: 80%;
  text-align: left;
}

.sp-jirei2-red-text {
  color: #d91424;
}

/* 右：GROWTHバッジ */
.sp-jirei2-growth-badge {
  background-color: #008bce;
  color: #ffffff;
  padding: 1.2em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
}

.sp-jirei2-growth-label {
  color: #ffff00;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.3em;
  font-size: 90%;
}

.sp-jirei2-growth-val {
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.4em;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

.sp-jirei2-growth-num {
  font-size: 200%;
  line-height: 1;
  margin-right: 0.1em;
}

.sp-jirei2-unit-growth {
  font-weight: normal;
  font-size: 90%;
}

.sp-jirei2-growth-sub {
  color: #ffff00;
  line-height: 1.3;
  white-space: nowrap;
  font-size: 80%;
}

/* 注記テキスト */
.sp-jirei2-note {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 80%;
}

/* 中見出し帯（青色帯） */
.sp-jirei2-subband {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-bottom: 1.2em;
}

/* --- 下部：打ち手リスト --- */
.sp-jirei2-action-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #cddff8;
  border-radius: 2px;
  overflow: hidden;
  background-color: #ffffff;
}

.sp-jirei2-action-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #cddff8;
}

.sp-jirei2-action-item:last-child {
  border-bottom: none;
}

/* 番号ブロック（青背景） */
.sp-jirei2-action-num {
  background-color: #008bce;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  font-size: 140%;
}

/* ボディブロック */
.sp-jirei2-action-body {
  padding: 1.2em 1.5em;
  flex: 1;
}

.sp-jirei2-action-title {
  margin: 0 0 0.4em 0;
  font-weight: bold;
  color: #111111;
  line-height: 1.3;
}

.sp-jirei2-action-desc {
  margin: 0;
  color: #555555;
  line-height: 1.4;
}

/* 赤字強調 */
.sp-jirei2-red {
  color: #d91424;
}

/* ===================================
   レスポンシブ対応（スマホ表示時）
   =================================== */
@media screen and (max-width: 768px) {
  .sp-jirei2-profile-card {
    padding: 1em;
    gap: 1.2em;
  }

  .sp-jirei2-profile-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2em;
  }

  .sp-jirei2-company-sub {
    white-space: normal;
  }

  .sp-jirei2-ba-box {
    width: 100%;
    justify-content: space-around;
  }

  .sp-jirei2-growth-badge {
    width: 100%;
    min-width: auto;
    align-items: center;
    text-align: center;
  }

  .sp-jirei2-growth-sub {
    white-space: normal;
  }

  .sp-jirei2-action-item {
    flex-direction: column;
  }

  .sp-jirei2-action-num {
    width: 100%;
    min-width: auto;
    padding: 0.6em;
  }

  .sp-jirei2-action-body {
    padding: 1em;
  }
}

