@charset "UTF-8";

/* ============================================================
   inside_bpo 2026 リニューアルLP 専用スタイル（新規）
   既存CSSは変更せず、class名はすべて ibpo2026- プレフィックス
   ブレークポイント: 912px（タブレット） / 690px（スマホ）
   ============================================================ */
:root {
  --ibpo2026-red: #ca062b;
  --ibpo2026-text: #333;
  --ibpo2026-pink: #f0e3e6;
  --ibpo2026-pink-zone: #f1e4e7;
  --ibpo2026-gray: #f7f9fa;
  --ibpo2026-plan-pink: #ffe9ee;
  --ibpo2026-gray-box: #f3f3f3;
  --ibpo2026-border: #eaeaea;
}

/* 既存テンプレの固定ヘッダー用マージンを打ち消す（本LPは独自ヘッダー） */
.page_inside_bpo #dcms_layoutPageBlockPasteArea {
  margin-top: 0 !important;
}

body.page_inside_bpo {
  background-color: #fff;
}

* {
  line-break: strict;
}

/* ---------- 共通 ----------
   ラッパー(.ibpo2026-lp)を廃止し、各ブロックをCMSへ個別登録できるよう
   ibpo2026- プレフィックスの属性セレクタでスコープする。
   ベースフォントはブロックのルート（各section＋header）にのみ指定し、
   入れ子要素は継承させる（全要素に直接当てると title-row 等の font-size 継承を潰すため） */
section[class^='ibpo2026-'],
.ibpo2026-header {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ibpo2026-text);
}

/* 親テンプレ layout.css の #contents（width:94%/max-width:1200px）制約をこのLPだけ解除し、
   中の各ブロック（section）を全幅で扱う。CV枠(.p-cv-wrapper)は自前の max-width:1200px を
   持つため影響を受けない */
body.page_inside_bpo #contents {
  width: 100%;
  max-width: none;
}

/* 既存 layout.css の「#contents img」（IDセレクタ）に負けないよう #contents を付与して上書き */
#contents [class^='ibpo2026-'] img {
  width: auto;
  max-width: 100%;
}

#contents .ibpo2026-mv__stat img {
  width: 54px;
}

#contents .ibpo2026-burst-label img {
  width: 38px;
}

#contents img.ibpo2026-mv__scroll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#contents img.ibpo2026-mv__scroll,
#contents img.ibpo2026-arrow-next {
  width: 48px;
}

#contents img.ibpo2026-case__img,
#contents .ibpo2026-phase__col img,
#contents .ibpo2026-steps__item img {
  width: 100%;
}

#contents img.ibpo2026-case__arrow,
#contents img.ibpo2026-3c__arrow {
  width: 20px;
}

/* layout.css の margin auto（中央寄せ）に勝たせ、ラベル列（150px）の中央に配置 */
#contents img.ibpo2026-3c__arrow {
  margin: 3px 0 3px 65px;
}

#contents .ibpo2026-table tbody td img {
  width: 30px;
}

#contents img.ibpo2026-deco {
  width: 270px;
}

[class^='ibpo2026-'],
[class^='ibpo2026-'] * {
  box-sizing: border-box;
}

[class^='ibpo2026-'] img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

section[class^='ibpo2026-'] {
  /* 直リンク(#付きURL)着地用。ヘッダー下端(24+75=99px)＋余白24px。JSクリック時と一致させる */
  scroll-margin-top: 124px;
}

.ibpo2026-inner {
  position: relative;
  z-index: 1;

  /* コンテンツ幅1120px（Figma準拠）+ 左右padding 24px×2（border-box） */
  max-width: calc(1120px + 48px);
  padding: 0 24px;
  margin: 0 auto;
}

.ibpo2026-red {
  color: var(--ibpo2026-red);
}

.ibpo2026-en {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ibpo2026-red);
  text-align: center;
  letter-spacing: 0.08em;
}

.ibpo2026-title {
  margin: 0 0 24px;
  font-size: 38px;
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.ibpo2026-title > br + span,
.ibpo2026-title span {
  display: inline;
}

/* 見出しの赤アンダーライン（行ごと） */
.ibpo2026-title {
  --ibpo2026-underline: linear-gradient(var(--ibpo2026-red), var(--ibpo2026-red));
}

.ibpo2026-about .ibpo2026-title,
.ibpo2026-usecase .ibpo2026-title,
.ibpo2026-service .ibpo2026-title,
.ibpo2026-strength .ibpo2026-title,
.ibpo2026-plan .ibpo2026-title,
.ibpo2026-faq .ibpo2026-title,
.ibpo2026-steps .ibpo2026-title {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--ibpo2026-red);
  text-underline-offset: 10px;
}

.p-cv-wrapper .p-cv {
  margin-top: 40px;
}

.ibpo2026-lead {
  margin: 0 0 35px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ibpo2026-btnwrap {
  margin: 0;
  text-align: center;
}

/* ボタン */
.ibpo2026-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  transition: all 0.2s ease-in;
}

.ibpo2026-btn--fill {
  color: #fff;
  background: var(--ibpo2026-red);
  border: 1px solid var(--ibpo2026-red);
}

.ibpo2026-btn--fill:hover {
  color: #ca062b;
  text-decoration: none;
  background-color: #fff;
}

.ibpo2026-btn--outline {
  color: var(--ibpo2026-red);
  background: #fff;
  border: 1px solid var(--ibpo2026-red);
}

.ibpo2026-btn--outline:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--ibpo2026-red);
}

.ibpo2026-btn--dark {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.ibpo2026-btn--dark:hover {
  color: #333;
  text-decoration: none;
  background-color: #fff;
}

.ibpo2026-btn--header {
  padding: 12px 32px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.ibpo2026-btn--large {
  min-width: 358px;
  min-height: 78px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 900;
}

.ibpo2026-btn--middle {
  min-width: 384px;
  min-height: 78px;
  padding: 24px 48px;
  font-size: 18px;
  font-weight: 900;
}

/* 装飾（モザイクパターン） */
.ibpo2026-deco {
  position: absolute;
  z-index: 0;
  width: 270px;
  pointer-events: none;
}

#contents img.ibpo2026-service__deco--left {
  top: 800px;
  left: -200px;
  width: 932px;
  height: 773px;
}

#contents img.ibpo2026-service__deco--right2 {
  top: 1760px;
  right: -200px;
  width: 932px;
  height: 773px;
}

/* ---------- ヘッダー ---------- */
.ibpo2026-header {
  position: fixed;

  /* 共通テンプレJS（header{position:fixed}＋スクロールでtopを±に上書き）による
     自動非表示・top:0上書きを打ち消し、フローティングカードを常時表示に固定する */
  top: 24px !important;
  left: 50%;
  z-index: 1000;
  width: min(1200px, calc(100% - 32px));
  padding: 0 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6.5px rgb(0 0 0 / 15%);
  transform: translateX(-50%);
}

/* ドロワーがヘッダーカードの裏から降りてくるよう、バーを不透明かつ上位に置く */
.ibpo2026-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}

.ibpo2026-header__logo img {
  width: 130px;
  height: auto;
  vertical-align: middle;
}

.ibpo2026-header__menu {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ibpo2026-header__nav {
  display: flex;
  gap: 16px;
}

.ibpo2026-header__nav a {
  font-size: 14px;
  font-weight: 700;
  color: var(--ibpo2026-text);
  text-decoration: none;
  transition: color 0.25s;
}

.ibpo2026-header__nav a:hover {
  color: var(--ibpo2026-red);
}

.ibpo2026-header__btns {
  display: flex;
  gap: 8px;
}

/* PCではハンバーガー・ドロワーとも不要（912px以下で有効化する） */
.ibpo2026-header__toggle,
.ibpo2026-header__drawer {
  display: none;
}

/* ---------- MV ---------- */
.ibpo2026-mv {
  position: relative;
  z-index: 1;
  padding: 170px 24px 50px;
  background: var(--ibpo2026-pink);
}

.ibpo2026-mv__deco--left {
  bottom: 40px;
  left: 0;
  opacity: 0.55;
  transform: scaleX(-1) scaleY(-1);
}

.ibpo2026-mv__deco--right {
  top: 100px;
  right: 0;
  opacity: 0.55;
}

.ibpo2026-mv__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.ibpo2026-mv__title {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 60px);
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ibpo2026-mv__title-row {
  display: block;
}

.ibpo2026-mv__title-row--grad {
  display: inline-block;
  padding: 0 8px 4px;
  background: #fff;
}

.ibpo2026-mv__title-grad {
  color: transparent;
  background: linear-gradient(90deg, #f00 0%, #ffdc50 100%);
  background-clip: text;
}

.mce-content-body .ibpo2026-mv__title-grad {
  color: unset;
}

.ibpo2026-mv__lead {
  margin: 0 0 32px;
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 500;
}

.ibpo2026-mv__stats {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  filter: drop-shadow(0 0 7px rgb(0 0 0 / 15%));
}

.ibpo2026-mv__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 311px;
  min-height: 160px;
  padding: 12px 20px 8px;
  background: #fff;
  border-radius: 20px;
}

.ibpo2026-mv__stat img {
  width: 48px;
}

.ibpo2026-mv__stat-label {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.ibpo2026-mv__stat-num {
  margin: -4px 0 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
}

.ibpo2026-mv__stat-num strong {
  font-size: 64px;
  font-weight: 900;
}

.ibpo2026-mv__stat-num span {
  font-size: 24px;
}

.ibpo2026-mv__stat-num .ibpo2026-mv__stat-mid {
  font-size: 38px;
}

.ibpo2026-mv__cta {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 8px;
}

.ibpo2026-burst-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.ibpo2026-burst-label img {
  width: 38px;
}

.ibpo2026-mv__scroll {
  display: block;
  width: 48px;
  margin: 8px auto 0;
}

/* ---------- POINT（待つだけとは？） ---------- */
.ibpo2026-about {
  position: relative;
  padding: 50px 0 24px;
  overflow: hidden;
  background: var(--ibpo2026-gray);
}

.ibpo2026-about__deco--right {
  top: 230px;
  right: 0;
}

.ibpo2026-about__deco--left {
  bottom: 260px;
  left: 0;
  transform: scaleX(-1);
}

.ibpo2026-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ibpo2026-point {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}

.ibpo2026-point__label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ibpo2026-red);
  letter-spacing: 0.08em;
}

.ibpo2026-point__label::before {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  content: '';
  background: var(--ibpo2026-red);
  border-radius: 50%;
}

.ibpo2026-point__title {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.ibpo2026-point__desc {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.08em;
}

.ibpo2026-point__merits {
  display: flex;
  gap: 40px;
}

.ibpo2026-point__merit {
  display: flex;
  flex: 1;
  gap: 20px;
  align-items: center;
  min-height: 140px;

  /* Figma: 500×140固定。右paddingはテキスト幅374px（2行改行位置）確保のため26px */
  padding: 24px 26px 24px 32px;
  background: var(--ibpo2026-pink);
}

.ibpo2026-point__merit strong {
  flex-shrink: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: var(--ibpo2026-red);
}

.ibpo2026-point__merit p {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

/* ---------- USE CASE ---------- */
.ibpo2026-usecase {
  padding: 64px 0 78px;
  background: #fff;
}

.ibpo2026-usecase .ibpo2026-title {
  margin-bottom: 40px;
}

.ibpo2026-cases {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}

.ibpo2026-case {
  display: flex;
  flex-direction: column;
  width: 346px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}

.ibpo2026-case__img {
  width: 100%;
  aspect-ratio: 314 / 131;
  margin-bottom: 16px;
  object-fit: cover;
}

.ibpo2026-case__tag {
  align-self: flex-start;
  padding: 2px 6px 3px;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  background: var(--ibpo2026-red);
  border-radius: 4px;
}

.ibpo2026-case__name {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  font-feature-settings: 'palt' 1;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.ibpo2026-case__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

/* Figma: ピンク枠は課題部分のみ（314×203）。本文エリアを110px固定にして3枚とも同じ高さに揃える */
.ibpo2026-case__issue-box {
  width: 100%;
  padding: 16px 16px 8px;
  background: var(--ibpo2026-pink);
}

.ibpo2026-case__subtitle {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4; /* Figma: 見出し高さ28px */
  text-align: center;
  letter-spacing: 0.08em;
}

.ibpo2026-case__issue {
  min-height: 110px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
  letter-spacing: 0.08em;
}

.ibpo2026-case__arrow {
  display: block;
  width: 20px;
  margin: 8px auto 0;
}

.ibpo2026-case__effect {
  width: 100%;
  padding: 16px 16px 0;
}

.ibpo2026-case__effect ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  list-style: none;
}

.ibpo2026-case__effect strong {
  font-weight: 700;
  color: var(--ibpo2026-red);
}

/* ---------- WHAT WE DO（PHASE） ---------- */
.ibpo2026-service {
  position: relative;
  padding: 76px 0;
  overflow: hidden;
  background: var(--ibpo2026-pink-zone);
}

.ibpo2026-service__deco--right {
  top: 300px;
  right: 0;
}

.ibpo2026-service .ibpo2026-lead {
  margin-bottom: 48px;
}

.ibpo2026-phase {
  padding: 40px;
  margin-bottom: 24px;
  background: #fff;
}

.ibpo2026-phase__title {
  margin: 0 0 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.ibpo2026-phase__desc {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.ibpo2026-phase__cols {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.ibpo2026-phase__cols + .ibpo2026-phase__cols {
  margin-top: 32px;
}

.ibpo2026-phase__cols--single {
  justify-content: center;
}

.ibpo2026-phase__cols--single .ibpo2026-phase__col {
  max-width: 500px;
}

.ibpo2026-phase__col {
  flex: 1;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.ibpo2026-phase__col figcaption,
.ibpo2026-phase__col-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ibpo2026-phase__col img {
  width: 100%;
  background: #fff;
}

/* 3C分析図 */
.ibpo2026-3c {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ibpo2026-3c__row {
  display: flex;
  align-items: stretch;
}

.ibpo2026-3c__label {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 8px 6px;
  text-align: center;
  background: #f0f0f0;
}

.ibpo2026-3c__label strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.ibpo2026-3c__label span {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

.ibpo2026-3c__label i {
  font-style: normal;
  color: var(--ibpo2026-red);
}

.ibpo2026-3c__desc {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 16px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: var(--ibpo2026-red);
}

/* 次セクションへの矢印（Figma: カード下端に20px重ねて配置。-44px = カードmargin-bottom 24pxと相殺） */
.ibpo2026-arrow-next {
  position: relative;
  z-index: 1;
  display: block;
  width: 48px;
  margin: -34px auto 40px;
}

/* 3ステップ */
.ibpo2026-steps__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.ibpo2026-steps__item {
  flex: 1;
  max-width: 346px;
  text-align: center;
}

.ibpo2026-steps__item .ibpo2026-steps__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ibpo2026-red);
  letter-spacing: 0.1em;
}

.ibpo2026-steps__num strong {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.ibpo2026-steps__item img {
  width: 100%;
  aspect-ratio: 346 / 195;
  margin-bottom: 16px;
  object-fit: cover;
}

.ibpo2026-steps__item h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ibpo2026-steps__item p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}

/* ---------- STRENGTH（比較表） ---------- */
.ibpo2026-strength {
  position: relative;
  padding: 80px 0 90px;
  overflow: hidden;
  background: var(--ibpo2026-gray);
}

.ibpo2026-strength .ibpo2026-title {
  margin-bottom: 48px;
}

.ibpo2026-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ibpo2026-table {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.ibpo2026-table th,
.ibpo2026-table td {
  padding: 16px 6px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000;
}

.ibpo2026-table thead th {
  height: 114px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ibpo2026-table tbody td:nth-child(3),
.ibpo2026-table thead th:nth-child(3) {
  border-right: none;
}

.ibpo2026-table thead .ibpo2026-table__cc {
  color: #fff;
  background: var(--ibpo2026-red);
  border: 1px solid var(--ibpo2026-red);
}

.ibpo2026-table thead .ibpo2026-table__cc span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.ibpo2026-table__side {
  width: 25%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #f5f5f5;
}

.ibpo2026-table thead .ibpo2026-table__side {
  background: var(--ibpo2026-gray);
}

.ibpo2026-table tbody td {
  height: 120px;
}

.ibpo2026-table tbody td strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.ibpo2026-table tbody td span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

.ibpo2026-table tbody td img {
  width: 30px;
}

.ibpo2026-table tbody td .ibpo2026-table__none {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ibpo2026-text);
}

.ibpo2026-table tbody .ibpo2026-table__cc {
  background: var(--ibpo2026-pink-zone);
  border: 1px solid var(--ibpo2026-red);
}

.ibpo2026-table tbody .ibpo2026-table__cc span {
  font-weight: 700;
}

/* ---------- PLAN ---------- */
.ibpo2026-plan {
  padding: 52px 0 0;
  background: #fff;
}

.ibpo2026-plan__sub {
  display: flex;
  gap: 40px;
}

.ibpo2026-plan .ibpo2026-lead {
  font-weight: 500;
}

.ibpo2026-plan__main {
  padding: 48px 40px;
  margin-bottom: 40px;
  text-align: center;
  background: var(--ibpo2026-plan-pink);
}

.ibpo2026-plan__name {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.ibpo2026-plan__desc {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.ibpo2026-plan__inc {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.ibpo2026-plan__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
}

.ibpo2026-plan__tags li {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ibpo2026-red);
  background: #fff;
  border-radius: 4px;
}

.ibpo2026-plan__tags--pink li {
  background: #f7dfe4;
}

.ibpo2026-plan__sustrong {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.ibpo2026-plan__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 540px;
  padding: 48px 20px;
  text-align: center;
  background: var(--ibpo2026-gray-box);
}

.ibpo2026-plan__card .ibpo2026-btnwrap {
  margin-top: auto;
}

.ibpo2026-plan__consult {
  margin: 88px 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--ibpo2026-red);
  letter-spacing: 0.06em;
}

/* ---------- FAQ ---------- */
.ibpo2026-faq {
  padding: 64px 0 0;
  background: #fff;
}

.ibpo2026-faq .ibpo2026-title {
  margin-bottom: 40px;
}

.ibpo2026-faq__box {
  padding: 40px;
  background: var(--ibpo2026-gray-box);
}

.ibpo2026-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
}

.ibpo2026-faq__item dt,
.ibpo2026-faq__item dd {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 0;
}

.ibpo2026-faq__item dt {
  padding-bottom: 14px;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px solid var(--ibpo2026-red);
}

.ibpo2026-faq__item dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

.ibpo2026-faq__item strong {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}

.ibpo2026-faq__item dt strong {
  color: #fff;
  background: var(--ibpo2026-red);
}

.ibpo2026-faq__item dd strong {
  color: var(--ibpo2026-red);
  background: #fff;
}

.ibpo2026-faq__item dt span {
  padding-top: 5px;
}

/* ---------- レスポンシブ ---------- */
.ibpo2026-only-pc {
  display: inline;
}

@media only screen and (width <= 912px) {
  .ibpo2026-only-pc {
    display: none;
  }

  /* 上部バーはロゴ＋ハンバーガーのみに。ナビとCTAはドロワーへ移す */
  .ibpo2026-header__menu {
    display: none;
  }

  .ibpo2026-header__toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    cursor: pointer;
    background: none;
    border: none;
  }

  .ibpo2026-header__toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--ibpo2026-text);
    border-radius: 2px;
    transition:
      transform 0.3s,
      opacity 0.3s;
  }

  /* 開いている間はハンバーガーを × に */
  .ibpo2026-header.is-open .ibpo2026-header__toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .ibpo2026-header.is-open .ibpo2026-header__toggle span:nth-child(2) {
    opacity: 0;
  }

  .ibpo2026-header.is-open .ibpo2026-header__toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .ibpo2026-header__drawer {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1; /* __inner（z-index:2）の裏に潜り込ませる */
    display: block;
    visibility: hidden;
    padding: 8px 20px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 12%);
    opacity: 0;
    transform: translateY(-100%);
    transition:
      transform 0.3s,
      opacity 0.3s,
      visibility 0.3s;
  }

  .ibpo2026-header.is-open .ibpo2026-header__drawer {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .ibpo2026-header__drawer-link {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ibpo2026-text);
    text-decoration: none;
    border-bottom: 1px solid var(--ibpo2026-border);
  }

  .ibpo2026-mv {
    padding-top: 130px;
  }

  .ibpo2026-mv__stats {
    flex-wrap: wrap;
    gap: 16px;
  }

  .ibpo2026-mv__stat {
    width: calc(50% - 8px);
    max-width: 311px;
  }

  .ibpo2026-mv__cta {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .ibpo2026-title {
    font-size: 30px;
  }

  .ibpo2026-point__title,
  .ibpo2026-phase__title {
    font-size: 28px;
  }

  .ibpo2026-point__merits {
    flex-direction: column;
    gap: 16px;
  }

  .ibpo2026-point__merit {
    min-height: 0; /* 縦積み時は固定高さ不要 */
  }

  .ibpo2026-point__merit p {
    font-size: 20px;
  }

  .ibpo2026-point__merit strong {
    font-size: 56px;
  }

  .ibpo2026-cases {
    flex-wrap: wrap;
  }

  .ibpo2026-case {
    width: calc(50% - 20px);
    min-width: 300px;
  }

  .ibpo2026-phase__cols {
    flex-direction: column;
    gap: 32px;
  }

  .ibpo2026-phase__col {
    width: 100%;
  }

  .ibpo2026-steps__list {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .ibpo2026-steps__item {
    max-width: 480px;
  }

  .ibpo2026-plan__sustrong {
    flex-direction: column;
    align-items: center;
  }

  .ibpo2026-plan__card {
    width: 100%;
    max-width: 640px;
  }

  /* カード縦積み時は sibling カードと高さを揃える必要がないため上下余白を圧縮 */
  .ibpo2026-plan__consult {
    margin: 48px 0;
  }

  #contents img.ibpo2026-deco {
    width: 160px;
  }

  #contents img.ibpo2026-mv__scroll,
  #contents img.ibpo2026-arrow-next {
    width: 40px;
  }

  #contents img.ibpo2026-mv__scroll {
    bottom: -24px;
  }
}

@media only screen and (width <= 768px) {
  section[class^='ibpo2026-'] {
    /* SPヘッダー下端(8+52=60px)＋余白24px */
    scroll-margin-top: 84px;
  }

  #contents img.ibpo2026-mv__scroll,
  #contents img.ibpo2026-arrow-next {
    width: 32px;
  }

  #contents img.ibpo2026-mv__scroll {
    bottom: -20px;
  }

  .ibpo2026-header {
    top: 8px !important;
    width: calc(100% - 16px);
  }

  .ibpo2026-header__inner {
    padding: 10px 12px;
  }

  .ibpo2026-header__logo img {
    width: 100px;
  }

  .ibpo2026-btn--header {
    padding: 10px 14px;
    font-size: 12px;
  }

  .ibpo2026-inner {
    padding: 0 16px;
  }

  .ibpo2026-mv {
    padding: 100px 16px 24px;
  }

  .ibpo2026-mv__title {
    font-size: 26px;
  }

  .ibpo2026-mv__lead {
    font-size: 14px;
  }

  .ibpo2026-mv__stats {
    flex-direction: column;
    align-items: center;
  }

  .ibpo2026-mv__stat {
    width: 100%;
    max-width: 311px;
  }

  .ibpo2026-mv__cta-item {
    width: 100%;
  }

  .ibpo2026-btn--large,
  .ibpo2026-btn--middle {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    padding: 20px 24px;
    font-size: 16px;
  }

  .ibpo2026-title {
    font-size: 24px;
    text-underline-offset: 7px;
  }

  .ibpo2026-lead {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .ibpo2026-lead br {
    display: none;
  }

  .ibpo2026-about {
    padding: 40px 0;
  }

  .ibpo2026-point {
    padding: 24px 20px;
  }

  .ibpo2026-point__title {
    font-size: 22px;
  }

  .ibpo2026-point__desc {
    font-size: 14px;
  }

  .ibpo2026-point__merit {
    gap: 14px;
    padding: 16px 20px;
  }

  .ibpo2026-point__merit strong {
    font-size: 44px;
  }

  .ibpo2026-point__merit p {
    font-size: 17px;
  }

  .ibpo2026-usecase {
    padding: 48px 0 56px;
  }

  .ibpo2026-case {
    width: 100%;
    max-width: 400px;
  }

  .ibpo2026-case__issue {
    min-height: 0; /* 縦積み時は折返し行数が変わるため固定高さ不要 */
  }

  .ibpo2026-service {
    padding: 56px 0;
  }

  .ibpo2026-phase {
    padding: 24px 20px;
  }

  .ibpo2026-phase__desc {
    font-size: 14px;
  }

  .ibpo2026-phase__col figcaption,
  .ibpo2026-phase__col-title {
    font-size: 20px;
  }

  .ibpo2026-3c__label {
    width: 104px;
  }

  .ibpo2026-3c__label strong {
    font-size: 16px;
  }

  .ibpo2026-3c__label span {
    font-size: 13px;
  }

  .ibpo2026-3c__desc {
    padding: 12px 10px;
    font-size: 13px;
  }

  /* SP はラベル列 104px の中央に配置 */
  #contents img.ibpo2026-3c__arrow {
    margin-left: 42px;
  }

  .ibpo2026-steps__item h3 {
    font-size: 20px;
  }

  .ibpo2026-strength {
    padding: 56px 0 64px;
  }

  .ibpo2026-table {
    min-width: 640px;
  }

  .ibpo2026-table thead th {
    height: 80px;
    font-size: 15px;
  }

  .ibpo2026-table__side {
    font-size: 15px;
  }

  .ibpo2026-table tbody td {
    height: 96px;
  }

  .ibpo2026-table tbody td strong {
    font-size: 22px;
  }

  .ibpo2026-plan {
    padding-top: 40px;
  }

  .ibpo2026-plan__sub {
    flex-direction: column;
    gap: 24px;
  }

  .ibpo2026-plan__main,
  .ibpo2026-plan__card {
    padding: 32px 20px;
  }

  .ibpo2026-plan__name {
    font-size: 22px;
  }

  .ibpo2026-plan__desc {
    font-size: 14px;
  }

  .ibpo2026-plan__desc br {
    display: none;
  }

  .ibpo2026-plan__consult {
    margin: 24px 0;
    font-size: 22px;
  }

  .ibpo2026-faq {
    padding: 48px 0 24px;
  }

  .ibpo2026-faq__box {
    padding: 24px 16px;
  }

  .ibpo2026-faq__item dt,
  .ibpo2026-faq__item dd {
    gap: 12px;
  }

  .ibpo2026-faq__item dt {
    font-size: 16px;
  }

  .ibpo2026-faq__item dd {
    font-size: 14px;
  }

  .ibpo2026-faq__item strong {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  #contents img.ibpo2026-deco {
    width: 110px;
  }
}
