@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  recruit.css
 style info :  スタイル指定
=================================================================== */

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
    padding:50px 0 0 0;
    margin: -50px 0 0 0;
}
/* recruit
----------------------------------------------------------------------------- */
.recruit{
    
}
.recruit .main_wrapper{
    
}
.recruit .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.recruit .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.recruit .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.recruit .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.recruit .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.recruit .main_wrapper .box h5{
    border-bottom: 1px double #0173e7;
    margin: 15px 0 0;
}
.recruit .main_wrapper .box > ul > li > p{
    padding: 0 1em;
}
.recruit .main_wrapper .box > ul > li  .pink{
    color: #d04a9f;
}
.recruit .main_wrapper .box > ul > li  .blue{
    color: #0173e7;
}
.recruit .main_wrapper .box > ul > li > p a{
    color: #0173e7;
    text-decoration: underline !important;
}
.rec_info{
    display: none;
    padding: 1.5em 1em;
}
.rec_info.active{
    display: block;
}
.rec_info ul li p{
    padding: 1em;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* recruit
----------------------------------------------------------------------------- */
.recruit{
    
}
.recruit .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}

.rec_info ul li p{
    padding: 0.5em;
}
}
