@charset "utf-8";

#recruit .sec1{
}
#recruit .sec1 .headline{
    text-align: center;
}
#recruit .sec1 p.txt{
    text-align: center;
    line-height: 2;
    margin: 30px 0;
}
#recruit .sec1 ul{
    width: 45%;
    margin: 0 auto;
}
#recruit .sec1 ul li{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom:30px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffef05 0%) repeat scroll 0 0;
}
#recruit .sec1 .box_wrap{
    display: flex;
    justify-content: space-between;
}
#recruit .sec1 .box{
    width: 32%;
}
#recruit .sec1 .box p{
    font-size: 3rem;
    font-family: balboa-plus-fill, sans-serif;
    color: #00a1e7;
    text-align: center;
    width: 30px;
    margin: 0 auto;
    border-bottom: 3px solid #00a2e7;
}
#recruit .sec1 .box h5{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}
#recruit .sec1 .box figure figcaption{
    width: auto;
    margin: 10px 10px 0;
}
@media screen and (max-width:1024px) {
    #recruit .sec1 .headline{
        text-align:left;
        font-size:3rem ;
    }
    #recruit .sec1 .headline span{
        font-size:2.3rem ;
    }
    #recruit .sec1 p.txt{
        margin: 8% 0;
    }
    #recruit .sec1 ul{
        width:80%;
    }
    #recruit .sec1 ul li{
        font-size: 1.6rem;
        margin-bottom:8%;
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffef05 0%) repeat scroll 0 0;
    }
    #recruit .sec1 .box_wrap{
        display:block;
    }
    #recruit .sec1 .box{
        width: auto;
        margin-bottom: 8%;
    }
    #recruit .sec1 .box:last-of-type{
        margin-bottom:0;
    }
    #recruit .sec1 .box p{
        font-size: 2.5rem;
        width: 24px;
    }
    #recruit .sec1 .box h5{
        font-size: 1.8rem;
        margin: 3% 0;
    }
    #recruit .sec1 .box figure figcaption{
        margin: 2% 2% 0;
    }
}

#recruit .sec2 .box_wrap{
    display: flex;
    justify-content: space-between;
}
#recruit .sec2 .box{
    width: 32%;
    height: 200px;
}
#recruit .sec2 .box:nth-of-type(1){
    background: #edf0f0 url(../img/recruit/sec2_bg1.png) no-repeat left top/contain;
}
#recruit .sec2 .box:nth-of-type(2){
    background: #edf0f0 url(../img/recruit/sec2_bg2.png) no-repeat left top/contain;
}
#recruit .sec2 .box:nth-of-type(3){
    background: #edf0f0 url(../img/recruit/sec2_bg3.png) no-repeat left top/contain;
}
#recruit .sec2 .box h5{
    text-align: right;
    font-family: heisei-mincho-std, serif;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 30px;
    margin-right: 10px;
}
@media screen and (max-width:1024px) {
    #recruit .sec2 .box_wrap{
        display: block;
    }
    #recruit .sec2 .box{
        width: auto;
        height: 22vh;
        margin-bottom: 6%;
    }
    #recruit .sec2 .box h5{
        font-size: 2rem;
        padding-top: 3vh;
        margin-right: 2%;
    }
}

#recruit .sec3{
    background: rgb(6,162,232);
    background: -webkit-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    background: -o-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    background: linear-gradient(to right, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    color: #fff
}
#recruit .sec3 .heading h4{
    color:#ffef05;
}
#recruit .sec3 p.txt{}
#recruit .sec3 .box_wrap{
    display: flex;
    justify-content: space-between;
}
#recruit .sec3 .box_l{
    width: 65%;
}
#recruit .sec3 .box_l h5{
    display: flex;
    align-items: center;
    border-bottom: 3px solid #fff;
    font-size: 2rem;
    margin-bottom: 50px;
    font-weight: bold;
}
#recruit .sec3 .box_l h5 span{
    position: relative;
    display: block;
    background: #fff;
    width: 70px;
    text-align: center;
    padding: 10px 0;
    margin-right: 20px;
}
#recruit .sec3 .box_l h5 span:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 14px 14px 0 14px;
}
#recruit .sec3 .box_l h5:last-child span:after{
    content: none;
}
#recruit .sec3 .box_l h5 img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
#recruit .sec3 .box_l h5 time{
    color:#ffef05;
    font-weight: bold;
    margin-right: 10px;
}
#recruit .sec3 .box_l h5 small{
    font-size: 1.2rem;
    margin-left: 10px;
}
#recruit .sec3 .box_r{
    width: 30%;
}
#recruit .sec3 .box_r figure{
    box-shadow: 10px 10px 0px 0px #fff;
    margin:0 10px 25px 0;
}
@media screen and (max-width:1024px) {
    #recruit .sec3 .box_wrap{
        display: block;
    }
    #recruit .sec3 .box_l{
        width: auto;
    }
    #recruit .sec3 .box_l h5{
        font-size: 1.8rem;
        margin-bottom:10%;
    }
    #recruit .sec3 .box_l h5 span{
        width: 14%;
        padding:2% 0;
        margin-right:3%;
    }
    #recruit .sec3 .box_l h5 time{
        margin-right: 2%;
    }
    #recruit .sec3 .box_l h5 small{
        margin-left: 2%;
        width: 40%;
    }
    #recruit .sec3 .box_r{
        width: 95%;
        margin: 0 auto;
    }
    #recruit .sec3 .box_r figure{
        margin: 0 10px 8% 0;
    }
}

#recruit .sec4 table,
#recruit .sec4 table th,
#recruit .sec4 table td{
    border-collapse: collapse;
}
#recruit .sec4 table{
    border-collapse: collapse;
    width: 1000px;
    margin:50px auto 80px;
}
#recruit .sec4 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}
#recruit .sec4 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
}
#recruit .sec4 table th:last-of-type,
#recruit .sec4 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#recruit .sec4 table td span{
    color: #8a8989;
    font-size: 1.2rem;
    margin-left: 10px;
}
#recruit .sec4 table td ul li{
    padding-left: 1em;
}
#recruit .sec4 table td ul li:before{
    content: "・";
    margin-left: -1em;
}
#recruit .sec4 .btn{
    border: 2px solid #1c1c1c;
}
@media screen and (max-width:1024px) {
    #recruit .sec4 table,
    #recruit .sec4 table th,
    #recruit .sec4 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #recruit .sec4 table{
        margin: 8% auto 10%;
    }
    #recruit .sec4 table th{
        background: #f3f3f3;
        text-align: center;
        padding:3% 0;
    }
    #recruit .sec4 table th:last-of-type,
    #recruit .sec4 table td:last-of-type{
        border-bottom:0;
    }
    #recruit .sec4 table td{
        padding:5% 2%;
    }
    #recruit .sec4 table td span{
        margin-left:5px;
        display: block;
    }
    #recruit .sec4 .btn{
        margin:0 auto 5%;
    }
}







