/**
 * 資金調達with サービスページ スタイルシート
 * 
 * カラーパレット:
 * - メインカラー（濃紺）: #152147
 * - サブテキスト: #515d79
 * - アクセント青: #2e67f0
 * - 推奨プランボーダー: #428dff
 * - 推奨プラン背景: #e5eeff
 * - セクション背景グレー: #f6f6f9
 * - テキストグレー: #666666
 * - 黄色下線: #fcd804
 */

/* ========================================
   共通スタイル
======================================== */
.shikin-chotatsu-page {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #333;
}

.shikin-chotatsu-page * {
    box-sizing: border-box;
}

.shikin-chotatsu-page img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   セクション1: ヒーローエリア
======================================== */
.sc-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sc-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 背景画像はここで設定してください */
    background-image: url('https://with-lab.net/-with-/wp-content/uploads/2025/12/finance-support-service_hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.sc-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.sc-hero__content {
    position: relative;
    z-index: 3;
    width: 60%;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sc-hero__text {
    flex: 1;
}

.sc-hero__title {
    font-size: 42px;
    font-weight: 700;
    color: #152147;
    letter-spacing: 0.1em;
    text-shadow: 
        2px 2px 4px rgba(255, 255, 255, 0.8),
        -2px -2px 4px rgba(255, 255, 255, 0.8),
        2px -2px 4px rgba(255, 255, 255, 0.8),
        -2px 2px 4px rgba(255, 255, 255, 0.8);
    margin: 0 0 20px 0;
}

.sc-hero__subtitle {
    font-size: 18px;
    color: #515d79;
    margin: 0;
}

.sc-hero__image {
    flex: 0 0 auto;
    max-width: 250px;
}

.sc-hero__image img {
    width: 100%;
    height: auto;
}

/* ========================================
   セクション2: お悩みセクション
======================================== */
.sc-problems {
    background-color: #ffffff;
    padding: 100px 0;
}

.sc-problems__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-problems__header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-problems__label {
    font-size: 14px;
    color: #152147;
    margin-bottom: 10px;
}

.sc-problems__title {
    font-size: 32px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-problems__cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.sc-problems__card {
    flex: 0 1 300px;
    text-align: center;
}

.sc-problems__card-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-problems__card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sc-problems__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #152147;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.sc-problems__card-text {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.8;
}

/* ========================================
   セクション3: ABOUTセクション
======================================== */
.sc-about {
    background-color: #f6f6f9;
    padding: 100px 0;
}

.sc-about__container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.sc-about__image {
    flex: 0 0 40%;
}

.sc-about__image img {
    width: 100%;
    height: auto;
    display: block;
}

.sc-about__content {
    flex: 1;
}

.sc-about__label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.sc-about__label span:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #152147;
    letter-spacing: 0.1em;
}

.sc-about__label-line {
    width: 30px;
    height: 2px;
    background-color: #152147;
}

.sc-about__title {
    font-size: 28px;
    font-weight: 700;
    color: #152147;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.sc-about__text {
    font-size: 15px;
    color: #152147;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.sc-about__text:last-child {
    margin-bottom: 0;
}

/* ========================================
   セクション4: FEATUREセクション
======================================== */
.sc-feature {
    background-color: #ffffff;
    padding: 100px 0 0 0;
}

.sc-feature__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-feature__header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-feature__label {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.sc-feature__title {
    font-size: 32px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-feature__cards {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.sc-feature__card {
    flex: 0 1 280px;
    text-align: center;
}

.sc-feature__card-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 3px solid rgba(66, 141, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

.sc-feature__card-circle img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.sc-feature__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #152147;
    margin: 0 0 15px 0;
}

.sc-feature__card-text {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.8;
}

.sc-feature__bottom-line {
    width: 100%;
    height: 4px;
    background-color: #152147;
}

/* ========================================
   セクション5: サービスフローセクション
======================================== */
.sc-flow {
    background-color: #ffffff;
    padding: 100px 0;
}

.sc-flow__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-flow__header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-flow__title {
    font-size: 32px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-flow__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
    margin-bottom: 60px;
}

.sc-flow__item {
    display: flex;
    flex-direction: column;
}

.sc-flow__item-header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 15px;
}

.sc-flow__item-number {
    font-size: 36px;
    font-weight: 700;
    color: #2e67f0;
    line-height: 1;
}

.sc-flow__item-title {
    font-size: 20px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-flow__item-text {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.sc-flow__item-image {
    width: 80px;
    height: 80px;
}

.sc-flow__item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sc-flow__catchcopy {
    text-align: center;
    padding-top: 40px;
}

.sc-flow__catchcopy-sub {
    font-size: 16px;
    color: #152147;
    margin: 0 0 10px 0;
}

.sc-flow__catchcopy-main {
    font-size: 28px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-flow__highlight {
    background: linear-gradient(transparent 60%, #fcd804 60%);
    padding: 0 5px;
}

/* ========================================
   セクション6: VOICEセクション
======================================== */
.sc-voice {
    background-color: #f6f6f9;
    padding: 100px 0;
}

.sc-voice__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-voice__header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-voice__label {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.sc-voice__title {
    font-size: 32px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-voice__cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sc-voice__card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background-color: #ffffff;
    border: 2px solid #2e67f0;
    border-radius: 12px;
    padding: 30px;
}

.sc-voice__card-avatar {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
}

.sc-voice__card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-voice__card-content {
    flex: 1;
}

.sc-voice__card-role {
    font-size: 12px;
    color: #2e67f0;
    margin: 0 0 10px 0;
}

.sc-voice__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #152147;
    margin: 0 0 15px 0;
}

.sc-voice__card-text {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin: 0;
}

/* ========================================
   セクション7: PLANセクション
======================================== */
.sc-plan {
    background-color: #ffffff;
    padding: 100px 0;
}

.sc-plan__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-plan__header {
    text-align: center;
    margin-bottom: 60px;
}

.sc-plan__label {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.sc-plan__title {
    font-size: 32px;
    font-weight: 700;
    color: #152147;
    margin: 0;
}

.sc-plan__cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sc-plan__card {
    flex: 0 1 320px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 25px;
}

.sc-plan__card--standard {
    background-color: #e5eeff;
    border: 2px solid #428dff;
}

.sc-plan__card-name {
    font-size: 20px;
    font-weight: 700;
    color: #152147;
    text-align: center;
    margin: 0 0 15px 0;
}

.sc-plan__card-name--highlight {
    color: #428dff;
}

.sc-plan__card-subtitle {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 25px 0;
    min-height: 45px;
}

.sc-plan__card-pricing {
    margin-bottom: 25px;
}

.sc-plan__card-price-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.sc-plan__card-price-label {
    font-size: 14px;
    color: #666666;
    width: 80px;
}

.sc-plan__card-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #152147;
}

.sc-plan__card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sc-plan__card-features li {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 8px;
}

.sc-plan__card-features li:last-child {
    margin-bottom: 0;
}

.sc-plan__note {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

.contact-button{
    text-align: center;
}

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

/* タブレット */
@media screen and (max-width: 1024px) {
    .sc-hero__content {
        width: 80%;
    }

    .sc-about__container {
        width: 80%;
    }

    .sc-flow__grid {
        gap: 40px 50px;
    }
}

/* モバイル */
@media screen and (max-width: 768px) {
    /* ヒーロー */
    .sc-hero {
        min-height: 350px;
    }

    .sc-hero__content {
        width: 90%;
        padding: 60px 0;
        justify-content: center;
    }

    .sc-hero__text {
        text-align: center;
    }

    .sc-hero__title {
        font-size: 32px;
    }

    .sc-hero__subtitle {
        font-size: 16px;
    }

    .sc-hero__image {
        display: none;
    }

    /* お悩み */
    .sc-problems {
        padding: 60px 0;
    }

    .sc-problems__title {
        font-size: 24px;
    }

    .sc-problems__cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .sc-problems__card {
        max-width: 300px;
    }

    /* ABOUT */
    .sc-about {
        padding: 60px 0;
    }

    .sc-about__container {
        width: 90%;
        flex-direction: column;
        gap: 40px;
    }

    .sc-about__image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .sc-about__title {
        font-size: 24px;
    }

    /* FEATURE */
    .sc-feature {
        padding: 60px 0 0 0;
    }

    .sc-feature__title {
        font-size: 24px;
    }

    .sc-feature__cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-bottom: 60px;
    }

    /* フロー */
    .sc-flow {
        padding: 60px 0;
    }

    .sc-flow__title {
        font-size: 24px;
    }

    .sc-flow__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sc-flow__catchcopy-main {
        font-size: 22px;
    }

    /* VOICE */
    .sc-voice {
        padding: 60px 0;
    }

    .sc-voice__title {
        font-size: 24px;
    }

    .sc-voice__card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }

    .sc-voice__card-content {
        text-align: left;
    }

    /* PLAN */
    .sc-plan {
        padding: 60px 0;
    }

    .sc-plan__title {
        font-size: 24px;
    }

    .sc-plan__cards {
        flex-direction: column;
        align-items: center;
    }

    .sc-plan__card {
        width: 100%;
        max-width: 350px;
    }
}
