@charset "utf-8";

/*
Theme Name: R’s Consulting Child
Theme URI: null
Description: R’s Consulting Child Theme
Author: 81bridge - LZJ
Version: 1.1
Template: rs_consulting
*/

/* =========================================================
   生成AI・月次経営会議向け トップページ追加スタイル
   ========================================================= */

#top .aiHeroCopy,
#top .meetingShare,
#top .meetingFlow,
#top .bixidDefinition,
#top .permissionShare,
#top .meetingCta {
    padding: 7rem 0;
}

/* ---------- ファーストビュー直下 ---------- */

#top .aiHeroCopy {
    background: #fff;
    text-align: center;
}

#top .aiHeroCopy h1 {
    margin-bottom: 2.4rem;
    color: #3B5E92;
    font-size: 4.2rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#top .aiHeroCopy p {
    margin: 0 auto 1.5rem;
    max-width: 82rem;
    font-size: 1.8rem;
    line-height: 1.9;
}

#top .aiHeroCopy .lead {
    max-width: 88rem;
    font-size: 2.1rem;
    line-height: 1.85;
}

#top .aiHeroCopy .note {
    margin-top: 1.8rem;
    color: #3B5E92;
    font-weight: 700;
}

/* ---------- お悩み ---------- */

#top .meetingProblems {
    padding: 7rem 0 8rem;
    background: #EFF6FA;
}

#top .meetingProblems h2,
#top .meetingShare h2,
#top .meetingFlow h2,
#top .bixidDefinition h2,
#top .permissionShare h2,
#top .meetingCta h2 {
    margin-bottom: 3rem;
    color: #3B5E92;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
}

#top .meetingProblems .intro,
#top .meetingShare p,
#top .bixidDefinition p,
#top .permissionShare p,
#top .meetingCta p {
    margin: 0 auto 2rem;
    max-width: 94rem;
    font-size: 1.7rem;
    line-height: 2;
}

#top .meetingProblems ul {
    margin: 3rem auto;
    max-width: 90rem;
}

#top .meetingProblems li {
    position: relative;
    margin-bottom: 1rem;
    padding: 1.2rem 1.5rem 1.2rem 5rem;
    background: #fff;
    border-radius: 0.6rem;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: 700;
    box-shadow: 0 0.2rem 0.6rem rgba(59, 94, 146, 0.08);
}

#top .meetingProblems li::before {
    position: absolute;
    left: 1.7rem;
    top: 50%;
    transform: translateY(-50%);
    content: "✓";
    color: #449FE3;
    font-size: 2.2rem;
    font-weight: 900;
}

#top .meetingProblems .answer {
    margin-top: 3.5rem;
    color: #3B5E92;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.7;
}

/* ---------- 参加者全員で数字を確認 ---------- */

#top .meetingShare {
    background: #fff;
}

#top .meetingShare .catch {
    margin: 3.5rem auto 0;
    padding: 2.2rem 3rem;
    max-width: 85rem;
    color: #3B5E92;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.7;
    background: #EFF6FA;
    border-radius: 1rem;
}

/* ---------- 経営会議6ステップ ---------- */

#top .meetingFlow {
    background: #F2F2F2;
}

#top .meetingFlow ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

#top .meetingFlow li {
    padding: 2.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
}

#top .meetingFlow li > span {
    display: block;
    margin-bottom: 0.8rem;
    color: #449FE3;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

#top .meetingFlow li > strong {
    display: block;
    margin-bottom: 1rem;
    color: #3B5E92;
    font-size: 2rem;
    line-height: 1.5;
}

#top .meetingFlow li p {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* ---------- bixid定義 ---------- */

#top .bixidDefinition {
    background: #fff;
}

#top .bixidDefinition strong {
    color: #3B5E92;
}

/* ---------- 閲覧権限 ---------- */

#top .permissionShare {
    background: #EFF6FA;
}

#top .permissionTable {
    margin: 3rem auto 0;
    max-width: 90rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

#top .permissionTable div {
    padding: 2.2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 0.2rem 0.6rem rgba(59, 94, 146, 0.08);
}

#top .permissionTable strong,
#top .permissionTable span {
    display: block;
}

#top .permissionTable strong {
    margin-bottom: 0.8rem;
    color: #3B5E92;
    font-size: 2rem;
}

#top .permissionTable span {
    font-size: 1.5rem;
    line-height: 1.6;
}

/* ---------- 最下部CTA ---------- */

#top .meetingCta {
    background: #EFF6FA;
    text-align: center;
}

#top .meetingCta h2 {
    font-size: 3.4rem;
}

#top .meetingCta .comBtn {
    margin-top: 3rem;
}

#top .meetingCta .comBtn a {
    margin: 0 auto;
    padding: 0 6rem 0 3rem;
    width: 44rem;
    white-space: nowrap;
}

/* =========================================================
   スマートフォン
   ========================================================= */

@media all and (max-width: 896px) {

    #top .aiHeroCopy,
    #top .meetingShare,
    #top .meetingFlow,
    #top .bixidDefinition,
    #top .permissionShare,
    #top .meetingCta {
        padding: 4rem 0;
    }

    #top .aiHeroCopy h1,
    #top .meetingProblems h2,
    #top .meetingShare h2,
    #top .meetingFlow h2,
    #top .bixidDefinition h2,
    #top .permissionShare h2,
    #top .meetingCta h2 {
        margin-bottom: 2rem;
        font-size: 2.2rem;
        line-height: 1.5;
    }

    #top .aiHeroCopy h1 {
        font-size: 2.4rem;
    }

    #top .aiHeroCopy p,
    #top .aiHeroCopy .lead,
    #top .meetingProblems .intro,
    #top .meetingShare p,
    #top .bixidDefinition p,
    #top .permissionShare p,
    #top .meetingCta p {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    #top .meetingProblems {
        padding: 4rem 0;
    }

    #top .meetingProblems ul {
        margin: 2.4rem auto;
    }

    #top .meetingProblems li {
        padding: 1rem 1rem 1rem 4rem;
        font-size: 1.4rem;
    }

    #top .meetingProblems li::before {
        left: 1.3rem;
        font-size: 1.8rem;
    }

    #top .meetingProblems .answer {
        font-size: 1.8rem;
    }

    #top .meetingShare .catch {
        padding: 1.8rem 1.5rem;
        font-size: 1.9rem;
    }

    #top .meetingFlow ol {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    #top .meetingFlow li {
        padding: 2rem;
    }

    #top .meetingFlow li p {
        font-size: 1.4rem;
    }

    #top .permissionTable {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    #top .permissionTable strong {
        font-size: 1.7rem;
    }

    #top .permissionTable span {
        font-size: 1.3rem;
    }

    #top .meetingCta h2 {
        font-size: 2.2rem;
    }

    #top .meetingCta .comBtn a {
        padding: 0 4rem 0 2rem;
        width: 30rem;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}
