section
{
    position: relative;

    width: 100%;
}

.lead
{
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px)
{
    .lead
    {
        margin-bottom: 50px;
    }
}
.lead__inner
{
    display: flex;
    flex-direction: column;

    width: 90%;

    margin-inline: auto;
    align-items: center;
}
.lead__inner .common-ttl
{
    margin-bottom: 50px;

    text-align: center;
}
@media screen and (max-width: 1024px)
{
    .lead__inner .common-ttl
    {
        margin-bottom: 25px;
    }
}
.lead__inner .common-ttl:before
{
    display: none;
}
.lead__notice_item
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    padding-left: 20px;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .lead__notice_item
    {
        font-size: 14px;

        padding-left: 15px;
    }
}
.lead__notice_item:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 11px;

    content: '';

    border-radius: 50px;
    background: var(--c_bl);

    aspect-ratio: 1;
}
@media screen and (max-width: 1024px)
{
    .lead__notice_item:before
    {
        top: 9px;

        width: 9px;
    }
}
.lead__notice_item:not(:last-child)
{
    margin-bottom: 20px;
}
.lead__thanks
{
    max-width: 800px;

    margin-inline: auto;
}
.lead__thanks-text
{
    font-size: 18px;
    line-height: 1.7777777778;

    letter-spacing: .04em;
}
@media screen and (max-width: 1024px)
{
    .lead__thanks-text
    {
        font-size: 16px;
    }
}
.lead__thanks-btn
{
    display: flex;

    margin-top: 60px;

    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .lead__thanks-btn
    {
        margin-top: 30px;
    }
}

.form
{
    padding: 80px 0 150px;

    background: url(/wp-content/themes/yuzawa/common/img/common-bg.webp);
}
@media screen and (max-width: 1024px)
{
    .form
    {
        padding: 40px 0 80px;
    }
}
.form .required
{
    color: var(--c_bl);
}
.form__inner
{
    width: 90%;
    max-width: 1000px;

    margin-inline: auto;
}
.form__note
{
    font-size: 18px;
    line-height: 1.6666666667;

    margin-bottom: 30px;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .form__note
    {
        font-size: 16px;
    }
}
.form__wrap
{
    width: 100%;
    max-width: 800px;

    margin-inline: auto;
}
.form__wrap dl
{
    display: grid;

    grid-template-columns: 250px 1fr;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl
    {
        grid-template-columns: 1fr;
    }
}
.form__wrap dl dt,
.form__wrap dl dd
{
    padding: 20px 0;

    border-bottom: 1px solid #a2a2a2;
}
.form__wrap dl dt
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    padding-top: 40px;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dt
    {
        font-size: 16px;

        padding: 20px 0 0;

        border-bottom: none;
    }
}
.form__wrap dl dt.radio
{
    padding: 30px 0;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dt.radio
    {
        padding: 20px 0 0;
    }
}
.form__wrap dl dt.radio + dd
{
    padding: 30px 0;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dt.radio + dd
    {
        padding: 20px 0;
    }
}
.form__wrap dl dd
{
    font-size: 16px;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dd
    {
        font-size: 14px;
    }
}
.form__wrap dl dd input[type=radio]
{
    accent-color: var(--c_bl);
}
.form__wrap dl dd input:not([type=radio]):not([type=checkbox]),
.form__wrap dl dd textarea,
.form__wrap dl dd select
{
    width: 100%;
    padding: 20px;

    border-radius: 5px;
    background: var(--white);

    accent-color: var(--c_bl);
}
.form__wrap dl dd .wpcf7-not-valid-tip
{
    margin-top: 5px;
}
.form__wrap dl dd .wpcf7-form-control-wrap[data-name=reply] .wpcf7-radio
{
    display: grid;

    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 70px;
}
.form__wrap dl dd .wpcf7-form-control-wrap[data-name=inquiry] .wpcf7-radio
{
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
}
.form__wrap dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item
{
    margin: 0;
}
.form__wrap dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label
{
    display: flex;

    align-items: center;
    gap: 10px;
}
.form__wrap dl dd .address
{
    display: grid;

    grid-template-columns: 135px 1fr;
    row-gap: 20px;
    align-items: center;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dd .address
    {
        grid-template-columns: 100px 1fr;
    }
}
.form__agree
{
    font-size: 18px;
    line-height: 1;

    display: flex;

    margin: 30px 0 50px;

    letter-spacing: .03em;

    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .form__agree
    {
        font-size: 14px;
    }
}
.form__agree .wpcf7-list-item
{
    margin: 0;
}
.form__agree .wpcf7-list-item label
{
    display: flex;

    align-items: center;
    gap: 10px;
}
.form__agree .wpcf7-list-item label input
{
    width: 20px;

    aspect-ratio: 1;
}
@media screen and (max-width: 1024px)
{
    .form__agree .wpcf7-list-item label input
    {
        width: 15px;
    }
}
.form__agree a
{
    text-decoration: underline;

    color: var(--c_bl);
}
.form__btn
{
    display: flex;

    justify-content: center;
}

.modal_confirm > .inner h3
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    text-align: center;
    letter-spacing: .02em;
}
@media screen and (max-width: 1024px)
{
    .modal_confirm > .inner h3
    {
        font-size: 20px;
    }
}
.modal_confirm > .inner .modal-dl-row
{
    grid-template-columns: 200px 1fr;
    gap: 0;
    align-items: stretch;
}
@media screen and (max-width: 600px)
{
    .modal_confirm > .inner .modal-dl-row
    {
        grid-template-columns: 1fr;
    }
}
.modal_confirm > .inner .modal-dl dt,
.modal_confirm > .inner .modal-dl dd
{
    padding: 20px 0;

    border-bottom: 1px solid #a2a2a2;
}
@media screen and (max-width: 600px)
{
    .modal_confirm > .inner .modal-dl dt,
    .modal_confirm > .inner .modal-dl dd
    {
        padding: 10px 0 20px;
    }
}
.modal_confirm > .inner .modal-dl dt
{
    color: var(--c_bl);
    border-right: none;
}
@media screen and (max-width: 600px)
{
    .modal_confirm > .inner .modal-dl dt
    {
        padding: 20px 0 0;

        border-bottom: none;
    }
}
.modal_confirm > .inner .modal_confirm-btn
{
    display: flex;

    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 600px)
{
    .modal_confirm > .inner .modal_confirm-btn
    {
        flex-direction: column;

        align-items: center;
    }
}
/*# sourceMappingURL=style.css.map */
