@charset "UTF-8";
/* CSS Document */
/*recruit01*/
.recruit01 h2 {
    font-size: 40px;
    color: #0091D3;
    text-align: center;
    letter-spacing: .4rem;
    padding-top: 90px;
}

/*recruit02*/
.recruit02 {
    padding-top: 50px;
    padding-bottom: 100px;
}
.recruit02 .br {
    display: none;
}
.recruit02 .headline-h3 span {
    width: 40%;
}
.recruit02 p {
    color: white;
    text-align: center;
    letter-spacing: .2rem;
}

/*recruit03*/
.recruit03 {
    padding-bottom: 100px;
}
.recruit03 .headline-h3 span {
    width: 45%;
}
.recruit03 tr {
    color: white;
    text-align: left;
    vertical-align: top;
    letter-spacing: .2rem;
}
.recruit03 th {
    padding-bottom: 30px;
    width: 400px;
}
.recruit03 td {
    padding-bottom: 30px;
    padding-left: 30px;
}

/*recruit04*/
.recruit04 {
    padding-bottom: 100px;
}
.recruit04 .br {
    display: none;
}
.recruit04 .headline-h3 span {
    width: 55%;
}
.recruit04 tr {
    color: white;
    text-align: left;
    vertical-align: top;
    letter-spacing: .2rem;
}
.recruit04 th {
    padding-bottom: 30px;
    width: 400px;
}
.recruit04 td {
    padding-bottom: 30px;
    padding-left: 30px;
}

/*recruit05*/
.recruit05 {
    padding-bottom: 100px;
    color: white;
    text-align: center;
}
.recruit05 .br {
    display: none;
}
.recruit05 .headline-h3 span {
    width: 55%;
}
.recruit05 h4 {
    font-size: 25px;
    letter-spacing: .2rem;
}
.recruit05 h5{
    font-size: 20px;
    letter-spacing: .2rem;
    background-color: #0091D3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.recruit05 p {
    letter-spacing: .2rem;
    margin-top: 30px;
}
.recruit05 .recruit05_p {
    font-size: 25px;
}
.recruit05 .recruit05_p span {
    color: #707070;
    padding: 15px 50px;
    background-color: #FBCF07;
    border-radius: 10px;
    margin-right: 30px;
}

@media screen and (max-width:767px) {
    .recruit02 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .recruit02 .br {
        display: block;
    }
    .recruit02 .headline-h3 span {
        width:70%;
    }
    .recruit02 p {
        font-size: 14px;
    }
    
    .recruit03 {
        padding-bottom: 80px;
    }
    .recruit03 .headline-h3 span {
        width: 80%;
    }
    .recruit03 tr {
        font-size: 14px;
    }
    .recruit03 th {
        padding-bottom: 20px;
        width: 100px;
    }
    .recruit03 td {
        padding-bottom: 20px;
        padding-left: 10px;
    }
    
    .recruit04 {
        padding-bottom: 80px;
    }
    .recruit04 .br {
        display: block;
    }
    .recruit04 h3 {
        text-align: center;
    }
    .recruit04 .headline-h3 span {
        width: 90%;
    }
    .recruit04 tr {
        font-size: 14px;
    }
    .recruit04 th {
        padding-bottom: 20px;
        width: 100px;
    }
    .recruit04 td {
        padding-bottom: 20px;
        padding-left: 10px;
    }
    
    .recruit05 {
        padding-bottom: 80px;
    }
    .recruit05 .br {
        display: block;
    }
    .recruit05 .headline-h3 span {
        width: 100%;
    }
    .recruit05 h4 {
        font-size: 18px;
        letter-spacing: .2rem;
    }
    .recruit05 h5{
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .recruit05 p {
        text-align: left;
        font-size: 14px;
        margin-top: 40px;
    }
    .recruit05 .recruit05_p {
        text-align: left;
        line-height: 32px;
        font-size: 14px;
    }
    .recruit05 .recruit05_p span {
        color: #707070;
        padding: 10px 30px;
        background-color: #FBCF07;
        border-radius: 10px;
        margin-right: 10px;
    }
}










