@charset "utf-8";
/* Recruit */
.mv-bg{background: url("../img/recruit/mv.jpg") no-repeat center center/cover;}

.recruit-desc{margin: 0 0 50px;}

.recruit-tbl{width: 100%;}
.recruit-tbl th,
.recruit-tbl td{vertical-align: top;}
.recruit-tbl th{width: 210px; border-bottom: 1px solid #479D63; padding: 30px 0; font-size: 2rem; font-weight: 500;}
.recruit-tbl td{border-bottom: 1px solid #D8D8D8; padding: 30px 0 30px 40px;}

.recruit-tbl tr:nth-of-type(1) th{border-top: 1px solid #479D63;}
.recruit-tbl tr:nth-of-type(1) td{border-top: 1px solid #D8D8D8;}

.recruit-tit{font-weight: 500;}
.recruit-tit_note{font-weight: 400; color: #E32A2A; display: inline-block;}
.recruit-list{margin: 0 0 20px;}
.recruit-list:last-of-type{margin: 0;}
.recruit-list li{position: relative; padding: 0 0 0 15px;}
.recruit-list li:before{content: ''; width: 4px; height: 4px; background: #1F9042; border-radius: 100%; position: absolute; top: 12px; left: 0;}

@media (max-width: 767px){
    .recruit-tbl,
    .recruit-tbl tbody,
    .recruit-tbl tr,
    .recruit-tbl th,
    .recruit-tbl td{width: 100%; display: block;}
    .recruit-tbl th{padding: 10px 0; font-size: 1.8rem; text-align: center; border: none; background: #479D63; color: #fff;}
    .recruit-tbl td{padding: 15px 0 30px; border: none;}
}