@charset 'UTF-8';
.kv-sub
{
    background: url(/wp-content/themes/yuzawa/recruit/common/img/base_grid.webp) center/100% repeat-y;
}

section
{
    position: relative;

    width: 100%;
}

.form
{
    font-family: 'Noto Sans JP';
    font-weight: 400;

    padding: 0 0;
}
@media screen and (max-width: 600px)
{
    .form
    {
        padding-top: 20px;
    }
}
.form .required
{
    color: var(--c_txt);
}
.form__inner
{
    width: 90%;
    max-width: 1000px;

    margin-inline: auto;
}
.form__lead
{
    margin-bottom: 80px;

    text-align: center;
}
@media screen and (max-width: 1024px)
{
    .form__lead
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .form__lead
    {
        max-width: 80vw;

        margin-inline: auto;
    }
    .form__lead .common-text:not(:has(a))
    {
        text-align: left;
    }
}
.form__content
{
    width: 100%;
    padding: 80px 5%;

    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 0 15px 0 rgba(0, 104, 183, .15);
}
@media screen and (max-width: 1024px)
{
    .form__content
    {
        padding: 40px 8%;
    }
}
.form__note
{
    font-size: 18px;
    line-height: 1.6666666667;

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .form__note
    {
        font-size: 16px;

        margin-bottom: 0;
    }
}
.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.6666666667;

    padding-top: 35px;

    letter-spacing: 0;

    color: var(--c_bl);
}
@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:not([type=radio]):not([type=checkbox]),
.form__wrap dl dd textarea,
.form__wrap dl dd select
{
    width: 100%;
    padding: 20px;

    border-radius: 5px;
    background: #eff8fc;

    accent-color: var(--c_bl);
}
.form__wrap dl dd input:not([type=radio]):not([type=checkbox]).half,
.form__wrap dl dd textarea.half,
.form__wrap dl dd select.half
{
    max-width: 50%;
}
@media screen and (max-width: 600px)
{
    .form__wrap dl dd input:not([type=radio]):not([type=checkbox]).half,
    .form__wrap dl dd textarea.half,
    .form__wrap dl dd select.half
    {
        max-width: 100%;
    }
}
.form__wrap dl dd .wpcf7-not-valid-tip
{
    margin-top: 5px;
}
.form__wrap dl dd .wpcf7-form-control-wrap
{
    display: block;
}
.form__wrap dl dd .wpcf7-form-control-wrap + .wpcf7-form-control-wrap
{
    margin-top: 20px;
}
.form__wrap dl dd .wpcf7-form-control-wrap:has(.postal):before
{
    position: absolute;
    top: 50%;
    left: -1.5em;

    content: '〒';

    translate: 0 -50%;
}
.form__wrap dl dd .wpcf7-form-control-wrap .wpcf7-radio
{
    display: flex;

    flex-wrap: wrap;
    gap: 20px 80px;
}
@media screen and (max-width: 1024px)
{
    .form__wrap dl dd .wpcf7-form-control-wrap .wpcf7-radio
    {
        gap: 20px 30px;
    }
}
.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 input[type=radio]
{
    accent-color: var(--c_bl);
}
.form__wrap dl dd .age
{
    display: flex;

    align-items: center;
    gap: 10px;
}
.form__wrap dl dd .age input
{
    width: 110px !important;
}
.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__wrap dl dd span.mail_note
{
    display: block;

    margin-top: 10px;
}
.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;

    margin-top: 50px;

    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;
    }
}
.modal_confirm > .inner .modal_confirm-btn button
{
    width: 220px;
}

.thanks
{
    padding-bottom: 30px;
}
.thanks__inner
{
    max-width: 90%;

    text-align: center;

    margin-inline: auto;
}
.thanks__ttl
{
    font-size: 36px;
    line-height: 1.3888888889;

    margin-bottom: 40px;

    letter-spacing: .02em;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .thanks__ttl
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .thanks__ttl
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px)
{
    .thanks__text
    {
        text-align: left;
    }
}
.thanks__btn
{
    display: flex;

    margin-top: 80px;

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

.footer
{
    margin-top: 0;
}
.footer__links
{
    visibility: hidden;

    opacity: 0;
}
@media screen and (max-width: 600px)
{
    .footer__links
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .footer__col
    {
        margin-top: 0;
    }
}
/*# sourceMappingURL=style.css.map */
