@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact::before {
    width: 52rem;
    height: 137rem;
    background: url(../img/recruit/bg01.webp) no-repeat;
    position: absolute;
    top: 0rem;
    left: 0;
    content: "";
}
.contact::after {
    width: 28rem;
    height: 137rem;
    background: url(../img/recruit/bg02.webp) no-repeat;
    position: absolute;
    top: 0rem;
    right: 0;
    content: "";
}
.contact .underlayer_title #pagePath{
    padding-top: 0px;
    text-align: left;
}
.contact .contact_box .content{
    display: flex;
    justify-content: center;
}
.contact .underlayer_title{
    display: block;
    width: 35%;
}
.contact .underlayer_title p{
    max-width: 350px;
    margin-top: 60px;
}
.contact .contact_form{
    display: block;
    width: 100%;
    margin-bottom: 80px;
}
.contact_form{
    border: 1px solid #E8E8E8;
    padding: 50px;
    border-radius: 50px;
    max-width: 630px;
}
.contact_form dt{
    font-weight: bold;
    margin-bottom: 10px;
}
.contact_form dd{
    margin-bottom: 20px;
}
.contact_form dt span{
    font-size: 9px;
    position: relative;
    top: -2px;
    left: 8px;
}
.contact_form dt .required{
    background-color: #E00000;
    color: #fff;
    border-radius: 4px;
    padding: 3px 4px;
}
.contact_form input,
.contact_form select,
textarea,
.privacy_policy{
    padding: 10px;
    background-color: #F6F6F6;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    width: 100%;
    box-sizing: border-box;
}
.contact_form .column_two{
    display: flex;
    gap:20px
}
.contact_form .column_two input{
    width: 50%;
}
.contact_form input[type="file"]{
    background: none;
    border: 0;
} 
.contact_form dd.remark{
    margin-top: -25px;
    font-size: 12px;
    margin-left: 10px;
}
textarea{
    height: 100px;
}
.privacy_policy{
    height: 150px;
    overflow-y: scroll;
    padding: 20px;
}
.policy_check{
    display: flex;
    justify-content: start;
    margin: 20px 0 40px;
}
.contact_form input[type="checkbox"]{
    width: 20px;
}
.contact_send_btn{
    text-align: center;
}
.contact_send_btn input{
    background-color: #F39800 !important;
    width: 230px;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.contact_form dd a{
    color: #0079D8;
}
.contact.thanks .contact_box .content{
    display: block;
}
.contact.thanks .underlayer_title{
    width: 100%;
    margin-bottom: 80px;
}
.contact.thanks .contact_form{
    width: 100%;
}
.contact.thanks .thanks_title{
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
}
.contact.thanks .underlayer_title p{
    max-width: 100%;
    margin-top: 0;
}
.contact.thanks::before {
    height: 67rem;
}
.contact.thanks::after {
    height: 67rem;
}
#gFooter {
    position: relative;
    z-index: 1;
}
.checkbox{
    margin-bottom: 5px;
}
.contact__back{
    background-color: #9A9A9A !important;
    margin-right: 20px;
}
.radiobox{
    display: flex;
    margin-bottom: 5px;
}
input[type="radio"]{
    width: 12px;
    margin-right: 10px;
} 
.work_place select{
    margin-bottom: 10px;
}
.mwform-checkbox-field, .mwform-radio-field{
    display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    margin-bottom: 8px !important;
    display: block;
}
.grecaptcha-badge { visibility: hidden; }
.contact_send_btn{
    display: flex;
    justify-content: center;
}
.mwform-file-delete{
    display: none;
}
.mw_wp_form_confirm .remark{
    display: none;
}
.privacy_policy_contents h2,
.privacy_policy_contents h3{
    margin-bottom: 20px;
}
.privacy_policy_contents p{
    margin-bottom: 30px;
}
.mw_wp_form .error{
    margin: -5px 0 10px;
}
.mw_wp_form_confirm .policy_check{
    display: none;
}
.mw_wp_form_confirm .contact_send_btn{
    margin-top: 40px;
}
.mw-wp-form_file{
    margin-bottom: 30px;
}

@media all and (max-width: 896px) {
    select {
        -webkit-appearance: none;
        appearance: none;
        color: #000;
    }
    .work_place,
    .inquery_form{
        position: relative;
    }
    .work_place::after,
    .inquery_form::after{
        position: absolute;
        content:'▼';
        top: 28%;
        right: 4%;
        color: #000;
        pointer-events: none;
	}
    .work_place_usform::after {
        top: 14%;
    }
    .contact .contact_box .content{
        display: block;
    }
    .contact .underlayer_title {
        width: 100%;
    }
    .contact .contact_form {
        width: 100%;
        margin-top: 30px;
        background-color: #fff;
    }
    .contact .underlayer_title p {
        max-width: 100%;
        margin-top: 30px;
    }
    .contact_form {
        padding: 30px;
    }
    .contact::after {
        width: 80%;
    }
    .contact::before {
        width: 100%;
    }
}