@charset "utf-8";
/* ============================================================
   strength.css ― サン・エクステリアの強み（page-strength.php）
   2026リニューアル。トップページ（front-page.css）のトンマナに統一。
   本文系の指定は page-common.css（.sc-page .page-content）を上書きするため、
   原則 .sc-page .page-content / .sc-page #primary でスコープして詳細度を確保する。
   ============================================================ */

/* ---- レイアウト ------------------------------------------- */
.strength-main {
  padding-bottom: 0;
}

.strength-page {
  max-width: var(--fp-content-w);
  margin: 0 auto;
}

.sc-page #primary .strength-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.strength-page .strength-section {
  margin-top: 100px;
}

/* ---- セクション見出し（EN ＋ 緑/グレーバー ＋ 和文 / 中央寄せ） ---- */
.strength-sec-ttl {
  margin: 0 0 46px;
  text-align: center;
}

.strength-sec-ttl .en {
  display: block;
  font-size: 15px;
  letter-spacing: .3em;
  color: var(--fp-text-weak);
  line-height: 1;
}

.strength-sec-ttl .bar {
  display: block;
  width: 147px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(to right, var(--fp-green) 0 32px, var(--fp-text-weak) 32px 147px);
}

.strength-sec-ttl .ja {
  display: block;
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #000;
  line-height: 1.45;
}

/* セクション見出しを <h2> にしても span 時代の見た目を保つ。
   page-common.css の h2 スタイル（緑バー・下線・flex・サイズ）を打ち消す。 */
   .sc-page .page-content .strength-sec-ttl h2.ja {
    display: block;
    margin: 24px 0 0;     /* h2 の margin:56px 0 24px を打ち消し、span時代の margin-top:24px に */
    padding: 0;           /* h2 の padding-bottom:16px を消す */
    border: 0;            /* 下線 border-bottom を消す */
    background: none;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.45;
    color: #000;
  }
  
  .sc-page .page-content .strength-sec-ttl h2.ja::before {
    content: none;        /* 緑の縦バーを消す */
  }

/* ---- リード（全幅ヒーロー画像＋キャッチ） ----------------- */
.strength-lead-block {
  margin-top: 8px;
}

/* #fp-main の幅いっぱいに画像を敷き、その上にキャッチを重ねる */
.strength-hero {
  position: relative;
  width: calc(100% + var(--fp-gut) * 2);
  margin: 0 calc(var(--fp-gut) * -1);
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sc-page #primary .strength-hero .strength-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strength-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .46));
}

.strength-hero-copy {
  position: relative;
  z-index: 1;
  padding: 48px var(--fp-gut);
  text-align: center;
}

.sc-page .page-content .strength-hero-copy .strength-kv {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.55;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}

.sc-page .page-content .strength-hero-copy .strength-kv-sub {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

/* ---- お悩み（グレーボックス＋チェックリスト） -------------- */
.strength-worry-box {
  padding: 48px 40px 52px;
  background: var(--fp-bg-soft);
  border-radius: 14px;
}

.strength-worry-box .strength-sec-ttl {
  margin-bottom: 32px;
}

.sc-page .page-content .strength-worry-list {
  width: fit-content;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sc-page .page-content .strength-worry-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .03em;
  color: var(--fp-text);
}

.sc-page .page-content .strength-worry-list li:last-child {
  margin-bottom: 0;
}

.sc-page .page-content .strength-worry-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23099339' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3 8.4l3.3 3.3L13 4'/%3E%3C/svg%3E") no-repeat center center / 14px 14px;
  box-shadow: 0 0 0 1px var(--fp-green) inset;
}

/* 下向きシェブロン（＞を下に向けた V 字） */
.strength-down {
  display: block;
  width: 22px;
  height: 22px;
  margin: 30px auto 26px;
  border-right: 3px solid var(--fp-green);
  border-bottom: 3px solid var(--fp-green);
  transform: rotate(45deg);
}

.sc-page .page-content .strength-arrow-lead {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  color: var(--fp-text);
}

/* ---- 導入文 ----------------------------------------------- */
.strength-copy {
  max-width: 1000px;
  margin: 0 auto;
}

.sc-page .page-content .strength-copy p {
  margin: 0 0 1.4em;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .04em;
}

.sc-page .page-content .strength-copy p:first-child {
  margin-bottom: 1.6em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--fp-green-dark);
  line-height: 1.7;
}

.sc-page .page-content .strength-copy p:last-child {
  margin-bottom: 0;
}

/* ---- 選ばれる3つの理由（カード） -------------------------- */
.strength-reason-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 50px;
}

.strength-reason-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  padding: 44px 52px;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(0, 0, 0, .05);
}

.strength-reason-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.strength-reason-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--fp-green);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1;
}

.strength-reason-icon {
  text-align: center;
}

.sc-page #primary .strength-reason-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.sc-page .page-content .strength-reason-card h3 {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.55;
  color: #1d1d1d;
}

.sc-page .page-content .strength-reason-card h3::before {
  content: none;
}

.sc-page .page-content .strength-reason-sub {
  margin: 12px 0 0;
  padding-left: 1em;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.6;
  color: var(--fp-green-dark);
}

.sc-page .page-content .strength-reason-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: .6em;
  height: 2px;
  background: var(--fp-green);
}

.sc-page .page-content .strength-reason-text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .03em;
}

.sc-page .page-content .strength-reason-quote {
  margin: 22px 0 0;
  padding: 16px 22px;
  text-align: left;
  background: var(--fp-bg-soft);
  border-left: 3px solid var(--fp-green);
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .02em;
  color: var(--fp-green-dark);
}

/* ---- 比較表 ----------------------------------------------- */
.sc-page .page-content .strength-message {
  position: relative;
  margin: 0 0 40px;
  padding: 0 96px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .04em;
  color: var(--fp-text);
}

.strength-message::before,
.strength-message::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 64px;
  height: 1px;
  background: var(--fp-green);
}

.strength-message::before {
  left: 76px;
  transform: rotate(60deg);
}

.strength-message::after {
  right: 76px;
  transform: rotate(-60deg);
}

.strength-table-wrap {
  overflow-x: auto;
  background: #fff;
}

.strength-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  font-size: 14px;
}

.sc-page .page-content .strength-table th,
.sc-page .page-content .strength-table td {
  border: 1px solid var(--fp-line);
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.45;
}

.sc-page .page-content .strength-table thead th {
  height: 78px;
  background: #f3f3f3;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
}

.sc-page .page-content .strength-table thead th.is-sun {
  background: #eaf4ed;
  color: var(--fp-green);
  font-size: 16px;
  font-weight: 700;
}

.sc-page .page-content .strength-table tbody th {
  width: 110px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
}

.sc-page .page-content .strength-table tbody td {
  background: #fff;
  font-weight: 500;
  color: #1d1d1d;
}

.sc-page .page-content .strength-table tbody td.is-sun {
  background: #f4f9f5;
  font-weight: 600;
  color: #1d1d1d;
}

/* 評価記号（◎○△★）：全列とも緑。説明文は黒。 */
.sc-page .page-content .strength-table tbody td .strength-sym {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: var(--fp-green);
}

/* ---- セカンドオピニオン（緑枠ボックス） ------------------- */
.strength-second {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 48px;
  border: 1px solid var(--fp-green);
  border-radius: 16px;
  background: var(--fp-bg-soft);
  box-sizing: border-box;
}

.sc-page .page-content .strength-second h2 {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: none;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
  color: var(--fp-green-dark);
}

.sc-page .page-content .strength-second h2::before {
  content: none;
}

.sc-page .page-content .strength-second p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .03em;
}

.sc-page .page-content .strength-second p:last-child {
  margin-bottom: 0;
}

.sc-page .page-content p.strength-second-source {
  margin: 8px 0 0 56px;
  font-size: 14px;
  line-height: 1.5;
}

/* ---- 納得価格（図解＋吹き出し / 縦積み中央寄せ） ----------- */
.strength-value {
  text-align: center;
}

.sc-page .page-content .strength-value-lead {
  margin: 0 0 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.6;
  color: var(--fp-green-dark);
}

.strength-value-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.sc-page .page-content .strength-value-text {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.sc-page .page-content .strength-value-text p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .04em;
}

.sc-page .page-content .strength-value-text p:last-child {
  margin-bottom: 0;
}

.sc-page .page-content .strength-value-balloon {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding: 26px 36px;
  background: var(--fp-bg-soft);
  border: 1px solid var(--fp-green);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.85;
  color: var(--fp-green-dark);
}

/* 吹き出しのしっぽ（上向き・図解を指す） */
.strength-value-balloon::before,
.strength-value-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}

.strength-value-balloon::before {
  top: -16px;
  transform: translateX(-50%);
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent var(--fp-green) transparent;
}

.strength-value-balloon::after {
  top: -14px;
  transform: translateX(-50%);
  border-width: 0 14px 15px 14px;
  border-color: transparent transparent var(--fp-bg-soft) transparent;
}

/* ---- お問合せ帯（#fp-main 幅いっぱいに全幅化） ------------- */
/* ---- こだわり安心ポイント（丸数字バッジ） ----------------- */
.strength-point-list {
  max-width: 980px;
  margin: 56px auto 0;
}

.strength-point {
  margin-top: 48px;
}

.strength-point:first-child {
  margin-top: 0;
}

.sc-page .page-content .strength-point h3 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.55;
  color: #1d1d1d;
}

.sc-page .page-content .strength-point h3::before {
  content: none;
}

.strength-point-no {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--fp-green);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 1;
}

.sc-page .page-content .strength-point > p {
  margin: 18px 0 0;
  padding-left: 54px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .03em;
}

.strength-perspective {
  max-width: 720px;
  margin: 40px auto 0;
  padding-left: 54px;
  text-align: center;
}

.sc-page .page-content .strength-perspective figcaption {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--fp-green-dark);
}

.sc-page #primary .strength-perspective img {
  display: block;
  width: 100%;
}

.sc-page .page-content .strength-perspective p {
  margin-top: 18px;
  font-size: 13px;
  color: var(--fp-text-weak);
}

/* ---- CTA（CONTACT）／トップの .fp-cta を本文内で流用 ---------
   #primary 内に置くため #fp-main 幅へ全幅化し、page-common の
   `#primary img{height:auto}` で潰れるアイコン高さを復帰させる。 */
.sc-page #primary .fp-cta.strength-cta {
  width: calc(100% + var(--fp-gut) * 2);
  margin: 100px calc(var(--fp-gut) * -1) 0;
}

.sc-page #primary .fp-cta-tel .ico img {
  width: auto;
  height: 42px;
}

.sc-page #primary .fp-cta-mail .ico {
  width: auto;
  height: 25px;
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1100px) {
  .strength-reason-card {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .strength-reason-aside {
    flex-direction: row;
  }

  .sc-page .page-content .strength-reason-sub {
    padding-left: 0;
    text-align: center;
  }

  .sc-page .page-content .strength-reason-sub::before {
    content: none;
  }

  .sc-page .page-content .strength-reason-text {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .strength-page .strength-section {
    margin-top: 64px;
  }

  .strength-hero {
    height: 280px;
  }

  .sc-page .page-content .strength-hero-copy .strength-kv {
    font-size: 22px;
  }

  .strength-kv-br {
    display: none;
  }

  .sc-page .page-content .strength-hero-copy .strength-kv-sub {
    font-size: 17px;
  }

  .strength-sec-ttl .ja {
    font-size: 23px;
  }

  .strength-worry-box {
    padding: 32px 22px 36px;
  }

  .sc-page .page-content .strength-worry-list {
    width: auto;
    max-width: none;
    font-size: 15px;
  }

  .sc-page .page-content .strength-worry-list li {
    font-size: 15px;
  }

  .sc-page .page-content .strength-arrow-lead {
    font-size: 19px;
    text-align: left;
  }

  .sc-page .page-content .strength-copy p,
  .sc-page .page-content .strength-copy p:first-child {
    text-align: left;
    font-size: 15px;
  }

  .strength-reason-card {
    padding: 32px 24px;
  }

  .sc-page .page-content .strength-reason-card h3 {
    font-size: 19px;
  }

  .sc-page .page-content .strength-message {
    padding: 0;
    font-size: 22px;
  }

  .strength-message::before,
  .strength-message::after {
    content: none;
  }

  .strength-table {
    min-width: 920px;
  }

  .strength-second {
    padding: 8px 22px 28px;
    border-radius: 14px;
  }

  .sc-page .page-content .strength-second h2 {
    font-size: 20px;
    text-align: left;
  }

  .sc-page .page-content .strength-value-lead {
    font-size: 18px;
  }


  .sc-page .page-content .strength-value-balloon {
    font-size: 15px;
    text-align: left;
  }

  .sc-page .page-content .strength-point h3 {
    font-size: 18px;
    gap: 12px;
  }

  .strength-point-no {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .sc-page .page-content .strength-point > p {
    padding-left: 44px;
    font-size: 15px;
  }

  .strength-perspective {
    padding-left: 0;
  }

  /* CTA：SPの #primary 左右padding(20px)に合わせて全幅化（--fp-gut=40pxだとはみ出す） */
  .sc-page #primary .fp-cta.strength-cta {
    width: calc(100% + 40px);
    margin: 64px -20px 0;
  }
  /* .fp-sec-ttl.fp-sec-ttl--white {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
}
