/*#recruit .back_image{
    background:#ddd url(/m/cmn_files/img_rwd/sell.png) no-repeat center center;
    background-size:100% auto;
}*/


#recruit .title_area{
    max-width: 1040px;
    height: 450px;
    width:90 %;
    margin: auto;
}

#recruit .clearfix::after{
    content: "";
    display: block;
    clear: both;
}

#recruit .relative{
    position: relative;
}

#recruit .absolute{
    position: absolute;
}

#recruit .img100per{
    width: 100%;
}

#recruit .list_area{
    padding-right: 25%;
}

#recruit .left{
    left: 7%;
}

#recruit .top1{
    top: 200px;
}

#recruit .top2{
    top: 270px;
}
#recruit .top2 img{
    /* filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .8)); */
}
#recruit .top3{
    top: 340px;
}
#recruit .top3 img{
    /* filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .8)); */
}
#recruit .pc{
    display:unset;
}
#recruit .sp{
    display:none;
}
.tel_area.absolute{
    bottom:15px;
}

@media screen and (max-width:768px){
    #recruit img{
        width: 100%;
    }
    #recruit{
        height: 650px;
        margin: -30px 0 0 0;
    }
#recruit .tel_area img{
        width: 96%;
        margin: 0 0% -5% 4%;
        text-align: center;
    }
    #recruit .relative,
    #recruit .absolute{
        position: static;
    }

    #recruit .title_area{
        width:90 %;
        margin: auto;
    }
    
    #recruit .list_area{
        padding-right: 0;
    }
    #recruit .pc{
        display:none;
    }
    #recruit .sp{
        display:unset;
    }




}
