/* =========================================================
   Consultant / 採択後サポートページ
   - PC width: 1100px（.consultant .c-inner で管理）
   - section内の個別幅指定は無効化
   - issue cards are image-based: PC 4 columns / SP 2 columns
========================================================= */

:root {
  --blue: #0071bc;
  --blue2: #0068b7;
  --navy: #002f55;
  --gray: #f1f1f1;
  --line: #bfbfbf;
  --text: #111;
}

.c-section-container {
background: #fff !important;
}


.title-icon::before {
content: "";
display: inline-block;
width: 32px;
height: 32px;
margin-right: 8px;
background: url('/wp-content/uploads/2026/01/h4icon.jpg') no-repeat center / contain;
vertical-align: middle;
}

/* =========================
   Layout base
========================= */

.consultant .c-inner {
  width: min(1100px, 92vw);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.after-support,
.after-support * {
  box-sizing: border-box;
}

.after-support {
  width: 100%;
  overflow: hidden;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.after-support a {
  color: var(--blue2);
  text-decoration: underline;
}

.gw-page {
  width: 100%;
  overflow: hidden;
}

.gw-section {
  width: 100%;
  padding: 30px 0;
}

/* ここでは幅を持たせない。幅は上位の .consultant .c-inner で管理 */
.gw-inner,
.gw-inner.narrow {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* =========================
   Heading
========================= */

.gw-title {
  margin: 0;
  color: var(--blue2);
  text-align: center;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.gw-mark {
  display: inline-block;
  width: 42px;
  height: 28px;
  margin-right: 10px;
  vertical-align: -3px;
  position: relative;
}

.gw-mark::before,
.gw-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: rotate(-25deg);
}

.gw-mark::before {
  left: 4px;
  top: 2px;
  width: 31px;
  height: 20px;
  border: 3px solid var(--blue2);
}

.gw-mark::after {
  left: 13px;
  top: 0;
  width: 31px;
  height: 20px;
  border: 2px solid var(--blue2);
}

.gw-en {
  margin: 18px 0 42px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.28em;
}

.lead {
  margin: -12px 0 54px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.blue-text {
  color: var(--blue2);
}

.navy-text {
  color: var(--navy);
}

/* =========================
   Common issues / 画像カード
========================= */

.issues {
  padding-top: 62px;
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.issue-card {
  height: auto;
  padding: 0;
  background: none;
}

.issue-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   Service scope
========================= */

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

.plan-card {
  min-height: 275px;
  padding: 48px 22px 20px;
  border: 2px solid var(--blue2);
  position: relative;
}

.plan-card.navy {
  border-color: var(--navy);
}

.plan-label {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  padding: 5px 18px;
  border-radius: 28px;
  background: var(--blue2);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.plan-card.navy .plan-label {
  background: var(--navy);
}

.plan-card h3 {
  margin: 0 0 20px;
  color: var(--blue2);
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
}

.plan-card.navy h3 {
  color: var(--navy);
}

.plan-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}

.note-box {
  margin-top: 50px;
  padding: 32px 42px;
  background: var(--gray);
}

.note-box h3,
.point h4 {
  margin: 0 0 14px;
  color: var(--blue2);
  font-size: 24px;
  line-height: 1.2;
}

.note-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.note-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.note-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

/* =========================
   Flow
========================= */

.flow {
  padding-bottom: 52px;
}

.flow-area {
  margin-top: 45px;
}

.flow-group::before {
  display: none;
}

.flow-group {
  border: 1px solid #cfcfcf;
  padding: 24px 28px;
  margin-bottom: 22px;
  position: relative;
  background: #fff;
}

.flow-group:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 1px;
  height: 22px;
  background: #cfcfcf;
  transform: translateX(-50%);
  z-index: 2;
}

.flow-row,
.flow-caption {
  position: relative;
  z-index: 1;
}

.flow-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.flow-caption {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 0 16px;
}

.step {
  width: 135px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  text-align: center;
}

.muted .step {
  background: #f2f2f2;
  color: #555;
}

.whitet {
color:#fff !important;
}

.primary .step {
  background: #0068b7;
  color: #fff;
}

.dark .step {
  background: #002f55;
  color: #fff;
}

.step span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.step b {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.arrow {
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-top: 3px solid #7d7d7d;
  border-right: 3px solid #7d7d7d;
  transform: rotate(45deg);
}

/* =========================
   Details
========================= */

.intro {
  margin-bottom: 48px;
  text-align: center;
}

.intro h3 {
  margin: 0;
  color: var(--blue2);
  font-size: 26px;
}

.intro h4 {
  margin: 2px 0 24px;
  color: var(--blue2);
  font-size: 18px;
}

.intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.detail-block {
  margin: 0 0 34px;
  border: 1px solid var(--line);
}

.detail-block > h3 {
  margin: 0;
  padding: 16px;
  background: var(--blue2);
  color: #fff;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.08em;
  font-weight:500;
}

.detail-block.navy > h3 {
  background: var(--navy);
}

.detail-block.gray > h3 {
  background: #707070;
}

.detail-body {
  padding: 34px 40px;
}

.detail-body > p {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 400;
}

.support-list {
  display: flex;
  align-items: stretch; /* 青帯を右側の高さに合わせる */
  gap: 45px;
}

.support-list__label {
  width: 180px;
  background: #2f69b1;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 700;

  flex-shrink: 0;
  text-align: center;
  line-height:18px;
}

.support-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  flex: 1;
}

.support-list__items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list__items li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.support-list__items li:last-child {
  margin-bottom: 0;
}

.support-list__items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background: #2f69b1;
  border-radius: 50%;
}

.support-list.inline {
  display: flex;
  align-items: center;
  gap: 20px;
}

.support-list.inline b {
  background: #003764;
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.support-list.inline ul {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list.inline li {
  position: relative;
  padding-left: 18px;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.4;
}

.support-list.inline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: #003764;
  border-radius: 50%;
}

.g_back {
background:#6f6f6f !important;}

.sd_title {
color:#0068b6;
font-weight: 500;
font-size:24px;
}

.sd_title_sub {
color:#0068b6 !important;
font-weight: 500;
font-size:18px;
}
.navy .support-list li::before {
  background: var(--navy);
}

.gray .support-list li::before {
  background: #707070;
}

.point {
  margin-top: 28px;
  padding: 26px 36px;
  background: var(--gray);
}

.point p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.blue_h3 {
margin: 0 0 14px;
color: var(--blue2);
font-size: 20px;
font-weight: 500;
line-height: 1.2;
}


/* =========================
   Comparison
========================= */

.comparison {
  padding-top: 66px;
}

.small-note {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.table-scroll {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #222;
  padding: 8px 6px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.comparison-table thead th {
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.comparison-table thead th:last-child {
  background: #082c73;
  color: #fff;
}

.comparison-table tbody th {
  background: #e9e9e9;
  text-align: left;
  padding-left: 12px;
}

.comparison-table tbody td {
  background: #fff;
  text-align: left;
  padding-left: 12px;
}

/* 色指定 */

.plan-blue {
  background: #4aaad3 !important;
}

.option {
  background: #dfe8f5 !important;
}

.included {
  background: #4aaad3 !important;
}

.groove {
  font-weight: 700;
}

.small-red {
  display: block;
  margin-top: 4px;
  color: #b35a2c;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
}

.groove-note {
  width: 320px;
  margin: 10px 0 0 auto;
  color: #c00000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}

/* SP */

@media screen and (max-width: 900px) {

  .table-scroll {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .comparison-table {
    min-width: 900px;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 12px;
    padding: 8px 6px;
  }

  .small-note {
    font-size: 12px;
  }

  .groove-note {
    width: 260px;
    font-size: 12px;
  }

  .comparison .table-scroll::-webkit-scrollbar {
    height: 10px;
  }

  .comparison .table-scroll::-webkit-scrollbar-track {
    background: #eee;
  }

  .comparison .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}

/* =========================
   Voice
========================= */

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

.voice article {
  padding: 38px 38px;
  border: 2px solid var(--line);
}

.voice h3 {
  margin: 0 0 24px;
  color: var(--blue2);
  text-align: center;
  font-size: 24px;
}

.voice p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.voice .name {
  margin-top: 24px;
  color: #666;
  text-align: right;
}

/* =========================
   SP
========================= */

@media screen and (max-width: 900px) {
  .consultant .c-inner {
    width: 90vw;
    max-width: none;
    padding:0px;
  }

  .after-support {
    line-height: 1.8;
  }

  .gw-section {
    padding: 15px 0;
  }

  .gw-title {
    font-size: 26px;
    line-height: 1.45;
  }

  .gw-mark {
    width: 34px;
    height: 24px;
    margin-right: 4px;
  }

  .gw-mark::before {
    width: 26px;
    height: 16px;
  }

  .gw-mark::after {
    width: 26px;
    height: 16px;
  }

  .gw-en {
    margin: 12px 0 30px;
    font-size: 16px;
    letter-spacing: 0.22em;
  }

  .lead {
    margin: -6px 0 42px;
    text-align: left;
    font-size: 15px;
    line-height: 1.9;
  }

  .issue-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .plan-card {
    min-height: 0;
    padding: 44px 20px 24px;
  }

  .plan-label {
    top: -19px;
    min-width: 150px;
    padding: 2px 20px;
    font-size: 18px;
  }

  .plan-card h3 {
    margin-bottom: 16px;
    font-size: 23px;
  }

  .plan-card p,
  .note-box p,
  .detail-body > p,
  .intro p,
  .support-list li,
  .voice p {
    font-size: 15px;
  }

  .note-box {
    margin-top: 28px;
    padding: 26px 18px;
  }

  .note-box h3,
  .point h4 {
    font-size: 22px;
  }

   .flow-area {
    margin-top: 30px;
  }

  .flow-group {
    padding: 18px;
    margin-bottom: 20px;
  }

  .flow-group::before {
    display: none;
  }

  .flow-row {
    display: block;
  }

  .step {
    width: 100%;
    height: 64px;
    margin: 0;
  }

  .step span {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .step b {
    font-size: 17px;
  }

  .arrow {
    width: 12px;
    height: 12px;
    margin: 8px auto;
    transform: rotate(135deg);
  }

  .flow-caption {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .intro {
    margin-bottom: 28px;
    text-align: left;
  }

  .intro h3,
  .intro h4 {
    text-align: center;
  }

  .intro h3 {
    font-size: 24px;
  }

  .detail-block {
    margin-bottom: 20px;
  }

  .detail-block > h3 {
    padding: 11px 8px;
    font-size: 15px;
    line-height: 1.45;
  }

  .detail-body {
    padding: 22px 18px;
  }

 @media screen and (max-width: 768px) {
  .support-list {
    display: block;
  }

  .support-list__label {
    width: 100%;
    margin-bottom: 18px;
    padding:10px 0px;
  }

  .support-list__items {
    display: block;
  }

  .support-list__items li {
    white-space: normal;
  }
}

  .point {
    padding: 22px 18px;
  }

  .point p {
    font-size: 15px;
  }

  .small-note {
    font-size: 13px;
    line-height: 1.6;
  }

   .table-scroll {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .comparison-table {
    min-width: 760px;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 13px;
    padding: 8px 6px;
  }

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

  .voice article {
    padding: 28px 18px;
  }

  .voice h3 {
    font-size: 23px;
    line-height: 1.45;
  }

  .comparison .table-scroll::-webkit-scrollbar {
    height: 12px;
  }

  .comparison .table-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
  }

  .comparison .table-scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
  }
  
  .sd_title {
color:#0068b6;
font-weight: 500;
font-size:24px;
text-align: center;
}

.sd_title_sub {
color:#0068b6 !important;
font-weight: 500;
font-size:18px;
text-align: center;
}

  .support-list.inline {
    display: block;
  }

  .support-list.inline b {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .support-list.inline ul {
    display: block;
  }

  .support-list.inline li {
    margin-bottom: 10px;
  }

}


/* STEP8-10専用 */
.support-list--navy .support-list__label {background:#002f55;}
.support-list--navy .support-list__items li::before {background:#002f55;}
.detail-block.navy .support-list + .support-list {margin-top:18px;}
