@charset "UTF-8";

/* ==========================================================================
   Aesta 「見えない赤字」無料診断 LP スタイルシート
   対象: index.html（診断LP）
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700&display=swap');

/* ==========================================================================
   リセット・ベース
   ========================================================================== */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#lp-wrapper {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    --color-primary: #BC1A20;
    --color-accent: #FE4303;
    --color-base-dark: #585A5A;
    --color-text-body: #585A5A;
    --color-bg-white: #FFFFFF;
    --color-bg-light: #DCE4ED;
    --color-bg-contrast: #F5F7FA;
    --font-serif: 'Noto Serif JP', serif;
    --font-sans: 'Noto Sans JP', sans-serif;
    --lp-max-width: 1100px;
    --spacing-lg: 64px;
    color-scheme: light;

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: var(--font-sans);
    color: var(--color-text-body);
    line-height: 1.8;
    background-color: var(--color-bg-white);
    -webkit-font-smoothing: antialiased;
}

#lp-wrapper *,
#lp-wrapper *::before,
#lp-wrapper *::after {
    box-sizing: inherit;
}

#lp-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#lp-wrapper a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

#lp-wrapper a:hover {
    opacity: 0.8;
}

/* ==========================================================================
   タイポグラフィ・ユーティリティ
   ========================================================================== */

#lp-wrapper .lp-container {
    width: 100%;
    max-width: var(--lp-max-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

#lp-wrapper .lp-section {
    padding: 40px 0;
}

@media screen and (min-width: 601px) {
    #lp-wrapper .lp-section {
        padding: 60px 0;
    }
}

@media screen and (min-width: 801px) {
    #lp-wrapper .lp-section {
        padding: 100px 0;
    }
}

#lp-wrapper .lp-section-title {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--color-base-dark);
    margin-bottom: var(--spacing-lg);
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}

#lp-wrapper .lp-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
}

@media screen and (min-width: 601px) {
    #lp-wrapper .lp-section-title {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 801px) {
    #lp-wrapper .lp-section-title {
        font-size: 2.6rem;
    }
}

/* セクションアイコン（絵文字） */
#lp-wrapper .lp-section-icon {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1;
}

/* 診断LP専用：セクションタイトル下線アクセント */
#lp-wrapper .lp-section-title--shindan {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 48px;
}

#lp-wrapper .lp-section-title--shindan::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
    border-radius: 2px;
}

/* サブセクション見出し */
#lp-wrapper .lp-subsection-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-base-dark);
    text-align: center;
    margin-bottom: 24px;
    margin-top: 56px;
    padding: 10px 24px;
    background: var(--color-bg-light);
    border-radius: 4px;
    display: inline-block;
    border-left: 4px solid var(--color-primary);
}

#lp-wrapper .lp-content-body {
    max-width: 100%;
    font-size: 1.05rem;
    text-align: left;
}

#lp-wrapper .lp-content-body p {
    margin-bottom: 1.5em;
}

/* ユーティリティ */
#lp-wrapper .lp-text-center {
    text-align: center;
}

#lp-wrapper .lp-text-red {
    color: var(--color-primary);
    font-weight: 700;
}

#lp-wrapper .lp-text-gold {
    color: #E6B422 !important;
}

/* ブレークポイント別表示切替 */
@media screen and (max-width: 600px) {
    #lp-wrapper .lp-sp600-none {
        display: none !important;
    }

    #lp-wrapper .lp-section-title {
        text-align: left;
        font-size: clamp(1.2rem, 5.5vw, 1.75rem);
        margin-bottom: 40px;
    }

    #lp-wrapper .lp-section-title--center {
        text-align: center;
    }

    #lp-wrapper .lp-subsection-title {
        display: block;
    }
}

@media screen and (min-width: 601px) {
    #lp-wrapper .lp-sp600-none {
        display: block !important;
    }

    #lp-wrapper .lp-sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    #lp-wrapper .lp-sp-only {
        display: inline !important;
    }
}

/* スクロールエフェクト（JS連動） */
#lp-wrapper .lp-scroll-effect {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

#lp-wrapper .lp-scroll-effect.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   CTAボタン
   ========================================================================== */

#lp-wrapper .lp-cta-wrapper {
    margin-bottom: 0;
    text-align: left;
}

#lp-wrapper .lp-btn-cta {
    display: inline-block;
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 20px 50px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(188, 26, 32, 0.4);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
    border: 2px solid #FFFFFF;
}

#lp-wrapper .lp-btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(188, 26, 32, 0.6);
    opacity: 1;
}

#lp-wrapper .lp-btn-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* 大きいボタン（縦積みテキスト対応） */
#lp-wrapper .lp-btn-large {
    font-size: clamp(1.1rem, 4.5vw, 1.5rem);
    padding: clamp(12px, 3vw, 15px) clamp(20px, 5vw, 60px);
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

#lp-wrapper .lp-btn-large .lp-cta-main {
    font-size: clamp(0.95rem, 4.2vw, 1.4rem);
    font-weight: 700;
    text-align: center;
}

#lp-wrapper .lp-btn-large .lp-cta-micro {
    font-size: 0.9rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.1);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
}

/* 白ボタン（赤背景上） */
#lp-wrapper .lp-btn-white {
    background: #fff !important;
    color: var(--color-primary) !important;
}

#lp-wrapper .lp-btn-white:hover {
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--color-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* 最終CTAの縦積み配置 */
#lp-wrapper .lp-cta-stacked {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

#lp-wrapper .lp-cta-stacked .lp-btn-cta {
    width: 70%;
    /* max-width: 600px; */
}

/* ==========================================================================
   SECTION 1: ファーストビュー
   ========================================================================== */

#lp-wrapper .lp-hero-shindan {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 960px;
    background:
        linear-gradient(to right,
            rgba(8, 10, 18, 0.88) 0%,
            rgba(8, 10, 18, 0.65) 40%,
            rgba(8, 10, 18, 0.35) 100%),
        url('https://www.aesta.co.jp/wp-content/themes/Aesta/lp/invisible-deficit-simulator/images/ids-first-view.webp') 43% center / cover no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* WebView用: transformd子要素もクリップするためclip-pathを併用 */
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    padding: 0;
}

/* 背景装飾レイヤー */
#lp-wrapper .lp-hero-shindan-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#lp-wrapper .lp-hero-bg-slash {
    position: absolute;
    right: -8%;
    top: -10%;
    width: 55%;
    height: 130%;
    background: linear-gradient(135deg,
            rgba(188, 26, 32, 0.10) 0%,
            rgba(254, 67, 3, 0.05) 60%,
            transparent 100%);
    transform: skewX(-8deg);
    border-left: 1px solid rgba(188, 26, 32, 0.20);
}

#lp-wrapper .lp-hero-bg-dot {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
}

/* コンテナ内レイアウト */
#lp-wrapper .lp-hero-shindan-inner {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 56px;
    width: 100%;
    box-sizing: border-box;
}

#lp-wrapper .lp-hero-shindan-text {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

/* ジョンソンボックス */
/* WebView (Messenger等) でのtransform overflow対策:
   skewXはpseudo-elementの背景に移し、レイアウト自体はtransform無しで安定させる */
#lp-wrapper .lp-hero-johnson {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 24px;
    padding: clamp(6px, 1.5vw, 8px) clamp(16px, 4vw, 24px);
    box-sizing: border-box;
    background: transparent;
    border: none;
    color: #000000;
    font-family: var(--font-sans);
    font-size: clamp(0.85rem, 4.2vw, 1.05rem);
    font-weight: 900;
    position: relative;
    isolation: isolate;
    text-align: left;
}

#lp-wrapper .lp-hero-johnson::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    z-index: -1;
    pointer-events: none;
}

#lp-wrapper .lp-hero-johnson b {
    display: block;
    white-space: nowrap;
}

/* h2：メインコピー（2行構成） */
#lp-wrapper .lp-hero-midashi-red {
    font-family: var(--font-serif);
    font-size: clamp(2.09rem, 3.08vw, 3.3rem);
    font-weight: 900;
    line-height: 1.25;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 12px;
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* 1行目：「見せかけの効率化」がもたらす */
#lp-wrapper .lp-midashi-line1 {
    display: block;
    font-size: 0.58em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.08em;
    padding-left: 3px;
    opacity: 0;
    animation: midashiSlideIn 0.7s ease 0.15s forwards;
}

/* 2行目：「見えない赤字」診断 */
#lp-wrapper .lp-midashi-line2 {
    display: block;
    position: relative;
    font-size: 1.3em;
    opacity: 0;
    animation: midashiSlideIn 0.7s ease 0.4s forwards;
}

/* 2行目 下線アクセント（左→右へ描画） */
#lp-wrapper .lp-midashi-line2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 107, 107, 0.9), rgba(255, 107, 107, 0));
    animation: midashiUnderline 0.55s ease 0.95s forwards;
}

/* 「見えない赤字」テキスト：赤 + 呼吸するグロー */
#lp-wrapper .lp-midashi-red-text {
    color: #FF6B6B;
    text-shadow: 0 0 18px rgba(255, 107, 107, 0.35), 0 2px 12px rgba(255, 107, 107, 0.25);
    animation: redGlowBreath 3.5s ease-in-out 1.6s infinite;
}

/* 「診断」テキスト：白 */
#lp-wrapper .lp-midashi-white-text {
    color: #FFFFFF;
}

@keyframes midashiSlideIn {
    from {
        opacity: 0;
        transform: translateX(-14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes midashiUnderline {
    from {
        width: 0;
    }

    to {
        width: 72%;
    }
}

@keyframes redGlowBreath {

    0%,
    100% {
        text-shadow: 0 0 18px rgba(255, 107, 107, 0.35), 0 2px 12px rgba(255, 107, 107, 0.25);
    }

    50% {
        text-shadow: 0 0 30px rgba(255, 107, 107, 0.65), 0 2px 18px rgba(255, 107, 107, 0.45);
    }
}

/* h1 */
#lp-wrapper .lp-hero-shindan-title {
    font-family: var(--font-serif);
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
    font-weight: 900;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 24px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
    font-style: normal;
}

/* 試算ツール：メタリック光沢テキスト */
#lp-wrapper .lp-h1-emphasis {
    font-style: normal;
    font-size: 2.3em;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg,
            #8aaec8 0%,
            #b8d4e8 15%,
            #e0f0ff 30%,
            #ffffff 45%,
            #c0d8ee 60%,
            #8aaec8 75%,
            #d0e8f8 90%,
            #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: metallicShine 2.5s linear infinite;
    filter: drop-shadow(0 2px 10px rgba(100, 160, 220, 0.5));
}

@keyframes metallicShine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* サブコピー */
#lp-wrapper .lp-hero-shindan-sub {
    font-size: clamp(0.95rem, 4.5vw, 1.16rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 32px;
}

#lp-wrapper .lp-hero-shindan-sub strong {
    color: #FF9898;
}

/* トラストバッジ */
#lp-wrapper .lp-hero-shindan-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

#lp-wrapper .lp-hero-shindan-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #FFFFFF;
    padding: clamp(6px, 1.5vw, 8px) clamp(12px, 3vw, 18px);
    border-radius: 20px;
    font-size: clamp(11.5px, 3vw, 13px);
    font-weight: 500;
    letter-spacing: 0.05em;
    min-height: clamp(38px, 10vw, 44px);
    line-height: 1;
}

#lp-wrapper .lp-badge-check {
    color: #E63030;
    font-size: 1rem;
}

/* タブレット以上で2カラムレイアウト */
@media (min-width: 769px) {
    #lp-wrapper .lp-hero-shindan-inner {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    #lp-wrapper .lp-hero-shindan-text {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }

    #lp-wrapper .lp-hero-report-card {
        flex-shrink: 0;
    }
}

/* ----------------------------------------
   診断レポートカード
---------------------------------------- */

#lp-wrapper .lp-hero-report-card {
    display: none;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 16px;
    backdrop-filter: blur(16px) saturate(0.9);
    -webkit-backdrop-filter: blur(16px) saturate(0.9);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.10),
        0 12px 32px rgba(0, 0, 0, 0.13);
    padding: 28px 24px 24px;
    width: clamp(280px, 30vw, 340px);
    flex-shrink: 0;
    opacity: 0.90;
    animation: reportCardFloat 3s ease-in-out infinite;
}

@media (min-width: 769px) {
    #lp-wrapper .lp-hero-report-card {
        display: block;
    }
}

@media (min-width: 1100px) {
    #lp-wrapper .lp-hero-report-card {
        padding: 32px 28px 28px;
    }
}

@keyframes reportCardFloat {

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

    50% {
        transform: translateY(-8px);
    }
}

#lp-wrapper .lp-hero-report-card .lp-report-card-shine {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(115deg,
            transparent 20%,
            rgba(255, 255, 255, 0.28) 50%,
            transparent 80%);
    background-size: 200% 100%;
    animation: reportCardShine 5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes reportCardShine {
    0% {
        background-position: -100% 0;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    60% {
        background-position: 200% 0;
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        background-position: 200% 0;
        opacity: 0;
    }
}

#lp-wrapper .lp-hero-report-card>*:not(.lp-report-card-shine) {
    position: relative;
    z-index: 1;
}

#lp-wrapper .lp-report-card-header {
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(88, 90, 90, 0.15);
}

#lp-wrapper .lp-report-card-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: rgba(255, 234, 234, 0.55);
    border-radius: 50%;
    margin-bottom: 10px;
}

#lp-wrapper .lp-report-card-title {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(88, 90, 90, 0.85);
    margin: 0 0 4px;
    line-height: 1.3;
}

#lp-wrapper .lp-report-card-company {
    font-size: 0.82rem;
    color: #888;
    margin: 0;
}

#lp-wrapper .lp-report-card-company-detail {
    font-size: 11px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.45);
    margin: 2px 0 0;
}

#lp-wrapper .lp-report-card-loss {
    background: rgba(255, 245, 245, 0.60);
    border: 1px solid rgba(220, 180, 180, 0.45);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

#lp-wrapper .lp-report-card-loss-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: rgba(188, 26, 32, 0.72);
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
}

#lp-wrapper .lp-report-card-loss-amount {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

#lp-wrapper .lp-report-card-loss-amount span {
    font-size: 2.0rem;
    color: rgba(188, 26, 32, 0.72);
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.02em;
}

#lp-wrapper .lp-report-card-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

#lp-wrapper .lp-report-card-cat {
    background: rgba(255, 245, 245, 0.55);
    border: 1px solid rgba(220, 180, 180, 0.40);
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
}

#lp-wrapper .lp-report-cat-num {
    font-size: 1.9rem;
    font-weight: 900;
    color: rgba(188, 26, 32, 0.70);
    margin: 0 0 2px;
    line-height: 1;
    font-family: var(--font-sans);
}

#lp-wrapper .lp-report-cat-num small {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--color-base-dark);
    vertical-align: middle;
    margin-left: 2px;
}

#lp-wrapper .lp-report-cat-label {
    font-size: 0.73rem;
    color: var(--color-base-dark);
    margin: 0;
    font-weight: 500;
}

#lp-wrapper .lp-report-card-vision {
    background: rgba(250, 250, 250, 0.55);
    border: 1px solid rgba(88, 90, 90, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
}

#lp-wrapper .lp-report-card-vision-title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 8px;
}

#lp-wrapper .lp-report-card-vision-quote {
    font-size: 0.73rem;
    color: var(--color-base-dark);
    line-height: 1.65;
    margin: 0 0 10px;
    padding-left: 10px;
    border-left: 2px solid rgba(88, 90, 90, 0.3);
}

#lp-wrapper .lp-report-card-vision-cta {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    background: #FFF5F5;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 0.7rem;
    color: var(--color-base-dark);
    line-height: 1.6;
}

/* ==========================================================================
   SECTION 2: アジテーション
   ========================================================================== */

#lp-wrapper .lp-agitation {
    background: #fff;
}

#lp-wrapper .lp-checklist-container {
    background-color: #F5F7FA;
    border-radius: 8px;
    padding: 30px 20px 60px 20px;
    position: relative;
    border-left: 5px solid var(--color-primary);
    margin-top: 40px;
    margin-bottom: 48px;

    /* Center Layout */
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#lp-wrapper .lp-checklist-title {
    font-size: 1.5rem;
    /* Increased size */
    font-weight: 700;
    color: var(--color-base-dark);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

#lp-wrapper .lp-checklist-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lp-wrapper .lp-checklist-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.3rem;
    /* Increased size */
    font-weight: 700;
    /* Bolder */
    line-height: 1.6;
    border-bottom: 1px dashed #E0E0E0;
    padding-bottom: 20px;
}

#lp-wrapper .lp-checklist-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#lp-wrapper .lp-check-icon {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 1.5rem;
    /* Increased size */
    margin-right: 15px;
    line-height: 1.4;
    flex-shrink: 0;
}

#lp-wrapper .text-highlight {
    color: var(--color-primary);
    font-weight: 700;
}

#lp-wrapper .lp-text-highlight {
    color: var(--color-primary);
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    #lp-wrapper .lp-check-text {
        text-align: left;
    }
}

#lp-wrapper .lp-agitation-body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--color-base-dark);
    margin-bottom: 44px;
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

#lp-wrapper .lp-data-stat-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 60px;
}

#lp-wrapper .lp-data-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

#lp-wrapper .lp-data-stat-card::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(188, 26, 32, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

#lp-wrapper .lp-stat-icon {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1;
}

#lp-wrapper .lp-stat-label {
    font-size: 0.92rem;
    color: #666;
    margin-bottom: 4px;
}

#lp-wrapper .lp-stat-number {
    margin-bottom: 4px;
    line-height: 1;
}

#lp-wrapper .lp-stat-big {
    display: block;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: var(--color-primary);
    font-family: var(--font-serif);
    line-height: 1.2;
    margin: 4px 0;
}

#lp-wrapper .lp-stat-caption {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 6px;
}

#lp-wrapper .lp-stat-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 12px;
}

#lp-wrapper .lp-stat-source {
    font-size: 0.72rem;
    color: #AAA;
    border-top: 1px dotted #DDD;
    padding-top: 8px;
    margin-top: 4px;
}

/* ==========================================================================
   SECTION 3: 「見えない赤字」の定義
   ========================================================================== */

#lp-wrapper .lp-definition {
    background: var(--color-bg-contrast);
}

/* 対比フロー図 */
#lp-wrapper .lp-contrast-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 44px;
}

#lp-wrapper .lp-contrast-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

#lp-wrapper .lp-contrast-bad {
    border-top: 5px solid #C0392B;
}

#lp-wrapper .lp-contrast-good {
    border-top: 5px solid #0F9D58;
}

#lp-wrapper .lp-contrast-label {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#lp-wrapper .lp-contrast-label-bad {
    color: #C0392B;
}

#lp-wrapper .lp-contrast-label-good {
    color: #0F9D58;
}

#lp-wrapper .lp-contrast-bad b {
    color: #C0392B;
}

#lp-wrapper .lp-contrast-good b {
    color: #0F9D58;
}

#lp-wrapper .lp-contrast-mark {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
}

#lp-wrapper .lp-flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#lp-wrapper .lp-flow-step-item {
    background: #F8F9FA;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 1rem;
    color: var(--color-base-dark);
    text-align: center;
}

#lp-wrapper .lp-flow-step-item.lp-flow-danger {
    background: #FEF0EE;
    color: #C0392B;
    font-weight: 700;
}

#lp-wrapper .lp-flow-step-item.lp-flow-good {
    background: #EDF7F1;
    color: #0F9D58;
    font-weight: 700;
}

#lp-wrapper .lp-flow-arrow {
    text-align: center;
    font-size: 1.1rem;
    color: #CCCCCC;
    padding: 5px 0;
    line-height: 1;
}

/* 小見出し（再利用可能）
   使い方: h3要素に class="lp-subsection-heading" を付けるだけ。
   親要素に text-align:center がある場合、inline-block が中央寄せされる。 */
#lp-wrapper .lp-subsection-heading {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-base-dark);
    padding-bottom: 15px;
    border-bottom: 2px solid #E0E0E0;
    margin-bottom: 28px;
}

/* 出血の2つの正体カード */
#lp-wrapper .lp-loss-type-cards {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 36px;
    background: var(--color-bg-contrast);
    text-align: center;
    padding: 40px calc((100vw - min(100vw, 1100px)) / 2 + 20px);
}

#lp-wrapper .lp-loss-type-inner {
    display: flex;
    gap: 32px;
    align-items: center;
    text-align: left;
}

/* 16:9 画像（左） */
#lp-wrapper .lp-loss-image {
    flex: 0 0 45%;
    width: 45%;
    max-width: 480px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* カード右側リスト */
#lp-wrapper .lp-loss-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#lp-wrapper .lp-loss-type-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    border-left: 5px solid var(--color-primary);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

#lp-wrapper .lp-loss-card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    line-height: 1;
}

#lp-wrapper .lp-loss-number {
    width: 32px;
    height: 32px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
}

#lp-wrapper .lp-loss-card-text {
    flex: 1;
}

#lp-wrapper .lp-loss-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin-bottom: 6px;
}

#lp-wrapper .lp-loss-desc {
    font-size: 0.9rem;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

/* 橋渡し文 */
#lp-wrapper .lp-bridge-text {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 28px 36px;
    background: linear-gradient(135deg, #FFF4F4 0%, #FFF0EC 100%);
    border-radius: 12px;
    margin-bottom: 24px;
    line-height: 1.7;
    border: 1px solid rgba(188, 26, 32, 0.15);
}

/* 橋渡し文（権威・メソッドセクション内）— 緑カラー */
#lp-wrapper .lp-authority .lp-bridge-text,
#lp-wrapper .lp-method-action .lp-bridge-text {
    background: linear-gradient(135deg, #EDF7F1 0%, #E4F5EC 100%);
    border-color: rgba(15, 157, 88, 0.2);
}

#lp-wrapper .lp-authority .lp-bridge-text .lp-text-red,
#lp-wrapper .lp-method-action .lp-bridge-text .lp-text-red {
    color: #0F9D58 !important;
}

#lp-wrapper .lp-definition-provoke {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-base-dark);
    margin-top: 8px;
}

/* ==========================================================================
   中間CTA
   ========================================================================== */

#lp-wrapper .lp-mid-cta {
    padding: 60px 0;
}

#lp-wrapper .lp-mid-cta-label {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 24px;
}

/* 赤グラデーション版 */
#lp-wrapper .lp-mid-cta-red {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    position: relative;
    overflow: hidden;
}

#lp-wrapper .lp-mid-cta-red::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E") repeat;
}

#lp-wrapper .lp-mid-cta-red .lp-mid-cta-label {
    color: rgba(255, 255, 255, 0.92);
}

/* ダーク版 */
#lp-wrapper .lp-mid-cta-dark {
    background: #1C1C1C;
}

#lp-wrapper .lp-mid-cta-dark .lp-btn-cta {
    border-color: rgba(255, 255, 255, 0.3);
}

#lp-wrapper .lp-mid-cta-dark .lp-mid-cta-label {
    color: #fff;
}

/* オレンジグラデーションボタン */
#lp-wrapper .lp-btn-orange {
    background: linear-gradient(to right, #FF8C00, #FE4303) !important;
    color: #fff !important;
}

#lp-wrapper .lp-btn-orange:hover {
    background: linear-gradient(to right, #e07c00, #e03a02) !important;
    box-shadow: 0 8px 24px rgba(254, 67, 3, 0.45) !important;
}

/* ==========================================================================
   SECTION 4: 診断レポートのWow体験
   ========================================================================== */

#lp-wrapper .lp-report-wow {
    background: #fff;
}

#lp-wrapper .lp-report-placeholder {
    width: 100%;
    position: relative;
}

#lp-wrapper .lp-report-placeholder img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    display: block;
}

#lp-wrapper .lp-placeholder-text {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#lp-wrapper .lp-report-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto 36px;
    text-align: left;
}

#lp-wrapper .lp-report-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--color-bg-contrast);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 0.93rem;
    line-height: 1.6;
    color: var(--color-base-dark);
}

#lp-wrapper .lp-report-feature-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    line-height: 1.3;
}

#lp-wrapper .lp-report-feature small {
    font-size: 0.8em;
    color: #888;
}

#lp-wrapper .lp-wow-copy {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--color-base-dark);
    font-family: var(--font-serif);
}

/* ==========================================================================
   SECTION 5: 権威性と2段階アプローチ
   ========================================================================== */

#lp-wrapper .lp-authority,
#lp-wrapper .lp-method {
    background: var(--color-bg-contrast);
}

#lp-wrapper .lp-method-action {
    background: #fff;
}

#lp-wrapper .lp-authority .lp-content-body {
    text-align: center;
}

#lp-wrapper .lp-authority .lp-result-card,
#lp-wrapper .lp-authority .lp-step-item {
    text-align: left;
}

/* 2段階アプローチ：縦フロー */
#lp-wrapper .lp-step-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 660px;
    margin: 0 auto 64px;
}

#lp-wrapper .lp-step-item {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    width: 100%;
    position: relative;
    overflow: hidden;
}

#lp-wrapper .lp-step-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-accent));
}

#lp-wrapper .lp-step-num-circle {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    opacity: 0.15;
}

#lp-wrapper .lp-step-num-2 {
    background: linear-gradient(135deg, var(--color-accent) 0%, #FFA500 100%);
}

#lp-wrapper .lp-step-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 100px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
}

#lp-wrapper .lp-step-badge-2 {
    background: linear-gradient(135deg, var(--color-accent) 0%, #FFA500 100%);
}

#lp-wrapper .lp-step-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin-bottom: 10px;
}

#lp-wrapper .lp-step-desc {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #555;
}

#lp-wrapper .lp-step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    gap: 4px;
}

#lp-wrapper .lp-connector-arrow {
    font-size: 2.2rem;
    color: var(--color-primary);
    line-height: 1;
    animation: arrowBounce 1.5s ease-in-out infinite;
}

@keyframes arrowBounce {

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

    50% {
        transform: translateY(4px);
    }
}

#lp-wrapper .lp-connector-label {
    font-size: 0.82rem;
    color: #888;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* 実績3カード */
#lp-wrapper .lp-result-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

#lp-wrapper .lp-result-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border-top: 4px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: transform 0.2s ease;
}

#lp-wrapper .lp-result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
    border-radius: 16px 16px 0 0;
}

#lp-wrapper .lp-result-card:hover {
    transform: translateY(-4px);
}

#lp-wrapper .lp-result-card-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    line-height: 1;
}

#lp-wrapper .lp-result-icon-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #e8e8e8;
    border: 2px dashed #bbb;
    margin: 0 auto 14px;
}

#lp-wrapper .lp-result-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin: 0 auto 14px;
    display: block;
    object-fit: contain;
}

#lp-wrapper .lp-result-highlight {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
    font-family: var(--font-serif);
    text-align: center;
}

#lp-wrapper .lp-result-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin-bottom: 8px;
}

#lp-wrapper .lp-result-desc {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #555;
}

#lp-wrapper .lp-vision-copy {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--color-base-dark);
    margin-top: 40px;
    padding: 28px 36px;
    background: var(--color-bg-light);
    border-radius: 12px;
}

/* ----------------------------------------
   独自メソッド：時間心理経営™ 数式カード
---------------------------------------- */

#lp-wrapper .lp-philosophy-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    margin: 0 auto 30px;
    max-width: 800px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#lp-wrapper .lp-formula-card {
    display: block;
    text-align: center;
    padding: 40px 20px;
}

#lp-wrapper .lp-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: var(--color-base-dark);
}

#lp-wrapper .lp-formula-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: var(--font-serif);
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

#lp-wrapper .lp-formula-lhs {
    text-align: center;
}

#lp-wrapper .lp-formula-main {
    font-size: 4rem;
    font-weight: 500;
    display: block;
    line-height: 1.2;
}

#lp-wrapper .lp-formula-sub {
    font-size: 1.3rem;
    display: block;
}

#lp-wrapper .lp-formula-operator {
    font-size: 4rem;
    margin: 0 15px;
}

#lp-wrapper .lp-formula-fraction {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

#lp-wrapper .lp-numerator {
    font-size: 4rem;
    font-weight: 500;
    color: var(--color-primary);
    padding-bottom: 10px;
}

#lp-wrapper .lp-denominator {
    font-size: 4rem;
    font-weight: 500;
    padding-top: 10px;
}

#lp-wrapper .lp-fraction-bar {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: 10px 0;
    min-width: 200px;
}

/* 凡例 — 2ステップカード */
#lp-wrapper .lp-formula-legend {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
    text-align: left;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

#lp-wrapper .lp-legend-step {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 16px;
    border-top: 3px solid #BDBDBD;
}

#lp-wrapper .lp-legend-step--accent {
    border-top-color: var(--color-primary);
}

#lp-wrapper .lp-legend-step-badge {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #BDBDBD;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

#lp-wrapper .lp-legend-step--accent .lp-legend-step-badge {
    background: var(--color-primary);
}

#lp-wrapper .lp-legend-step-target {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
}

#lp-wrapper .lp-legend-step-text {
    font-size: 0.84rem;
    line-height: 1.7;
    color: var(--color-base-dark);
    margin: 0;
}

/* 定義カード */
#lp-wrapper .lp-definition-text {
    text-align: center;
    line-height: 2;
    font-size: 1.1rem;
    color: #555;
}

/* ─── メソッドブロック：エディトリアル・ゴーストナンバースタイル ─── */

/* リードテキスト：ダブルルール + セリフ */
#lp-wrapper .method-lead {
    font-family: var(--font-serif);
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.9;
    color: var(--color-base-dark);
    max-width: 520px;
    margin: 44px auto 0;
    padding: 22px 0;
    border-top: 2px solid var(--color-base-dark);
    border-bottom: 1px solid #C8C8C8;
}

/* バレットリスト：ゴーストナンバー + ルール区切り */
#lp-wrapper .method-list {
    list-style: none;
    padding: 0;
    max-width: 520px;
    margin: 0 auto 48px;
    counter-reset: method-item;
}

#lp-wrapper .method-list li {
    counter-increment: method-item;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--color-base-dark);
    position: relative;
}

#lp-wrapper .method-list li::before {
    content: "0" counter(method-item);
    font-size: 2.8rem;
    font-weight: 900;
    font-family: Georgia, 'Times New Roman', serif;
    color: #2A7A4B;
    opacity: 0.13;
    line-height: 1;
    flex-shrink: 0;
    width: 52px;
    text-align: right;
    letter-spacing: -0.03em;
}

/* 締めテキスト：セリフ + センター + 上部アクセントライン */
#lp-wrapper .method-closing {
    font-family: var(--font-serif);
    font-size: 15px;
    line-height: 2.3;
    text-align: center;
    color: #5A5A5A;
    margin: 0 auto 44px;
    padding-top: 28px;
    position: relative;
}

#lp-wrapper .method-closing::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #2A7A4B;
    margin: 0 auto 24px;
    opacity: 0.5;
}

/* 800px以下の数式レスポンシブ */
@media screen and (max-width: 800px) {
    #lp-wrapper .lp-philosophy-card {
        max-width: 500px;
    }

    #lp-wrapper .lp-formula-card {
        max-width: 500px;
    }

    #lp-wrapper .lp-formula-wrapper {
        flex-direction: column;
        gap: 0px;
    }

    #lp-wrapper .lp-formula-lhs {
        margin-bottom: 10px;
    }

    #lp-wrapper .lp-formula-main,
    #lp-wrapper .lp-numerator,
    #lp-wrapper .lp-denominator,
    #lp-wrapper .lp-formula-operator {
        font-size: 2.5rem;
    }

    #lp-wrapper .lp-numerator::after {
        content: "②";
        font-size: 1.2rem;
        margin-left: 8px;
        color: #585A5A;
    }

    #lp-wrapper .lp-denominator::after {
        content: "①";
        font-size: 1.2rem;
        margin-left: 8px;
        color: #585A5A;
    }

    #lp-wrapper .lp-numerator,
    #lp-wrapper .lp-denominator {
        display: inline-flex;
        align-items: center;
    }

    #lp-wrapper .lp-formula-operator {
        transform: rotate(90deg);
        margin: 10px 0;
        line-height: 1;
    }

    #lp-wrapper .lp-formula-sub {
        font-size: 1.1rem;
    }

    #lp-wrapper .lp-fraction-bar {
        min-width: 150px;
        margin: 5px auto;
    }

    #lp-wrapper .lp-definition-text {
        text-align: left;
        line-height: 1.8;
        font-size: 1.05rem;
    }
}

@media screen and (min-width: 801px) {
    #lp-wrapper .lp-formula-card {
        display: block;
        padding: 20px;
        width: 100%;
        max-width: 900px;
    }

    #lp-wrapper .lp-definition-card {
        width: 100%;
        max-width: 900px;
    }
}

/* ----------------------------------------
   時間の量×質ダイアグラム
---------------------------------------- */

#lp-wrapper .lp-method-diagram-container {
    margin-top: 50px;
    background: #FAFAFA;
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #EAEAEA;
}

#lp-wrapper .lp-method-visual-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 30px;
    color: var(--color-base-dark);
}

#lp-wrapper .lp-method-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#lp-wrapper .lp-method-gear {
    background: #FFF;
    border: 3px solid #DCE4ED;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

#lp-wrapper .lp-method-gear::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px dashed #E0E0E0;
    z-index: 0;
}

#lp-wrapper .lp-gear-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#lp-wrapper .lp-gear-left {
    border-color: #585A5A;
}

#lp-wrapper .lp-gear-right {
    border-color: var(--color-primary);
}

#lp-wrapper .lp-gear-label {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-base-dark);
}

#lp-wrapper .lp-gear-sub {
    font-size: 1.05rem;
    color: var(--color-text-body);
    font-weight: 500;
}

#lp-wrapper .lp-method-operator {
    font-size: 3rem;
    font-weight: 700;
    color: #999;
}

@media screen and (max-width: 900px) {
    #lp-wrapper .lp-method-diagram {
        flex-direction: column;
        gap: 15px;
    }

    #lp-wrapper .lp-method-operator {
        transform: rotate(90deg);
        margin: 5px 0;
    }

    #lp-wrapper .lp-method-gear {
        width: 240px;
        height: 240px;
    }
}

/* ==========================================================================
   SECTION 6: お客様の声
   ========================================================================== */

#lp-wrapper .lp-voices-shindan {
    background: #fff;
}

#lp-wrapper .lp-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#lp-wrapper .lp-testimonial-card {
    background: #f1f1f1;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    position: relative;
}

#lp-wrapper .lp-testimonial-quote-mark {
    font-size: 4rem;
    color: var(--color-primary);
    opacity: 0.15;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: -8px;
    font-weight: 700;
}

/* 顔写真プレースホルダー（直径80px・円形・中央揃え） */
#lp-wrapper .lp-testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8e8e8;
    border: 2px dashed #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

#lp-wrapper .lp-testimonial-avatar-label {
    font-size: 0.7rem;
    color: #aaa;
    letter-spacing: 0.03em;
}

#lp-wrapper .lp-testimonial-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    display: block;
    object-fit: contain;
}

#lp-wrapper .lp-testimonial-role {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

#lp-wrapper .lp-testimonial-quote {
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--color-base-dark);
    flex: 1;
    font-family: 'Noto Serif JP';
}

#lp-wrapper .lp-testimonial-attr {
    text-align: right;
    font-size: 0.85rem;
    color: var(--color-base-dark);
    margin-top: 8px;
}

#lp-wrapper .lp-testimonial-placeholder {
    border: 2px dashed #DDD;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    box-shadow: none;
    border-top: 2px dashed #DDD;
}

#lp-wrapper .lp-testimonial-placeholder p {
    color: #C0C0C0;
    font-size: 0.85rem;
}

/* ==========================================================================
   SECTION 7: 代表プロフィール
   ========================================================================== */

#lp-wrapper .lp-profile-shindan {
    background: var(--color-bg-light);
}

#lp-wrapper .lp-profile-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 56px;
}

#lp-wrapper .lp-profile-photo-col {
    text-align: center;
}

#lp-wrapper .lp-profile-photo {
    width: 100%;
    max-width: 260px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

#lp-wrapper .lp-profile-shindan .lp-profile-role {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--color-base-dark);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

#lp-wrapper .lp-profile-shindan .lp-profile-name {
    font-size: 1.69rem;
    font-weight: 700;
    color: var(--color-base-dark);
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

#lp-wrapper .lp-why-text {
    background: #ffffff;
    max-width: 1050px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 36px 100px 48px 120px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 2px 16px rgba(160, 120, 60, 0.08);
}

#lp-wrapper .lp-why-text::before {
    content: '\201C';
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 6rem;
    color: var(--color-base-dark);
    opacity: 0.18;
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

#lp-wrapper .lp-why-text p {
    font-size: 15px;
    line-height: 2.3;
    color: #5A5A5A;
    ;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP';
}

#lp-wrapper .lp-why-text p:last-child {
    margin-bottom: 0;
}

#lp-wrapper .lp-career-text {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border-left: none;
}

#lp-wrapper .lp-career-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#lp-wrapper .lp-career-text p {
    font-size: 0.87rem;
    line-height: 1.85;
    color: #555;
}

/* 数字タイポグラフィ 4カード */
#lp-wrapper .lp-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#lp-wrapper .lp-metric-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border-top: 3px solid var(--color-primary);
    transition: transform 0.2s ease;
}

#lp-wrapper .lp-metric-card:hover {
    transform: translateY(-3px);
}

#lp-wrapper .lp-metric-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
    line-height: 1;
}

#lp-wrapper .lp-metric-number {
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    font-weight: 900;
    color: var(--color-primary);
    font-family: var(--font-serif);
    line-height: 1.2;
    margin-bottom: 8px;
}

#lp-wrapper .lp-metric-number small {
    font-size: 0.9rem;
}

#lp-wrapper .lp-metric-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin-bottom: 6px;
}

#lp-wrapper .lp-metric-note {
    font-size: 0.72rem;
    color: #999;
    line-height: 1.5;
}

/* ==========================================================================
   SECTION 8: Transition
   ========================================================================== */

#lp-wrapper .lp-transition-section {
    background: var(--color-bg-contrast);
}

#lp-wrapper .lp-absolution {
    font-size: 1.05rem;
    line-height: 1.95;
    color: var(--color-base-dark);
    margin-bottom: 32px;
    text-align: center;
}

#lp-wrapper .lp-reality-copy {
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#lp-wrapper .lp-darwin-quote {
    border-left: 5px solid var(--color-primary);
    background: #fff;
    border-radius: 0 16px 16px 0;
    padding: 32px 40px;
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--color-base-dark);
    font-style: italic;
    display: block;
    width: min(700px, 100%);
    margin: 0 auto 12px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

#lp-wrapper .lp-darwin-quote footer {
    margin-top: 16px;
    font-size: 0.88rem;
    color: #888;
    font-style: normal;
    font-weight: 700;
}

#lp-wrapper .lp-quote-note {
    font-size: 0.75rem;
    color: #AAA;
    margin-bottom: 40px;
    text-align: center;
}

#lp-wrapper .lp-transition-close {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-base-dark);
    text-align: center;
    margin-top: 16px;
}

/* ==========================================================================
   最終CTA
   ========================================================================== */

#lp-wrapper .lp-cta-final {
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    text-align: center;
    padding: 80px 0;
}

#lp-wrapper .lp-cta-final .lp-cta-wrapper {
    text-align: center;
    width: 100%;
}

#lp-wrapper .lp-cta-message {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-base-dark);
    margin-bottom: 24px;
    text-align: center;
}

/* ==========================================================================
   FAQ
   ========================================================================== */

#lp-wrapper .lp-faq {
    background-color: var(--color-bg-light);
}

#lp-wrapper .lp-faq-item {
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
}

#lp-wrapper .lp-faq-question {
    font-size: 1.3rem;
    color: var(--color-primary);
    margin: 0 0 10px 0;
    cursor: pointer;
    text-align: center;
}

#lp-wrapper .lp-faq-answer {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #lp-wrapper .lp-faq-question {
        font-size: 1.0rem;
        text-align: left;
    }

    #lp-wrapper .lp-faq-answer {
        font-size: 0.95rem;
        text-align: left;
    }
}

/* ==========================================================================
   フッター
   ========================================================================== */

#lp-wrapper .lp-footer {
    background-color: var(--color-base-dark);
    color: #FFFFFF;
    padding: 40px 0 160px 0;
    text-align: center;
}

#lp-wrapper .lp-footer .lp-section-title {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

#lp-wrapper .lp-footer .lp-section-title::after {
    display: none;
}

#lp-wrapper .lp-company-details p {
    margin: 5px 0;
}

#lp-wrapper .lp-company-details a {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {

    #lp-wrapper .lp-company-details p,
    #lp-wrapper .lp-company-details a {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   スティッキーCTA（画面下部固定）
   ========================================================================== */

.lp-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    background: rgb(255, 255, 255);
    border-top: 1px solid #ddd;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 15px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.lp-sticky-bar.is-visible {
    transform: translateY(0);
}

.lp-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .lp-sticky-bar {
        /* padding: 12px 15px; */
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .lp-sticky-inner {
        flex-direction: column;
        gap: 0;
    }
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */

/* 小さめデスクトップ (max-width: 1280px) */
@media (max-width: 1280px) {
    #lp-wrapper .lp-hero-shindan-title {
        font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    }
}

/* ノートPC・小型デスクトップ (max-width: 1024px) */
@media (max-width: 1024px) {
    #lp-wrapper .lp-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* タブレット横向き (max-width: 900px) */
@media (max-width: 900px) {
    #lp-wrapper .lp-testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* タブレット縦向き (max-width: 768px) */
@media (max-width: 768px) {
    #lp-wrapper .lp-hero-shindan {
        background-position-x: 43%;
        min-height: 640px;
        max-height: 820px;
    }

    #lp-wrapper .lp-hero-shindan-inner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #lp-wrapper .lp-hero-shindan-text {
        text-align: left;
    }

    #lp-wrapper .lp-hero-shindan-badges {
        gap: 8px;
    }

    #lp-wrapper .lp-checklist-container {
        padding: 24px 16px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    #lp-wrapper .lp-data-stat-cards {
        grid-template-columns: 1fr;
    }

    #lp-wrapper .lp-data-stat-card {
        padding: 22px 18px;
    }

    #lp-wrapper .lp-stat-big {
        font-size: 1.6rem;
        margin: 2px 0;
    }

    #lp-wrapper .lp-stat-label {
        font-size: 0.82rem;
        margin-bottom: 2px;
    }

    #lp-wrapper .lp-stat-caption {
        font-size: 0.88rem;
        margin-bottom: 4px;
    }

    #lp-wrapper .lp-contrast-flow {
        grid-template-columns: 1fr;
    }

    #lp-wrapper .lp-loss-type-inner {
        flex-direction: column;
    }

    #lp-wrapper .lp-loss-image {
        flex: 0 0 auto;
        width: 100%;
    }

    #lp-wrapper .lp-result-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #lp-wrapper .lp-testimonial-grid {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 16px;
    }

    #lp-wrapper .lp-testimonial-grid::-webkit-scrollbar {
        display: none;
    }

    #lp-wrapper .lp-testimonial-card {
        flex-shrink: 0;
        width: calc(50% - 8px);
        scroll-snap-align: none;
    }

    #lp-wrapper .lp-testimonial-card:nth-child(odd) {
        scroll-snap-align: start;
    }

    #lp-wrapper .lp-profile-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #lp-wrapper .lp-profile-photo {
        max-width: 240px;
        margin-bottom: 0;
    }

    #lp-wrapper .lp-profile-shindan .lp-profile-role,
    #lp-wrapper .lp-profile-shindan .lp-profile-name,
    #lp-wrapper .lp-career-title {
        text-align: center;
    }

    #lp-wrapper .lp-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #lp-wrapper .lp-step-flow {
        max-width: 100%;
    }

    #lp-wrapper .lp-darwin-quote {
        padding: 24px 24px;
        font-size: 0.95rem;
    }

    #lp-wrapper .lp-step-item {
        padding: 28px 28px;
    }

    #lp-wrapper .lp-why-text {
        padding: 28px 40px 36px 60px;
    }

    #lp-wrapper .lp-why-text::before {
        font-size: 4.5rem;
    }
}

/* 大型スマートフォン (max-width: 600px) */
@media (max-width: 600px) {

    #lp-wrapper .lp-checklist-title {
        font-size: clamp(1.1rem, 4.5vw, 1.4rem);
    }

    #lp-wrapper .lp-checklist-item {
        font-size: clamp(0.95rem, 4vw, 1.15rem);
    }

    #lp-wrapper .lp-check-icon {
        font-size: clamp(1.1rem, 4.5vw, 1.4rem);
    }

    #lp-wrapper .lp-bridge-text {
        text-align: left;
    }

    #lp-wrapper .method-list {
        margin-left: 0;
        margin-right: 0;
    }

    #lp-wrapper .method-lead {
        text-align: left;
        font-size: 1.1rem;
    }

    #lp-wrapper .method-list li {
        font-size: 0.95rem;
        gap: 12px;
        text-align: left;
    }

    #lp-wrapper .method-list li::before {
        font-size: 1.9rem;
        width: 36px;
    }

    #lp-wrapper .method-closing {
        text-align: left;
    }

    #lp-wrapper .lp-subsection-heading {
        font-size: 1.15rem;
    }

    #lp-wrapper .lp-result-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #lp-wrapper .lp-loss-title {
        font-size: 0.98rem;
    }

    #lp-wrapper .lp-loss-desc {
        font-size: 0.88rem;
    }

    #lp-wrapper .lp-mid-cta-label {
        font-size: 0.95rem;
    }

    #lp-wrapper .lp-cta-message {
        font-size: 1.05rem;
    }

    #lp-wrapper .lp-card-title {
        font-size: 1.05rem;
        margin: 0 0 10px;
    }

    #lp-wrapper .lp-definition-text {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    #lp-wrapper .lp-absolution {
        text-align: left;
        font-size: 0.95rem;
        line-height: 1.8;
    }

    #lp-wrapper .lp-reality-copy {
        text-align: left;
        font-size: 0.95rem;
        margin-left: 0;
        margin-right: 0;
    }

    #lp-wrapper .lp-darwin-quote {
        padding: 16px 14px;
        font-size: 0.94rem;
    }

    #lp-wrapper .lp-darwin-quote footer {
        font-size: 0.84rem;
    }


    #lp-wrapper .lp-quote-note {
        text-align: left;
    }

    #lp-wrapper .lp-transition-close {
        text-align: left;
        font-size: 1.05rem;
    }

    #lp-wrapper .lp-why-text {
        padding: 20px 18px 24px 20px;
    }

    #lp-wrapper .lp-why-text::before {
        font-size: 3rem;
        left: 8px;
        top: 2px;
    }

    #lp-wrapper .lp-why-text p {
        font-size: 15px;
        line-height: 2.0;
    }

    #lp-wrapper .lp-hero-johnson {
        font-size: 15px;
    }

    #lp-wrapper .lp-hero-shindan {
        background-position-x: 38%;
        min-height: 100vh;
        min-height: 100svh;
        max-height: 900px;
    }

    #lp-wrapper .lp-hero-shindan-title {
        font-size: 1.75rem;
    }

    #lp-wrapper .lp-hero-midashi-red {
        font-size: 1.93rem;
    }

    #lp-wrapper .lp-hero-shindan-sub {
        font-size: 1.03rem;
    }

    /* バッジ：1・2を横並び、3つ目を下段 */
    #lp-wrapper .lp-hero-shindan-badges {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    #lp-wrapper .lp-testimonial-card {
        width: 100%;
        scroll-snap-align: start;
    }

}

/* 標準スマートフォン (max-width: 480px) */
@media (max-width: 480px) {
    #lp-wrapper .lp-hero-shindan-title {
        font-size: 22px;
    }

    #lp-wrapper .lp-hero-midashi-red {
        font-size: 24px;
    }

    #lp-wrapper .lp-hero-shindan-sub {
        font-size: 16px;
    }

    /* #lp-wrapper .lp-hero-johnson {
    display: block;
    margin-bottom: 24px;
    padding: 8px 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* overflow: hidden;
    transform: none;
    -webkit-transform: none; */
    } */

    #lp-wrapper .lp-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #lp-wrapper .lp-metric-card {
        padding: 20px 12px;
    }

    #lp-wrapper .lp-stat-big {
        font-size: 1.8rem;
    }

    #lp-wrapper .lp-why-text {
        padding: 16px 14px 20px 14px;
    }

    #lp-wrapper .lp-why-text::before {
        font-size: 2.5rem;
    }

    #lp-wrapper .lp-why-text p {
        line-height: 1.9;
    }

    #lp-wrapper .lp-mid-cta {
        padding: 44px 0;
    }

    #lp-wrapper .lp-bridge-text {
        padding: 20px;
        font-size: 1rem;
        text-align: left;
    }
}

/* 小型スマートフォン (max-width: 375px) */
@media (max-width: 375px) {
    #lp-wrapper .lp-hero-shindan-title {
        font-size: 1.4rem;
    }

    #lp-wrapper .lp-hero-midashi-red {
        font-size: 1.54rem;
    }

    #lp-wrapper .lp-h1-emphasis {
        font-size: 2.0em;
    }

    #lp-wrapper .lp-hero-shindan-sub {
        font-size: 0.90rem;
    }

    #lp-wrapper .lp-hero-johnson {
        font-size: 11px;
        padding: 10px 14px;
        max-width: 100%;
    }

    #lp-wrapper .lp-metrics-grid {
        grid-template-columns: 1fr;
    }

    #lp-wrapper .lp-why-text {
        padding: 14px 12px 18px 12px;
        border-radius: 8px;
    }

    #lp-wrapper .lp-why-text::before {
        font-size: 2rem;
    }

    #lp-wrapper .lp-why-text p {
        font-size: 13px;
        line-height: 1.85;
    }
}

/* Testimonial スライダー ラッパー・矢印 */
.lp-testimonial-slider-wrap {
    position: relative;
}

#lp-wrapper .lp-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    font-size: 3rem;
    font-weight: 100;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 2;
    user-select: none;
    font-family: sans-serif;
}

#lp-wrapper .lp-slider-arrow--left {
    left: 4px;
}

#lp-wrapper .lp-slider-arrow--right {
    right: 4px;
}

#lp-wrapper .lp-slider-arrow--hidden {
    opacity: 0;
}

/* Testimonial スライダー ドット */
#lp-wrapper .lp-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#lp-wrapper .lp-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: background 0.25s, transform 0.25s;
    flex-shrink: 0;
}

#lp-wrapper .lp-slider-dot.is-active {
    background: var(--color-primary);
    transform: scale(1.4);
}

/* ワイドスクリーン (min-width: 1920px) */
@media (min-width: 1920px) {

    #lp-wrapper .lp-agitation .lp-container,
    #lp-wrapper .lp-definition .lp-container,
    #lp-wrapper .lp-report-wow .lp-container,
    #lp-wrapper .lp-authority .lp-container,
    #lp-wrapper .lp-voices-shindan .lp-container,
    #lp-wrapper .lp-profile-shindan .lp-container,
    #lp-wrapper .lp-transition-section .lp-container {
        max-width: 1400px;
    }

    #lp-wrapper .lp-hero-shindan {
        max-height: 1080px;
    }

    #lp-wrapper .lp-hero-shindan-inner {
        max-width: 1400px;
    }

    #lp-wrapper .lp-hero-shindan-title {
        font-size: 3.4rem;
    }
}

/* ボタン関連*/
@media screen and (max-width: 800px) {
    #lp-wrapper .lp-btn-large {
        font-size: 1.05rem;
        padding: 12px 16px;
        width: 100%;
        max-width: 480px;
    }

    #lp-wrapper .lp-btn-large .lp-cta-main {
        /* vw で自動縮小：長いCTAでもはみ出し・改行なし */
        font-size: clamp(13.6px, 3.5vw, 17.6px);
        white-space: nowrap;
    }

    #lp-wrapper .lp-btn-large .lp-cta-micro {
        font-size: 13.12px;
    }
}

@media screen and (max-width: 600px) {
    #lp-wrapper .lp-btn-cta {
        padding: 15px 20px;
        font-size: 1.0rem;
        text-align: center;
        margin-top: 10px;
        box-sizing: border-box;
    }

    #lp-wrapper .lp-btn-large {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
    }

    #lp-wrapper .lp-btn-large .lp-cta-main {
        font-size: clamp(14.4px, 4vw, 17.6px);
        white-space: normal;
        word-break: keep-all;
    }

    #lp-wrapper .lp-cta-stacked .lp-btn-cta {
        width: 100%;
    }

    .lp-sticky-inner .lp-btn-large {
        width: 100%;
        max-width: 100%;
    }
}