@charset "UTF-8";
/* CSS Document */
.head_pic_wrap{
    width: 100%;
    height: min(55vw, 400px);
    position: relative; 
}
.head_pic_wrap::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,74,122,0.15);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.head_pic{
    width: 100%;
    height: 100%;
    background: url(../img/recruit/fv.webp) no-repeat center / cover;
}
/*=================================
sec_recruit
=================================*/
.art_recruit {
    width: min(90%, 820px);
    margin: 0 auto;
}
.recruit_head{
    padding: min(15vw,70px) 0 min(12vw,70px);
}
.recruit_tbl {
    font-size: min(3.5vw, 16px);
    line-height: min(6vw, 200%);
    margin-bottom: min(10vw, 80px);
}
.r_h_txt {
    text-align: center;
    font-size: min(4vw, 20px);
    font-weight: 500;
    line-height: 200%;
}

tr {
    border-bottom: min(1vw,4px) solid #fff;
}
th {
    background: #ddf1ff;
    color: #0071b7;
    width: 27%;
    min-width: 27%;
    text-align: left;
    padding: min(2.5vw, 22px);
}
td {
    padding: 1em min(2.5vw, 30px);
}

.r_f_txt {
    font-size: min(4vw, 19px);
    font-weight: 500;
    line-height: 200%;
}
.r_f_txt a{
    text-decoration: underline;
}
.blue_txt {
    color: #0071b7;
}
@media screen and (max-width:860px) {
}