html {
    scroll-padding-top: 88px;
}

main {
    padding-top: 0;
}

:root {
    --ph-gold: #c99d00;
    --ph-gold-soft: #e3c25b;
    --ph-cream: #f5e9c8;
    --ph-warm-bg: #f4ebd8;
}

.ph-margin {
    margin-bottom: 30px;
}

.ph-font-margin {
    font-size: 2rem;
    margin-bottom: 20px;
}


/* =========================================================
   共通セクション
========================================================= */

.ph-section {
    padding: 120px 0;
}

.ph-section--tight {
    padding: 80px 0;
}

.ph-section--alt {
    background: var(--color-bg-top);
}

.ph-section--white {
    background: var(--color-bg);
}

.ph-section__intro {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.9;
}

.nav-contact .contact-tel a {
    pointer-events: auto;
    cursor: pointer;
}


/* =========================================================
   sec1 FV
========================================================= */

.ph-fv {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--color-text-light);
    background: var(--color-primary);
}

.ph-fv__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ph-fv__bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.ph-fv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
    /* 家族・国旗（画像右寄り）が切れないよう右側を基準に表示 */
}

/* 左側テキスト領域のコントラスト補強（画像に内蔵のワインレッドを活かす） */
.ph-fv__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(80, 18, 28, 0.28) 0%,
            rgba(80, 18, 28, 0.08) 42%,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0) 100%);
}

.ph-fv__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7rem clamp(1.5rem, 3vw, 3.5rem) 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ターゲットコピー  グラデーション枠線 + 発光感で上品に */
.ph-fv__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    /* gradient border: padding-box に半透明の暗背景（白文字視認性確保）、border-box にゴールドグラデ */
    background:
        linear-gradient(rgba(55, 8, 16, 0.45), rgba(55, 8, 16, 0.45)) padding-box,
        linear-gradient(130deg,
            rgba(255, 228, 110, 0.92) 0%,
            rgba(201, 157, 0, 0.65) 45%,
            rgba(255, 220, 80, 0.92) 100%) border-box;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.95);
    /* 白 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(0.77rem, 0.24rem + 1.2vw, 1.25rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0.45em 1.5em;
    border-radius: 8px;
    margin-bottom: 1.2rem;
    line-height: 1.5;
    max-width: 100%;
    /* 外側の淡いゴールドグロウ + 内側の微光 */
    box-shadow: 0 0 14px rgba(201, 157, 0, 0.22),
        inset 0 1px 0 rgba(255, 240, 150, 0.12);
}

.ph-fv__tag-text {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* SP専用改行ヘルパー  PC(769px)では非表示 */
.ph-fv__br-sp {
    display: none;
}

/* フィリピン国旗アイコン（縦:横 = 1:2の比率で固定、全ビューポートに適用） */
.ph-fv__tag-flag {
    height: 2em;
    aspect-ratio: 2 / 1;
    /* 縦:横 = 1:2、幅は自動算出（PC時 = 4em） */
    flex-shrink: 0;
    display: block;
    border-radius: 2px;
    overflow: hidden;
}

/* h1  2行キャッチ（上段：小、下段：大） */
.ph-fv h1 {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #fff;
    text-shadow: none;
    max-width: 64%;
}

.ph-fv__heading-sub {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.15rem, 0.85rem + 1.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.ph-fv__heading-main {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.15rem, 0.85rem + 1.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
    white-space: normal;
}

/* FV 補足文（USP訴求） */
.ph-fv__supporting {
    max-width: 48%;
    margin: 0 0 1.25rem;
    font-size: clamp(0.85rem, 0.75rem + 0.4vw, 0.98rem);
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.ph-fv__supporting sup {
    color: var(--ph-gold-soft);
}

.ph-fv__cta {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
}

.ph-fv__tel {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    background: #fff;
    border-radius: 50px;
    padding: 11px 3em;
    min-height: 59px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
    color: var(--color-primary);
    text-decoration: none;
    margin-right: 1rem;
    transition: opacity 0.18s;
}

.ph-fv__tel-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    color: var(--color-primary);
}

.ph-fv__tel-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.03rem;
}

.ph-fv__tel-num {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--color-primary);
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
}

.ph-fv__tel-note {
    display: block;
    font-size: 0.62rem;
    color: var(--color-primary);
    opacity: 0.72;
    letter-spacing: 0.02em;
    margin-top: 0;
    line-height: 1.2;
    text-align: center;
    text-shadow: none;
}

.ph-fv .contact-btn {
    margin-top: 0;
    padding: 0.85em 2.5em;
    font-size: 1rem;
    letter-spacing: 0.08em;
}

/* ──────────────────────────────────────────────────
   FV ステップカード（4工程インジケーター）
   ────────────────────────────────────────────────── */
.ph-fv__steps {
    display: flex;
    gap: 0.5rem;
    width: 55%;
    /* h1 の max-width に合わせる */
    margin-top: 0.15rem;
    margin-bottom: 1rem;
}

.ph-fv__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    /* SVG アイコンに内蔵余白あり ? 追加 gap は不要 */
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 0.5rem 0.5rem 0.55rem;
    /* 上:SVG内蔵余白で補完、下:キャプション下余白 */
    position: relative;
}

/* 2-4枚目の左端にセパレータ矢印 */
.ph-fv__step+.ph-fv__step::before {
    content: '?';
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9rem;
    line-height: 1;
    pointer-events: none;
}

.ph-fv__step-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ph-fv__step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ph-fv__step-num {
    font-size: 0.6rem;
    color: var(--ph-gold);
    font-weight: 700;
    line-height: 1;
    font-family: var(--font-heading);
    letter-spacing: 0.1em;
}

.ph-fv__step-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* 番号＋ラベルのキャプション行（JP のみ使用） */
.ph-fv__step-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

/* JP: 番号をラベルの左横に配置 */
html[lang="ja"] .ph-fv__step-caption {
    flex-direction: row;
    align-items: center;
    gap: 0.3em;
}

html[lang="ja"] .ph-fv__step-caption .ph-fv__step-label {
    text-align: left;
}


/* =========================================================
  sec3
========================================================= */

.ph-compare {
    background: var(--color-bg);
    padding-top: 72px;
    /* 48px × 1.5 */
}

/* 見出し下の装飾横棒を比較セクションでは非表示 */
.ph-compare .section-title::after {
    display: none;
}

/* 見出し「ワンストップ」 平行四辺形ハイライト */
.ph-compare__hl {
    display: inline-block;
    background: linear-gradient(135deg, #a07800 0%, #d4aa00 45%, #b08c00 100%);
    color: #fff;
    padding: 0.18em 1.6em 0.08em;
    /* 上を増やし下を減らして視覚的中央に */
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    border-radius: 0;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.ph-compare__lead {
    max-width: 880px;
    margin: 0 auto 3.5rem;
    text-align: center;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.15rem);
    line-height: 1.9;
}

/* 比較セクション上部のリードバンド（矢印＋キャッチテキスト） */
.ph-compare__lead-band {
    text-align: center;
    padding-bottom: 2.5rem;
}

.ph-compare__lead-band .ph-anxiety__arrow {
    margin-top: 0;
    margin-bottom: 2.2rem;
    /* 2rem × 110% */
}

.ph-compare__lead-text {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: var(--color-text);
    margin: 0;
}

.ph-compare__lead-text span {
    color: var(--color-primary);
    font-weight: 700;
}

/* 「日本で唯一」USPバッジ */
.ph-compare__usp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem auto 0;
    padding: 0.7em 1.5em;
    background: linear-gradient(135deg, rgba(201, 157, 0, 0.08) 0%, rgba(201, 157, 0, 0.03) 100%);
    border: 1px solid rgba(201, 157, 0, 0.45);
    border-radius: 10px;
    text-align: left;
}

.ph-compare__usp-badge-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ph-gold);
}

.ph-compare__usp-badge-icon svg {
    width: 100%;
    height: 100%;
}

.ph-compare__usp-badge-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    line-height: 1.5;
}

.ph-compare__usp-badge-text strong {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--color-primary);
    letter-spacing: 0.05em;
}

.ph-compare__usp-badge-text strong sup {
    color: var(--ph-gold);
    font-size: 0.7em;
}

.ph-compare__usp-badge-text span {
    font-size: 0.78rem;
    color: var(--color-text);
    opacity: 0.85;
}

/* 2カラムグリッド（直接の子要素が .ph-compare__col になる） */
.ph-compare__svg-grid {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 360px);
    /* カード最大幅を個別に指定してコンパクト化 */
    gap: 1.75rem 2rem;
    max-width: 800px;
    margin: 0 auto;
    align-items: stretch;
    /* 両カラムを同じ高さに揃える */
}

/* カラムラッパー */
.ph-compare__col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* カード枠  ラベル・SVG・フッターをすべて内包 */
.ph-compare__frame {
    border-radius: 12px;
    padding: 1.25rem 0.8rem 0.75rem;
    /* 左右: 0.4rem → 0.8rem（約2倍）に拡大 */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* 親 .ph-compare__col の残り高さを埋める */
    box-sizing: border-box;
}

.ph-compare__frame--jec {
    background: #FDF9F5;
    border: 2px solid var(--color-primary);
    box-shadow: 0 4px 20px rgba(122, 30, 45, 0.1);
}

.ph-compare__frame--other {
    background: #f5f4f2;
    border: 2px solid #4E5A66;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

/* 見出しラベル  フルワイドヘッダーバー（枠内上部） */
.ph-compare__col-label {
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 1.4;
    /* フレームの左右パディング (0.8rem) を打ち消して端まで伸ばす */
    width: calc(100% + 1.6rem);
    margin: -1.25rem -0.8rem 0;
    padding: 0.8rem 1rem;
    border-radius: 10px 10px 0 0;
}

.ph-compare__col-label--jec {
    background: var(--color-primary);
    color: #fff;
}

.ph-compare__col-label--other {
    background: #4E5A66;
    color: #fff;
}

/* SVGブロック（枠内） 自然サイズで表示（高さ固定しない） */
/* テキストの下・イラストの上に余白を設ける（順序変更後のバランス調整） */
.ph-compare__svg-block {
    margin: 0.4rem 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
}

.ph-compare__svg-img {
    width: 100%;
    max-width: 360px;
    /* 旧 440px → コンパクト化 */
    height: auto;
    display: block;
}

/* 訴求テキスト  アイコン左・テキスト右の横並び枠線カード */
.ph-compare__col-footer {
    margin-top: 0.75rem;
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.8rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-align: left;
    position: relative;
    /* 三角の absolute 基準 */
    overflow: visible;
    /* 三角がカード外に出るため */
}

/* 吹き出しテール  二重三角テクニック
   ┌ ::after  : 外側（枠線色）  bottom = -height で base が card 下辺と一致
   └ ::before : 内側（背景色）  1.5px だけ高く配置して card border を上書き → 上辺が消える */

/* 外側（枠線色）  base が card 下辺と同じ高さ */
.ph-compare__col-footer::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* -(border-top の高さ) = base を card 下辺に揃える */
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid;
    z-index: 0;
}

/* 内側（背景色）  card の border 1.5px 分だけ上にずらし、外側三角の上辺を隠す
   外側との差 1px（旧 1.5px）→ 斜め線の視覚的太さ ? 1.4px ? card border 1.5px に揃える */
.ph-compare__col-footer::before {
    content: '';
    position: absolute;
    bottom: -7.5px;
    /* -(内側の高さ - border 幅) = -(9 - 1.5) */
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid;
    z-index: 1;
}

.ph-compare__col-footer--other {
    border: 1.5px solid #c4c9d2;
    background: #f3f4f6;
}

.ph-compare__col-footer--other::after {
    border-top-color: #c4c9d2;
}

.ph-compare__col-footer--other::before {
    border-top-color: #f3f4f6;
}

.ph-compare__col-footer--jec {
    border: 1.5px solid rgba(201, 157, 0, 0.55);
    background: rgba(201, 157, 0, 0.06);
}

.ph-compare__col-footer--jec::after {
    border-top-color: rgba(201, 157, 0, 0.55);
}

.ph-compare__col-footer--jec::before {
    border-top-color: #fdf9f0;
}

/* rgba(201,157,0,0.06) over white の近似値 */

/* アイコン  塗りつぶし円（グリッド内でアイコンが両行にまたがって縦中央揃え） */
.ph-compare__footer-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.ph-compare__footer-icon--check {
    background: var(--ph-gold);
    color: #fff;
}

.ph-compare__footer-icon--check svg {
    width: 22px;
    height: 22px;
}

.ph-compare__footer-icon--warn {
    background: #4b5563;
    color: #fff;
}

.ph-compare__footer-icon--warn svg {
    width: 22px;
    height: 22px;
}

/* 見出しテキスト */
.ph-compare__footer-main {
    grid-column: 2;
    grid-row: 1;
    font-family: var(--font-heading);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.1rem;
    letter-spacing: 0.04em;
}

.ph-compare__footer-main::after {
    display: none;
}

.ph-compare__footer-main--jec {
    color: var(--color-primary);
}

.ph-compare__footer-main--other {
    color: #374151;
}

/* 補足テキスト */
.ph-compare__footer-note {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0;
    color: #888;
}

/* ── PC: 比較コンテンツ  説明ボックス（col-footer）を左右等高に揃える ──
   frame を 3 行グリッド（ラベル / 1fr / svg）に切り替えることで
   両列の footer 行高を同値にし、短い方の内容を縦中央揃えにする。
   JP/EN共通（文言の長さでfooterの行数が変わり、SVGイラストの開始位置が
   ずれてしまうのを防ぐため）。                                        */
@media (min-width: 769px) {
    .ph-compare__frame {
        display: grid;
        grid-template-rows: auto 1fr auto;
    }

    .ph-compare__col-footer {
        align-self: stretch;
        /* 1fr 行全体を占有 → 左右で同じ高さ */
        align-content: center;
        /* 内部 2 行を縦中央揃え */
    }
}

/* 比較セクション下部 ? 4アイコンの特徴帯 */
.ph-compare__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1040px;
    margin: 3rem auto 0;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ph-compare__feature {
    text-align: center;
}

.ph-compare__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.6rem;
    color: var(--color-primary);
}

.ph-compare__feature-icon svg {
    width: 100%;
    height: 100%;
}

.ph-compare__feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ph-compare__feature-title {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 0.35rem;
    letter-spacing: 0.03em;
}

.ph-compare__feature-text {
    font-size: 0.78rem;
    line-height: 1.6;
    color: #888;
    margin: 0;
}

/* 比較セクション脚注（※日本で唯一 の根拠） */
.ph-compare__disclaimer {
    max-width: 1040px;
    margin: 1.5rem auto 0;
    font-size: 0.7rem;
    line-height: 1.6;
    color: #999;
    text-align: center;
}


/* =========================================================
   sec2
========================================================= */

.ph-anxiety {
    background: var(--color-bg-top);
    color: var(--color-text);
    position: relative;
    padding-bottom: 48px;
    /* ph-section の 120px × 40% */
}

.ph-anxiety .section-title {
    color: var(--color-text);
    /* 他セクションと同じ黒系に統一 */
}

.ph-anxiety .section-title::after {
    background: var(--color-accent);
}

.ph-anxiety__list {
    max-width: 820px;
    margin: 0 auto 2.5rem;
    list-style: none;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
}

.ph-anxiety__item {
    position: relative;
    padding: 0.4rem 0.5rem 0.4rem 2.25rem;
    line-height: 1.8;
    font-size: 0.98rem;
    color: var(--color-text);
    background: none;
}

.ph-anxiety__item::before {
    content: '・';
    position: absolute;
    left: 0.35rem;
    top: 0.4rem;
    color: var(--ph-gold);
    font-size: 1.05rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.8;
    font-family: inherit;
}

.ph-anxiety__arrow {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    animation: ph-bounce 2s infinite;
}

@keyframes ph-bounce {

    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(8px);
    }
}

.ph-catch-band {
    background: var(--color-primary);
    color: var(--color-text-light);
    text-align: center;
    padding: 70px 1.25rem;
}

.ph-catch-band p {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 0.9rem + 1.4vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: var(--color-accent);
}

.ph-catch-band p span {
    color: #fff;
}


/* =========================================================
   sec4
========================================================= */

.ph-services {
    background: var(--color-bg-top);
}

.ph-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    /* 全行を等高にして4カード同サイズ */
    gap: 1.5rem;
    padding-top: 2rem;
}

.ph-services__item {
    display: grid;
    grid-template-columns: 10rem 1fr;
    column-gap: 1.75rem;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    border-radius: 10px;
    padding: 2rem 2.25rem;
}

.ph-services__icon {
    width: 10rem;
    height: 10rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 円形背景なし */
}

.ph-services__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ph-services__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ph-services__title {
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.3rem);
    color: var(--ph-gold);
    font-weight: 400;
    margin-bottom: 0.6rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

/* タイトル下の金色セパレーターライン */
.ph-services__title-line {
    display: block;
    width: 2.5rem;
    height: 2px;
    margin: 0.55rem auto 0;
    background: var(--ph-gold);
    opacity: 0.7;
}

.ph-services__text {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* サービスセクション下部フッターバー */
.ph-services__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.ph-services__footer-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-primary);
    font-size: 0.95rem;
}

.ph-services__footer-item img {
    width: 1.3rem;
    height: 1.3rem;
    flex-shrink: 0;
}

.ph-services__footer-divider {
    width: 1px;
    height: 1.2rem;
    background: rgba(0, 0, 0, 0.15);
}

.ph-services__footer-note {
    flex: 1 1 320px;
    max-width: 420px;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #888;
}

.ph-services__footer-tel {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6em 1.4em;
    background: var(--color-primary);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ph-services__footer-tel img {
    filter: brightness(0) invert(1);
    width: 1rem;
    height: 1rem;
}


/* =========================================================
   sec5 
========================================================= */

.ph-flow {
    background: var(--color-bg);
}

.ph-flow .section-title {
    color: var(--color-text);
}

.ph-flow .ph-section__intro {
    color: var(--color-text);
}

.ph-flow__list {
    list-style: none;
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
}

.ph-flow__subheading {
    max-width: 820px;
    margin: 0 auto 1.5rem;
    padding: 0.85rem 1rem;
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    background: var(--color-primary);
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 6px;
}

.ph-flow__list+.ph-flow__subheading {
    margin-top: 3rem;
}

.ph-flow__subheading--navy {
    background: #1e3a5f;
}

.ph-flow__list--navy .ph-flow__item::before {
    background: #1e3a5f;
}

.ph-flow__list--navy .ph-flow__num {
    background: #1e3a5f;
}

.ph-flow__list--navy .ph-flow__accordion {
    border-color: rgba(30, 58, 95, 0.2);
}

.ph-flow__list--navy .ph-flow__title {
    color: #1e3a5f;
}

.ph-flow__list--navy .ph-flow__chevron {
    border-right-color: #1e3a5f;
    border-bottom-color: #1e3a5f;
}

.ph-flow__list--navy .ph-flow__body::before {
    border-top-color: rgba(30, 58, 95, 0.35);
}

.ph-flow__item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 0.6rem 0;
    position: relative;
}

.ph-flow__item::before {
    content: '';
    position: absolute;
    left: calc(1.7rem - 4.5px);
    top: 0;
    bottom: 0;
    width: 9px;
    background: var(--color-primary);
    z-index: 0;
}

.ph-flow__item:first-child::before {
    top: calc(0.6rem + 1.7rem);
}

.ph-flow__item:last-child::before {
    bottom: auto;
    height: calc(0.6rem + 1.7rem);
}

.ph-flow__num {
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.47rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 1;
    margin-top: 0;
}


.ph-flow__accordion {
    flex: 1;
    border: 1px solid rgba(122, 30, 45, 0.18);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}


.ph-flow__summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.ph-flow__summary::-webkit-details-marker {
    display: none;
}

.ph-flow__summary::marker {
    display: none;
}

.ph-flow__summary:hover .ph-flow__title {
    opacity: 0.75;
}


.ph-flow__title {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.55;
    letter-spacing: 0.03em;
    transition: opacity 0.15s;
}


.ph-flow__chevron {
    flex-shrink: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-right: 0.25rem;
    margin-top: -0.2rem;
}

details[open] .ph-flow__chevron {
    transform: rotate(-135deg);
    margin-top: 0.2rem;
}


.ph-flow__body {
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 0 1rem;
    font-size: 0.93rem;
    line-height: 1.9;
    color: var(--color-text);
}

.ph-flow__body::before {
    content: '';
    display: block;
    border-top: 1px dashed rgba(122, 30, 45, 0.35);
    margin-bottom: 0.75rem;
}

.ph-flow__body p {
    margin: 0;
    padding-bottom: 1.1rem;
}


/* =========================================================
  CTA
========================================================= */

.ph-cta-mid {
    background: var(--color-primary);
    color: var(--color-text-light);
    text-align: center;
    padding: 80px 0;
}

.ph-cta-mid p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.95;
}

.ph-cta-mid__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 0;
    justify-content: center;
    align-items: center;
}

.ph-cta-mid__tel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-text-light);
    padding-right: 2.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 2.5rem;
    text-decoration: none;
    transition: opacity 0.18s;
}

.ph-cta-mid__tel:hover {
    opacity: 0.85;
}

/* PC: icon非表示、text は透過ラッパー */
.ph-cta-mid__tel-icon {
    display: none;
}

.ph-cta-mid__tel-text {
    display: contents;
}

.ph-cta-mid__tel-num {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-accent);
    line-height: 1.1;
}

.ph-cta-mid__tel-note {
    font-size: 0.82rem;
    opacity: 0.85;
    margin-top: 0.25rem;
}

.ph-cta-mid .contact-btn {
    margin-top: 0;
}


/* =========================================================
   sec6
========================================================= */

.ph-strength {
    background: var(--color-bg-top);
}

.ph-strength__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem auto 0;
    padding-top: 0;
}

.ph-strength__card {
    background: #fff;
    border: 1px solid rgba(122, 30, 45, 0.14);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: var(--transition-medium);
    padding: 0;
    color: var(--color-text);
    position: relative;
}

.ph-strength__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(122, 30, 45, 0.14);
}

.ph-strength__card-inner {
    flex: 1;
    padding: 8.7rem 1.75rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ph-strength__icon-wrap {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 50%;
    border: 1px solid #C8A840;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    box-sizing: border-box;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #C8A840, 0 6px 20px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.ph-strength__icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ph-strength__title {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 0.9rem + 0.6vw, 1.4rem);
    color: var(--color-primary);
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    min-height: auto;
    display: block;
    margin-bottom: 1.1rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
}

.ph-strength__sep {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 72%;
    height: auto;
    background: none;
    margin: 0 auto 1.4rem;
    flex-shrink: 0;
    color: #B8922A;
    font-size: 0.6rem;
    letter-spacing: 0;
}

.ph-strength__sep::before,
.ph-strength__sep::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #B8922A;
}

.ph-strength__text {
    font-size: 0.875rem;
    line-height: 1.9;
    color: var(--color-text);
    text-align: center;
    flex: 1;
    padding: 0 0.75rem;
}

.ph-strength__highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 1.6rem 0.85rem;
    background: #FBF8F3;
    border: 1.5px solid rgba(184, 146, 42, 0.6);
    border-radius: 14px;
    margin: -0.8rem 2.25rem 1.5rem;
    box-shadow: inset 0 0 0 2px #FAF5EC;
    position: relative;
    z-index: 2;
    min-height: 6.5rem;
}

.ph-strength__hl-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
}

.ph-strength__hl-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(52%) sepia(75%) saturate(560%) hue-rotate(10deg) brightness(80%) contrast(112%);
}

.ph-strength__hl-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(184, 146, 42, 0.45);
    flex-shrink: 0;
    margin: 0 0.8rem;
}

.ph-strength__hl-text {
    font-size: 1rem;
    font-weight: 400;
    color: #A67C22;
    line-height: 1.5;
    letter-spacing: 0.06em;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 10rem;
}

.ph-strength__card-bottom {
    background: #FAF5EC;
    border-radius: 0 0 11px 11px;
    flex-shrink: 0;
}

.ph-strength__card-bottom img {
    width: 100%;
    height: 5rem;
}


/* =========================================================
  sec7
========================================================= */

.ph-partner {
    background: var(--color-bg);
}

.ph-partner__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.ph-partner__card {
    position: relative;
    background: #fffdf8;
    border: 1px solid rgba(201, 157, 0, 0.4);
    border-radius: 4px;
    padding: 2.5rem 2rem 2rem;
    text-align: center;
    transition: var(--transition-medium);
    box-shadow: 0 4px 14px rgba(122, 30, 45, 0.06);
    overflow: hidden;
}

.ph-partner__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(122, 30, 45, 0.12);
}

.ph-partner__corner {
    position: absolute;
    width: 90px;
    height: auto;
    top: 0;
    pointer-events: none;
}

.ph-partner__corner--tl {
    left: 0;
}

.ph-partner__corner--tr {
    right: 0;
    transform: scaleX(-1);
}

.ph-partner__logo {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 0.25rem;
}

.ph-partner__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.ph-partner__divider {
    display: block;
    width: 90%;
    max-width: 468px;
    height: auto;
    margin: 0.5rem auto 1.25rem;
}

.ph-partner__name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: #1e3a5f;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.07em;
    line-height: 1.4;
}

.ph-partner__text {
    font-size: 0.92rem;
    line-height: 1.85;
    text-align: center;
    color: var(--color-text);
}


/* =========================================================
   sec7-facilities
========================================================= */

.ph-facilities__subheader {
    text-align: center;
    margin: 4.5rem 0 2.5rem;
    padding-top: 3.5rem;
    border-top: 1px solid rgba(201, 157, 0, 0.3);
}

.ph-facilities__subtitle {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 1rem + 0.8vw, 1.7rem);
    color: var(--color-text);
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
}

.ph-facilities__subtitle-line {
    width: 2.5rem;
    height: 1.5px;
    background: var(--ph-gold);
    margin: 0 auto;
}

/* エリアカード 3列グリッド */
.ph-facilities__area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
}

.ph-facilities__area-card {
    background: #fffdf8;
    border: 1px solid rgba(201, 157, 0, 0.4);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(122, 30, 45, 0.06);
    transition: var(--transition-medium);
    display: flex;
    flex-direction: column;
}

.ph-facilities__area-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(122, 30, 45, 0.12);
}

.ph-facilities__partner-label {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 700;
    color: #1e3a5f;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 0.5rem 1.5rem;
    background: var(--ph-warm-bg);
    border: 1px solid rgba(201, 157, 0, 0.55);
    border-radius: 999px;
    width: fit-content;
    margin: 0 auto 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ph-facilities__partner-label img {
    height: auto;
    flex-shrink: 0;
    width: 26px;
}

.ph-facilities__partner-label+.ph-facilities__area-grid {
    margin-bottom: 3rem;
}

.ph-facilities__area-name {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    letter-spacing: 0.25em;
    color: var(--color-primary);
    text-align: center;
    padding: 1.5rem 1rem 0.4rem;
    font-weight: 400;
}

.ph-facilities__area-divider {
    display: block;
    width: 65%;
    max-width: 180px;
    height: auto;
    margin: 0 auto 0.75rem;
}

.ph-facilities__area-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
}

.ph-facilities__area-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-facilities__entries {
    list-style: none;
    padding: 1.25rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.ph-facilities__entry {
    display: block;
    width: fit-content;
}

.ph-facilities__name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 0.25rem;
    line-height: 1.45;
}

.ph-facilities__addr {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--color-text);
}

.ph-facilities__pin {
    flex-shrink: 0;
    width: 1.35rem;
    height: auto;
    margin-left: -0.38rem;
}


/* =========================================================
  sec8
========================================================= */

.ph-faq {
    background: var(--color-bg-alt);
    color: var(--color-text);
}

.ph-faq .section-title {
    color: var(--color-text);
}

.ph-faq .section-title::after {
    background: var(--color-accent);
}

.ph-faq .ph-section__intro {
    color: var(--color-text);
}

.ph-faq__list {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 1.2rem;
}

.ph-faq__item {
    background: var(--color-bg);
    border: 1px solid rgba(122, 30, 45, 0.15);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 1.75rem;
}

.ph-faq__q {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text);
    margin: 0 0 0.9rem;
    padding: 0;
    list-style: none;
}

.ph-faq__q::before {
    content: 'Q';
    display: block;
    flex-shrink: 0;
    color: #6B1525;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    width: auto;
    background: none;
    border-radius: 0;
    align-self: flex-start;
    margin-top: 0.22rem;
}

.ph-faq__a {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.9;
    color: var(--color-text);
    padding: 0;
    border-top: none;
}

.ph-faq__a p {
    margin: 0;
    padding: 0;
    flex: 1;
}

.ph-faq__a::before {
    content: 'A';
    display: block;
    flex-shrink: 0;
    color: var(--color-accent);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    width: auto;
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: content-box;
}

.ph-faq__a::after {
    display: none;
}


/* =========================================================
   sec9
========================================================= */

.ph-message {
    position: relative;
    background:
        linear-gradient(rgba(30, 12, 16, 0.78), rgba(30, 12, 16, 0.78)),
        url('../../assets/images/philippines/sec9-bg.svg') center/cover;
    color: #f3ece4;
    padding: 110px 0;
}

.ph-message .section-title {
    color: #fff;
}

.ph-message .section-title::after {
    background: var(--color-accent);
}

.ph-message__body {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    line-height: 2.1;
    font-size: 1rem;
    color: #f3ece4;
}

.ph-message__body p+p {
    margin-top: 1.5rem;
}


/* =========================================================
   sec10
========================================================= */
.ph-final-contact .container {
    max-width: 720px;
}

/* PC: 電話番号をテキスト表示 */
.ph-final-contact__tel {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    transition: opacity 0.18s;
}

.ph-final-contact__tel:hover {
    opacity: 0.85;
}

.ph-final-contact__tel-icon {
    display: none;
}

.ph-final-contact__tel-text {
    display: block;
}

.ph-final-contact__tel-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-accent);
    line-height: 1.1;
}

.ph-final-contact__tel-note {
    display: block;
    font-size: 0.88rem;
    color: var(--color-text-light);
    opacity: 0.85;
    margin-top: 0.3rem;
}












/* =========================================================
   SP / Tablet Responsive  @media (max-width: 768px)
   ========================================================= */
@media (max-width: 768px) {

    .ph-fv__tel:hover {
        opacity: 0.85;
    }

    .ph-section {
        padding: 70px 0;
    }

    .ph-section--tight {
        padding: 56px 0;
    }

    /* ── FV SP: 画像上段 × ワインレッドテキスト下段 ── */
    .ph-fv {
        flex-direction: column;
        min-height: 100vh;
        background: var(--color-primary);
        overflow: visible;
        /* ::before gold arc が bg 領域に重なるため必要 */
    }

    /* 画像：16/12 (約1.33倍高さ) + 底部に下向きアーチ（中央が低くなる） */
    .ph-fv__bg {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 16 / 12;
        flex-shrink: 0;
        z-index: 1;
        /* ▼ 底コーナーを丸めて下向きアーチを作成 */
        border-radius: 0 0 50% 50% / 0 0 30px 30px;
        overflow: hidden;
    }

    .ph-fv__bg picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .ph-fv__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 80% center;
    }

    /* SP では画像オーバーレイ不要 */
    .ph-fv__bg::after {
        display: none;
    }

    /* テキストエリア：中央揃え、wine-red 背景 */
    .ph-fv__inner {
        position: relative;
        z-index: 2;
        flex: 1;
        background: var(--color-primary);
        padding: 0.75rem 1.5rem 1rem;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        /* コンテンツをワインレッドエリア内で縦中央に */
    }

    /* ── ゴールドのアーチライン（画像底部の曲線に重なる） ── */
    /* border-bottom が border-radius に沿うことで下向き弧を描く */
    .ph-fv__inner::before {
        content: '';
        position: absolute;
        top: -30px;
        /* .ph-fv__inner 上端から 30px 上 = 画像底部コーナー位置 */
        left: 0;
        width: 100%;
        height: 30px;
        border-bottom: 2.5px solid var(--ph-gold);
        border-radius: 0 0 50% 50% / 0 0 30px 30px;
        /* 画像と同じ arch */
        background: transparent;
        z-index: 3;
    }

    /* ::after は不要 */
    .ph-fv__inner::after {
        content: none;
    }

    /* ── タグバッジ（国旗 + テキスト横並び） ── */
    .ph-fv__tag {
        display: inline-flex;
        align-items: center;
        gap: 0.55em;
        font-size: 0.72rem;
        padding: 0.45em 1.2em;
        letter-spacing: 0.08em;
        max-width: 100%;
        white-space: normal;
        line-height: 1.6;
        margin-bottom: 0.4rem;
        /* ベースルールの transparent + gold border を継承（追加指定なし） */
    }

    /* SP 国旗（EN/デフォルト: 2行分の高さ × 2倍、幅は aspect-ratio 2/1 で自動算出） */
    .ph-fv__tag-flag {
        height: 6.4em;
        /* 旧 3.2em の2倍 */
        /* width は PC基底ルールの aspect-ratio: 2/1 が継続適用で自動算出 */
        flex-shrink: 0;
        display: block;
        border-radius: 2px;
        overflow: hidden;
    }

    /* SP テキストラッパー（全言語共通） */
    .ph-fv__tag-text {
        display: block;
    }

    /* SP 両国間テキスト（「日本 →」/「Japan →」）: 縮小・折り返し防止 */
    .ph-fv__tag-between {
        flex-shrink: 0;
        white-space: nowrap;
    }

    /* ── SP 日本語版: コンパクト 1行表示 ── */
    html[lang="ja"] .ph-fv__inner {
        justify-content: flex-start;
        /* center → flex-start: 画像?タグ間を約30pxに */
        padding-top: 1.875rem;
    }

    html[lang="ja"] .ph-fv__tag {
        font-size: 0.7rem;
        letter-spacing: 0;
        overflow: hidden;
        /* 極小画面（320px以下）の安全弁 */
    }

    html[lang="ja"] .ph-fv__tag-flag {
        height: 3em;
        /* 旧 1.5em の2倍 */
        /* aspect-ratio 2/1 は PC基底ルールから継続適用 → 幅 = 6em */
    }

    html[lang="ja"] .ph-fv__tag-text {
        white-space: nowrap;
        /* 18文字のテキストが320px以上の画面で1行に収まるため折り返し不要 */
    }

    /* ── SP 英語版: テキスト折り返し時に国旗を先頭行に揃える ── */
    html[lang="en"] .ph-fv__tag {
        align-items: flex-start;
    }

    /* SP 英語版: 国旗を2倍サイズに拡大（flex-start で先頭行に揃う） */
    html[lang="en"] .ph-fv__tag-flag {
        height: 3em;
        /* 旧 1.5em の2倍 */
    }

    /* ── 見出し：中央揃え ── */
    .ph-fv h1 {
        max-width: 100%;
        gap: 0.15rem;
        margin-bottom: 0.75rem;
        align-items: center;
        text-align: center;
    }

    .ph-fv__heading-sub {
        font-size: clamp(1rem, 0.85rem + 1.2vw, 1.2rem);
        font-weight: 700;
        text-align: center;
        color: #fff;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .ph-fv__heading-main {
        font-size: clamp(1rem, 0.85rem + 1.2vw, 1.2rem);
        white-space: normal;
        letter-spacing: 0.03em;
        text-align: center;
        line-height: 1.4;
    }

    .ph-fv__supporting {
        max-width: 100%;
        text-align: center;
        font-size: 0.82rem;
    }

    /* EN「For a proper farewell...」: word-spacing を自然に保つ（サイズは JP と共通） */
    html[lang="en"] .ph-fv__heading-main,
    html[lang="en"] .ph-fv__heading-sub {
        word-spacing: 0.08em;
        letter-spacing: 0.01em;
    }

    /* SP: FV ステップカード ? 2×2 グリッド */
    .ph-fv__steps {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.45rem;
        margin-bottom: 0.85rem;
        margin-top: 0;
    }

    /* SP専用改行ヘルパーを有効化 */
    .ph-fv__br-sp {
        display: inline;
    }

    .ph-fv__step+.ph-fv__step::before {
        display: none;
        /* SP ではセパレータ矢印を非表示 */
    }

    .ph-fv__step-icon {
        width: 72px;
        /* 48px × 1.5 */
        height: 72px;
    }

    .ph-fv__step-num {
        font-size: 0.65rem;
        /* PC(0.72rem) と同様、label と揃える */
    }

    .ph-fv__step-label {
        font-size: 0.65rem;
    }

    .ph-fv__cta {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        /* stretch: ボタンを確実にコンテナ全幅に引き伸ばす */
        gap: 0.45rem;
    }

    /* ─────────────────────────────────────────────────────────────
       SP: 電話ボタン・フォームボタン 統一デザイン
       設置箇所: FV / Mid CTA（比較後・フロー後） / Final Contact
       ────────────────────────────────────────────────────────────
       【参照元】jecサイト参考/jec-em.jp/css/style.css  .contact-btn
       ├ padding    : 15px 40px
       ├ border-radius: 50px
       ├ font-weight: 700  /  text-transform: uppercase
       ├ letter-spacing: 0.1em
       ├ background : var(--color-accent) [gold]
       ├ color      : var(--color-primary) [wine-red]
       ├ width      : auto（SP専用オーバーライドなし）
       └ 自然高さ   : padding 15px×2 + line-height 1.8×16px = 58.8px ? 59px
       ────────────────────────────────────────────────────────────
       LP での適用方針:
       ・フォームボタン: style.css .contact-btn のスタイルを継承し SP では
         width:100% / min-height:59px（既存サイト自然高さに一致）/ display:flex を追加
       ・電話ボタン: flex + justify-content:center でアイコン+テキストのグループ全体を
         ボタン内の中央に配置。gap:0.85rem(?1em=1文字分)でアイコン?テキスト間隔を設定。
       ・テキストラッパー: align-items:center + text-align:center で電話番号・補足テキストを
         テキストグループ内で中央揃え。補足テキストが2行になっても崩れない。
       ・min-height:59px を両ボタンで共有 → 1行テキストのときは等高
       ─────────────────────────────────────────────────────────── */

    /* 電話ボタン外枠  全設置箇所共通
       flex + justify-content:center でアイコン+テキストのグループをボタン中央に配置
       gap:0.85rem  1em = 約1文字分の間隔 */
    .ph-fv__tel,
    .ph-cta-mid__tel,
    .ph-final-contact__tel {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.85rem;
        background: #fff;
        border-radius: 50px;
        padding: 11px 1.5em;
        min-height: 59px;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
        color: var(--color-primary);
        text-decoration: none;
    }

    /* 受話器アイコン */
    .ph-fv__tel-icon,
    .ph-cta-mid__tel-icon,
    .ph-final-contact__tel-icon {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        flex-shrink: 0;
        color: var(--color-primary);
    }

    /* テキストラッパー  中央揃え
       align-items:center で電話番号と補足テキストをグループ内で水平中央配置
       text-align:center で補足テキストが2行になっても中央揃えを維持 */
    .ph-fv__tel-text,
    .ph-cta-mid__tel-text,
    .ph-final-contact__tel-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.03rem;
    }

    /* 電話番号 */
    .ph-fv__tel-num,
    .ph-cta-mid__tel-num,
    .ph-final-contact__tel .ph-final-contact__tel-num {
        font-family: var(--font-heading);
        font-size: 1.35rem;
        color: var(--color-primary);
        letter-spacing: 0.06em;
        line-height: 1.1;
        text-align: center;
        text-shadow: none;
        /* SPは白背景ボタンになるため画像用シャドウを解除 */
    }

    /* 補足テキスト  text-align:center で2行折り返し時も中央揃えを保持 */
    .ph-fv__tel-note,
    .ph-cta-mid__tel-note,
    .ph-final-contact__tel .ph-final-contact__tel-note {
        display: block;
        font-size: 0.62rem;
        color: var(--color-primary);
        opacity: 0.72;
        letter-spacing: 0.02em;
        margin-top: 0;
        line-height: 1.2;
        text-align: center;
        text-shadow: none;
        /* SPは白背景ボタンになるため画像用シャドウを解除 */
    }

    /* フォームボタン  全設置箇所共通
       ベーススタイルは style.css .contact-btn:
         padding:15px 40px / border-radius:50px / background:gold / font-weight:700 / line-height:1.8
       自然高さ: 15px + 16px×1.8 + 15px = 58.8px ? 59px
       SP追加: width:100% / min-height:59px（既存サイト自然高さに一致）/ display:flex
       align-self:stretch ? 親の align-items 設定に依存せず確実に全幅を確保する二重保険 */
    .ph-fv .contact-btn,
    .ph-cta-mid .contact-btn,
    .ph-final-contact .contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        /* 親の align-items 値に依存せず確実に全幅 */
        width: 100%;
        min-height: 59px;
        box-sizing: border-box;
        margin-top: 0;
    }

    .ph-fv .contact-btn::after {
        content: none;
    }

    /* Final Contact のみ: 電話ボタン下の間隔（rowコンテナ未使用のため margin で代替） */
    .ph-final-contact__tel {
        margin-bottom: 0.45rem;
        margin-top: 0;
    }

    /* Compare  SP専用 */
    .ph-compare {
        padding-top: 42px;
        /* 28px × 1.5 */
    }

    .ph-compare .section-title {
        margin-bottom: 1.25rem;
        /* 見出し?カード間の余白を縮小 */
    }

    .ph-compare__svg-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ph-compare__svg-img {
        max-width: 100%;
        width: 100%;
    }

    /* フレームの横パディングを0にしてSVGをフレーム全幅に拡大 */
    .ph-compare__frame {
        padding: 1.8rem 0 0.75rem;
    }

    /* ラベル（SP） フルワイドバー: フレームの横パディングが 0 なので width: 100% */
    .ph-compare__col-label {
        font-size: clamp(0.92rem, 0.82rem + 0.8vw, 1.1rem);
        padding: 0.7rem 1rem;
        width: 100%;
        margin: -1.8rem 0 0.75rem;
        /* SP フレームの top 1.8rem を打ち消す */
        border-radius: 10px 10px 0 0;
    }

    .ph-compare__col-footer {
        grid-template-columns: 2.2rem 1fr;
        column-gap: 0.65rem;
        padding: 0.6rem 0.8rem;
        margin-left: 0.75rem;
        /* カード枠線との左右余白（1文字分相当） */
        margin-right: 0.75rem;
        width: calc(100% - 1.5rem);
        /* margin 分を差し引いて width を補正 */
    }

    .ph-compare__footer-icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    .ph-compare__footer-icon svg {
        width: 18px;
        height: 18px;
    }

    .ph-compare__footer-main {
        font-size: 0.9rem;
        /* 文言が長くなったため複数行折り返し前提のサイズに調整 */
        line-height: 1.4;
    }

    .ph-compare__footer-note {
        font-size: 0.76rem;
    }

    /* USPバッジ・特徴帯・脚注 ? SP */
    .ph-compare__usp-badge {
        display: flex;
        width: 100%;
        margin-top: 1rem;
        text-align: left;
    }

    .ph-compare__features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem 1rem;
        margin-top: 2.25rem;
        padding-top: 1.75rem;
    }

    .ph-compare__disclaimer {
        text-align: left;
        padding: 0 0.5rem;
    }

    /* Anxiety */
    .ph-anxiety {
        padding-bottom: 28px;
        /* ph-section SP の 70px × 40% */
    }

    .ph-anxiety__list {
        padding: 1rem 1.25rem 1rem 1rem;
    }

    .ph-anxiety__item {
        font-size: 0.92rem;
        padding: 0.35rem 0.3rem 0.35rem 2rem;
    }

    .ph-anxiety__item::before {
        left: 0.2rem;
        top: 0.4rem;
    }

    /* Anxiety arrow SP: 2/3サイズ */
    .ph-anxiety__arrow::before {
        border-left-width: 93px;
        border-right-width: 93px;
        border-top-width: 25px;
    }

    /* Catch band */
    .ph-catch-band {
        padding: 50px 1rem;
    }

    /* Services */
    .ph-services__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ph-services__grid {
        grid-auto-rows: auto;
        /* SP: 等高強制を解除してコンテンツ量に合わせた高さに */
    }

    .ph-services__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.75rem 1.5rem 2.75rem;
    }

    .ph-services__icon {
        width: 7rem;
        height: 7rem;
        margin-bottom: 1rem;
    }

    .ph-services__body {
        text-align: center;
    }

    .ph-services__footer {
        flex-direction: column;
        gap: 0.85rem;
        margin-top: 1.75rem;
        padding-top: 1.5rem;
    }

    .ph-services__footer-divider {
        display: none;
    }

    .ph-services__footer-note {
        flex: initial;
    }

    /* Flow */
    .ph-flow__item {
        gap: 0.75rem;
        padding: 0.5rem 0;
    }

    .ph-flow__num {
        /* SP: padding(0.75rem×2) + line-height(1.44rem)  2.9rem */
        width: 2.9rem;
        height: 2.9rem;
        font-size: 1.19rem;
        margin-top: 0;
    }

    /* SP: 縦棒の位置を円に合わせて再計算 */
    /* 円幅2.9rem → 中心 = 1.45rem; 棒幅9px → -4.5px */
    .ph-flow__item::before {
        left: calc(1.45rem - 4.5px);
    }

    .ph-flow__item:first-child::before {
        top: calc(0.5rem + 1.45rem);
    }

    .ph-flow__item:last-child::before {
        height: calc(0.5rem + 1.45rem);
    }

    .ph-flow__summary {
        gap: 0.6rem;
        padding: 0.75rem 0.75rem;
    }

    .ph-flow__title {
        font-size: 0.93rem;
    }

    .ph-flow__body {
        padding: 0 0.75rem 0.9rem;
        font-size: 0.88rem;
    }

    /* Mid CTA */
    .ph-cta-mid {
        padding: 60px 0;
    }

    .ph-cta-mid__row {
        flex-direction: column;
        align-items: stretch;
        /* stretch: ボタンを確実にコンテナ全幅に引き伸ばす */
        width: 100%;
        /* 明示: 親コンテナ全幅を使用 */
        gap: 0.45rem;
    }

    /* 電話ボタン・フォームボタン SP スタイルは上部「統一デザイン」ブロックに集約済み */

    /* Final Contact 電話ボタン・フォームボタン SP スタイルは上部「統一デザイン」ブロックに集約済み */

    /* Strength */
    .ph-strength__cards {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 0;
    }

    .ph-strength__card {
        padding-bottom: 0;
    }

    .ph-strength__icon-wrap {
        /* SP: アイコン縮小 4.5rem、カード内部に収める */
        top: 1.75rem;
        width: 4.5rem;
        height: 4.5rem;
        padding: 0.55rem;
    }

    .ph-strength__card-inner {
        padding: 7.6rem 1.25rem 0;
    }

    .ph-strength__title {
        font-size: 1.1rem;
        margin-bottom: 0.9rem;
    }

    .ph-strength__sep {
        margin-bottom: 1rem;
    }

    .ph-strength__text {
        font-size: 0.875rem;
    }

    .ph-strength__card-bottom {
        border-radius: 0 0 11px 11px;
    }

    .ph-strength__highlight {
        margin: -0.8rem 1.875rem 1.25rem;
        /* 上に0.8rem移動 / 左右: 2文字分横幅縮小 */
        padding: 1.55rem 0.75rem;
        /* 上下: 1文字分広げた余白 */
        min-height: 5.5rem;
        /* SP: 縦積みのため厳密な高さ揃えは不要だが最低高さを保証 */
    }

    .ph-strength__hl-divider {
        margin: 0 0.65rem;
    }

    .ph-strength__hl-text {
        font-size: 0.82rem;
    }

    /* Partner */
    .ph-partner__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Facilities */
    .ph-facilities__area-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .ph-facilities__subheader {
        margin: 3rem 0 2rem;
        padding-top: 2.5rem;
    }


    .ph-facilities__partner-label img {
        width: 38px;
    }

    /* FAQ  SP */
    .ph-faq__item {
        padding: 1.5rem 1.6rem;
    }

    .ph-faq__q {
        font-size: 0.92rem;
        gap: 0.75rem;
        margin-bottom: 0.85rem;
    }

    .ph-faq__q::before {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    .ph-faq__a {
        font-size: 0.88rem;
        gap: 0.75rem;
    }

    .ph-faq__a::before {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    /* Message */
    .ph-message {
        padding: 70px 0;
    }

    .ph-message__body {
        font-size: 0.95rem;
    }
}

/* =========================================================
   English page tweaks
   ========================================================= */
html[lang="en"] .ph-strength__title,
html[lang="en"] .ph-services__title,
html[lang="en"] .ph-partner__name,
html[lang="en"] .ph-faq__q {
    letter-spacing: 0.02em;
}

html[lang="en"] .ph-fv__tag {
    letter-spacing: 0.04em;
}

html[lang="en"] .ph-fv__heading-sub {
    font-size: clamp(1.15rem, 0.85rem + 1.5vw, 1.7rem);
    letter-spacing: 0.01em;
}

html[lang="en"] .ph-fv__heading-main {
    font-size: clamp(1.15rem, 0.85rem + 1.5vw, 1.7rem);
    letter-spacing: 0.01em;
    white-space: normal;
    /* 英文は長いため折り返し許容 */
}

html[lang="en"] .ph-services__title {
    font-size: clamp(1rem, 0.8rem + 0.5vw, 1.2rem);
}

/* ハイライト高さ  EN は JP より若干小さいフォントで2行に揃えつつ、
   万が一3行になった場合も min-height で他カードと高さを揃える */
html[lang="en"] .ph-strength__highlight {
    min-height: 6.5rem;
    /* EN も JP(6.5rem) と同値で揃える */
}

/* ハイライトテキスト  英語は日本語より長いため折り返し幅を明示的に制御 */
html[lang="en"] .ph-strength__hl-text {
    /* 0.8rem(12.8px)に下げることで1文字あたりの幅が縮まり、
       "arrange separate providers."(~189px) が max-width:14rem(224px) 内に収まり2行で揃う */
    font-size: 0.8rem;
    letter-spacing: 0;
    max-width: 14rem;
}

@media (max-width: 768px) {
    html[lang="en"] .ph-fv h1 {
        font-size: clamp(1.3rem, 0.9rem + 2vw, 1.7rem);
        line-height: 1.5;
    }

    html[lang="en"] .ph-flow__list {
        grid-template-columns: 1fr;
    }

    html[lang="en"] .ph-strength__hl-text {
        font-size: 0.8rem;
        /* SP: 12.5rem(200px)で"arrange separate providers."(~189px)が1行に収まり2行揃いを維持 */
        max-width: 12.5rem;
    }
}

/* =================================================================
   EN PC FV  間隔スケールダウン（JP・SP・他セクション不変）
   共通 PC ルールの各 margin を比率を維持したまま約 0.7× に縮小し
   初期表示範囲内に収める。padding-top は header 高さ下限のため維持。
   ================================================================= */
@media (min-width: 769px) {
    html[lang="en"] .ph-fv__tag {
        margin-bottom: 0.5rem;
        /* 0.7rem × 0.71 */
    }

    html[lang="en"] .ph-fv h1 {
        margin-bottom: 1.5rem;
        /* 2.1rem × 0.71 */
    }

    html[lang="en"] .ph-fv__steps {
        margin-bottom: 1.35rem;
        /* 1.95rem × 0.69 */
    }

    html[lang="en"] .ph-fv__cta {
        margin-top: 0.9rem;
        /* 1.35rem × 0.67 */
    }
}

/* =================================================================
   PC FV ? レイアウト調整（JP・EN 共通）
   近接・整列・対比の原則を適用しつつ 1 画面内に収める
   @media (min-width: 769px) で SP に影響しない
   ================================================================= */
@media (min-width: 769px) {

    /* ── inner padding
       padding-top: 5.5rem = 88px（ヘッダー高さ88px をギリギリクリア）
       タグを現在より上へ移動するため 6rem → 5.5rem に縮小
       padding-bottom: 2.5rem で下余白を確保                         */
    .ph-fv__inner {
        padding-top: 5.5rem;
        padding-bottom: 2.5rem;
    }

    /* ── ターゲットコピー → sub-copy 間：指示の「現在の約2倍」
       0.35rem → 0.7rem                                             */
    .ph-fv__tag {
        margin-bottom: 0.7rem;
    }

    /* ── sub-copy → main-copy 間：現在と同程度（gap: 0.1rem を維持）
       main-copy → 4 cards 間：指示の「現在の約3倍」
       0.7rem → 2.1rem                                              */
    .ph-fv h1 {
        gap: 0.1rem;
        margin-bottom: 2.1rem;
    }

    /* ── 4 cards → CTA 間：指示の「現在の約3倍」
       steps margin-bottom: 0.65rem → 1.95rem
       cta margin-top:   0.45rem → 1.35rem
       合計 1.1rem → 3.3rem（? 3倍）                                 */
    .ph-fv__steps {
        margin-top: 0;
        margin-bottom: 1.95rem;
    }

    /* ── カード：SVG 内蔵余白を活かし gap=0 でコンパクト化 */
    .ph-fv__step {
        gap: 0;
        padding: 0.2rem 0.4rem 0.35rem;
    }

    /* ── アイコン：72px（SVG の内蔵余白込みで全体バランスを取る） */
    .ph-fv__step-icon {
        width: 72px;
        height: 72px;
    }

    /* ── 番号とテキストを同サイズに揃えて「一体感」を出す */
    .ph-fv__step-num {
        font-size: 0.72rem;
    }

    .ph-fv__step-label {
        font-size: 0.72rem;
    }

    /* ── CTA：4 cards との間隔の3倍化を steps と分担 */
    .ph-fv__cta {
        margin-top: 1.35rem;
    }
}

/* =================================================================
   SP 固定フッター CTA + TOPへ戻るボタン
   PC（769px）では display:none で完全非表示
   ================================================================= */

/* ── PC では完全に非表示 ── */
.ph-sp-cta-bar,
.ph-back-top {
    display: none;
}

@media (max-width: 768px) {

    /*=================================================================
      SP-CTAbar 
    =================================================================*/

    .ph-sp-cta-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 950;
        /* デフォルト（FV 表示中）：白背景 */
        background: #fff;
        box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.12);
        /* iPhone セーフエリア対応 */
        padding-bottom: env(safe-area-inset-bottom, 0px);
        /* FV を超えた後の配色切り替えにトランジション */
        transition: background-color 0.35s, box-shadow 0.35s;
    }

    .ph-sp-cta-bar img {
        filter: brightness(0) invert(1);
    }

    /* FV を超えた後：ワインレッドに切り替え */
    .ph-sp-cta-bar.is-past-fv {
        background: var(--color-primary);
        box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.3);
    }

    .ph-sp-cta-bar__btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        min-height: 56px;
        padding: 0.6rem 0.5rem;
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1.2;
        background: transparent;
        border: none;
        -webkit-tap-highlight-color: transparent;
        transition: background 0.15s;
    }

    .ph-sp-cta-bar__btn:active,
    .ph-sp-cta-bar__btn:focus-visible {
        background: rgba(0, 0, 0, 0.05);
        outline: none;
    }

    .ph-sp-cta-bar.is-past-fv .ph-sp-cta-bar__btn:active,
    .ph-sp-cta-bar.is-past-fv .ph-sp-cta-bar__btn:focus-visible {
        background: rgba(255, 255, 255, 0.1);
    }

    /* お問い合わせボタン  FV 中：ワインレッド / FV 後：白 */
    .ph-sp-cta-bar__btn--contact {
        color: var(--color-primary);
        border-right: 1px solid rgba(122, 30, 45, 0.2);
        transition: color 0.35s, border-color 0.35s;
        filter: brightness(0) saturate(100%) invert(16%) sepia(32%) saturate(4843%) hue-rotate(330deg) brightness(84%) contrast(92%);
    }

    .ph-sp-cta-bar.is-past-fv .ph-sp-cta-bar__btn--contact {
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        filter: brightness(0) invert(1);
    }

    /* 電話ボタン：ゴールド（両状態で変更なし） */
    .ph-sp-cta-bar__btn--tel {
        filter: brightness(0) saturate(100%) invert(65%) sepia(90%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(101%);
    }

    .ph-sp-cta-bar__btn img {
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

    /* 固定フッター分だけ body 下部に余白を追加してコンテンツが隠れないようにする */
    body {
        padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    }

    /*=================================================================
      SP-TOPicon 
    =================================================================*/
    .ph-back-top {
        display: flex;
        position: fixed;
        right: 1rem;
        bottom: calc(56px + env(safe-area-inset-bottom, 0px) + 0.65rem);
        z-index: 940;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        border: 1.5px solid var(--color-primary);
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    }

    .ph-back-top.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .ph-back-top:active {
        background: #f5eeee;
    }

    .ph-back-top img {
        width: 18px;
        height: 18px;
    }
}