@charset "utf-8";
body{
  text-align: justify;
overflow-wrap: break-word;
word-break: normal;
}
/* ==========================================================================
   共通設定（各コンテナの基本初期化）
   ========================================================================== */
.pms-sol-container,
.pms-why-container,
.pms-faq-container,
.pms-feat-container,
.pms-case-container {
  box-sizing: border-box;
  width: 100%;
  margin: 60px auto 0;
  padding: 10px 0;
}

.pms-sol-container *, .pms-sol-container *::before, .pms-sol-container *::after,
.pms-why-container *, .pms-why-container *::before, .pms-why-container *::after,
.pms-faq-container *, .pms-faq-container *::before, .pms-faq-container *::after,
.pms-feat-container *, .pms-feat-container *::before, .pms-feat-container *::after,
.pms-case-container *, .pms-case-container *::before, .pms-case-container *::after {
  box-sizing: border-box;
}

h3{
  font-size: 1.6rem!important;
}

@media screen and (max-width: 768px) {
h3{
  font-size: 1.5rem!important;
}
}


/* ==========================================================================
   1. 生産管理・工程管理 導入支援とは セクション (.pms-sol-)
   ========================================================================== */

/* メインタイトル */
.pms-sol-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbdcf2;
  position: relative;
}

.pms-sol-main-title .pms-sol-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -10px;
  border-bottom: 4px solid #1e4b7a;
  z-index: 1;
}

/* 上段レイアウト（2カラム構造） */
.pms-sol-top-section {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.pms-sol-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 左：本サービスの位置づけ */
.pms-sol-positioning {
  background-color: #f4f7fa;
  border: 1px solid #cedbe7;
  padding: 25px;
}

.pms-sol-sub-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #1e4b7a;
  padding-bottom: 2px;
}

.pms-sol-text {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.7;
  color: #333333;
}

.pms-sol-highlight {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.6;
  color: #1e4b7a;
}

/* 右：解決する3つの観点 */
.pms-sol-resolutions {
  border: 1px solid #1e4b7a;
}

.pms-sol-res-title {
  background-color: #1e4b7a;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
}

.pms-sol-res-body {
  padding: 25px 20px;
  flex-grow: 1;
  background-color: #f4f7fa;
}

.pms-sol-res-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pms-sol-res-list li {
  margin-bottom: 20px;
}

.pms-sol-res-list li:last-child {
  margin-bottom: 0;
}

.pms-sol-list-trigger {
  color: #1e4b7a;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #1e4b7a;
  padding-bottom: 1px;
  margin-bottom: 6px;
}

.pms-sol-list-detail {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.6;
  color: #333333;
}

/* 中段：SCOPE（4カラムカード） */
.pms-sol-scope-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.pms-sol-scope-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.pms-sol-scope-badge {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  letter-spacing: 0.05em;
}

.pms-sol-scope-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  padding: 30px 10px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pms-sol-scope-text {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

/* SCOPE 個別カラー設定 */
.pms-sol-scope01 .pms-sol-scope-badge { background-color: #1a4473; }
.pms-sol-scope01 .pms-sol-scope-content { border-color: #1a4473; color: #1a4473; }
.pms-sol-scope02 .pms-sol-scope-badge { background-color: #4b8ec8; }
.pms-sol-scope02 .pms-sol-scope-content { border-color: #4b8ec8; color: #4b8ec8; }
.pms-sol-scope03 .pms-sol-scope-badge { background-color: #107585; }
.pms-sol-scope03 .pms-sol-scope-content { border-color: #107585; color: #107585; }
.pms-sol-scope04 .pms-sol-scope-badge { background-color: #394658; }
.pms-sol-scope04 .pms-sol-scope-content { border-color: #394658; color: #394658; }

/* 下段：主な活用ツール */
.pms-sol-tools-box {
  background-color: #fffdeb;
  border: 1px solid #fce395;
  padding: 20px 25px;
}

.pms-sol-tools-title {
  color: #b45309;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}

.pms-sol-tools-list {
  line-height: 1.7;
}

.pms-sol-tool-item {
  display: inline;
}

.pms-sol-tool-divider {
  color: #ebd19b;
  margin: 0 12px;
}


/* ==========================================================================
   2. なぜ、生産管理のデジタル化は進まないのか セクション (.pms-why-)
   ========================================================================== */

/* メインタイトル */
.pms-why-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 3px solid #cbdcf2;
}

/* 上段：3つの課題レイアウト */
.pms-why-issue-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pms-why-issue-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #f5d6d6;
}

.pms-why-issue-header {
  background-color: #bd0000;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 15px;
}

.pms-why-issue-body {
  background-color: #fff0f0;
  padding: 20px;
  flex-grow: 1;
}

.pms-why-issue-title {
  color: #bd0000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}

.pms-why-issue-text {
  margin: 0;
  line-height: 1.6;
  color: #333333;
}

/* 中段：結果バー */
.pms-why-result-bar {
  background-color: #2d6095;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 30px;
}

.pms-why-result-badge {
  background-color: #1a4473;
  padding: 4px 12px;
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pms-why-result-arrow {
  transform: scale(0.8);
  display: inline-block;
}

.pms-why-result-content {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  flex-grow: 1;
  flex-wrap: wrap;
}

.pms-why-result-text {
  font-weight: bold;
  line-height: 1.5;
}

.pms-why-result-sep {
  color: #a8c7e6;
  margin: 0 10px;
}

.pms-why-text-red {
  color: #ff3333;
  font-weight: bold;
}

/* 下段：対比構造 */
.pms-why-compare-container {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.pms-why-compare-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pms-why-compare-header {
  margin: 0;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: bold;
}

.pms-why-compare-body {
  padding: 25px 20px;
  flex-grow: 1;
  /*display: grid;*/
  grid-template-columns: max-content max-content 1fr;
  row-gap: 14px;
  column-gap: 15px;
  align-items: center;
}

.pms-why-compare-row {
  /*display: contents;*/
}

.pms-why-compare-label {
  font-weight: bold;
}

.pms-why-compare-arrow {
  color: #999999;
}

.pms-why-compare-value {
  color: #333333;
}

/* 左：従来型 個別 */
.pms-why-old-style {
  border: 1px solid #cccccc;
}

.pms-why-old-style .pms-why-compare-header {
  background-color: #555555;
}

.pms-why-old-style .pms-why-compare-body {
  background-color: #ffffff;
}

.pms-why-old-style .pms-why-compare-label {
  color: #555555;
}

.pms-why-old-style .pms-why-compare-footer {
  background-color: #fff0f0;
  border-top: 1px solid #f5d6d6;
  padding: 15px 20px;
}

.pms-why-footer-highlight {
  margin: 0;
  color: #bd0000;
  font-weight: bold;
  line-height: 1.6;
}

/* 中央：変換矢印 */
.pms-why-transition-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.pms-why-arrow-box {
  color: #00a2e8;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  transform: scale(1.3);
}

/* 右：Zohoでのご支援 個別 */
.pms-why-zoho-style {
  border: 1px solid #2d6095;
}

.pms-why-zoho-style .pms-why-compare-header {
  background-color: #2d6095;
}

.pms-why-zoho-style .pms-why-compare-body {
  background-color: #e6f0fa;
}

.pms-why-zoho-style .pms-why-compare-label {
  color: #1a4473;
}

.pms-why-zoho-style .pms-why-compare-footer {
  background-color: #1a4473;
  padding: 15px 20px;
}

.pms-why-footer-text {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
}


/* ==========================================================================
   3. よくあるご相談内容 セクション (.pms-faq-)
   ========================================================================== */

/* メインタイトル */
.pms-faq-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbdcf2;
  position: relative;
}

.pms-faq-main-title .pms-faq-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -10px;
  border-bottom: 4px solid #1e4b7a;
  z-index: 1;
}

/* リード文 */
.pms-faq-lead {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
}

.pms-faq-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888888;
  margin-right: 12px;
  flex-shrink: 0;
}

/* 2カラムグリッド */
.pms-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pms-faq-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #cbdcf2;
  background-color: #ffffff;
}

.pms-faq-card-header {
  display: flex;
  align-items: center;
  background-color: #e6f0fa;
  padding: 12px 20px;
  border-bottom: 1px solid #cbdcf2;
}

.pms-faq-card-num {
  color: #1e4b7a;
  font-weight: bold;
  margin-right: 25px;
  flex-shrink: 0;
}

.pms-faq-card-title {
  color: #444444;
  font-weight: bold;
  margin: 0;
}

.pms-faq-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.pms-faq-card-text {
  margin: 0;
  line-height: 1.6;
  color: #333333;
}

.pms-faq-card-text strong {
  font-weight: bold;
  color: #000000;
}

/* 下段：根本原因フッターバー */
.pms-faq-footer-bar {
  background-color: #2d6095;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
}

.pms-faq-footer-badge {
  background-color: #1a4473;
  padding: 4px 12px;
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.pms-faq-footer-arrow {
  transform: scale(0.8);
  display: inline-block;
}

.pms-faq-footer-content {
  font-weight: bold;
  line-height: 1.6;
}


/* ==========================================================================
   4. 船井総研の支援の特長 セクション (.pms-feat-)
   ========================================================================== */

/* メインタイトル */
.pms-feat-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbdcf2;
  position: relative;
}

.pms-feat-main-title .pms-feat-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -10px;
  border-bottom: 4px solid #1e4b7a;
  z-index: 1;
}

/* リード文 */
.pms-feat-lead {
  /*display: flex;*/
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  color: #333333;
  line-height: 1.6;
}

.pms-feat-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888888;
  margin-right: 12px;
  margin-top: 6px;
  flex-shrink: 0;
}

.pms-feat-lead strong {
  font-weight: bold;
}

/* 2カラムグリッド */
.pms-feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pms-feat-card {
  display: flex;
  align-items: stretch;
}

.pms-feat-card-badge {
  width: 65px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pms-feat-card-body {
  flex-grow: 1;
  background-color: #ffffff;
  border: 1px solid #cbdcf2;
  border-left: none;
  padding: 25px;
}

.pms-feat-card-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}

.pms-feat-card-text {
  margin: 0;
  line-height: 1.7;
  color: #555555;
  text-align: justify;
}

/* 特長バッジ 個別カラー */
.pms-feat-card-01 .pms-feat-card-badge { background-color: #1a4473; }
.pms-feat-card-02 .pms-feat-card-badge { background-color: #4b8ec8; }
.pms-feat-card-03 .pms-feat-card-badge { background-color: #107585; }
.pms-feat-card-04 .pms-feat-card-badge { background-color: #394658; }

/* 下段：フッター注記ボックス */
.pms-feat-footer-box {
  background-color: #e6f0fa;
  border: 1px solid #1e4b7a;
  color: #1e4b7a;
  text-align: center;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 1.6;
}


/* ==========================================================================
   5. ご支援イメージ／導入フェーズ セクション (.pms-phase-)
   ========================================================================== */

/* メインタイトル */
.pms-phase-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbdcf2;
  position: relative;
}

.pms-phase-main-title .pms-phase-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -10px;
  border-bottom: 4px solid #1e4b7a;
  z-index: 1;
}

/* リード文 */
.pms-phase-lead {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  color: #333333;
  line-height: 1.6;
}

.pms-phase-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888888;
  margin-right: 12px;
  margin-top: 6px;
  flex-shrink: 0;
}

.pms-phase-lead strong {
  font-weight: bold;
}

/* 3カラムグリッド */
.pms-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pms-phase-column {
  display: flex;
  flex-direction: column;
  border: 1px solid #cbdcf2;
  background-color: #ffffff;
}

.pms-phase-header {
  padding: 12px 20px;
  color: #ffffff;
}

.pms-phase-num {
  font-weight: bold;
  line-height: 1.2;
}

.pms-phase-duration {
  line-height: 1.2;
}

/* フェーズ別 個別カラー */
.pms-phase-col-01 .pms-phase-header { background-color: #1a4473; }
.pms-phase-col-02 .pms-phase-header { background-color: #4b8ec8; }
.pms-phase-col-03 .pms-phase-header { background-color: #107585; }

.pms-phase-body {
  padding: 25px 20px;
  flex-grow: 1;
}

.pms-phase-body-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* ★修正：デフォルトのリスト機能を完全に切り、独自に左余白を作る */
.pms-phase-list {
  padding-left: 0;
  margin: 0;
  list-style: none !important;
}

/* ★修正：テキストが2行になっても「・」の後ろで綺麗に揃う設定 */
.pms-phase-list li {
  position: relative;
  padding-left: 1.2em; /* 「・」のスペースを確保 */
  margin-bottom: 12px;
  line-height: 1.6;
  color: #444444;
}

/* ★修正：擬似要素で「・」を絶対表示させる */
.pms-phase-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #444444; /* 文字と同じ色 */
}

.pms-phase-list li:last-child {
  margin-bottom: 0;
}

/* 下段：アウトプット */
.pms-phase-output {
  background-color: #e6f0fa;
  border-top: 1px solid #cbdcf2;
  padding: 20px;
}

.pms-phase-output-label {
  color: #4b8ec8;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* ★修正：アウトプット側も同様にデフォルトを切り、擬似要素へ */
.pms-phase-output-list {
  padding-left: 0;
  margin: 0;
  list-style: none !important;
}

.pms-phase-output-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #444444;
}

.pms-phase-output-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #444444;
}

.pms-phase-output-list li:last-child {
  margin-bottom: 0;
}



/* ==========================================================================
   6. ご支援実績・成功事例 セクション (.pms-case-)
   ========================================================================== */

/* メインタイトル */
.pms-case-main-title {
  color: #1e4b7a;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbdcf2;
  position: relative;
}

.pms-case-main-title .pms-case-title-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: -10px;
  border-bottom: 4px solid #1e4b7a;
  z-index: 1;
}

/* リード文 */
.pms-case-lead {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
  line-height: 1.6;
}

.pms-case-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888888;
  margin-right: 12px;
  margin-top: 6px;
  flex-shrink: 0;
}

/* マトリクスPC構造 */
.pms-case-matrix {
  width: 100%;
  border: 1px solid #cbdcf2;
  border-bottom: none;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.pms-case-thead {
  display: grid;
  grid-template-columns: 1.3fr 2fr 2fr 2fr;
  background-color: #2d6095;
  color: #ffffff;
}

.pms-case-th {
  padding: 14px 15px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #cbdcf2;
}

.pms-case-th:last-child {
  border-right: none;
}

.pms-case-row {
  display: grid;
  grid-template-columns: 1.3fr 2fr 2fr 2fr;
  border-bottom: 1px solid #cbdcf2;
}

.pms-case-cell {
  padding: 20px 15px;
  border-right: 1px solid #cbdcf2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pms-case-cell:last-child {
  border-right: none;
}

.pms-case-row-01 { background-color: #ffffff; }
.pms-case-row-02 { background-color: #e6f0fa; }
.pms-case-row-03 { background-color: #ffffff; }

.pms-case-industry {
  color: #1e4b7a;
  font-weight: bold;
}

.pms-case-industry-title {
  display: block;
  line-height: 1.4;
}

.pms-case-industry-sub {
  display: block;
  font-weight: normal;
  margin-top: 5px;
}

.pms-case-text {
  margin: 0;
  line-height: 1.6;
  color: #333333;
}

.pms-case-cell-green {
  background-color: #edf7ed;
}

.pms-case-cell-green .pms-case-text {
  color: #1b5e20;
  font-weight: bold;
}

.pms-case-mobile-label {
  display: none;
}

.pms-case-note {
  margin: 0;
  color: #888888;
  line-height: 1.4;
}


/* ==========================================================================
   7. 全セクション共通 レスポンシブ対応（メディアクエリ）
   ========================================================================== */

/* --- タブレット環境（ブレイクポイント: 992px以下） --- */
@media screen and (max-width: 992px) {
  /* 1. 導入支援 (SCOPEカードを2列化) */
  .pms-sol-scope-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 2. なぜ進まないのか (縦並び化・矢印調整) */
  .pms-why-issue-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pms-why-result-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }
  .pms-why-result-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .pms-why-result-sep {
    display: none;
  }
  .pms-why-compare-container {
    flex-direction: column;
    gap: 15px;
  }
  .pms-why-transition-arrow {
    padding: 10px 0;
  }
  .pms-why-arrow-box {
    transform: rotate(90deg) scale(1.3);
  }

  /* 4. 特長 (1列化) */
  .pms-feat-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* 5. 導入フェーズ (1列化) */
  .pms-phase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pms-phase-lead {
    align-items: flex-start;
  }
  .pms-phase-body {
    padding: 20px;
  }
  .pms-phase-body-title {
    margin-bottom: 15px;
  }

  /* 6. 成功事例 (テーブルをカード型レイアウトへ変更) */
  .pms-case-matrix {
    border: none;
  }
  .pms-case-thead {
    display: none;
  }
  .pms-case-row {
    display: block;
    border: 1px solid #cbdcf2;
    margin-bottom: 25px;
    background-color: #ffffff !important;
  }
  .pms-case-row-02 {
    border-color: #b0cbe8;
  }
  .pms-case-cell {
    display: block;
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid #e6f0fa;
  }
  .pms-case-cell:last-child {
    border-bottom: none;
  }
  .pms-case-industry {
    background-color: #2d6095;
    color: #ffffff;
    padding: 12px 15px;
  }
  .pms-case-row-02 .pms-case-industry {
    background-color: #4b8ec8;
  }
  .pms-case-industry-sub {
    color: #e6f0fa;
  }
  .pms-case-mobile-label {
    display: block;
    color: #1e4b7a;
    font-weight: bold;
    margin-bottom: 6px;
    border-left: 3px solid #2d6095;
    padding-left: 8px;
  }
  .pms-case-cell-green .pms-case-mobile-label {
    color: #1b5e20;
    border-left-color: #1b5e20;
  }
}

/* --- スマートフォン環境（ブレイクポイント: 768px以下） --- */
@media screen and (max-width: 768px) {
  /* 1. 導入支援 (2カラムから完全1列縦並び化) */
  .pms-sol-top-section {
    flex-direction: column;
    gap: 20px;
  }
  .pms-sol-scope-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pms-sol-scope-content {
    padding: 20px 10px;
  }
  .pms-sol-tools-box {
    padding: 20px;
  }
  .pms-sol-tool-divider {
    display: none;
  }
  .pms-sol-tool-item {
    display: block;
    margin-bottom: 8px;
  }
  .pms-sol-tool-item:last-child {
    margin-bottom: 0;
  }

  /* 3. よくあるご相談 (1列化・フッター縦並び) */
  .pms-faq-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pms-faq-lead {
    align-items: flex-start;
  }
  .pms-faq-lead::before {
    margin-top: 6px;
  }
  .pms-faq-card-header {
    padding: 10px 15px;
  }
  .pms-faq-card-num {
    margin-right: 15px;
  }
  .pms-faq-card-body {
    padding: 15px;
  }
  .pms-faq-footer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }
  .pms-faq-footer-badge {
    margin-right: 0;
  }
}

/* --- モバイル個別調整（ブレイクポイント: 576px / 480px以下） --- */
@media screen and (max-width: 576px) {
  /* 4. 特長 (バッジとテキストを縦並びに結合) */
  .pms-feat-card {
    flex-direction: column;
  }
  .pms-feat-card-badge {
    width: 100%;
    padding: 8px 0;
  }
  .pms-feat-card-body {
    border-left: 1px solid #cbdcf2;
    border-top: none;
    padding: 20px;
  }
  .pms-feat-card-title {
    margin-bottom: 10px;
  }
  .pms-feat-footer-box {
    text-align: left;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  /* 2. なぜ進まないのか (対比グリッド内の並びを最適化) */
  .pms-why-compare-body {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .pms-why-compare-arrow {
    transform: rotate(90deg);
    text-align: left;
    margin: 2px 0;
  }
}

/* ==========================================================================
   生産管理・工程管理 導入支援セクション専用CSS
   ========================================================================== */

/* 全体コンテナの基本設定 */
.pm-intro-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pm-intro-container *,
.pm-intro-container *::before,
.pm-intro-container *::after {
  box-sizing: border-box;
}

/* メインタイトル */
.pm-intro-main-title {
  color: #1f4e79;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 4px solid #7f7f7f;
  margin-top: 0;
  margin-bottom: 24px;
}

/* --------------------------------------------------------------------------
   上部セクション（2カラムレイアウト）
   -------------------------------------------------------------------------- */
.pm-intro-row-top {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

/* 左：本サービスの位置づけ */
.pm-intro-box-position {
  flex: 1;
  background-color: #f2f5f9;
  border: 1px solid #dcdcdc;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.pm-intro-sub-title {
  color: #1f4e79;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.pm-intro-position-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pm-intro-position-body p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6;
}

.pm-intro-position-highlight {
  margin-top: auto;
  padding-top: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* 右：本サービスが解決する3つの観点 */
.pm-intro-box-points {
  /*flex: 1;*/
  border: 1px solid #1f4e79;
  display: flex;
  flex-direction: column;
}

.pm-intro-points-title {
  background-color: #1f4e79;
  color: #ffffff;
  margin: 0;
  padding: 14px 24px;
  font-weight: bold;
}

.pm-intro-points-body {
  background-color: #f2f5f9;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pm-intro-point-item {
  display: flex;
  gap: 8px;
}

.pm-intro-point-icon {
  color: #1f4e79;
  font-weight: bold;
  line-height: 1.4;
}

.pm-intro-point-text {
  flex: 1;
}

.pm-intro-point-lead {
  display: block;
  color: #1f4e79;
  font-weight: bold;
  margin-bottom: 4px;
}

.pm-intro-point-text p {
  margin: 0;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   中部セクション（SCOPE 4カラムレイアウト）
   -------------------------------------------------------------------------- */
.pm-intro-row-scope {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.pm-intro-scope-card {
  flex: 1;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.pm-intro-scope-badge {
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
  letter-spacing: 0.05em;
}

.pm-intro-scope-content {
  padding: 24px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}

.pm-intro-scope-content p {
  margin: 0;
  line-height: 1.5;
}

/* 各SCOPEの個別のカラー設定 */
.pm-scope-blue { border-color: #1f4e79; }
.pm-scope-blue .pm-intro-scope-badge { background-color: #1f4e79; }
.pm-scope-blue .pm-intro-scope-content { color: #1f4e79; }

.pm-scope-light-blue { border-color: #4a82c3; }
.pm-scope-light-blue .pm-intro-scope-badge { background-color: #4a82c3; }
.pm-scope-light-blue .pm-intro-scope-content { color: #4a82c3; }

.pm-scope-teal { border-color: #248f8f; }
.pm-scope-teal .pm-intro-scope-badge { background-color: #248f8f; }
.pm-scope-teal .pm-intro-scope-content { color: #248f8f; }

.pm-scope-navy { border-color: #3a4f66; }
.pm-scope-navy .pm-intro-scope-badge { background-color: #3a4f66; }
.pm-scope-navy .pm-intro-scope-content { color: #3a4f66; }

/* --------------------------------------------------------------------------
   下部セクション（主な活用ツール）
   -------------------------------------------------------------------------- */
.pm-intro-row-tools {
  background-color: #fff9e6;
  border: 1px solid #ecd08d;
  padding: 24px;
}

.pm-intro-tools-title {
  color: #8c6b12;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
}

.pm-intro-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-intro-tools-list li {
  line-height: 1.6;
}

/* PC表示：アイテムの間の区切り線（／）を表示 */
@media (min-width: 769px) {
  .pm-intro-tools-list li:not(:last-child)::after {
    content: "／";
    margin-left: 16px;
    color: #ecd08d;
  }
}

/* --------------------------------------------------------------------------
   レスポンシブ対応（メディアクエリ）
   -------------------------------------------------------------------------- */

/* タブレットサイズ（SCOPEを2カラム×2行に変更） */
@media (max-width: 992px) {
  .pm-intro-row-scope {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* スマートフォン表示（上部ボックスとツールを縦並びに変更） */
@media (max-width: 768px) {
  .pm-intro-row-top {
    flex-direction: column;
    gap: 20px;
  }
  
  .pm-intro-tools-list {
    flex-direction: column;
    gap: 8px;
  }
  
  .pm-intro-tools-list li:not(:last-child)::after {
    content: none;
  }
}

/* スマートフォン（縦向き）表示（SCOPEを1カラムの縦並びに変更） */
@media (max-width: 480px) {
  .pm-intro-row-scope {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}