@charset "utf-8";
.recruitment_cnts{
    margin-top: 80px;
    padding-bottom: 160px;
}
.recruitment_cnts .inner{
    padding: 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
}
.recruitment_cnts .block_in{
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}

.recruitment_cnts .bnr{
    text-align: center;
    margin: 0 auto 60px auto;
}

.recruitment_cnts h3{
    font-size: 2.1rem;
    font-weight: 500;
    color: #FFF;
    margin: 0 0 20px 0;
    padding: 10px 18px;
    box-sizing: border-box;
}
.recruitment_cnts .sec01 h3{ background:url(../img/recruitment/bg_ttl01.png) repeat left top;}
.recruitment_cnts .sec02 h3{ background:url(../img/recruitment/bg_ttl02.png) repeat left top;}

.recruitment_cnts .sec01 p,
.recruitment_cnts .sec02 p{
    font-size: 1.6rem;
    line-height: 2.0625;
    margin: 0 25px;
}

.recruitment_cnts .sec01 .topic{
    background: url(../img/recruitment/bg_sec01.png) no-repeat center center;
    background-size: cover;
    margin: 20px auto 30px auto;
    padding: 46px 48px;
    border-radius: 15px;
    box-sizing: border-box;
}

.recruitment_cnts .sec01 .topic table{
    width: 100%;
    max-width: 855px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    background: rgba(255,255,255,0.95);
}

.recruitment_cnts .sec01 .topic table th,
.recruitment_cnts .sec01 .topic table td{
    font-size: 1.8rem;
    font-weight: 400;
    padding: 30px 18px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #c7b299;
    box-sizing: border-box;
}
.recruitment_cnts .sec01 .topic table td{ text-align: center;}

.recruitment_cnts .sec01 .topic table th{width: 258px;}
.recruitment_cnts .sec01 .topic table td{width: 172px;}
.recruitment_cnts .sec01 .topic table td:last-of-type{ width: 253px;}


.recruitment_cnts .sec01 .topic .diagonal_line01{
    background: url(../img/recruitment/diagonal_line01.png) no-repeat center center;
    background-size: contain;
}
.recruitment_cnts .sec01 .topic .diagonal_line02{
    background: url(../img/recruitment/diagonal_line02.png) no-repeat center center;
    background-size: contain;
}

.recruitment_cnts .sec01 .btn{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.recruitment_cnts .sec01 .btn a{
    display: block;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    background: #1b1464;
    text-align: center;
    padding: 25px 10px;
    box-sizing: border-box;
    transition: 0.4s;
}
.recruitment_cnts .sec01 .btn a:hover{ text-decoration: none; opacity: 0.7;}

.recruitment_cnts .sec01 .btn a.arrow{ position: relative;}
.recruitment_cnts .sec01 .btn a.arrow:after{
    display: block;
    content: '';
    position: absolute;
    margin: auto 0;
    right: 18px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent #FFF;
}

.recruitment_cnts .bn_wrap{
    margin-top: 28px;
    border-top: 2px dashed #e41b5b;
    border-bottom: 1px solid #e41b5b;
    padding: 30px 0 48px 0;
    box-sizing: border-box;

}
.recruitment_cnts .bn_wrap a{ display: block;}
.recruitment_cnts .bn_wrap a:hover{ text-decoration: none; opacity: 0.7;}

.recruitment_cnts .bn{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.recruitment_cnts .bn_wrap .bn_box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    background: url(../img/recruitment/bg_bn.jpg) no-repeat center center;
    background-size: cover;
    border: 2px solid #e41b5b;
    box-sizing: border-box;
}
.recruitment_cnts .bn_wrap .bn_box .bn_ttl{
    width: 47%;
    max-width: 350px;
    background: rgba(228,27,91,0.8);
    padding: 16px 0;
    box-sizing: border-box;
}

.recruitment_cnts .bn_wrap .bn_box .bn_txt{
    position: relative;
    width: 54%;
    max-width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background: rgba(255,255,255,0.8);
    padding: 16px 0;
    box-sizing: border-box;
}
.recruitment_cnts .bn_wrap .bn_box .bn_txt:after{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -20px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent #e41b5b;
}

.recruitment_cnts .bn_wrap .bn_box .bn_ttl p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFF;
}

.recruitment_cnts .bn_wrap .bn_box .bn_txt p{
    line-height: 2.3125;
    font-size: 1.6rem;
    color: #333;
}


.recruitment_cnts .sec02{
    margin-top: 80px;
    padding-bottom: 98px;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
}
.recruitment_cnts .sec02 .box_wrap{
    display: flex;
    justify-content: center;
}

.recruitment_cnts .sec02 .box_wrap .box{
    width: 28%;
    max-width: 280px;
    margin-top: 40px;
    margin-right: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-size: cover !important;
}

.recruitment_cnts .sec02 .box_wrap .box h4{
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    padding: 60px 0 61px 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.recruitment_cnts .sec02 .box_wrap .box .txt{
    width: 100%;
    padding: 35px 40px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}
.recruitment_cnts .sec02 .box_wrap .box .txt p{
    font-size: 1.6rem;
    line-height: 2.25;
    margin: 0;
}

.recruitment_cnts .sec02 .box_wrap .box.b_01{ background: url(../img/recruitment/bg_cnts01.png) no-repeat center center;}
.recruitment_cnts .sec02 .box_wrap .box.b_02{ background: url(../img/recruitment/bg_cnts02.png) no-repeat center center;}
.recruitment_cnts .sec02 .box_wrap .box.b_03{
    background: url(../img/recruitment/bg_cnts03.png) no-repeat center center;
    margin-right: 0;
    
}
.recruitment_cnts .sec02 .box_wrap .box.b_01 h4{ background: rgba(204,204,0, 0.88);}
.recruitment_cnts .sec02 .box_wrap .box.b_01 .txt{
    background: rgba(255,255,255,0.8);
    border: 3px solid rgba(204,204,0,0.88);
}
.recruitment_cnts .sec02 .box_wrap .box.b_02 h4{ background: rgba(51,153,0, 0.88);}
.recruitment_cnts .sec02 .box_wrap .box.b_02 .txt{
    background: rgba(255,255,255,0.8);
    border: 3px solid rgba(51,153,0,0.88);
}
.recruitment_cnts .sec02 .box_wrap .box.b_03 h4{ background: rgba(0,51,102, 0.88);}
.recruitment_cnts .sec02 .box_wrap .box.b_03 .txt{
    background: rgba(255,255,255,0.8);
    border: 3px solid rgba(0,51,102,0.88);
}



@media screen and (max-width: 767px) {
    .recruitment_cnts{
        margin-top: 12%;
        padding-bottom: 20%
    }
    .recruitment_cnts .inner{
        padding: 0;
    }

    .recruitment_cnts .block_in{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        box-sizing: border-box;
    }

.recruitment_cnts .bnr{
    margin: 0 auto 9% auto;
}

    .recruitment_cnts h3{
        font-size: 1.8rem;
        margin: 0 0 20px 0;
        padding: 8px 10px;
    }
    .recruitment_cnts .sec01 p,
    .recruitment_cnts .sec02 p{
        font-size: 1.4rem;
        line-height: 1.9;
        margin: 0;
    }

    .recruitment_cnts .sec01 .topic{
        margin: 3.125% auto 5% auto;
        padding: 30px 20px;
        overflow: auto;
    }
    .recruitment_cnts .sec01 .topic .scroll{
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .recruitment_cnts .sec01 .topic table{
        width: 720px;
    }

    .recruitment_cnts .sec01 .topic table th,
    .recruitment_cnts .sec01 .topic table td{
        font-size: 1.5rem;
        padding: 24px 13px;
    }

    .recruitment_cnts .sec01 .topic table th{width: auto;}
    .recruitment_cnts .sec01 .topic table td{width: 138px;}
    .recruitment_cnts .sec01 .topic table td:last-of-type{ width: 205px;}

    .recruitment_cnts .sec01 .btn a{
        font-size: 1.5rem;
        padding: 20px 25px 20px 10px;
    }
    .recruitment_cnts .sec01 .btn a.arrow:after{
        right: 10px;
        border-width: 12px 0 12px 8px;
    }
    .recruitment_cnts .sec01 .btn a .sp_only{ display: none !important;}

    .recruitment_cnts .bn_wrap{
        margin-top: 4.6%;
        padding: 4.6% 0 5.6% 0;
    }

    .recruitment_cnts .bn{
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }

    .recruitment_cnts .bn_wrap .bn_box{
        margin-top: 4%;
        display: block;
    }
    .recruitment_cnts .bn_wrap .bn_box .bn_ttl{
        width: 100%;
        max-width: inherit;
        padding: 10px 0;
    }

    .recruitment_cnts .bn_wrap .bn_box .bn_txt{
        position: relative;
        width: 100%;
        max-width: inherit;
        display: block;
        padding: 10px 4%;
    }
    .recruitment_cnts .bn_wrap .bn_box .bn_txt:after{
        margin-top: -10px;
        border-width: 10px 0 10px 9px;
    }

    .recruitment_cnts .bn_wrap .bn_box .bn_ttl p{
        font-size: 1.6rem;
    }

    .recruitment_cnts .bn_wrap .bn_box .bn_txt p{
        line-height: 2;
        font-size: 1.4rem;
    }


    .recruitment_cnts .sec02{
        margin-top: 12.5%;
        padding-bottom: 15%;
    }
    .recruitment_cnts .sec02 .box_wrap{
        display: block;
    }

    .recruitment_cnts .sec02 .box_wrap .box{
        width: 100%;
        max-width: 280px;
        margin: 6.25% auto 0 auto;
    }
    .recruitment_cnts .sec02 .box_wrap .box.b_03{ margin-right: auto;}
    .recruitment_cnts .sec02 .box_wrap .box .txt p{
        font-size: 1.4rem;
        line-height: 1.9;
    }

}

@media screen and (max-width: 414px) {
    .recruitment_cnts .sec01 .btn a .sp_only{ display: block!important;}
}