@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    margin-bottom: 111px;
    background-image: url("../img/recruit/main_img.jpg");
    background-position: center bottom;
}
#main p {
    margin-bottom: 101px;
    text-align: center;
    line-height: 2.35;
    letter-spacing: 0.1em;
}
.recruitBox {
    padding: 108px 0 117px;
    background-color: rgba(161,192,211,0.3);
}
.comTable {
    border-spacing: 0 11px;
}
.comTable th {
    width: 30.8%;
    padding: 23px 10px 23px;
    line-height: 1.7;
    vertical-align: middle;
    position: relative;
    background-color: rgba(255,255,255,0.5);
}
.comTable td {
    font-size: 1.6rem;
    padding: 23px 10px 23px 20px;
    line-height: 1.7;
    vertical-align: middle;
    position: relative;
    background-color: rgba(255,255,255,0.5);
}
.comTable td:after,
.comTable th:after {
	width: 100%;  
	height: 2px;
    background-color: #b8e0d5;
	position: absolute;  
	top: -6px;
	left: 0;  
	content: ""; 
}
.comTable td .list li {
    line-height: 2.3;
    text-indent: -1em;
    padding-left: 1em;
}

.recruitBox .mainBox {
    max-width: 895px;
}
#main {
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .mainImg {
        margin-bottom: 75px;
        background-image: url("../img/recruit/sp_main_img.jpg");
    }
    #main p {
        margin-bottom: 59px;
        text-align: left;
        letter-spacing: 0.08em;
        line-height: 2.5;
    }
    .recruitBox {
        padding: 13px 0 70px;
    }
    .comTable th {
        font-size: 1.45rem;
        padding: 20px 0 12px;
        background-color: transparent;
    }
    .comTable th::after {
        display: none;
    }
    .comTable td {
        padding: 18px 5px 15px 20px;
    }
    .comTable td .list li {
        letter-spacing: 0;
        line-height: 2.06;
    }
    .comLink {
        width: 247px;
    }
    .comLink a {
        padding: 25px 20px 25px;
        border-radius: 7px;
        font-size: 1.74rem;
    }
}