@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#gHeader h1 .pc {
    display: none;
}
#gHeader h1 .sp {
    display: block !important;
    width: 208px;
}
.mainVisual {
    margin-bottom: 102px;
    background-image: url("../img/recruit/main_img.jpg");
}
#main .linkNavi {
    margin: 0 auto 112px;
    max-width: 566px;
}
#main .linkNavi li {
    width: calc(100%/2);
}
#main .linkNavi a {
    height: 70px;
}
#main .linkNavi a:after {
    display: none;
}
#main .schedule {
    margin-bottom: 90px;
    max-width: 852px;
}
#main .schedule h3 {
    margin-bottom: 75px;
}
#main .stepImg {
    margin-bottom: 58px;
}
#main .txtDl {
    margin: 0 auto;
    max-width: 400px;
}
#main .txtDl dt {
    float: left;
    width: 101px;
    padding: 4px 2px;
    color: #fff;
    text-align: center;
    background-color: #40AE2A;
    box-sizing: border-box;
}
#main .txtDl dt.red {
    background: #e63c2f;
}
#main .txtDl dt.blue {
    background: #008ebd;
}
#main .txtDl dd {
	margin-right: -90px;
    padding: 4px 0 19px 125px;
}
#main .txtDl dd ul {
    display: flex;
    flex-wrap: wrap;
}
#main .recruit .comTable {
    margin-bottom: 104px;
}
#main .recruit .comTable th, #main .recruit .comTable td {
    padding: 24px 0;
    line-height: 1.67;
}
#main .recruit .comTable .trStyle01 td {
    padding: 17px 0 12px;
}
#main .recruit .comTable .trStyle01 th {
    padding-top: 30px;
}
#main .recruit .comTable th {
    width: 25.5%;
}
#main .recruit .comTable td .note {
    font-size: 1.3rem;
}
#main .recruit .comTable td .txtList li {
    position: relative;
    padding-left: 10px;
}
#main .recruit .comTable td .txtList li:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #000;
    content: "";
}
#main .recruit .comTable tr:last-child th, #main .recruit .comTable tr:last-child td {
    border-bottom: none;
}
#main .recruit .banner {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}
#main .recruit .banner li {
    width: 230px;
    margin: 0 7px;
}
#main .recruit .banner a:hover {
    opacity: 0.7;
}
#main {
    margin-bottom: 110px;
}
@media all and (max-width: 896px) {
    #gHeader h1 .pc {
        display: none !important;
    }
    .menu span {
        background-color: #fff;
    }
    .mainVisual {
        margin-bottom: 64px;
        background-image: url("../img/recruit/sp_main_img.jpg");
    }
    #main .linkNavi {
        margin-bottom: 58px;
    }
    #main .linkNavi a {
        font-size: 1.5rem;
    }
    #main .schedule {
        margin-bottom: 47px;
    }
    #main .schedule h3 {
        margin-bottom: 60px;
    }
    #main .stepImg {
        margin: 0 -25px 48px 0;
		padding-bottom: 35px;
    }
    #main .stepImg img {
        min-width: 851px;
        display: block;
    }
    #main .txtDl {
        margin: 0 auto;
        max-width: 400px;
        font-size: 1.4rem;
    }
    #main .txtDl dt {
        margin: 6px 0 0 0;
        width: 80px;
        padding: 5px 2px;
    }
    #main .txtDl dd {
        margin-right: -5px;
        padding: 10px 0 16px 85px;
        min-height: 31px;
		line-height: 1.6;
        box-sizing: border-box;
    }
    #main .txtDl dd:nth-child(2) {
		padding-top: 0;
		padding-bottom: 9px;
	}
    #main .txtDl .ddStyle {
        letter-spacing: -0.04em;
    }
    #main .txtDl dd ul {
        display: block;
    }
    #main .txtDl dd li {
        padding-left: 12px;
        position: relative;
    }
    #main .txtDl dd li:before {
        position: absolute;
        left: 0;
        top: 1px;
        content: "・";
    }
    #main .recruit h3 {
        margin-bottom: 33px;
    }
    #main .recruit .comTable {
        margin-bottom: 30px;
    }
    #main .recruit .comTable th, #main .recruit .comTable td {
        padding: 0 0 25px;
        line-height: 1.46;
    }
    #main .recruit .comTable th {
        padding: 18px 0 4px;
    }
    #main .recruit .comTable .trStyle01 td {
        padding: 0 0 27px;
    }
    #main .recruit .comTable .trStyle01 th {
        padding: 17px 0 4px;
    }
    #main .recruit .comTable td .txtList li:before {
        top: 10px;
    }
    #main .recruit .comTable .tdStyle {
        font-size: 1.4rem;
        line-height: 1.57;
    }
    #main .recruit .banner {
        margin-bottom: 27px;
        display: block;
    }
    #main .recruit .banner li {
        width: 168px;
        margin: 15px auto 0;
    }
    #main {
        margin-bottom: 55px;
    }
}
@media all and (max-width: 374px) {
    #main .stepImg {
        margin-right: -20px;
    }
    #main .txtDl .ddStyle {
        font-size: 1.3rem;
    }
}
@media all and (max-width: 359px) {
    #main .stepImg {
        margin-right: -15px;
    }
    #main .txtDl .ddStyle {
        padding-top: 11px;
        font-size: 1.2rem;
    }
}