@charset "UTF-8";

/* ================================================================
   creator-shift.net
   Figmaデザイン準拠版 CSS
   ================================================================ */

/* ---------- リセット ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 72px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    color: #222;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---------- 共通 ---------- */
.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}


/* ================================================================
   ヘッダー
   ================================================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    gap: 20px;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #e60012;
    flex-shrink: 0;
}

.nav-list {
    display: flex;
    gap: 24px;
    align-items: center;
}

.nav-item a {
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-item a:hover { color: #e60012; }

.header-cta-button {
    display: inline-block;
    flex-shrink: 0;
}

.header-cta-button img {
    height: 36px;
    width: auto;
}


/* ================================================================
   KV（メインビジュアル）
   ================================================================ */
.kv {
    padding-top: 64px;
    background-color: #fff;
}

.kv-container {
    max-width: 100%;
    padding: 0;
}

.kv-image {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}


/* ================================================================
   KV直下の説明文
   ================================================================ */
.kv-description {
    background-color: #fff;
    text-align: center;
    padding: 56px 20px 40px;
}

.kv-description .inner {
    max-width: 880px;
}

.kv-description h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #222;
}

.kv-description p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 4px;
    color: #333;
}


/* ================================================================
   悩みセクション（HOW画像）
   ================================================================ */
.concerns {
    background-color: #fff;
    padding: 20px 20px 0;
}

.concerns .inner {
    max-width: 1100px;
}

.concerns-image {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* ================================================================
   WHYセクション
   ★ 白い三角を活かすため背景フォールバック色を外す
   ================================================================ */
.why {
    background-image: url('../images/WHY_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;  /* 画像を縦横いっぱいに引き伸ばして白三角を見せる */
    background-position: center top;
    /* background-color は意図的に指定しない。白抜き部分が透けて赤くなるのを防ぐ */
    text-align: center;
    padding: 100px 20px 80px; /* 上部の白三角を見せるため padding を大きめに */
}

.why .inner {
    max-width: 1100px;
}

/* ★ タイトル画像：セクション幅いっぱいに大きく表示 */
.why-title {
    margin-bottom: 40px;
}

.why-title img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* 1枚絵のポイント画像（point①② / point3） */
.point-row {
    margin: 32px auto 20px;
}

.point-image-wide {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

/* ポイントの説明文 */
.point-desc {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

.point-desc p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    margin-bottom: 6px;
}

/* Point 4 / 5 の横並び */
.points-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.point-box {
    flex: 1 1 360px;
    max-width: 440px;
    min-width: 0;
}

.point-box > img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

.point-detail {
    padding: 0 10px;
    text-align: center;
}

.point-detail p {
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
    margin-bottom: 4px;
}


/* ================================================================
   CTAボタン（btn.png を大きく）
   ================================================================ */
.contact-button {
    text-align: center;
    margin: 48px auto;
    padding: 0 20px;
}

.contact-button-last {
    margin-bottom: 60px;
}

.cta-button {
    display: inline-block;
    width: 100%;
    max-width: 900px;  /* ★ 大きく表示（元は520px） */
    transition: transform 0.3s;
}

.cta-button:hover {
    transform: scale(1.03);
}

.cta-button img {
    width: 100%;
    height: auto;
    display: block;
}


/* ================================================================
   共通セクションタイトル（COMPARE / PLAN / FLOW / QA）
   ★ 画像は元々横長なので、max-width: 1000px 程度で大きく表示
   ================================================================ */
.section-title-img {
    text-align: center;
    margin-bottom: 32px;
}

.section-title-img img {
    width: 100%;
    max-width: 1000px;  /* ★ 大きく（元は360px） */
    height: auto;
    margin: 0 auto;
    display: block;
}


/* ================================================================
   COMPAREセクション
   ================================================================ */
.compare {
    background-color: #fff;
    padding: 60px 20px 40px;
}

.compare .inner {
    max-width: 1100px;
}

.compare-image-wrap {
    text-align: center;
    margin-top: 16px;
}

.compare-image {
    width: 100%;
    max-width: 780px;  /* 1000px → 780px に縮小 */
    height: auto;
    margin: 0 auto;
    display: block;
}


/* ================================================================
   PLANセクション
   ================================================================ */
.plan {
    background-color: #fff;
    padding: 60px 20px 40px;
}

.plan .inner {
    max-width: 1100px;
}

/* ★ basic(335x577) / lite(335x548) の高さ差を吸収
   basicは上に「おすすめ」バッジがあるため、
   align-items: flex-end で下揃えにすると
   カード本体のタイトル位置が綺麗に揃う */
.plan-contents {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 48px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.plan-card {
    flex: 0 0 300px;   /* 380px → 300px に縮小 */
    max-width: 300px;
    width: 300px;
    text-align: center;
}

.plan-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}


/* ================================================================
   FLOWセクション
   ================================================================ */
.flow {
    background-color: #fff;
    padding: 60px 20px 40px;
}

.flow .inner {
    max-width: 1100px;
}

.flow-image-wrap {
    text-align: center;
    margin-top: 16px;
}

.flow-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    display: block;
}


/* ================================================================
   Q&Aセクション
   ================================================================ */
.qa {
    background-color: #fff;
    padding: 60px 20px 40px;
}

.qa .inner {
    max-width: 1100px;
}

.qa-content {
    max-width: 900px;
    margin: 0 auto;
}

.qa-item {
    margin-bottom: 16px;
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.qa-question {
    background-color: #fff5f5;
    padding: 16px 50px 16px 56px;
    position: relative;
}

.qa-question::before {
    content: "Q.";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #e60012;
    font-weight: 700;
    font-size: 20px;
}

.qa-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #e60012;
    font-weight: 700;
    font-size: 22px;
}

.qa-question h4 {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    line-height: 1.5;
}

.qa-answer {
    padding: 18px 24px 18px 56px;
    background-color: #f8f8f8;
    position: relative;
}

.qa-answer::before {
    content: "A.";
    position: absolute;
    left: 20px;
    top: 18px;
    color: #222;
    font-weight: 700;
    font-size: 18px;
}

.qa-answer p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 6px;
    color: #333;
}

.qa-answer p:last-child { margin-bottom: 0; }


/* ================================================================
   フッター
   ================================================================ */
.footer {
    background-color: #2a2a2a;
    color: #fff;
    padding: 48px 0 24px;
    margin-top: 40px;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 24px;
}

.footer-logo h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-bottom: 24px;
}

.footer-nav-list li {
    font-size: 13px;
}

.footer-nav-list a {
    transition: color 0.3s;
    color: #ddd;
}

.footer-nav-list a:hover { color: #e60012; }

.footer-info {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 14px;
    border-top: 1px solid #444;
}


/* ================================================================
   PAGE TOP ボタン
   ================================================================ */
.page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #e60012;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 999;
    transition: transform 0.3s;
    text-align: center;
    line-height: 1.2;
}

.page-top:hover {
    transform: translateY(-4px);
}


/* ================================================================
   レスポンシブ
   ================================================================ */
@media (max-width: 1024px) {
    .kv-description h2 { font-size: 18px; }
    .why { padding: 60px 20px 60px; }
}

@media (max-width: 768px) {
    /* ヘッダー */
    .header-container {
        flex-wrap: wrap;
        padding: 10px 14px;
        gap: 8px;
    }
    .logo { font-size: 16px; order: 1; }
    .header-cta { order: 2; margin-left: auto; }
    .header-cta-button img { height: 30px; }
    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 14px;
        width: 100%;
        order: 3;
    }
    .nav-item a { font-size: 12px; }

    /* KV */
    .kv { padding-top: 90px; }

    /* KV直下 */
    .kv-description { padding: 40px 16px 28px; }
    .kv-description h2 { font-size: 16px; line-height: 1.6; margin-bottom: 16px; }
    .kv-description p { font-size: 13px; line-height: 1.9; }

    /* WHY */
    .why { padding: 50px 16px 50px; }
    .why-title { margin-bottom: 28px; }
    .point-row { margin: 24px auto 16px; }
    .point-desc { max-width: 100%; margin-bottom: 32px; }
    .point-desc p { font-size: 13px; line-height: 1.9; }

    .points-wrapper {
        flex-direction: column;
        gap: 32px;
        margin-top: 32px;
    }
    .point-box { flex: 1 1 auto; max-width: 100%; width: 100%; }
    .point-box > img { max-width: 100%; }
    .point-detail p { font-size: 13px; }

    /* CTA */
    .contact-button { margin: 32px auto; }
    .cta-button { max-width: 92%; }

    /* セクションタイトル */
    .section-title-img { margin-bottom: 24px; }

    /* 各セクション */
    .compare, .flow, .plan, .qa { padding: 44px 16px 28px; }

    /* PLAN */
    .plan-contents {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .plan-card {
        flex: 0 0 auto;
        max-width: 320px;
        width: 100%;
    }

    /* Q&A */
    .qa-question { padding: 14px 40px 14px 44px; }
    .qa-question::before { left: 14px; font-size: 17px; }
    .qa-question::after { right: 14px; font-size: 20px; }
    .qa-question h4 { font-size: 14px; }
    .qa-answer { padding: 14px 18px 14px 44px; }
    .qa-answer::before { left: 14px; top: 14px; font-size: 16px; }
    .qa-answer p { font-size: 13px; }

    /* フッター */
    .footer { padding: 36px 0 20px; }
    .footer-logo h2 { font-size: 16px; }
    .footer-nav-list li { font-size: 12px; }

    /* PAGE TOP */
    .page-top {
        width: 48px;
        height: 48px;
        font-size: 10px;
        right: 12px;
        bottom: 12px;
    }
}

@media (max-width: 480px) {
    .nav-list { gap: 4px 10px; }
    .nav-item a { font-size: 11px; }
    .kv-description h2 { font-size: 14px; }
}