@charset "UTF-8";

.head_logo .hide-open {
    display: none;
}

.head_logo .vis-oepn {
    display: block;
}


.sec {
    padding: 100px 0;
}

.sec_hd {
    margin-bottom: 0;
}

.new {
    border-bottom: solid 2px #D1D1D1;
}


/* table */

.recruitment_ttl {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    background: #9B4E14;
    padding: 23px 45px;
    margin-bottom: 30px;
}

.recruitment_tbl {
    width: 100%;
    margin-bottom: 50px;
}

.recruitment_tbl dl {
    display: flex;
}

.recruitment_tbl dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    vertical-align: middle;
    background: #FFD803;
    border-bottom: solid 2px #000;
    font-weight: 500;
    width: 160px;
    position: relative;
}

.recruitment_tbl dl:first-child dt {
    border-top: solid 2px #000;
}

.recruitment_tbl dl dd {
    padding: 30px 20px;
    vertical-align: middle;
    border-bottom: solid 2px #D1D1D1;
    background: #fff;
    font-weight: 500;
    flex: 1;
}

.recruitment_tbl dl:first-child dd {
    border-top: solid 2px #D1D1D1;
}

/* entry */

.entry {
    background: #FAF7E5;
}

.entry_intro {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 500;
}

.info {
    background: #fff;
    border-left: solid 9px #9B4E14;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 70px 90px;
    margin-bottom: 50px;
}

.info_cnt_ttl {
    font-size: 28px;
    position: relative;
    width: fit-content;
    font-weight: 500;
}

.info_cnt_ttl em {
    font-weight: 500;
}

.info_cnt_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 8px;
    background: #FFD803;
}

.info_cnt_ttl span {
    position: relative;
    z-index: 10;
}

.info_cnt_txt {
    margin-top: 10px;
    font-weight: 500;
}

.tel_txt {
    margin-bottom: 10px;
    font-weight: 500;
}

.info_cnt .tel {
    display: block;
    border-radius: 100px;
    background: #FFD803;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lexend Zetta', sans-serif;
}

.info_cnt .tel span {
    font-size: 36px;
}

.bnr-entry {
    margin-bottom: 0;
}

.entry .bnr-entry {
    flex-flow: column;
}

.bnr-entry_ttl {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/* .entry .bnr-entry p {
    font-size: 20px;
} */

/* form */

.entry {
    margin-bottom: 50px;
}

.entry .sec_hd {
    margin-bottom: 60px;
}

.entry_form {
    width: 100%;
    max-width: 960px;
    margin: 50px auto 0;
}

.entry_form_input dl {
    padding: 25px 0;
    border-bottom: solid 1px #D1D1D1;
}

.entry_form_input dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.entry_form_input dl dd {
    /* font-size: 20px; */
}

.entry_form_input dl dt span {
    color: #fff;
    background: #DB0000;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    padding: 3px 10px;
    font-weight: 500;
}

.entry_form_input dl dd input {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #D8D5C4;
    width: 100%;
    padding: 20px 20px;
    box-shadow: unset;
    font-size: 20px;
}

.entry_form_input dl dd textarea {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #D8D5C4;
    width: 100%;
    padding: 20px 20px;
    box-shadow: unset;
    font-size: 20px;
    border: none;
}

.entry_form_input dl dd input[type="checkbox"],
.entry_form_input dl dd input[type="radio"] {
    width: auto;
    padding: 0;
}

/* .entry_form_input dl dd select[name="year"],
.entry_form_input dl dd select[name="month"],
.entry_form_input dl dd select[name="day"] {
    padding: 10px 20px;
    font-size: 18px;
} */

.entry_form_input dl.kind dd,
.entry_form_input dl.contact-radio dd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}

.entry_form_input dl.kind dd {
    width: 80%;
}

.kind dt em {
    font-size: 16px;
    margin-left: 10px;
}

/* .kind dd span label input {
    display: none;
}

.kind dd span label {
    position: relative;
}

.kind dd span label::before {
    content: '';
    width: 24px;
    height: 24px;
    border: solid 2px #BFBFBF;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: -10px;
    bottom: 50%;
    transform: translateY(50%);
}

.kind dd span label:has(:checked)::before {
    background: #7B85FF;
} */

.mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 !important;
}

.year_cnt {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    gap: 20px;
}

.year_cnt .select {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.year_cnt .select_box {
    background: #fff;
    border: solid 1px #D8D5C4;
    border-radius: 5px;
}

.year_cnt .select_box select {
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
}

.agree {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.agree {
    margin: 20px 0;
}

.agree a {
    color: #FF5A00;
    text-decoration: underline;
}

.agree a:hover {
    text-decoration: none;
}

.agree .mwform-checkbox-field-text {
    display: none;
}

.form_submit {
    text-align: center;
}

.form_submit input {
    width: 100%;
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    background: #FFD803;
    padding: 32px 30px;
    border-radius: 100px;
    transition-duration: 0.5s;
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
}

.form_submit input:hover {
    opacity: 0.7;
    cursor: pointer;
}

.mw_wp_form_complete .entry_intro,
.mw_wp_form_complete .info,
.mw_wp_form_complete .bnr-entry {
    display: none;
}



@media screen and (max-width: 768px) {


    .sec {
        padding: 40px 0;
    }
    
    
    .sec_ttl.-en span {
        letter-spacing: 0;
    }


    /* new */

    .recruitment_ttl {
        font-size: 22px;
        padding: 10px 25px;
    }

    .recruitment_tbl dl {
        flex-flow: column;
    }

    .recruitment_tbl dl dt {
        width: 100%;
        padding: 10px 25px;
        justify-content: left;
        border-bottom: solid 2px #D1D1D1;
    }

    .recruitment_tbl dl dt::after {
        content: '';
        width: 40%;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .recruitment_tbl dl:first-child dt,
    .recruitment_tbl dl:first-child dd {
        border-top: none;
    }

    .recruitment_tbl dl dd {
        padding: 10px 20px 30px;
        border-bottom: none;
    }

    .recruitment_tbl dl dd input {
        width: 100%;
    }

    /* entry */

    .entry .sec_hd {
        margin-bottom: 30px;
    }

    .entry_intro {
        text-align: left;
        margin-bottom: 30px;
    }

    .info_cnt_ttl::before {
        height: 4px;
    }


    /* info */

    .info {
        flex-flow: column;
        padding: 30px 15px;
        gap: 30px;
    }

    .info_cnt .tel {
        font-size: 14px;
        padding: 15px 20px;
    }

    .info_cnt .tel span {
        font-size: 24px;
    }

    .info_cnt_ttl {
        font-size: 22px;
        line-height: 35px;
    }


    .bnr-entry_ttl {
        text-align: center;
    }





    /* form */

    .year_cnt {
        flex-wrap: wrap;
    }
    
    .year_cnt .year {
        margin-right: 40%;
    }


    .form_submit input {
        font-size: 18px;
        padding: 20px 30px;
    }

    .entry_form_input dl.kind dd {
        width: 100%;
    }

    .entry_form_input dl.kind dd,
    .entry_form_input dl.contact-radio dd {
        gap: 10px 30px;
    }

    
}