@charset "UTF-8";

.recruit02 .voice_list li {
    width: 25%;
}
.recruit02 .voice_list li a .over_wrap .name {
    font-size: 1.8rem;
}
.recruit03 .career_list li .textarea {
    margin-top: 15px;
}
.recruit04 table tr td {
    padding: 32px;
    text-align: justify;
}
.recruit04 table tr td a {
    display: contents;
    color: #f08300;
}
.recruit04 table tr td a:hover {
    text-decoration: underline;
}
.recruit05 .entry_list {
    justify-content: center;
}
.chuuto,.shinsotsu {
    width: 30%;
    margin: auto;
    position: fixed;
    left: 35vw;
    bottom: 25vh;
    z-index: 9999;
}
.overlay_ {
    z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
}
.close_ {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
}
.recruit_page .entry_link ul li {
    width: 50%;
}


/*
TOPお知らせ一覧ボタン
*/
.sec_news .common_btn {
    margin: 50px auto 0;
}


@media screen and (max-width: 768px){
    .news .sec_ttl,.single .sec_ttl,.archive .sec_ttl {
        font-size: 7vw;
    }

    .chuuto,.shinsotsu {
        width: 95%;
        left: 2.5vw;
    }
    .recruit_page .entry_link ul li {
        width: 50%;
    }
    .recruit05 .entry_list li {
        width: 50%;
    }
    .recruit #footer {
        padding-bottom: 25%;
    }
}