@charset "utf-8";
.news_list{
	margin: 0;
	padding: 0;
}
.news_item{
	list-style: none;
	margin: 0;
}
.news_item:first-child{border-top: 1px solid #ddd;}
.news_link{
	display: flex;
	gap: 33px;
	align-items: center;
	text-decoration: none !important;
	padding: 28px 65px 28px 20px;
	border-bottom: 1px solid #ddd;
	transition:border-color .3s;
	position: relative;
}
.news_link:hover{border-color: #30A909;}
.news_link::before,
.news_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.news_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
	background-size: 12px 8px;
}
.news_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
	background-size: 12px 8px;
}
.news_link:hover::before {opacity: 0;}
.news_link:hover::after {opacity: 1;}
.news_ttl{
	margin-bottom: 0;
	font-weight: 600;
	color: #333;
	transition: color .3s;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
}
.news_date{
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
	color: #666;
	transition: color .3s;
}
.news_link:hover .news_ttl,
.news_link:hover .news_date{
	color: #178748;
}
.wp-pagenavi{
	position:relative;
	margin: 62px 0 0;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.previouspostslink,
.nextpostslink{
	position:absolute;
	color:#333 !important;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
	text-decoration: none;
}
.previouspostslink{
	left:0;
	padding-left:25px;
}
.nextpostslink{
	right:0;
	padding-right:25px;
}
.previouspostslink:hover,
.nextpostslink:hover{
	text-decoration:underline;
}
.previouspostslink::before, .nextpostslink::before{
	position: absolute;
	content: '';
	background:url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center left;
	width: 17px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.previouspostslink::before{
	left: 0;
	transform: rotate(180deg);
}
.nextpostslink::before{right: 0;}
.page,
.current,
.last,
.first{
	display:inline-block;
	text-decoration:none;
	transition: border .3s;
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 0.85px;
	line-height: 2.5rem;
	color: #333 !important;
	border-bottom: 3px solid transparent;
	padding: 7px;
}
.current,
.page:hover,
.last:hover,
.first:hover{
	border-color: #30A909;
}
.extend {
	height: 36px;
	display: inline-block;
}

/* ----- single ----- */
.single .content_area {max-width: 860px;}
.single .title_box{
	max-width: 860px;
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}
.single .page_title {
	font-weight: bold;
	font-size: 3.3rem;
	letter-spacing: 1.4px;
	line-height: 5rem;
	color: #333;
}
.single .page_title::before {display: none;}
.news_btn{margin: 75px 0 0;}
.bnr_box{
	background: #F0F7E9;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.bnr_box a{display: inline-block;}
.bnr_box img{border-radius: 0;}
.bnr_box > *:last-child{margin-bottom: 0;}

@media screen and (max-width:767px){
.news_link{
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
	padding: 16px 45px 15px 10px;
}
.news_link::before,
.news_link::after {
	right: 10px;
	width: 26px;
	height: 26px;
}
.news_ttl{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.9rem;
}
.news_date{
	font-size: 1.2rem;
	letter-spacing: 0.6px;
	line-height: 1.7rem;
}
.wp-pagenavi{margin: 52px 0;}
.previouspostslink,
.nextpostslink{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.9rem;
}
.previouspostslink{padding-left: 28px;}
.nextpostslink{padding-right: 28px;}
.page,
.current,
.last,
.first{
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.1rem;
}
.single .page_title {
	font-size: 2.6rem;
	line-height: 4rem;
}
}

@media screen and (max-width:550px){
.previouspostslink,
.nextpostslink{
	bottom: -50px;
}
}