.inner{
    width: 1200px;
    margin: auto;
}

/*===== mv =====*/
.mv{
    line-height: 0;
    padding-top: 100px;
}

/*===== recruit =====*/
#recruit {
    padding: 84px 0 95px;
}
#recruit .r_box{
    width: 600px;
    float: right;
    margin-bottom: 33px;
}
#recruit .r_box h2{
    width: 434px;
    line-height: 0;
    border-bottom: 1px solid #808080;
    padding: 0 0 34px 28px;
}
#recruit .r_box p{
    padding: 21px 0 0 28px;
    font-size: 15px;
    line-height: 29px;
}

#recruit table{
    width: 1015px;
    margin: auto;
    clear: both;
    border-collapse: collapse;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}
#recruit table tr th{
    vertical-align: top;
    width: 212px;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: left;
    padding: 18px 0 12px 22px;
}
#recruit table tr:first-child th{
    padding: 17px 0 12px 28px;
}
#recruit table tr td{
    border: 1px solid #000;
    padding: 18px 0 12px 22px;
}

#recruit table + p{
    width: 1015px;
    margin: 19px auto 0;
}
#recruit table + p a{
    color: #F15A24;
    text-decoration: underline;
}

/*===== contact =====*/
#contact{
    background: #A21564 url(../img/recruit/bg_contact.png) no-repeat calc(50% + 410px) 38px / 145px auto;
    padding: 110px 0 55px;
}
#contact h2{
    width: 434px;
    line-height: 0;
    text-align: center;
    margin: 0 auto 25px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 18px;
}
#contact h2 + p{
    text-align: center;
    color: #FFF;
    margin-bottom: 41px;
}

#contact table{
    width: 1015px;
    margin: 0 auto 50px;
    border-collapse: collapse;
    font-size: 17px;
    color: #FFF;
    box-shadow: 7px 7px 7px rgba(0,0,0,.25);
}
#contact table tr th{
    width: 212px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    font-weight: normal;
}
#contact table tr th p.require{
    display: inline-block;
    padding: 0 18px 0 0;
    background: url(../img/recruit/icon_contact.png) no-repeat center right / 16px auto;
}
#contact table tr td{
    border: 1px solid #FFF;
    padding: 17px 0 17px 15px;
}
#contact table tr td input[type="text"],
#contact table tr td input[type="email"],
#contact table tr td input[type="telephone"]{
    width: 347px;
    box-sizing: border-box;
    border: none;
    font-size: 19px;
    line-height: 20px;
    padding: 6px 15px 4px;
}
#contact table tr td input[type="radio"]{
    margin-right: 8px;
    border: none;
    vertical-align: middle;
}
#contact table tr td ul::after{
    display: block;
    content: "";
    clear: both;
}
#contact table tr td ul li{
    float: left;
    padding-right: 25px;
}
#contact table tr td textarea{
    width: 770px;
    box-sizing: border-box;
    border: none;
    padding: 6px 15px 4px;
}

#contact .c_btn{
    line-height: 0;
    text-align: center;
}
#contact .c_btn input{
    width: 277px;
    height: 65px;
    background: url(../img/recruit/btn_contact.png) no-repeat center center / 100% auto;
    border: none;
    transition: opacity .3s;
}
#contact .c_btn input:hover{
    opacity: .7;
}


@media screen and (max-width: 750px) {
    .inner{
        width: auto;
        margin: auto;
    }

    /*===== mv =====*/
    .mv{
        line-height: 0;
        padding-top: 87px;
    }
    
    /*===== recruit =====*/
    #recruit {
        padding: 125px 0 76px;
    }
    #recruit .r_box{
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    #recruit .r_box h2{
        width: 60%;
        margin: auto;
        line-height: 0;
        border-bottom: 1px solid #808080;
        padding: 0 0 30px 0;
        text-align: center;
    }
    #recruit .r_box p{
        padding: 40px 0 0 0;
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    
    #recruit table{
        width: 90%;
        margin: auto;
        clear: both;
        border-collapse: collapse;
        font-size: 23px;
        line-height: 40px;
        font-weight: bold;
    }
    #recruit table tr th{
        vertical-align: top;
        width: 148px;
        box-sizing: border-box;
        border: 1px solid #000;
        text-align: left;
        padding: 18px 0 12px 12px;
    }
    #recruit table tr:first-child th{
        padding: 17px 0 12px 27px;
    }
    #recruit table tr td{
        border: 1px solid #000;
        padding: 18px 0 12px 20px;
    }
    
    #recruit table + p{
        width: 90%;
        font-size: 21px;
        margin: 38px auto 0;
    }
    #recruit table + p a{
        color: #F15A24;
        text-decoration: underline;
    }
    
    /*===== contact =====*/
    #contact{
        background: #A21564 url(../img/recruit/bg_contact_sp.png) no-repeat calc(50% + 265px) 27px / 115px auto;
        padding: 110px 0 55px;
    }
    #contact h2{
        width: 60%;
        line-height: 0;
        text-align: center;
        margin: 0 auto 25px;
        border-bottom: 1px solid #FFF;
        padding: 0 0 18px;
    }
    #contact h2 + p{
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
        color: #FFF;
        margin-bottom: 41px;
    }
    
    #contact table{
        width: 86%;
        margin: 0 auto 50px;
        border-collapse: collapse;
        font-size: 23px;
        color: #FFF;
        box-shadow: none;
    }
    #contact table tr{
        display: block;
        margin-top: 30px;
    }
    #contact table tr th{
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: none;
        font-weight: normal;
        text-align: left;
    }
    #contact table tr th p.require{
        display: inline-block;
        line-height: 1;
        padding: 0 30px 0 0;
        background: url(../img/recruit/icon_contact_sp.png) no-repeat top right / auto 100%;
    }
    #contact table tr td{
        display: block;
        width: 100%;
        border: none;
        padding: 0;
        margin-top: -3px;
    }
    #contact table tr td input[type="text"],
    #contact table tr td input[type="email"],
    #contact table tr td input[type="telephone"]{
        width: 100%;
        box-sizing: border-box;
        border: none;
        font-size: 19px;
        line-height: 20px;
        padding: 6px 15px 4px;
    }
    #contact table tr td input[type="radio"]{
        margin-right: 8px;
        border: none;
    }
    #contact table tr td ul::after{
        display: block;
        content: "";
        clear: both;
    }
    #contact table tr td ul li{
        float: left;
        padding-right: 25px;
    }
    #contact table tr td ul li:last-child{
        padding-right: 0;
    }
    #contact table tr td textarea{
        width: 100%;
        box-sizing: border-box;
        border: none;
        padding: 6px 15px 4px;
        margin-top: 10px;
    }
    
    #contact .c_btn{
        line-height: 0;
        text-align: center;
    }
    #contact .c_btn input{
        width: 410px;
        height: 96px;
        background: url(../img/recruit/btn_contact_sp.png) no-repeat center center / 100% auto;
        transition: opacity .3s;
    }
    #contact .c_btn input:hover{
        opacity: .7;
    }
}


@media screen and (max-width: 480px) {
    /*===== mv =====*/
    .mv{
        padding-top: 62px;
    }
    
    /*===== recruit =====*/
    #recruit {
        padding: 60px 0 38px;
    }
    #recruit .r_box{
        margin-bottom: 25px;
    }
    #recruit .r_box h2{
        padding: 0 0 15px 0;
    }
    #recruit .r_box h2 img{
        width: 94px;
    }
    #recruit .r_box p{
        padding: 20px 0 0;
        font-size: 13px;
    }
    
    #recruit table{
        font-size: 12px;
        line-height: 1.7;
    }
    #recruit table tr th{
        vertical-align: top;
        width: 25%;
        box-sizing: border-box;
        border: 1px solid #000;
        text-align: left;
        padding: 10px 0 5px 10px;
    }
    #recruit table tr:first-child th{
        padding: 17px 0 12px 20px;
    }
    #recruit table tr td{
        border: 1px solid #000;
        padding: 10px 10px 5px 10px;
    }
    
    #recruit table + p{
        font-size: 12px;
        margin: 20px auto 0;
    }

    
    /*===== contact =====*/
    #contact{
        background: #A21564 url(../img/recruit/bg_contact_sp.png) no-repeat calc(50% + 120px) 13px / 58px auto;
        padding: 75px 0 30px;
    }
    #contact h2{
        width: 60%;
        line-height: 0;
        text-align: center;
        margin: 0 auto 15px;
        border-bottom: 1px solid #FFF;
        padding: 0 0 9px;
    }
    #contact h2 img{
        width: 100px;
    }
    #contact h2 + p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    #contact table{
        width: 86%;
        margin: 0 auto 25px;
        border-collapse: collapse;
        font-size: 12px;
        color: #FFF;
        box-shadow: none;
    }
    #contact table tr th{
        font-size: 14px;
    }
    #contact table tr th p.require{
        display: inline-block;
        line-height: 1;
        padding: 0 20px 0 0;
        background: url(../img/recruit/icon_contact_sp.png) no-repeat top right / auto 100%;
    }
    #contact table tr td{
        font-size: 14px;
        margin-top: 4px;
    }
    #contact table tr td input[type="text"],
    #contact table tr td input[type="email"],
    #contact table tr td input[type="telephone"]{
        font-size: 14px;
        line-height: 20px;
        padding: 6px 15px 4px;
    }
    #contact table tr td ul li{
        float: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    #contact table tr td textarea{
        margin-top: 0;
    }
    #contact .c_btn input{
        width: 205px;
        height: 48px;
        background: url(../img/recruit/btn_contact_sp.png) no-repeat center center / 100% auto;
    }
}