/* 基本設定 */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    background: #ffffff;
    color: #222222;
    line-height: 1.7;
}

/* Hero 部分 */
.hero {
    background: linear-gradient(135deg, #325DFF, #20389A);
    color: #ffffff;
    padding: 32px 18px 40px;
}

.hero-inner {
    max-width: 960px;
    margin: 0 auto;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
}

.hero h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.subtitle {
    font-size: 14px;
    opacity: 0.95;
    margin: 0 0 16px;
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 13px;
}

.hero-points li {
    margin-bottom: 4px;
}

.hero-cta {
    display: inline-block;
    padding: 12px 22px;
    background: #FFD93B;
    color: #222222;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
}

.hero-cta:hover {
    opacity: 0.9;
}

.hero-note {
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.9;
}

/* 共通セクション */
.section {
    padding: 28px 18px;
    max-width: 960px;
    margin: 0 auto;
}

.section h2 {
    font-size: 18px;
    margin: 0 0 16px;
}

/* 明るい背景 */
.section-light {
    background: #F7F8FC;
}

/* ハイライト背景 */
.section-highlight {
    background: #F0F4FF;
    text-align: center;
}

/* カードレイアウト */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 12px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.card h3 {
    font-size: 14px;
    margin: 0 0 6px;
}

.card p {
    font-size: 13px;
    margin: 0;
}

/* リスト型説明 */
.list-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEF5;
}

.list-item:last-child {
    border-bottom: none;
}

.list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #325DFF;
    color: #ffffff;
    font-size: 13px;
}

.list-item h3 {
    font-size: 14px;
    margin: 0 0 4px;
}

.list-item p {
    font-size: 13px;
    margin: 0;
}

/* 実績・数字 */
.stats {
    list-style: none;
    padding: 0;
    margin: 10px 0 6px;
}

.stats li {
    margin-bottom: 10px;
}

.stats strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #20389A;
}

.stats span {
    font-size: 13px;
}

.small-note {
    font-size: 11px;
    color: #666666;
}

/* フォームセクション */
.section-form {
    background: #F7F8FC;
}

.section-form h2 {
    text-align: center;
}

.form-lead {
    text-align: center;
    font-size: 13px;
    margin-bottom: 18px;
}

.entry-form {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 16px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.required {
    color: #E53935;
    font-size: 12px;
}

.entry-form input,
.entry-form select,
.entry-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #D0D3E4;
    font-size: 13px;
    font-family: inherit;
    outline: none;
    background: #FAFAFF;
}

.entry-form input:focus,
.entry-form select:focus,
.entry-form textarea:focus {
    border-color: #325DFF;
    background: #ffffff;
}

textarea {
    resize: vertical;
}

/* チェックボックス */
.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11px;
    line-height: 1.4;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 2px;
}

/* 送信ボタン */
.btn-submit {
    width: 100%;
    border: none;
    background: #325DFF;
    color: #ffffff;
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
}

.btn-submit:hover {
    opacity: 0.94;
}

.form-note {
    margin-top: 10px;
    font-size: 11px;
    color: #555555;
    text-align: center;
}

/* フッター */
.footer {
    padding: 18px;
    text-align: center;
    font-size: 11px;
    color: #888888;
    border-top: 1px solid #EEEEF2;
}

.footer-links a {
    color: #888888;
    text-decoration: none;
    font-size: 11px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* スマホ専用改行 */
.sp-only {
    display: inline;
}

/* 768px以上（タブレット〜PC）でのレイアウト強化 */
@media (min-width: 768px) {

    .hero {
        padding: 48px 24px 56px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .subtitle {
        font-size: 15px;
    }

    .section {
        padding: 36px 24px;
    }

    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .card h3 {
        font-size: 15px;
    }

    .card p {
        font-size: 13px;
    }

    .entry-form {
        padding: 22px 22px 26px;
    }

    .sp-only {
        display: none;
    }
}
