/* ==========================================================================
   Page Service - サービスページ
   Figma node 168:1784, 1440x12613px
   ========================================================================== */

/* アンカーリンクのオフセット補正（sticky header 80px 分） */
#service-strategy,
#service-pmo,
#service-biz-invest {
  scroll-margin-top: 80px;
}

/* --------------------------------------------------------------------------
   FV: Title + Intro (2カラム)
   -------------------------------------------------------------------------- */
.service-fv {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
  overflow: hidden;
}

.service-fv__watermark {
  position: absolute;
  top: 60px;
  left: 0;
  font-family: 'Bangla MN', 'Marcellus', serif;
  font-size: 240px;
  font-weight: 400;
  color: #F7F6F6;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.service-fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.service-fv__left {
  flex-shrink: 0;
}

.service-fv__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.service-fv__right {
  max-width: 675px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-fv__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.service-fv__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.service-fv__divider {
  border: none;
  border-top: 1px solid #E3E3E3;
  width: 100%;
  margin: 48px 0 0;
}

/* --------------------------------------------------------------------------
   Sections - base
   -------------------------------------------------------------------------- */
/* サービス詳細ページ用: .page-service 配下のみ適用 */
.page-service section.service-section {
  padding: 64px 0;
  background: #FFFFFF;
}

section.service-section.service-section--gray {
  background: #F8F8F8;
}

.service-section--cta {
  padding: 0 0;
}

.service-section__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

/* --------------------------------------------------------------------------
   Headings & Text
   -------------------------------------------------------------------------- */
.service-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 32px;
}

.service-section__subheading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 24px;
}

.service-section__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.service-section__center-emphasis {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Overview section (Frame 395)
   -------------------------------------------------------------------------- */
.service-overview__intro {
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 48px;
}

.service-overview__intro .service-section__heading {
  margin-bottom: 0;
}

.service-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* 3 service cards (row, gap:12px, fill) */
.service-overview-cards {
  display: flex;
  gap: 12px;
  width: 100%;
}

/* Card - Figma: column, gap:16px, padding:16px, border:#E3E3E3 1px, fill */
.service-overview-card {
  flex: 1;
  border: 1px solid #E3E3E3;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.service-overview-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.service-overview-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

/* List items - Figma: column, gap:8px */
.service-overview-card__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Each item - Figma: row, gap:8px, center aligned */
.service-overview-card__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

/* Dot - Figma: Ellipse 12x12, fill #FFF, stroke #E51F1F 2px */
.service-overview-card__dot {
  width: 12px;
  height: 12px;
  border: 2px solid #E51F1F;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Link Banner - Figma: row, space-between, pad:40px, bg:#F8F8F8, width:1200 */
.service-link-banner {
  background: #F8F8F8;
  padding: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
}

.service-link-banner__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

/* Button - Figma: border #CCCCCC 1px, radius 4px, padding 16px 16px 16px 24px, gap 24px */
.service-link-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 16px 16px 16px 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.service-link-banner__btn:hover {
  background: #000;
  color: #fff;
}

.service-link-banner__btn:hover .service-link-banner__arrow::after {
  border-color: #fff;
}

/* Arrow icon - Figma: 32x32 red circle with white chevron */
.service-link-banner__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E51F1F;
  flex-shrink: 0;
}

.service-link-banner__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -2px;
}

/* --------------------------------------------------------------------------
   Phase section (Frame 397, bg:#F8F8F8)
   Figma: diagram + 3 dark tabs, gap:24px between diagram and tabs
   Tabs: row, NO gap between tabs, separated by 1px border
   -------------------------------------------------------------------------- */
.service-phase {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-phase__diagram {
  width: 100%;
}

.service-phase__tabs {
  display: flex;
  gap: 24px;
  width: 100%;
}

.service-phase__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s;
}

.service-phase__tab:hover {
  opacity: 0.8;
  color: #fff;
}

/* 比率: 0→1 : 1→10 : 10→100 = 1.8:4.1:4.1 */
.service-phase__tab--strategy    { flex: 1.8; }
.service-phase__tab--pmo         { flex: 4.1; }
.service-phase__tab--bizinvest   { flex: 4.1; }

/* --------------------------------------------------------------------------
   Strategy section (Frame 399)
   -------------------------------------------------------------------------- */
.service-strategy__intro {
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 48px;
}

.service-strategy__intro .service-section__heading {
  margin-bottom: 0;
}

.service-strategy__subsection {
  margin-top: 48px;
}

/* 6S Framework Cards (row, wrap, gap:24px, each 384px) */
.service-6s-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
}

.service-6s-card {
  width: 384px;
  flex: 0 0 384px;
  border: 1px solid #E3E3E3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.service-6s-card__en {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #E51F1F;
  display: block;
}

.service-6s-card__ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  display: block;
}

.service-6s-card__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  display: block;
}

/* --------------------------------------------------------------------------
   Strategy subsection heading & two-column layout (Frame 299)
   -------------------------------------------------------------------------- */
.service-strategy__subsection-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin: 0 0 32px;
}

.service-strategy__twocol {
  display: flex;
  gap: 24px;
}

.service-strategy__col {
  flex: 1;
  min-width: 0;
  border: 1px solid #E3E3E3;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.service-strategy__col-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.service-strategy__map-img {
  background: #F8F8F8;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.service-strategy__map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   6S Diagram (elliptical layout matching Figma design)
   -------------------------------------------------------------------------- */
.service-6s-diagram {
  position: relative;
  width: 100%;
  height: 450px;
  background: #F8F8F8;
  box-sizing: border-box;
}

.service-6s-diagram__hexagon {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 351px;
  height: 351px;
  z-index: 0;
}

.service-6s-diagram__center {
  position: absolute;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  z-index: 1;
}

.service-6s-diagram__item {
  position: absolute;
  z-index: 2;
  width: 178px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  box-sizing: border-box;
}

.service-6s-diagram__item-en {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #E51F1F;
  line-height: normal;
}

.service-6s-diagram__item-desc {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

/* 6S positions — Figma absolute positions within 540.5×450 container */
.service-6s-diagram__item--top {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.service-6s-diagram__item--top-left {
  top: 130px;
  left: 50%;
  transform: translateX(calc(-50% - 160px));
}

.service-6s-diagram__item--top-right {
  top: 130px;
  left: 50%;
  transform: translateX(calc(-50% + 158px));
}

.service-6s-diagram__item--bottom-left {
  top: 236px;
  left: 50%;
  transform: translateX(calc(-50% - 160px));
}

.service-6s-diagram__item--bottom-right {
  top: 236px;
  left: 50%;
  transform: translateX(calc(-50% + 158px));
}

.service-6s-diagram__item--bottom {
  top: 344px;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------------------------------------------------
   Data Assets section (Frame 302) — Image version
   -------------------------------------------------------------------------- */
.service-data-assets-img {
  background: none;
  padding: 0;
}

.service-data-assets-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   Data Assets section (Frame 302) — Legacy HTML (unused)
   -------------------------------------------------------------------------- */
.service-data-assets {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ヘッダー行: 価値創出 */
.service-data-assets__header {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.service-data-assets__header-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding: 16px 24px;
  white-space: nowrap;
  border: 1px solid #E3E3E3;
  border-right: none;
}

.service-data-assets__header-value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #222;
  padding: 16px 24px;
  text-align: center;
}

/* ブロック（各セクション） */
.service-data-assets__block {
  margin-bottom: 8px;
}

/* 赤バッジ */
.service-data-assets__badge {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #E51F1F;
  padding: 4px 16px;
  border-radius: 2px;
  margin-bottom: 12px;
}

/* 5列 横並び行（HR DB） */
.service-data-assets__row {
  display: flex;
  gap: 0;
}

.service-data-assets__row--5col .service-data-assets__cell {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 16px 8px;
  border: 1px solid #E3E3E3;
  border-right: none;
}

.service-data-assets__row--5col .service-data-assets__cell:last-child {
  border-right: 1px solid #E3E3E3;
}

/* 矢印 */
.service-data-assets__arrow {
  text-align: center;
  font-size: 24px;
  color: #666;
  padding: 12px 0;
}

/* モデルタイトル */
.service-data-assets__model-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 16px;
}

/* テーブル構造（独自フレームワーク / 独自データベース） */
.service-data-assets__table {
  display: flex;
  border: 1px solid #E3E3E3;
}

.service-data-assets__table-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 16px 20px;
  background: #F8F8F8;
  border-right: 1px solid #E3E3E3;
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
}

.service-data-assets__table-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-data-assets__table-row {
  display: flex;
}

.service-data-assets__table-row + .service-data-assets__table-row {
  border-top: 1px solid #E3E3E3;
}

.service-data-assets__table-cell {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 16px 8px;
  line-height: 1.5;
  border-right: 1px solid #E3E3E3;
}

.service-data-assets__table-cell:last-child {
  border-right: none;
}

.service-data-assets__table-cell small {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.service-data-assets__table-footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding: 8px;
  border-top: 1px solid #E3E3E3;
}

/* --------------------------------------------------------------------------
   Deliverables section (Frame 307)
   -------------------------------------------------------------------------- */
.service-deliverables {
  display: flex;
  gap: 24px;
}

.service-deliverable-card {
  flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-deliverable-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding: 24px 24px 0;
  box-sizing: border-box;
  min-height: calc(2 * 1.4em + 24px); /* 2行分 + top padding */
}

.service-deliverable-card__visual {
  padding: 16px 24px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-deliverable-card__info {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #E3E3E3;
  padding-top: 16px;
}

.service-deliverable-card__section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px;
}

.service-deliverable-card__section-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.service-deliverable-card__section-list {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  margin: 0;
  padding-left: 18px;
}

.service-deliverable-card__section-list li {
  margin-bottom: 2px;
}

/* --------------------------------------------------------------------------
   Growth Strategy Diagram (成長戦略設計)
   -------------------------------------------------------------------------- */
.service-growth-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.service-growth-diagram__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  background: #FAFAFA;
}

.service-growth-diagram__item--bottom {
  background: #F0F0F0;
  border-style: dashed;
}

.service-growth-diagram__middle {
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.service-growth-diagram__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.service-growth-diagram__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #888;
}

/* --------------------------------------------------------------------------
   Marketing Model Table (マーケティングモデル設計)
   -------------------------------------------------------------------------- */
.service-mktg-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.service-mktg-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
}

.service-mktg-table thead {
  background: #222;
  color: #fff;
}

.service-mktg-table th {
  padding: 6px 8px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  font-size: 10px;
}

.service-mktg-table td {
  padding: 5px 8px;
  border-bottom: 1px solid #E3E3E3;
  white-space: nowrap;
  color: #333;
  font-size: 10px;
}

.service-mktg-table tbody tr:nth-child(even) {
  background: #F8F8F8;
}

/* --------------------------------------------------------------------------
   KPI Tree Diagram (KPI計画/TODO設計)
   -------------------------------------------------------------------------- */
.service-kpi-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
}

.service-kpi-tree__node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1.5px solid #222;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #222;
  background: #fff;
}

.service-kpi-tree__level--kgi .service-kpi-tree__node {
  font-size: 13px;
  padding: 8px 20px;
}

.service-kpi-tree__branches {
  display: flex;
  gap: 16px;
  position: relative;
  width: 100%;
  justify-content: center;
}

.service-kpi-tree__branches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: #CCC;
}

.service-kpi-tree__branch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-top: 16px;
}

.service-kpi-tree__branch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #CCC;
}

.service-kpi-tree__leaves {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  position: relative;
  padding-top: 8px;
}

.service-kpi-tree__leaves::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 8px;
  background: #CCC;
}

.service-kpi-tree__leaf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #666;
  background: #fff;
}

/* --------------------------------------------------------------------------
   CTA Banner (Frame 400/404, box-shadow)
   -------------------------------------------------------------------------- */
.service-cta-banner {
  display: flex;
  gap: 48px;
  padding: 48px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  align-items: center;
}

.service-cta-banner__image {
  flex-shrink: 0;
  width: 537px;
}

.service-cta-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-cta-banner__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

.service-cta-banner__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.service-cta-banner__list {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}

.service-cta-banner__list li {
  margin-bottom: 0;
}

/* CTA Button - Figma: 全幅赤ボタン、左テキスト、右丸矢印 */
.service-cta-banner__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #E51F1F;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.service-cta-banner__btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  flex-shrink: 0;
}

.service-cta-banner__btn:hover {
  opacity: 0.85;
  color: #fff;
}

.service-cta-banner__btn img {
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   PMO section (Frame 403)
   -------------------------------------------------------------------------- */
.service-pmo__intro {
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 48px;
}

.service-pmo__intro .service-section__heading {
  margin-bottom: 0;
}

/* PMO 3 cards (row, gap:24px) */
.service-pmo-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}

.service-pmo-card {
  flex: 1;
  border: 1px solid #E3E3E3;
  padding: 24px;
  text-align: center;
}

.service-pmo-card__en {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #E51F1F;
  display: block;
  margin-bottom: 8px;
}

.service-pmo-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* PMO PDCA Monitoring (white bg, per Figma design) */
.service-pmo-monitoring {
  background: #fff;
  padding: 0;
  margin-bottom: 48px;
}

.service-pmo-monitoring__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin: 0 0 16px;
}

.service-pmo-monitoring__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin: 0 0 32px;
}

.service-pmo-monitoring__card {
  text-align: left;
}

.service-pmo-monitoring__chart {
  margin-bottom: 24px;
}

.service-pmo-monitoring__table {
  margin: 0;
  overflow-x: auto;
}

/* PMO subsections (internalize + deliverables) */
.service-pmo__subsection {
  margin-top: 48px;
}

/* --------------------------------------------------------------------------
   Business Investment section (Frame 328)
   -------------------------------------------------------------------------- */
.service-bizinvest__intro {
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 48px;
}

.service-bizinvest__intro .service-section__heading {
  margin-bottom: 0;
}

.service-bizinvest__diagram {
  margin-bottom: 48px;
}

/* --------------------------------------------------------------------------
   Full-width images (Figma exports)
   -------------------------------------------------------------------------- */
.service-fullwidth-img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   Growth Strategy Circle Diagram (成長戦略設計)
   -------------------------------------------------------------------------- */
.service-growth-circle {
  position: relative;
  width: 260px;
  height: 280px;
  margin: 0 auto;
}

.service-growth-circle__bg {
  width: 260px;
  height: 260px;
  display: block;
}

.service-growth-circle__label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.service-growth-circle__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.service-growth-circle__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.service-growth-circle__label--top {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.service-growth-circle__label--left {
  top: 50%;
  left: 30px;
  transform: translateY(-60%);
}

.service-growth-circle__label--right {
  top: 50%;
  right: 20px;
  transform: translateY(-60%);
}

.service-growth-circle__label--center {
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
}

.service-growth-circle__label--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------------------------------------------------
   Internalize Cards (Frame 319: 内製化)
   -------------------------------------------------------------------------- */
.service-internalize-cards {
  display: flex;
  gap: 24px;
}

.service-internalize-card {
  flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-internalize-card__step {
  font-family: 'Barlow', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #E51F1F;
  line-height: 1.2;
}

.service-internalize-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.service-internalize-card__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   Responsive - Tablet
   ========================================================================== */
@media (max-width: 1024px) {
  .service-fv__inner {
    flex-direction: column;
    padding: 0 40px;
  }

  .service-fv__watermark {
    font-size: 160px;
  }

  .service-fv__title {
    font-size: 32px;
  }

  .service-fv__right {
    max-width: 100%;
  }

  .service-fv__divider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .service-section__inner {
    padding: 0 40px;
  }

  .service-section__heading {
    font-size: 28px;
  }

  .service-section__subheading {
    font-size: 20px;
  }

  .service-section__center-emphasis {
    font-size: 19px;
  }

  .service-overview-cards {
    flex-direction: column;
  }

  .service-phase__tabs {
    gap: 12px;
  }

  .service-phase__tab {
    font-size: 15px;
    padding: 10px 0;
  }

  .service-6s-card {
    flex: 0 0 calc(33.333% - 16px);
    width: auto;
  }

  /* 6S Diagram: タブレットではカード幅とオフセットを縮小 */
  .service-6s-diagram {
    height: 380px;
  }

  .service-6s-diagram__item {
    width: 140px;
    padding: 6px 10px;
  }

  .service-6s-diagram__item--top-left,
  .service-6s-diagram__item--bottom-left {
    transform: translateX(calc(-50% - 120px));
  }

  .service-6s-diagram__item--top-right,
  .service-6s-diagram__item--bottom-right {
    transform: translateX(calc(-50% + 118px));
  }

  .service-6s-diagram__hexagon {
    width: 280px;
    height: 280px;
  }

  .service-6s-diagram__center {
    font-size: 56px;
    top: 140px;
  }

  .service-6s-diagram__item--top { top: 20px; }
  .service-6s-diagram__item--top-left,
  .service-6s-diagram__item--top-right { top: 100px; }
  .service-6s-diagram__item--bottom-left,
  .service-6s-diagram__item--bottom-right { top: 200px; }
  .service-6s-diagram__item--bottom { top: 290px; }

  .service-pmo-cards {
    flex-direction: column;
  }

  .service-strategy__intro,
  .service-pmo__intro,
  .service-bizinvest__intro {
    max-width: 100%;
  }

  .service-cta-banner {
    flex-direction: column;
    padding: 40px;
    gap: 32px;
  }

  .service-cta-banner__image {
    width: 360px;
  }

  .service-cta-banner__heading {
    font-size: 28px;
  }

  .service-pmo-monitoring {
    padding: 0;
  }

  .service-strategy__twocol {
    flex-direction: column;
    gap: 32px;
  }

  .service-deliverables {
    flex-direction: column;
  }

  .service-strategy__subsection-heading {
    font-size: 19px;
  }

  .service-internalize-cards {
    flex-direction: column;
  }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
@media (max-width: 600px) {
  .service-fv {
    padding: 48px 0 0;
  }

  .service-fv__inner {
    padding: 0 20px;
  }

  .service-fv__watermark {
    font-size: 100px;
  }

  .service-fv__title {
    font-size: 28px;
  }

  .service-fv__divider {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 32px;
  }

  .service-section {
    padding: 48px 0;
  }

  .page-service section.service-section {
    padding: 48px 0;
  }

  .service-section__inner {
    padding: 0 20px;
  }

  .service-section__heading {
    font-size: 22px;
  }

  .service-section__subheading {
    font-size: 18px;
  }

  .service-section__center-emphasis {
    font-size: 16px;
  }

  .service-phase__tabs {
    flex-direction: column;
    gap: 8px;
  }

  .service-phase__tab,
  .service-phase__tab--strategy,
  .service-phase__tab--pmo,
  .service-phase__tab--bizinvest {
    flex: none;
    width: 100%;
    font-size: 15px;
    padding: 12px 0;
  }

  /* サービス概要カード: フォントサイズ縮小 */
  .service-overview-card__title {
    font-size: 16px;
  }

  .service-overview-card__item span {
    font-size: 12px;
  }

  .service-6s-card {
    flex: 0 0 calc(50% - 12px);
    width: auto;
  }

  /* リンクバナー: 縦積みレイアウト */
  .service-link-banner {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .service-link-banner__text {
    font-size: 16px;
  }

  .service-link-banner__btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .service-link-banner__arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  /* フェーズ別支援: 画像横スクロール */
  .service-phase {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-phase .service-fullwidth-img {
    width: auto;
    min-width: 700px;
    height: auto;
  }

  /* 6Sカード: gap・padding縮小 */
  .service-6s-cards {
    gap: 6px;
  }

  .service-6s-card {
    padding: 8px 6px;
    flex: 0 0 calc(50% - 3px);
  }

  .service-6s-card__en {
    font-size: 13px;
  }

  .service-6s-card__ja {
    font-size: 11px;
  }

  .service-6s-card__desc {
    font-size: 12px;
  }

  /* データアセット画像: 横スクロール */
  .service-data-assets-img {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-data-assets-img img {
    width: auto;
    height: 300px;
  }

  .service-fv__buttons {
    flex-direction: column;
  }

  /* CTA画像: 幅100% */
  .service-cta-banner {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }

  .service-cta-banner__image {
    width: 100%;
  }

  .service-cta-banner__heading {
    font-size: 22px;
  }

  .service-cta-banner__list {
    font-size: 14px;
  }

  .service-cta-banner__btn {
    font-size: 16px;
    padding: 16px 20px;
  }

  .service-pmo-monitoring {
    padding: 0;
  }

  .service-pmo-monitoring__heading {
    font-size: 18px;
  }

  .service-strategy__twocol {
    flex-direction: column;
    gap: 24px;
  }

  .service-strategy__subsection-heading {
    font-size: 18px;
  }

  .service-strategy__col-title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .service-deliverables {
    flex-direction: column;
  }

  .service-deliverable-card__title {
    font-size: 16px;
    min-height: calc(1.4em + 24px); /* 1行分 + top padding */
  }

  .service-deliverable-card__visual {
    min-height: 140px;
    padding: 12px 16px;
  }

  .service-deliverable-card__info {
    padding: 0 16px 16px;
    padding-top: 12px;
  }

  /* 6S Diagram: モバイルではグリッドレイアウトにフォールバック */
  .service-6s-diagram {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px;
    justify-content: center;
  }

  .service-6s-diagram__hexagon {
    display: none;
  }

  .service-6s-diagram__center {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 8px;
  }

  .service-6s-diagram__item {
    position: static;
    transform: none;
    width: calc(50% - 4px);
    flex-shrink: 0;
    padding: 4px 8px;
  }

  .service-6s-diagram__item-en {
    font-size: 12px;
  }

  .service-6s-diagram__item-desc {
    font-size: 10px;
  }

  /* Data Assets responsive */
  .service-data-assets__header {
    flex-direction: column;
  }

  .service-data-assets__header-label {
    border-right: 1px solid #E3E3E3;
    border-bottom: none;
  }

  .service-data-assets__row--5col {
    flex-wrap: wrap;
  }

  .service-data-assets__row--5col .service-data-assets__cell {
    flex: 0 0 calc(50% - 0px);
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
  }

  .service-data-assets__table {
    flex-direction: column;
  }

  .service-data-assets__table-header {
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 12px 16px;
  }

  .service-data-assets__table-cell {
    font-size: 12px;
    padding: 12px 4px;
  }

  .service-data-assets__table-cell small {
    font-size: 10px;
  }

  .service-internalize-cards {
    flex-direction: column;
  }
}
