@charset "utf-8";

/*ご支援イメージ*/

/* レイアウト設定 */
.step-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.step-card {
  flex: 1;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

/* 強調表示 (Step 4) */
.step-highlight {
  background-color: #0f2540;
  color: #fff;
  border: none;
}

/* 各パーツの装飾 */
.step-badge {
  display: inline-block;
  background-color: #4a81b3;
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.highlight-badge {
  background-color: #40c8e0;
  color: #0f2540;
}

.step-duration {
  color: #888;
  margin-bottom: 10px;
}

.step-highlight .step-duration {
  color: #a0aec0;
}

.step-title {
  margin-bottom: 20px;
}

.step-content {
  flex-grow: 1;
  line-height: 1.6;
}

.step-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9em;
}

.step-highlight .step-footer {
  border-top: 1px solid #2d3748;
}

.output-label {
  color: #888;
  margin-bottom: 5px;
}

/* 矢印アイコン */
.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a81b3;
}

.step-arrow::after {
  content: "▶";
  font-size: 1.2rem;
}

/* レスポンシブ対応 (768px以下は縦並び) */
@media (max-width: 768px) {
  .step-container {
    flex-direction: column;
  }

  .step-arrow {
    padding: 10px 0;
  }

  .step-arrow::after {
    content: "▼";
  }
}

/* コンテナ全体のスタイル（余白やレイアウトのみ指定） */
.svc-intro-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  color: #333333;
  line-height: 1.75;
}

/* 2カラムのレイアウト（幅が狭いときは1列、768px以上で2列） */
.svc-intro-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .svc-intro-wrapper {
    flex-direction: row;
    gap: 60px;
  }
}

/* 各セクションの幅調整 */
.svc-intro-section {
  flex: 1;
}

/* 見出しのスタイル（下線付き） */
.svc-intro-heading {
  font-weight: bold;
  color: #1a4a85; /* 画像に近い濃い青色 */
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

/* コンテンツ部分の余白 */
.svc-intro-content {
  padding-top: 15px;
}

/* テキスト・段落のスタイル */
.svc-intro-text {
  margin: 0 0 24px 0;
}
.svc-intro-text:last-child {
  margin-bottom: 0;
}

/* 太字の強調部分 */
.svc-intro-bold {
  font-weight: bold;
  color: #0d2240; /* 強調用の少し濃い色 */
}

/* 右側：箇条書きリストのスタイル */
.svc-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-intro-list-item {
  margin-bottom: 20px;
  position: relative;
}

.svc-intro-list-item:last-child {
  margin-bottom: 0;
}


/* AI・AIエージェント導入・運用支援とは */
/* コンテナの設定 */
.scope-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* カード全体のスタイル */
.scope-card {
  background-color: #f4f6f8; /* 薄いグレーの背景 */
  border-top: 4px solid #00a0d2; /* 上部の青い線 */
  flex: 1 1 calc(25% - 20px); /* 4カラム計算 */
  padding: 30px 20px;
  box-sizing: border-box;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

/* ヘッダー部分（SCOPE 01 と タイトル） */
.scope-header {
  margin-bottom: 30px;
}

/* 数字部分 */
.scope-number {
  display: block;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: bold;
}

/* タイトル部分 */
.scope-title {
  margin: 0;
  color: #001a3d; /* 濃い紺色 */
  font-weight: bold;
  line-height: 1.4;
}

/* 説明文 */
.scope-description {
  margin: 0;
  color: #333;
  line-height: 1.8;
}

/* レスポンシブ対応：タブレット（2カラム） */
@media (max-width: 992px) {
  .scope-card {
    flex: 1 1 calc(50% - 20px);
  }
}

/* レスポンシブ対応：スマートフォン（1カラム） */
@media (max-width: 576px) {
  .scope-card {
    flex: 1 1 100%;
  }
}



/*船井総研のAI導入支援の特長*/

/* 外側のセクション設定 */
.differentiator-section {
  background-color: #f4f7f9; /* 薄いグレーの背景 */
  padding: 40px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

/* コンテナ（フレックスボックス） */
.differentiator-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左側：タイトルカラム */
.differentiator-label-col {
  flex: 0 0 200px; /* 幅を固定 */
}

.differentiator-sub {
  display: block;
  color: #888;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.differentiator-title {
  margin: 0;
  color: #001a3d; /* 濃い紺色 */
  white-space: nowrap;
}

/* 右側：コンテンツカラム */
.differentiator-content-col {
  flex: 1;
  position: relative;
}

/* PC時のみ左側に境界線を表示 */
@media (min-width: 769px) {
  .differentiator-content-col {
    padding-left: 40px;
    border-left: 1px solid #ccc;
  }
}

.differentiator-text {
  margin: 0;
  color: #001a3d;
  line-height: 2;
}

.differentiator-bold {
  font-weight: bold;
}

/* レスポンシブ対応：スマートフォン */
@media (max-width: 768px) {
  .differentiator-container {
    flex-direction: column; /* 縦並びに変更 */
    gap: 20px;
  }

  .differentiator-label-col {
    flex: none;
    width: 100%;
  }

  .differentiator-content-col {
    padding-left: 0;
    border-left: none;
  }
}

/* 全体のコンテナ設定 */
.svc-features-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.6;
}

/* メインタイトル（青い背景の帯） */
.svc-features-main-heading {
  background-color: #0099cc; /* 画像の鮮やかな水色・青色 */
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 120%;
}

/* グリッドレイアウト（スマホ時は1列、768px以上で2列） */
.svc-features-grid {
  display: block;
}

.svc-features-card {
  background-color: #e6ecf5; /* カードの薄い青紫系の背景色 */
  padding: 25px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .svc-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .svc-features-card {
    flex: 0 1 calc(50% - 10px); /* 2列並び（隙間20pxを考慮） */
    margin-bottom: 0;
  }
}

/* 各カードのタイトル（チェックマーク付きのイメージ） */
.svc-features-card-title {
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

/* 各カードの本文（文頭のチェックマークのインデントを再現） */
.svc-features-card-content {
  position: relative;
  padding-left: 20px; /* チェックマーク分の余白 */
}

/* 疑似要素で文頭のチェックマーク「✓」を表現 */
.svc-features-card-content::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.svc-features-text {
  margin: 0;
  padding: 0;
}


/*よくあるご相談*/
/* 全体のコンテナ設定 */
.svc-issues-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.75;
}

/* リスト全体のスタイル（デフォルトのマーカーを消去） */
.svc-issues-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各項目のスタイル（文頭のチェックマーク「✓」の位置調整と下方向の余白） */
.svc-issues-item {
  position: relative;
  padding-left: 30px; /* チェックマーク分の左余白 */
  margin-bottom: 20px; /* 項目間の余白 */
}

.svc-issues-item:last-child {
  margin-bottom: 0; /* 最後の項目の余白はなし */
}

/* 疑似要素で文頭のチェックマーク「✓」を再現 */
.svc-issues-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* 画像内にある青色テキストの強調用スタイル */
.svc-issues-blue {
  color: #3498db; /* 画像に近い、少し明るめの青色 */
}


/* ご支援イメージ 下部 */

/* コンテナ全体のスタイル */
.ba-table-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  color: #001a3d;
}

/* 黒いヘッダー部分 */
.ba-table-header {
  background-color: #1a2333;
  color: #ffffff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.ba-header-right {
  font-size: 0.9em;
  letter-spacing: 0.2em;
}

/* 各行の基本スタイル */
.ba-table-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  background-color: #eeeeee;
  align-items: center;
}

.ba-table-row:last-child {
  border-bottom: none;
}

.ba-table-row:nth-child(even) {
  background-color: #ffffff;
}

/* 各カラムの共通設定 */
.ba-col-label, .ba-col-before, .ba-col-after {
  padding: 20px;
  box-sizing: border-box;
}

/* 左：項目名 */
.ba-col-label {
  flex: 0 0 180px;
  font-weight: bold;
  color: #1a2333;
}

/* 中央：Before */
.ba-col-before {
  flex: 1;
  color: #666;
}

/* 右：After */
.ba-col-after {
  flex: 1;
  position: relative;
}

/* チェックアイコン */
.check-icon {
  color: #00a0d2;
  margin-right: 8px;
  font-weight: bold;
}

/* レスポンシブ対応：スマートフォン・タブレット */
@media (max-width: 768px) {
  .ba-table-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .ba-col-label, .ba-col-before, .ba-col-after {
    flex: none;
    width: 100%;
    padding: 5px 0;
  }

  .ba-col-label {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .ba-col-before {
    font-size: 0.9em;
  }
  
  .ba-col-before::before {
    content: "Before: ";
    font-weight: bold;
  }

  .ba-col-after::before {
    content: "After: ";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #00a0d2;
  }
}


/*ご支援実績（一例）*/

/* 全体を囲む薄いグレー背景と点線枠のコンテナ設定 */
.svc-summary-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #f4f6f9; /* 薄いグレーの背景色 */
  border: 1px dashed #b0bfc6; /* グレー味のある点線枠 */
  color: #333333;
  line-height: 1.75;
}

/* 3カラムのレイアウト（スマホ時は縦並び、768px以上で横並び） */
.svc-summary-grid {
  display: flex;text search-link-target
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px; /* 注記との間の余白 */
}

@media (min-width: 768px) {
  .svc-summary-grid {
    flex-direction: row;
    gap: 15px;
  }
}

/* 各カラムの幅を均等にする設定 */
.svc-summary-column {
  flex: 1;
}

/* 英語のラベル部分（少し薄いグレーの文字色） */
.svc-summary-label {
  color: #7f8c8d;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* カラム内のテキスト */
.svc-summary-text {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* 注記（※）全体のスタイル */
.svc-summary-notes {
  border-top: 1px solid transparent; /* 必要に応じて上部に線を入れる場合はここを調整 */
}

/* 各注記テキストのスタイル */
.svc-summary-note-item {
  margin: 0 0 8px 0;
}

.svc-summary-note-item:last-child {
  margin-bottom: 0;
}




/* ==========================================================================
   事例紹介テーブル（既存干渉防止用プレフィックス: casestudy-tbl-）
   ========================================================================== */

/* 全体コンテナ */
.casestudy-tbl-section {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.casestudy-tbl-section *,
.casestudy-tbl-section *::before,
.casestudy-tbl-section *::after {
  box-sizing: border-box;
}

.casestudy-tbl-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* テーブル基本スタイル */
.casestudy-tbl-main {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.6;
}

/* ヘッダー行 */
.casestudy-tbl-main thead tr {
  background-color: #0070c0; /* 画像の青色を再現 */
}

.casestudy-tbl-main th {
  color: #ffffff;
  font-weight: bold;
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #0070c0;
}

/* データ行 */
.casestudy-tbl-main tbody tr {
  background-color: #f9fbfd; /* わずかに青みのある薄いグレー */
  border-bottom: 1px solid #e2e8f0;
}

.casestudy-tbl-main tbody tr:nth-child(even) {
  background-color: #ffffff; /* 縞模様の背景色 */
}

.casestudy-tbl-main td {
  padding: 20px 16px;
  vertical-align: top;
  color: #333333;
}

/* 各列の幅と固有スタイル設定(PC用) */
.casestudy-tbl-th-case, .casestudy-tbl-td-case { width: 18%; }
.casestudy-tbl-th-industry, .casestudy-tbl-td-industry { width: 10%; }
.casestudy-tbl-th-issue, .casestudy-tbl-td-issue { width: 28%; }
.casestudy-tbl-th-content, .casestudy-tbl-td-content { width: 22%; }
.casestudy-tbl-th-result, .casestudy-tbl-td-result { width: 22%; }

/* 事例（大文字部分） */
.casestudy-tbl-badge {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #0d2a54;
  margin-bottom: 8px;
  line-height: 1.2;
}

.casestudy-tbl-company {
  margin: 0;
  color: #444444;
}

/* PC用改行制御 */
.casestudy-tbl-pc-only {
  display: inline;
}

/* ==========================================================================
   レスポンシブ対応 (768px以下でカード型レイアウトに変形)
   ========================================================================== */
@media screen and (max-width: 768px) {
  /* PC用改行を無効化 */
  .casestudy-tbl-pc-only {
    display: none;
  }

  /* テーブルの構造をブロック要素に変換 */
  .casestudy-tbl-main,
  .casestudy-tbl-main thead,
  .casestudy-tbl-main tbody,
  .casestudy-tbl-main th,
  .casestudy-tbl-main tr,
  .casestudy-tbl-main td {
    display: block;
    width: 100% !important;
  }

  /* テーブルヘッダーを非表示 */
  .casestudy-tbl-main thead {
    display: none;
  }

  /* 各事例ごとのまとまり（行をカードに見立てる） */
  .casestudy-tbl-main tbody tr {
    margin-bottom: 30px;
    border: 1px solid #0070c0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  /* 各セルの共通設定 */
  .casestudy-tbl-main td {
    padding: 12px 16px;
    border: none;
    position: relative;
  }

  /* 2番目以降のセルには見出しを擬似要素で追加 */
  .casestudy-tbl-main td:not(.casestudy-tbl-td-case)::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #0070c0;
    margin-bottom: 4px;
    border-bottom: 1px dashed #d0e1f9;
    padding-bottom: 2px;
  }

  /* 最初（事例タイトル部分）のセルをヘッダー風に装飾 */
  .casestudy-tbl-td-case {
    background-color: #0070c0;
    color: #ffffff !important;
    padding: 16px;
  }

  .casestudy-tbl-badge {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 8px;
  }

  .casestudy-tbl-company {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
  }

  /* 各セルの間に区切り線を薄く入れる */
  .casestudy-tbl-main td:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
  }
}