.recruit-content{
    background: url(../img/footer/footerContentBg.jpg) center center;
    background-size: cover;
    width:100%;
    color:white;
    padding:15px 0 15px 0
}

.recruit-block{
    background-color: rgba(0, 0, 0, 0.5);
    padding:20px 34px 20px 34px;
    letter-spacing: 2px; 
}

.recruit-block td{
    border: 1px solid white;
    padding:15px
}

.recruit-line{
    width:100%;
    border-top: 1px solid white;
    height:1px;
    margin:22px 0 22px 0
}

/* PC-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    .recruit-block{
        width:80%;
        margin-left: 10%;
        font-size: 16px;
        line-height: 24px;
    }
    #recruitBlock02,#recruitBlock03{
        display: none;
    }
}

/* IPAD-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .recruit-block{
        width:80%;
        margin-left: 10%;
        font-size: 16px;
        line-height: 24px;
    }
    #recruitBlock04,#recruitBlock05{
        display: none;
    }
}

/* mobile-------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .recruit-block{
        width:90%;
        margin-left: 5%;
        font-size: 12px;
        line-height: 16px;
    }
    #recruitBlock04,#recruitBlock05{
        display: none;
    }
}