.mv_section_contact {
    max-width: 1280px;
    margin: 100px auto 0;
    padding: 0 20px;

    .mv_title {
        padding: 0 20px;
        max-width: 736px;
        margin: 0 auto 20px;

        h1 {
            font-family: var(--font-en);
            font-size: 1.25rem;
            letter-spacing: 0.8px;
            line-height: 64px;
            color: #000;
            text-align: center;
            font-weight: bold;


            span {
                font-weight: 300;
                color: var(--green);
                font-size: clamp(3rem, 2.6479rem + 1.5023vw, 4rem);
                display: block;
            }
        }

        p {
            font-size: 16px;
            line-height: 28px;
            margin-top: 30px;
        }
    }
}

.wpcf7-list-item {
    margin: 0;
}

.custom-form-container {
    max-width: 736px;
    margin: 0 auto;
    padding: 0 20px;

    #cf7-input-view,
    #cf7-confirm-view {
        >p {
            margin-bottom: 50px;
        }
    }


    .custom-form-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;

        >label {
            font-size: 16px;
        }

        &.custom-form-group:last-child {
            margin-bottom: 0;
        }

        textarea {
            padding: 10px;
        }

        span {
            display: block;
            width: 100%;

            input[type="text"],
            input[type="email"],
            textarea {
                width: 100%;
                border-radius: 5px;
                border: 1px solid #ddd;
                font-size: 16px;
            }

            input[type="text"],
            input[type="email"] {

                padding: 10px;
                height: 45px;

            }

            textarea {
                resize: vertical;
            }
        }

        .wpcf7-form-control.wpcf7-radio {
            display: flex;
            flex-wrap: wrap;

            >span {
                label {
                    display: flex;
                    gap: 5px;
                }
            }
        }
    }
}

.custom-policy-box {
    margin-top: 25px;

    p {
        font-size: 16px;
    }
}

.custom-form-submit {
    margin-bottom: 100px;
    display: flex;
    gap: 20px;
    position: relative;

    button {
        flex: 1;
    }
}

.wpcf7-spinner {
    display: block;
    text-align: center;
    position: absolute;
    bottom: -40px;
}

.custom-form-submit {
    text-align: center;
    margin-top: 50px;

    /* .custom-btn {
        background: #ffc000;
        border: none;
        padding: 12px 25px;
        font-size: 16px;
        border-radius: 25px;
        color: #FFF;
        font-weight: bold;
    } */

    input {
        flex: 1;
        background: #000;
        border: none;
        padding: 12px 25px;
        font-size: 16px;
        border-radius: 25px;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
    }

    .custom-btn {
        background: #ffc000;
        padding: 10px 30px;
        color: #FFF;
        border-radius: 25px;
    }

    .wpcf7-spinner {
        position: absolute;
        bottom: -30px;
    }
}



.btn_flex {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;


}

/* プライバシーポリシー */
.custom-policy-box {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    background-color: #ffffff;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
}

.custom-policy-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.custom-policy-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-policy-box p {
    margin-bottom: 15px;
}

.custom-policy-box ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.custom-policy-box li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.custom-policy-box .policy-note {
    font-size: 14px;
    color: #666666;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
}

.custom-policy-box::-webkit-scrollbar {
    width: 8px;
}

.custom-policy-box::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 0 8px 8px 0;
}

.custom-policy-box::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.custom-policy-box::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.cf7-form-view {
    display: none;
}

.cf7-form-view.active {
    display: block;
}

.confirm-message {
    white-space: pre-wrap;
    display: inline-block;
}

.thanks-message {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    padding: 60px 0;
}

.custom-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-btn-outline {
    background: #fff;
    color: #555;
}

@media (max-width: 768px) {}