@charset "UTF-8";
/* =========================================
   service.scss — Service ページ専用スタイル
   共通ヘッダー/フッター/section-header は style.css 側で定義済み
   文字サイズ・色は about.scss の設計に準拠：
     本文 = clamp(16px, 1.6vw, 17px) / var(--prada-navy)
     補足 = clamp(15px, 1.5vw, 16px) / var(--prada-blue)
   背景リズム：offwhite(HERO) → 白(制作) → offwhite(診断) → 白(オプション)
              → offwhite(流れ) → 白(FAQ) → 濃紺(CONTACT)
   ブレークポイント：899px（600〜899px はタブレット微調整帯）
   ========================================= */
/* ─────────────── HERO（テキスト×写真の分割）─────────────── */
.service-hero {
  position: relative;
  overflow: hidden;
  min-height: min(52vw, 560px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(90px, 12vw, 140px) clamp(24px, 6vw, 48px) clamp(50px, 7vw, 80px);
  background: var(--offwhite);
}
@media (max-width: 899px) {
  .service-hero {
    min-height: min(100vw, 520px);
  }
}

.service-hero__ghost {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: clamp(70px, 9vw, 110px);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(96px, 18vw, 176px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(6, 30, 41, 0.05);
  pointer-events: none;
  white-space: nowrap;
  margin: 0;
}

.service-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-image: url("../images/service-hero-pc.webp");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 899px) {
  .service-hero__bg {
    width: auto;
    aspect-ratio: 4/5;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url("../images/service-fv-sp.webp");
    background-position: center bottom;
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

/* テキスト側だけをふわっと明るくするスクリム */
.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(243, 244, 244, 0.92)), color-stop(55%, rgba(243, 244, 244, 0.4)), color-stop(75%, rgba(243, 244, 244, 0)));
  background: linear-gradient(to right, rgba(243, 244, 244, 0.92) 30%, rgba(243, 244, 244, 0.4) 55%, rgba(243, 244, 244, 0) 75%);
}
@media (max-width: 899px) {
  .service-hero::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(243, 244, 244, 0.92)), color-stop(45%, rgba(243, 244, 244, 0.45)), color-stop(70%, rgba(243, 244, 244, 0)));
    background: linear-gradient(to bottom, rgba(243, 244, 244, 0.92) 10%, rgba(243, 244, 244, 0.45) 45%, rgba(243, 244, 244, 0) 70%);
  }
}

.service-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.service-hero__en {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(48px, 8vw, 72px);
  letter-spacing: 0.06em;
  color: var(--prada-navy);
  margin: 0 0 18px;
  line-height: 1;
}

.service-hero__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--prada-mint-text, #457074);
  margin: 0 0 26px;
}

.service-hero__tagline {
  font-family: "Klee One", serif;
  font-weight: 600;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 2;
  color: var(--prada-navy);
  margin: 0;
}

.section-header {
  padding-left: clamp(24px, 6vw, 48px);
  padding-right: clamp(24px, 6vw, 48px);
}

/* ─────────────── 01 ホームページ制作 ─────────────── */
.service-plans {
  background: #ffffff;
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
}

.service-plans__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ─── なぜこの価格なのか（プラン前の導入） ─── */
/* セクション見出しの下のリード文 */
.plan-intro {
  max-width: 1100px;
  margin: clamp(32px, 4.5vw, 48px) auto 0;
  padding: 0 clamp(24px, 6vw, 48px);
}

/* 左に結論、右に声。about-profile__grid と同じ組み方。
   900px 未満は縦積み（既存のブレークポイントに合わせる） */
.plan-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
@media (min-width: 900px) {
  .plan-intro__grid {
    /* minmax(0,…) は日本語が列からはみ出すのを防ぐため */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 3.5vw, 40px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* リード文の見出し。中央揃えの「2つのプランの違い」とは
   位置で区別がつくので、大きさは近くてよい */
.plan-intro__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(19px, 1.9vw, 21px);
  font-weight: 600;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.04em;
  color: var(--prada-navy);
  text-align: left;
  margin: 0;
  /* 2カラムに切り替わった直後だけ列幅がギリギリなので、
     この帯では少し小さくして1行に収める */
}
@media (min-width: 900px) and (max-width: 999px) {
  .plan-intro__title {
    font-size: 18px;
  }
}

/* オーナーの声：左にミントの縦線 */
.plan-intro__voice {
  border-left: 2px solid var(--prada-mint);
  padding-left: 18px;
  margin: 0;
}
.plan-intro__voice p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.04em;
  color: var(--prada-blue);
  word-break: auto-phrase;
  margin: 0 0 8px;
}
.plan-intro__voice p:last-child {
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .plan-intro__voice p {
    font-size: 16px;
  }
}

/* ガラス板。プランカードの上線と競合させないため罫線は使わない */
.plan-lasting__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 3.5vw, 32px);
  /* ミント→白→ブルーの斜めグラデ。白背景から浮かせるため板そのものに色を持たせる */
  background: linear-gradient(135deg, rgba(95, 148, 152, 0.3) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(30, 84, 108, 0.22) 100%);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 32px rgba(6, 30, 41, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 8px 32px rgba(6, 30, 41, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  /* PCではgapを持たせず、各カラムの内側paddingで間隔をとる。
     gapがあると境界線がgap分だけ右にずれて中央に来ないため */
}
@media (min-width: 900px) {
  .plan-lasting__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

/* 区切り：PCは縦罫線、SPは縦積みなので上罫線に切り替える。
   プランカード上端の横線と向きを変えて競合を避ける */
@media (min-width: 900px) {
  .plan-lasting__point {
    padding-right: 28px;
  }
  .plan-lasting__point + .plan-lasting__point {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid rgba(95, 148, 152, 0.32);
  }
}
@media (max-width: 899px) {
  .plan-lasting__point {
    padding-top: 20px;
    border-top: 1px solid rgba(95, 148, 152, 0.32);
  }
  .plan-lasting__point:first-child {
    padding-top: 0;
    border-top: none;
  }
}
.plan-lasting__point h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.06em;
  color: var(--prada-blue);
  margin: 0 0 10px;
}
.plan-lasting__point p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: var(--lh-body, 1.9);
  letter-spacing: 0.04em;
  color: rgba(6, 30, 41, 0.85);
  word-break: auto-phrase;
  margin: 0;
}

.service-plans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 clamp(24px, 6vw, 48px);
  margin-top: clamp(48px, 6vw, 72px);
}
@media (min-width: 900px) {
  .service-plans__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--offwhite);
  border-top: 3px solid var(--prada-mint);
  -webkit-box-shadow: 0 2px 18px rgba(6, 30, 41, 0.05);
          box-shadow: 0 2px 18px rgba(6, 30, 41, 0.05);
  padding: clamp(28px, 4vw, 44px) clamp(22px, 3.5vw, 40px);
}

.plan-card__thumb {
  margin-bottom: 26px;
  overflow: hidden;
}
.plan-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--offwhite);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.plan-card:hover .plan-card__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.plan-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(21px, 2.4vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--prada-blue); /* タグの背景色と同色 */
  margin: 0 0 12px;
}

.plan-card__desc {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(6, 30, 41, 0.85); /* audit-plan__desc と揃える */
  margin: 0 0 22px;
}

/* 通常価格（打ち消し線） */
.plan-card__price-note {
  font-size: 16px;
  color: rgba(6, 30, 41, 0.72);
  text-decoration: line-through;
  text-decoration-color: rgba(6, 30, 41, 0.4);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 10px;
}

/* 料金：左揃え・¥マーク */
.plan-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
  margin: 0 0 16px;
}

/* モニター価格のラベル：1行使い切って金額の上に置く */
.plan-card__price-label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--prada-mint-text, #457074);
  margin: 0 0 8px;
}

.plan-card__price-mark {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(26px, 3.1vw, 32px);
  line-height: 1.1;
  color: var(--prada-navy);
  margin-right: 6px;
}

.plan-card__price-num {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(38px, 4.5vw, 46px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--prada-navy);
}

.plan-card__price-unit {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.1;
  white-space: nowrap;
  color: var(--prada-navy);
  margin-left: 10px;
}

/* =========================================
   プランの比較表
   PCは横並びの表、899px以下は項目ごとの縦積みに切り替える
   ========================================= */
/* ─────────────── どちらのプランにも含まれるもの ───────────────
   違いを見せた直後に、共通で付くものを並べる。
   両プランの価格の裏づけになる位置 */
.plan-common {
  max-width: 1100px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: 0 clamp(24px, 6vw, 48px);
}

.plan-common__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 600;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.1em;
  color: var(--prada-navy);
  text-align: center;
  margin: 0 0 clamp(28px, 4.5vw, 40px);
  /* 見出しの下にミントの短い線。3つの小見出しで共通 */
}
.plan-common__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--prada-mint);
  opacity: 0.85;
  margin: 16px auto 0;
}

.plan-common__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 32px;
  list-style: none;
  margin: 0;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 3.5vw, 32px);
  background: #ffffff;
  border: 1px solid rgba(95, 148, 152, 0.28);
  border-radius: 16px;
}
@media (min-width: 900px) {
  .plan-common__list {
    /* 1fr で等分すると項目より列が広くなり右が空くので、
       中身の幅に合わせて2列を中央に寄せる */
    grid-template-columns: repeat(2, minmax(0, -webkit-max-content));
    grid-template-columns: repeat(2, minmax(0, max-content));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(40px, 5vw, 72px);
       -moz-column-gap: clamp(40px, 5vw, 72px);
            column-gap: clamp(40px, 5vw, 72px);
  }
}

/* チェックは疑似要素。マークアップに記号を書かない */
.plan-common__list li {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.04em;
  color: var(--prada-navy);
}

.plan-common__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.42em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--prada-mint-text, #457074);
  border-bottom: 2px solid var(--prada-mint-text, #457074);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ─────────────── 長く使える理由 ─────────────── */
.plan-lasting {
  max-width: 1100px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: 0 clamp(24px, 6vw, 48px);
}

.plan-lasting__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 600;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.1em;
  color: var(--prada-navy);
  text-align: center;
  margin: 0 0 clamp(28px, 4.5vw, 40px);
  /* 見出しの下にミントの短い線。3つの小見出しで共通 */
}
.plan-lasting__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--prada-mint);
  opacity: 0.85;
  margin: 16px auto 0;
}

/* リード文との切れ目は線ではなく余白でつくる */
.plan-compare {
  margin: clamp(56px, 8vw, 100px) auto 0;
  padding: 0 clamp(24px, 6vw, 48px);
}

.plan-compare__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 600;
  line-height: var(--lh-title, 1.5);
  letter-spacing: 0.1em;
  color: var(--prada-navy);
  text-align: center;
  margin: 0 0 clamp(28px, 4.5vw, 40px);
  /* 見出しの下にミントの短い線。3つの小見出しで共通 */
}
.plan-compare__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--prada-mint);
  opacity: 0.85;
  margin: 16px auto 0;
}

.plan-compare__caption,
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.plan-compare__table {
  width: 100%;
  /* collapse だと border-radius が効かないため separate を使う */
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid rgba(6, 30, 41, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.plan-compare__table th,
.plan-compare__table td {
  /* 行の内容が1行でも2行でも同じ高さになるよう最小高さを持たせる */
  height: 96px;
  padding: 16px;
  line-height: var(--lh-title, 1.5);
  vertical-align: middle;
  word-break: auto-phrase;
}
.plan-compare__table thead th {
  height: 88px;
}
.plan-compare__table {
  /* 行の区切り（PCの表組みのときだけ。SPでは縦積みなので出さない） */
}
@media (min-width: 900px) {
  .plan-compare__table tbody tr:not(:last-child) th,
  .plan-compare__table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(6, 30, 41, 0.1);
  }
}
.plan-compare__table {
  /* 列の区切り */
}
.plan-compare__table tbody td {
  border-left: 1px solid rgba(6, 30, 41, 0.1);
}
.plan-compare__table tbody th {
  width: 26%;
  background: rgba(95, 148, 152, 0.06);
}
.plan-compare__table tbody td {
  width: 37%;
  font-size: 17px;
  font-weight: 400;
  color: rgba(6, 30, 41, 0.88);
  text-align: center;
}
.plan-compare__table small {
  display: block;
  font-size: 14px;
  color: rgba(6, 30, 41, 0.8);
  margin-top: 4px;
}

/* 左上のセル：行見出し列と同じ背景。下罫線を引いてヘッダーと切り分ける */
.plan-compare__corner {
  background: rgba(95, 148, 152, 0.06);
  border-bottom: 1px solid rgba(6, 30, 41, 0.1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--prada-mint-text, #457074);
  text-align: center;
}

/* プラン名のヘッダー：2列を別の色で塗り、優劣ではなく区別として見せる */
.plan-compare__head {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}
.plan-compare__head small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 5px;
}

.plan-compare__head--std {
  background: var(--prada-navy);
}

.plan-compare__head--wp {
  /* --prada-mint(#5F9498) だと白文字で3.4:1しかなくAA不足。
     #457074 なら5.5:1で通る */
  background: var(--prada-mint-text, #457074);
}

/* ×印。赤は使わず、否定を強調しすぎない */
.plan-compare__no {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(6, 30, 41, 0.55);
}

/* モニター価格の行だけ金額を大きく見せる（他の価格表示とフォントを統一） */
.plan-compare__table .plan-compare__row--price td {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--prada-navy);
}
.plan-compare__table .plan-compare__row--price td small {
  display: inline-block;
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--prada-navy);
  margin-left: 4px;
}

/* 行見出し */
.plan-compare__table tbody th {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--prada-navy);
  text-align: left;
  vertical-align: middle;
}
.plan-compare__table tbody th span {
  vertical-align: middle;
}

.plan-compare__icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  vertical-align: middle;
  color: var(--prada-blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── 899px以下：横スクロールさせず、項目ごとの縦積みに組み替える ── */
@media (max-width: 899px) {
  .plan-compare__table {
    display: block;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .plan-compare__table thead {
    display: none;
  }
  .plan-compare__table tbody,
  .plan-compare__table tr {
    display: block;
  }
  .plan-compare__table tr {
    border: 1px solid rgba(6, 30, 41, 0.12);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
  }
  .plan-compare__table tbody th,
  .plan-compare__table tbody td {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
  }
  .plan-compare__table {
    /* 見出しの下だけ罫線。項目との切れ目をここで作る */
  }
  .plan-compare__table tbody th {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(6, 30, 41, 0.1);
  }
  .plan-compare__table .plan-compare__icon {
    width: 28px;
    height: 28px;
    margin-right: 14px;
  }
  .plan-compare__table tbody td {
    font-size: 16px;
    padding-left: 13px;
    border-left: 2px solid var(--prada-navy);
    margin-bottom: 16px;
  }
  .plan-compare__table tbody td:last-child {
    margin-bottom: 0;
  }
  .plan-compare__table .plan-compare__row--price td {
    font-size: 21px;
  }
  .plan-compare__table {
    /* data-plan の値をプラン名としてラベル表示する */
  }
  .plan-compare__table tbody td::before {
    content: attr(data-plan);
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--prada-navy);
    margin-bottom: 3px;
  }
  .plan-compare__table {
    /* プランごとに色を変える。PCのヘッダー2色と同じ配色にそろえる */
  }
  .plan-compare__table tbody td[data-plan=WordPress] {
    border-left-color: var(--prada-mint-text, #457074);
  }
  .plan-compare__table tbody td[data-plan=WordPress]::before {
    color: var(--prada-mint-text, #457074);
  }
  .plan-compare__table small {
    display: inline;
    margin-left: 6px;
  }
}
.plan-card__note {
  font-size: clamp(14px, 1.3vw, 15px);
  letter-spacing: 0.04em;
  color: var(--prada-blue);
  margin: 0 0 24px;
}

/* PCで2枚を横に並べたとき、説明文の行数の差で
   金額とボタンの位置がズレるので最小の高さをそろえる。
   min-height なので中身が増えれば伸びる */
@media (min-width: 900px) {
  .plan-card__desc {
    min-height: 3.6em; /* 2行分 */
  }
}
/* プラン相談ボタンのサイズ調整 */
.plan-card__cta {
  display: block;
  width: 100%;
  max-width: 280px; /* 大きすぎないように制限 */
  margin: auto auto 0; /* 下に配置しつつ中央寄せ */
  text-align: center;
  background: var(--prada-navy);
  border: 1px solid var(--prada-navy);
  border-radius: 100px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 15px 24px;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 20px rgba(6, 30, 41, 0.1);
          box-shadow: 0 8px 20px rgba(6, 30, 41, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .plan-card__cta:hover {
    background: var(--prada-red);
    border-color: var(--prada-red);
    -webkit-box-shadow: 0 10px 24px rgba(210, 20, 58, 0.22);
            box-shadow: 0 10px 24px rgba(210, 20, 58, 0.22);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/* ─────────────── 02 サイト診断・改善サポート ─────────────── */
.service-audit {
  background: var(--offwhite);
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
}

.service-audit__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.service-audit__visual {
  text-align: center;
  margin: clamp(24px, 5vw, 40px) clamp(24px, 6vw, 48px) 0;
  overflow: hidden;
  border-radius: 8px;
}
.service-audit__visual img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px rgba(6, 30, 41, 0.08);
          box-shadow: 0 10px 30px rgba(6, 30, 41, 0.08);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.service-audit__visual:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.img-float {
  -webkit-animation: floatAnim 6s ease-in-out infinite;
          animation: floatAnim 6s ease-in-out infinite;
}

@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.service-audit__box {
  background: #ffffff;
  border: 1px solid rgba(30, 84, 108, 0.15);
  padding: clamp(26px, 4vw, 40px) clamp(22px, 3.5vw, 40px);
  margin: clamp(36px, 5vw, 56px) clamp(24px, 6vw, 48px) 0;
}

.audit-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 32px 0;
}
@media (min-width: 600px) {
  .audit-plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.audit-plan + .audit-plan {
  border-top: 1px solid rgba(30, 84, 108, 0.25);
}

.audit-plan__label {
  display: block;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--prada-mint-text, #457074);
  margin-bottom: 6px;
}
.audit-plan--b .audit-plan__label {
  color: var(--prada-blue);
}

/* ヒートマップ見出しとテキストのコントラスト調整 */
.audit-plan__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 700; /* より太く */
  letter-spacing: 0.06em;
  color: var(--prada-navy);
  margin: 0 0 8px;
}

.audit-plan__desc {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.8;
  color: rgba(6, 30, 41, 0.85); /* 【修正】55%から85%に濃くして視認性をしっかり回復させる */
  margin: 0;
}

.audit-plan__price {
  white-space: nowrap;
  margin-left: auto; /* SPで強制的に右揃えにする */
}
@media (min-width: 600px) {
  .audit-plan__price {
    margin-left: 0;
    text-align: right;
    padding-left: 16px;
  }
}

.audit-plan__price-num {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(29px, 3.2vw, 34px);
  color: var(--prada-navy);
}

.audit-plan__price-unit {
  white-space: nowrap;
  font-size: clamp(15px, 1.5vw, 16px);
  color: var(--prada-navy);
}

.service-audit__more-wrap {
  text-align: right;
  padding-top: 8px;
}

.service-audit__more {
  display: inline-block;
  font-size: clamp(16px, 1.6vw, 17px);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--prada-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--prada-navy);
  padding-bottom: 3px;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.service-audit__more:hover {
  color: var(--prada-red);
  border-color: var(--prada-red);
}

/* ─────────────── 03 オプション＆サポート ─────────────── */
.service-options {
  background: #ffffff;
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
}

.service-options__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.service-options__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0 clamp(24px, 6vw, 48px);
  margin-top: clamp(36px, 5vw, 56px);
}
@media (min-width: 900px) {
  .service-options__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

/* SP時、見出しの改行を防ぐ */
@media (max-width: 899px) {
  .service-options .section-en {
    font-size: clamp(26px, 6.5vw, 38px);
    letter-spacing: 0.1em;
    white-space: nowrap; /* 強制的に1行にする */
  }
}
/* オプションタイトルの装飾（大文字化・太字） */
.service-options__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3vw, 29px); /* 大きく */
  font-weight: 700; /* 太く */
  text-transform: uppercase; /* 大文字 */
  letter-spacing: 0.12em;
  color: var(--prada-navy);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--prada-navy);
  margin: 0 0 18px;
}

.service-options__col dl {
  margin: 0;
}

.opt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* SPは縦並び */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(30, 84, 108, 0.15);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.opt-item:hover {
  background-color: rgba(95, 148, 152, 0.03);
}

/* ▼▼ 追加：PC版では横並びに戻す ▼▼ */
@media (min-width: 900px) {
  .opt-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}
.opt-item dt {
  font-size: clamp(16px, 1.6vw, 17px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--prada-navy);
}
.opt-item dt small {
  display: block;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--prada-blue);
  margin-top: 4px;
}

.opt-item dd {
  font-size: clamp(18px, 1.9vw, 20px);
  font-weight: 600;
  color: var(--prada-navy);
  margin: 0;
  text-align: left; /* SPは左寄せ */
  /* ▼▼ 追加：PC版では右寄せに戻す ▼▼ */
}
@media (min-width: 900px) {
  .opt-item dd {
    text-align: right;
    font-size: clamp(16px, 1.6vw, 17px);
  }
}
.opt-item dd {
  /* ▲▲ 追加ここまで ▲▲ */
}
.opt-item dd small {
  display: inline-block;
  margin-left: 4px;
  font-size: clamp(14px, 1.3vw, 15px);
  font-weight: 400;
  color: var(--prada-blue);
}

/* ─────────────── WORKFLOW（横スクロール）─────────────── */
.service-flow {
  background: var(--offwhite);
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
  overflow: hidden;
}

.service-flow__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 48px);
}

@media (min-width: 900px) {
  .section-header .desc-text,
  .service-contact__lead,
  .service-flow__note {
    text-wrap: balance;
  }
}
/* ─────────────── WORKFLOW（コンパクト版）─────────────── */
.service-flow__compact-list {
  list-style: none;
  padding: 0;
  margin: clamp(24px, 4vw, 36px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 400px;
}

@media (min-width: 900px) {
  .service-flow__compact-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* 【重要】center から stretch に変更して高さを統一 */
    max-width: 100%;
    gap: 8px;
  }
}
/* 制作の流れ枠のサイズ調整 */
.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* 【重要】文字数によるズレを防ぐため左揃えにする */
  gap: 16px;
  background: #ffffff;
  /* 【重要】左の余白(56px)を固定することで、全体を中央に見せつつアイコンの縦ラインを揃える */
  padding: 16px 16px 16px 56px;
  border-radius: 8px;
  border: 1px solid var(--offwhite);
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .flow-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; /* 【重要】幅を完全に均等割り当てにする */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* 中身のアイコンとテキストを縦の真ん中に配置 */
    gap: 8px;
    padding: 20px 8px;
    min-width: 0; /* 【重要】中のテキスト幅による崩れを防ぐ */
    max-width: none;
    margin: 0;
  }
}
.flow-item__icon {
  width: 40px; /* 【重要】32pxから40pxへ拡大して存在感を出す */
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 900px) {
  .flow-item__icon {
    width: 48px; /* PCも合わせて少し拡大 */
    height: 48px;
  }
}
.flow-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; /* SP時はアイコンの横で左揃え */
}

/* ▼▼ 追加：PC版ではテキストを中央揃えに戻す ▼▼ */
@media (min-width: 900px) {
  .flow-item__text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 1.8vw, 19px);
  letter-spacing: 0.1em;
  color: var(--prada-navy);
  margin: 0;
}
@media (min-width: 900px) {
  .flow-item__name {
    white-space: nowrap;
  }
}

.flow-item__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.3vw, 15px);
  color: var(--prada-blue);
  margin: 4px 0 0;
}
@media (min-width: 900px) {
  .flow-item__sub {
    white-space: nowrap;
  }
}

.flow-item__arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--prada-mint);
  -webkit-mask-image: url("../images/icon-arrow.svg");
  mask-image: url("../images/icon-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 4px auto; /* 余白を減らしてコンパクトに */
  opacity: 0.6;
}

@media (min-width: 900px) {
  .flow-item__arrow {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 0;
    opacity: 0.5;
    -ms-flex-item-align: center;
        align-self: center; /* 【重要】矢印が縦に伸びるのを防ぎ、中央に配置する */
  }
}
.service-flow__note {
  /* 本文はゴシック。about-profile__text と同条件 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 17px);
  line-height: var(--lh-body);
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--prada-navy);
  margin: 32px 0 0;
  width: 100%;
}

/* ─────────────── FAQ ─────────────── */
.service-faq {
  background: #ffffff;
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
}

.service-faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 48px);
}

.service-faq__list {
  max-width: 720px;
  margin: clamp(36px, 5vw, 56px) auto 0;
}

.faq-item {
  border: 1px solid var(--offwhite);
  background: #ffffff;
  margin-bottom: 12px;
}

.faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.6vw, 17px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--prada-navy);
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq-item__q:hover {
  color: var(--prada-red);
}

.faq-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 19px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-item__q.is-active .faq-item__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.faq-item__a p {
  font-size: clamp(16px, 1.6vw, 17px);
  line-height: 2;
  color: var(--prada-navy);
  border-top: 1px solid var(--offwhite);
  padding: 16px 20px 20px;
  margin: 0;
}

/* ─────────────── 簡易CONTACT（濃紺・中央1カラム）─────────────── */
.service-contact {
  background: var(--prada-navy);
  padding: clamp(40px, 5vw, 60px) 0 clamp(50px, 7vw, 80px);
}

.service-contact__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 48px);
}

.service-contact__intro {
  text-align: center;
}

.service-contact__intro .section-header {
  margin-top: 0;
  padding-top: 0;
}

.section-header--dark .section-en {
  color: var(--offwhite);
}

.service-contact__lead {
  font-size: clamp(16px, 1.6vw, 17px);
  line-height: 2.1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  margin: 18px 0 0;
}

.service-contact__form-wrap {
  margin-top: clamp(36px, 5vw, 48px);
}

.service-contact__form label {
  display: block;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 8px;
  text-align: left;
}
.service-contact__form input,
.service-contact__form select,
.service-contact__form textarea {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 14px;
  margin-bottom: 20px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (max-width: 899px) {
  .service-contact__form input,
  .service-contact__form select,
  .service-contact__form textarea {
    font-size: 15px;
  }
}
.service-contact__form input::-webkit-input-placeholder, .service-contact__form select::-webkit-input-placeholder, .service-contact__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.service-contact__form input::-moz-placeholder, .service-contact__form select::-moz-placeholder, .service-contact__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.service-contact__form input:-ms-input-placeholder, .service-contact__form select:-ms-input-placeholder, .service-contact__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.service-contact__form input::-ms-input-placeholder, .service-contact__form select::-ms-input-placeholder, .service-contact__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.service-contact__form input::placeholder,
.service-contact__form select::placeholder,
.service-contact__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.service-contact__form input:focus,
.service-contact__form select:focus,
.service-contact__form textarea:focus {
  outline: none;
  border-color: var(--prada-mint);
}
.service-contact__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(255, 255, 255, 0.92);
}
.service-contact__form select option {
  color: var(--prada-navy);
}

.service-contact__select-wrap {
  position: relative;
}
.service-contact__select-wrap select {
  cursor: pointer;
  padding-right: 40px;
}

.service-contact__select-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  pointer-events: none;
}

.service-contact__req {
  color: var(--prada-mint);
  margin-left: 4px;
}

/* Contactボタンのサイズと位置調整 */
.service-contact__submit {
  display: block;
  width: 100%;
  max-width: 280px; /* 大きすぎるのを防ぐ */
  margin: 48px auto 0; /* 上にしっかり隙間をあけて中央配置 */
  background: var(--prada-mint-text, #457074);
  color: #fff;
  border: 1px solid var(--prada-mint-text, #457074);
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.6vw, 17px);
  font-weight: 600;
  letter-spacing: 0.16em;
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.service-contact__submit:hover {
  background: var(--prada-red);
  border-color: var(--prada-red);
}

/* スマホの時だけ改行させる共通クラス */
.br-sp {
  display: none;
}

@media (max-width: 899px) {
  .br-sp {
    display: block;
  }
}
/* ─────────────── 和文の折り返しを文節でそろえる ───────────────
   個別指定だと漏れるのでまとめて。未対応ブラウザでは無視される */
.service-hero__tagline,
.plan-intro__title,
.plan-card__desc,
.plan-card__note,
.plan-compare__title,
.plan-common__title,
.plan-common__list li,
.plan-lasting__title,
.plan-lasting__point h4,
.plan-lasting__point p,
.audit-plan__copy,
.audit-plan__desc,
.service-options__title,
.opt-item dt,
.opt-item dd,
.flow-item__name,
.service-flow__note,
.faq-item__q,
.faq-item__a,
.service-contact__lead {
  word-break: auto-phrase;
}