@charset "UTF-8";
.lower_main_recruit {
	background-image: url(../img/common/lower_main.png);
	background-size: cover;
	background-position: top center;
}
.btns {
	text-align: center;
	padding-top: 20px;
}
.sec2 h3 {
	color: #fff;
	font-size: 2rem;
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-image: url(../img/common/bg_001.jpg);
	margin-bottom: 20px;
}
.sec2 h3::before,
.sec2 h3::after {
	content: '';
	display: block;
	width: 125px;
	height: 30px;
	background-image: url(../img/common/img_008.svg);
}
.sec2 h3::before {
	margin-right: 25px;
}
.sec2 h3::after {
	margin-left: 25px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.sec2 .news_list li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	line-height: 1.4;
}
.sec2 .news_list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sec2 .news_list li:not(:last-of-type) {
	margin-bottom: 20px;
}
.sec2 .news_list .title {
    color: #c80017;
    font-size: 3rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    /* border-bottom: solid 1px #d4d4d4; */
    border-bottom: 1px solid #dfd5c7;
    padding: 0px 0 14px 0;
}
.sec2 .news_list .time {
    color: #0f0e0c;
    padding: 0 0 9px 0;
    color: #a0a0a0;
    display: block;
    font-size: 1.5rem;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
	.pagination_nav {
		padding-bottom: 20px;
	}
	.pagination_nav li.page_first, 
	.pagination_nav li.page_last {
		display:none;
	}
	/*
	.pagination_nav li {
		display:none;
	}
	*/
	.pagination_nav li.active, 
	.pagination_nav li.next_link,
	.pagination_nav li.prev_link {
		display:flex;
	}
	.sec2 {
		position: relative;
	}
	.sec2:after, 
	.sec2:before {
		content: '';
		display: block;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		width: 25%;
		height: 50%;
		position: absolute;
	}
	.sec2:after {
		left: 0;
		top: 0;
	}
	.sec2:before {
		top: 0;
		right: 0;
		/* background-image: url(../img/icon/bg_obj.png); */
	}
	.sec2 .news_list {
		padding: 5% 5% 0;
	}
	.sec2 .news_list {
		font-size: 1.6rem;
	}
	.sec2 h3::before, .sec2.news h3::after {
		width: 15%;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec2 h3::before {
		margin-right: 3%;
		background-position: left center;
	}
	.sec2 h3::after {
		margin-left: 3%;
		background-position: right center;
	}
	
	.sec2 .news_list .title {
		color: #c80017;
		font-size: 4.4vw;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		line-height: 1.2;
		display: block;
	    margin-bottom: 6%;
		padding: 0 0 3% 0;
		border-bottom: solid 1px #d4d4d4;
		letter-spacing: -1px;
	}
	.sec2 .news_list .time {
		color: #0f0e0c;
		display: block;
		font-size: 3.7vw;
		font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		margin-bottom: 3px;
	    padding: 1% 0 1% 0;
	}
	.sec2 .news_list {
		padding: 5% 1%;
	}
	
}
@media screen and (max-width: 374px) {
	.sec2 h3 {
		font-size: 5.2vw;
	}
}
figure.tc{
	text-align: center;
	padding: 20px 0; 
}
.tc img {
	margin: auto;
}
