@charset "utf-8";

/*100億企業化に向けた課題*/

/* コンテナ領域 */
.sol-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
}

/* PCサイズ (768px以上) で横並び */
@media (min-width: 768px) {
  .sol-card-container {
    flex-direction: row;
  }
}

/* カード単位 */
.sol-card-item {
  flex: 1;
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ナンバーアイコン */
.sol-card-number {
  width: 48px;
  height: 48px;
  background-color: #2f857d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1;
}

/* カード見出し */
.sol-card-title {
  margin: 0 0 20px 0;
  color: #1a2538;
  font-weight: bold;
  line-height: 1.4;
}

/* カード本文 */
.sol-card-text {
  margin: 0;
  color: #333333;
  line-height: 1.7;
}



/*なぜ100億企業化のためにDX戦略が必要か*/
/* コンテナ領域 */
.sol-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* PCサイズ (768px以上) で横並び */
@media (min-width: 768px) {
  .sol-card-container {
    flex-direction: row;
  }
}

/* カード単位 */
.sol-card-item {
  flex: 1;
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 2番目のカード（背景色違い） */
.sol-card-item--accent {
  background-color: #eaf2f1;
}

/* ナンバーアイコン */
.sol-card-number {
  width: 48px;
  height: 48px;
  background-color: #2f857d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1;
}

/* カード見出し */
.sol-card-title {
  margin: 0 0 20px 0;
  color: #1a2538;
  font-weight: bold;
  line-height: 1.4;
}

/* カード本文 */
.sol-card-text {
  margin: 0;
  color: #333333;
  line-height: 1.7;
}


/*経営課題とDXの必要性*/
.sol-dx-flow-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}

/* グリッドレイアウト（PC表示） */
.sol-dx-flow-grid {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-rows: minmax(100px, auto) 36px minmax(100px, auto);
  align-items: center;
  justify-items: center;
}

/* 各要素のグリッド位置指定 */
.sol-dx-flow-step1 {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow1 {
  grid-column: 2;
  grid-row: 1;
}

.sol-dx-flow-step2 {
  grid-column: 3;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow2 {
  grid-column: 3;
  grid-row: 2;
}

.sol-dx-flow-step3 {
  grid-column: 3;
  grid-row: 3;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow3 {
  grid-column: 4;
  grid-row: 3;
}

.sol-dx-flow-step4 {
  grid-column: 5;
  grid-row: 3;
  width: 100%;
  height: 100%;
}

/* カード共通スタイル */
.sol-dx-flow-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f3f4f6;
  color: #1a2332;
  border-radius: 10px;
  padding: 24px 16px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* ハイライトカード（最終ステップ） */
.sol-dx-flow-card--highlight {
  background-color: #2b8a80;
  color: #ffffff;
}

/* 矢印（純粋CSSで三角形を描画） */
.sol-dx-flow-arrow {
  display: block;
  background-color: #2b8a80;
  margin: 0 auto;
  flex-shrink: 0;
}

/* 右向き矢印 (PC) */
.sol-dx-flow-arrow--right {
  width: 18px;
  height: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* 下向き矢印 (PC) */
.sol-dx-flow-arrow--down {
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) {
  .sol-dx-flow-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sol-dx-flow-card {
    width: 100%;
    min-height: 80px;
    padding: 20px 16px;
  }

  /* スマホでは矢印をすべて下向きに統一 */
  .sol-dx-flow-arrow--right,
  .sol-dx-flow-arrow--down {
    width: 22px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
        



/* 干渉防止用プレフィックス付きスタイル定義 */
.dx-summary-section-2026 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.dx-summary-list-2026 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dx-summary-item-2026 {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}

/* カスタム弾丸（箇条書きポインタ） */
.dx-summary-item-2026::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
}

.dx-summary-text-2026 {
  display: inline-block;
  color: inherit;
}

/* モバイル・レスポンシブ調整 */
@media (max-width: 768px) {
  .dx-summary-section-2026 {
    padding: 12px;
  }

  .dx-summary-list-2026 {
    gap: 16px;
  }

  .dx-summary-item-2026::before {
    top: 0.6em;
  }
}


/*100億企業化に向けたDX戦略の4つの論点*/

/* 全体コンテナ */
.sp-matrix-container {
  width: 100%;
  box-sizing: border-box;
}

/* ===================================
   PC用スタイリング
   =================================== */
.sp-matrix-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.sp-matrix-table th,
.sp-matrix-table td {
  padding: 20px 24px;
  vertical-align: middle;
  box-sizing: border-box;
}

.sp-matrix-th-blank {
  background-color: transparent;
  width: 18%;
  padding: 0;
}

.sp-matrix-th-top {
  background-color: #1a2942;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 41%;
}

.sp-matrix-th-side {
  background-color: #1a2942;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 18%;
}

.sp-matrix-td {
  background-color: #f4f5f8;
  color: #333333;
  text-align: left;
  line-height: 1.6;
}

/* 共通リスト設定 */
.sp-matrix-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-matrix-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
}

.sp-matrix-list li:last-child {
  margin-bottom: 0;
}

.sp-matrix-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* SP専用表示の初期非表示設定 */
.sp-matrix-card-wrapper {
  display: none;
}

/* ===================================
   SP用スタイリング（768px以下）
   =================================== */
@media screen and (max-width: 768px) {
  /* PC用テーブルを非表示にし、SP用カードを表示 */
  .sp-matrix-table {
    display: none;
  }

  .sp-matrix-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .sp-matrix-card-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  /* セクション見出し (軸テーマ) */
  .sp-matrix-card-main-head {
    background-color: #1a2942;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 14px;
  }

  /* ブロック（守り / 攻め） */
  .sp-matrix-card-block {
    display: flex;
    flex-direction: column;
  }

  /* サブ見出し (守り / 攻め) */
  .sp-matrix-card-sub-head {
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    opacity: 0.9;
  }

  /* コンテンツ背景 */
  .sp-matrix-card-body {
    background-color: #f4f5f8;
    color: #333333;
    padding: 16px 20px;
    line-height: 1.6;
  }

  /* 改行コントロール */
  .sp-matrix-pc-only {
    display: none;
  }
}


/*DX推進の核となる人的マネジメント変革*/

/* 全体コンテナ */
.sol-feature-section {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

/* 2列グリッドレイアウト */
.sol-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 各カードのスタイル */
.sol-feature-card {
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
}

/* 見出し部分 */
.sol-feature-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px 0;
  color: #0f172a;
  font-weight: bold;
  line-height: 1.4;
}

/* 円形ナンバリングアイコン */
.sol-feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #2b8a80;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
}

/* 見出しテキスト */
.sol-feature-text {
  flex: 1;
}

.letter-space0{
  letter-spacing: 0;
}

/* 説明文 */
.sol-feature-desc {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

/* レスポンシブ対応 (768px未満で1列化) */
@media (max-width: 767px) {
  .sol-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sol-feature-card {
    padding: 24px 20px;
  }

  .sol-feature-num {
    width: 40px;
    height: 40px;
  }
}


/*DXグランドデザイン策定の流れとアウトプット*/
/* ==========================================
   挿入用 CSS (コピー対象)
   ※ font-family, font-size の指定は除外しています
   ========================================== */

/* 全体コンテナ */
.sol-flow-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 各段のグリッド配置 (2列) */
.sol-flow-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 階段状（階段風のオフセット配置） */
.sol-flow-row--step1 {
  padding-right: 20%;
}

.sol-flow-row--step2 {
  padding-left: 10%;
  padding-right: 10%;
}

.sol-flow-row--step3 {
  padding-left: 20%;
}

/* カード共通スタイル */
.sol-flow-card {
  background-color: #f3f4f6;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  min-height: 90px;
}

/* ハイライト（ステップ6） */
.sol-flow-card--highlight {
  background-color: #2f8c85;
  color: #ffffff;
}

.sol-flow-card--highlight .sol-flow-card__title,
.sol-flow-card--highlight .sol-flow-card__num {
  color: #ffffff;
}

/* 数字バッジ */
.sol-flow-card__badge {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2f8c85;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

/* ステップ6用の数字テキストスタイル */
.sol-flow-card__num {
  flex-shrink: 0;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

/* テキストコンテンツエリア */
.sol-flow-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 見出し（h3） */
.sol-flow-card__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

/* サブテキスト（補足） */
.sol-flow-card__subtext {
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-top: 2px;
}

/* レスポンシブ対応（タブレット・スマホ表示） */
@media (max-width: 768px) {
  .sol-flow-container {
    gap: 16px;
  }

  .sol-flow-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sol-flow-row--step1,
  .sol-flow-row--step2,
  .sol-flow-row--step3 {
    padding-left: 0;
    padding-right: 0;
  }

  .sol-flow-card {
    padding: 18px 16px;
    min-height: auto;
  }
}




/*DX活用による成果イメージ（導入事例）*/
/* コンテナ全体のスタイル */
.ap-10billion-dx-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
}

/* 全体要素のボックスサイジング初期化 */
.ap-10billion-dx-container *,
.ap-10billion-dx-container *::before,
.ap-10billion-dx-container *::after {
  box-sizing: border-box;
}

/* 共通行レイアウト (PC向けGrid) */
.ap-10billion-dx-header-row,
.ap-10billion-dx-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1.4fr;
  gap: 8px;
}

.ap-10billion-dx-row {
  margin-top: 8px;
}

/* ヘッダーのスタイル */
.ap-10billion-dx-header-row {
  margin-bottom: 8px;
}

.ap-10billion-dx-th {
  background-color: #1e2842;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 14px 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* セルの基本スタイル */
.ap-10billion-dx-col {
  padding: 20px 16px;
  border-radius: 2px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 業種・テーマ列 */
.ap-10billion-dx-col-industry {
  background-color: #f1f4f8;
  color: #1e2842;
}

/* 課題列 */
.ap-10billion-dx-col-issue {
  background-color: #f1f4f8;
  color: #2b3342;
}

/* 導入効果列 */
.ap-10billion-dx-col-effect {
  background-color: #e8f3f3;
  color: #1e2842;
}

/* 強調文字 */
.ap-10billion-dx-col strong {
  font-weight: bold;
}

/* スマホ用ラベル（PCでは非表示） */
.ap-10billion-dx-sp-label {
  display: none;
}

/* ===================================
   スマホ（SP）用レスポンシブ対応
   =================================== */
@media screen and (max-width: 767px) {
  /* PC用テーブルヘッダーを非表示 */
  .ap-10billion-dx-header-row {
    display: none;
  }

  /* 行要素を1つのカードとして縦積み配置 */
  .ap-10billion-dx-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .ap-10billion-dx-row:first-child {
    margin-top: 0;
  }

  /* セルごとの調整 */
  .ap-10billion-dx-col {
    padding: 12px 14px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .ap-10billion-dx-col:last-child {
    border-bottom: none;
  }

  /* スマホ表示時の見出しラベル表示 */
  .ap-10billion-dx-sp-label {
    display: inline-block;
    background-color: #1e2842;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
    align-self: flex-start;
  }
}
.sol-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
}

/* PCサイズ (768px以上) で横並び */
@media (min-width: 768px) {
  .sol-card-container {
    flex-direction: row;
  }
}

/* カード単位 */
.sol-card-item {
  flex: 1;
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ナンバーアイコン */
.sol-card-number {
  width: 48px;
  height: 48px;
  background-color: #2f857d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1;
}

/* カード見出し */
.sol-card-title {
  margin: 0 0 20px 0;
  color: #1a2538;
  font-weight: bold;
  line-height: 1.4;
}

/* カード本文 */
.sol-card-text {
  margin: 0;
  color: #333333;
  line-height: 1.7;
}



/*なぜ100億企業化のためにDX戦略が必要か*/
/* コンテナ領域 */
.sol-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* PCサイズ (768px以上) で横並び */
@media (min-width: 768px) {
  .sol-card-container {
    flex-direction: row;
  }
}

/* カード単位 */
.sol-card-item {
  flex: 1;
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 2番目のカード（背景色違い） */
.sol-card-item--accent {
  background-color: #eaf2f1;
}

/* ナンバーアイコン */
.sol-card-number {
  width: 48px;
  height: 48px;
  background-color: #2f857d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1;
}

/* カード見出し */
.sol-card-title {
  margin: 0 0 20px 0;
  color: #1a2538;
  font-weight: bold;
  line-height: 1.4;
}

/* カード本文 */
.sol-card-text {
  margin: 0;
  color: #333333;
  line-height: 1.7;
}


/*経営課題とDXの必要性*/
.sol-dx-flow-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}

/* グリッドレイアウト（PC表示） */
.sol-dx-flow-grid {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-rows: minmax(100px, auto) 36px minmax(100px, auto);
  align-items: center;
  justify-items: center;
}

/* 各要素のグリッド位置指定 */
.sol-dx-flow-step1 {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow1 {
  grid-column: 2;
  grid-row: 1;
}

.sol-dx-flow-step2 {
  grid-column: 3;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow2 {
  grid-column: 3;
  grid-row: 2;
}

.sol-dx-flow-step3 {
  grid-column: 3;
  grid-row: 3;
  width: 100%;
  height: 100%;
}

.sol-dx-flow-arrow3 {
  grid-column: 4;
  grid-row: 3;
}

.sol-dx-flow-step4 {
  grid-column: 5;
  grid-row: 3;
  width: 100%;
  height: 100%;
}

/* カード共通スタイル */
.sol-dx-flow-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f3f4f6;
  color: #1a2332;
  border-radius: 10px;
  padding: 24px 16px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* ハイライトカード（最終ステップ） */
.sol-dx-flow-card--highlight {
  background-color: #2b8a80;
  color: #ffffff;
}

/* 矢印（純粋CSSで三角形を描画） */
.sol-dx-flow-arrow {
  display: block;
  background-color: #2b8a80;
  margin: 0 auto;
  flex-shrink: 0;
}

/* 右向き矢印 (PC) */
.sol-dx-flow-arrow--right {
  width: 18px;
  height: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* 下向き矢印 (PC) */
.sol-dx-flow-arrow--down {
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) {
  .sol-dx-flow-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sol-dx-flow-card {
    width: 100%;
    min-height: 80px;
    padding: 20px 16px;
  }

  /* スマホでは矢印をすべて下向きに統一 */
  .sol-dx-flow-arrow--right,
  .sol-dx-flow-arrow--down {
    width: 22px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
        



/* 干渉防止用プレフィックス付きスタイル定義 */
.dx-summary-section-2026 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.dx-summary-list-2026 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dx-summary-item-2026 {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}

/* カスタム弾丸（箇条書きポインタ） */
.dx-summary-item-2026::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
}

.dx-summary-text-2026 {
  display: inline-block;
  color: inherit;
}

/* モバイル・レスポンシブ調整 */
@media (max-width: 768px) {
  .dx-summary-section-2026 {
    padding: 12px;
  }

  .dx-summary-list-2026 {
    gap: 16px;
  }

  .dx-summary-item-2026::before {
    top: 0.6em;
  }
}


/*100億企業化に向けたDX戦略の4つの論点*/

/* 全体コンテナ */
.sp-matrix-container {
  width: 100%;
  box-sizing: border-box;
}

/* ===================================
   PC用スタイリング
   =================================== */
.sp-matrix-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.sp-matrix-table th,
.sp-matrix-table td {
  padding: 20px 24px;
  vertical-align: middle;
  box-sizing: border-box;
}

.sp-matrix-th-blank {
  background-color: transparent;
  width: 18%;
  padding: 0;
}

.sp-matrix-th-top {
  background-color: #1a2942;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 41%;
}

.sp-matrix-th-side {
  background-color: #1a2942;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 18%;
}

.sp-matrix-td {
  background-color: #f4f5f8;
  color: #333333;
  text-align: left;
  line-height: 1.6;
}

/* 共通リスト設定 */
.sp-matrix-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-matrix-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
}

.sp-matrix-list li:last-child {
  margin-bottom: 0;
}

.sp-matrix-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* SP専用表示の初期非表示設定 */
.sp-matrix-card-wrapper {
  display: none;
}

/* ===================================
   SP用スタイリング（768px以下）
   =================================== */
@media screen and (max-width: 768px) {
  /* PC用テーブルを非表示にし、SP用カードを表示 */
  .sp-matrix-table {
    display: none;
  }

  .sp-matrix-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .sp-matrix-card-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  /* セクション見出し (軸テーマ) */
  .sp-matrix-card-main-head {
    background-color: #1a2942;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 14px;
  }

  /* ブロック（守り / 攻め） */
  .sp-matrix-card-block {
    display: flex;
    flex-direction: column;
  }

  /* サブ見出し (守り / 攻め) */
  .sp-matrix-card-sub-head {
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    opacity: 0.9;
  }

  /* コンテンツ背景 */
  .sp-matrix-card-body {
    background-color: #f4f5f8;
    color: #333333;
    padding: 16px 20px;
    line-height: 1.6;
  }

  /* 改行コントロール */
  .sp-matrix-pc-only {
    display: none;
  }
}


/*DX推進の核となる人的マネジメント変革*/

/* 全体コンテナ */
.sol-feature-section {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

/* 2列グリッドレイアウト */
.sol-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 各カードのスタイル */
.sol-feature-card {
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 32px 28px;
  box-sizing: border-box;
}

/* 見出し部分 */
.sol-feature-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px 0;
  color: #0f172a;
  font-weight: bold;
  line-height: 1.4;
}

/* 円形ナンバリングアイコン */
.sol-feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #2b8a80;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
}

/* 見出しテキスト */
.sol-feature-text {
  flex: 1;
}

/* 説明文 */
.sol-feature-desc {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

/* レスポンシブ対応 (768px未満で1列化) */
@media (max-width: 767px) {
  .sol-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sol-feature-card {
    padding: 24px 20px;
  }

  .sol-feature-num {
    width: 40px;
    height: 40px;
  }
}


/*DXグランドデザイン策定の流れとアウトプット*/
/* ==========================================
   挿入用 CSS (コピー対象)
   ※ font-family, font-size の指定は除外しています
   ========================================== */

/* 全体コンテナ */
.sol-flow-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 各段のグリッド配置 (2列) */
.sol-flow-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 階段状（階段風のオフセット配置） */
.sol-flow-row--step1 {
  padding-right: 20%;
}

.sol-flow-row--step2 {
  padding-left: 10%;
  padding-right: 10%;
}

.sol-flow-row--step3 {
  padding-left: 20%;
}

/* カード共通スタイル */
.sol-flow-card {
  background-color: #f3f4f6;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  min-height: 90px;
}

/* ハイライト（ステップ6） */
.sol-flow-card--highlight {
  background-color: #2f8c85;
  color: #ffffff;
}

.sol-flow-card--highlight .sol-flow-card__title,
.sol-flow-card--highlight .sol-flow-card__num {
  color: #ffffff;
}

/* 数字バッジ */
.sol-flow-card__badge {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2f8c85;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

/* ステップ6用の数字テキストスタイル */
.sol-flow-card__num {
  flex-shrink: 0;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

/* テキストコンテンツエリア */
.sol-flow-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 見出し（h3） */
.sol-flow-card__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

/* サブテキスト（補足） */
.sol-flow-card__subtext {
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-top: 2px;
}

/* レスポンシブ対応（タブレット・スマホ表示） */
@media (max-width: 768px) {
  .sol-flow-container {
    gap: 16px;
  }

  .sol-flow-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sol-flow-row--step1,
  .sol-flow-row--step2,
  .sol-flow-row--step3 {
    padding-left: 0;
    padding-right: 0;
  }

  .sol-flow-card {
    padding: 18px 16px;
    min-height: auto;
  }
}




/*DX活用による成果イメージ（導入事例）*/
/* コンテナ全体のスタイル */
.ap-10billion-dx-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 全体要素のボックスサイジング初期化 */
.ap-10billion-dx-container *,
.ap-10billion-dx-container *::before,
.ap-10billion-dx-container *::after {
  box-sizing: border-box;
}

/* 共通行レイアウト (PC向けGrid) */
.ap-10billion-dx-header-row,
.ap-10billion-dx-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1.4fr;
  gap: 8px;
}

.ap-10billion-dx-row {
  margin-top: 8px;
}

/* ヘッダーのスタイル */
.ap-10billion-dx-header-row {
  margin-bottom: 8px;
}

.ap-10billion-dx-th {
  background-color: #1e2842;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 14px 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* セルの基本スタイル */
.ap-10billion-dx-col {
  padding: 20px 16px;
  border-radius: 2px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 業種・テーマ列 */
.ap-10billion-dx-col-industry {
  background-color: #f1f4f8;
  color: #1e2842;
}

/* 課題列 */
.ap-10billion-dx-col-issue {
  background-color: #f1f4f8;
  color: #2b3342;
}

/* 導入効果列 */
.ap-10billion-dx-col-effect {
  background-color: #e8f3f3;
  color: #1e2842;
}

/* 強調文字 */
.ap-10billion-dx-col strong {
  font-weight: bold;
}

/* スマホ用ラベル（PCでは非表示） */
.ap-10billion-dx-sp-label {
  display: none;
}

/* ===================================
   スマホ（SP）用レスポンシブ対応
   =================================== */
@media screen and (max-width: 767px) {
  /* PC用テーブルヘッダーを非表示 */
  .ap-10billion-dx-header-row {
    display: none;
  }

  /* 行要素を1つのカードとして縦積み配置 */
  .ap-10billion-dx-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .ap-10billion-dx-row:first-child {
    margin-top: 0;
  }

  /* セルごとの調整 */
  .ap-10billion-dx-col {
    padding: 12px 14px;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .ap-10billion-dx-col:last-child {
    border-bottom: none;
  }

  /* スマホ表示時の見出しラベル表示 */
  .ap-10billion-dx-sp-label {
    display: inline-block;
    background-color: #1e2842;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
    align-self: flex-start;
  }
}