@charset "UTF-8";
header ul li:nth-of-type(6) a {
	border-bottom: 2px solid var(--main-color);
}
header ul li:nth-of-type(6) a:hover::before{
	width: 0%;
}
@media screen and (max-width:767px) {
    header ul li:nth-of-type(6) a {
        border-bottom: 2px solid #FFF;
	}
}
/*============================
news wrap
============================*/
.news_title{
	background-image: url("../img/news_ph-main.jpg");
  }
.news_wrap{
	padding: 80px;
}
.news_wrap h3{
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: 28px;
	font-family: monospace,sans-serif;
	padding: 0 30px;
	margin-bottom: 80px;
}
.news_wrap h3::before,
.news_wrap h3::after{
	content: '';
	width: 3px;
	height: 30px;
	background: var(--main-color);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 0;
}
.news_wrap h3::before{
	left: 0;
}
.news_wrap h3::after{
	right: 0;
}
@media screen and (max-width:768px) {
	.news_wrap{
		padding: 60px 20px;
	}
	.news_wrap h3{
		font-size: .24rem;
		margin: 0 0 40px 0;
	}
}
/*============================
news post_list
============================*/
.news_wrap_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.news_wrap_list article{
	width: 100%;
	margin-bottom: 60px;
}
.news_wrap_list article a{
	display: flex;
	width: 100%;
	text-decoration: none;
	color: #181a31;
	box-sizing: border-box;
}
.news_wrap_list article .sp_news_post{
	display: none;
}
.news_wrap_list article a img{
	width: 260px;
	height: 260px;
	min-height: 260px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.news_wrap_list article a div{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 260px);
	padding: 20px;
	background: #f4f4f5;
	box-sizing: border-box;
}
.news_wrap_list article a p{
	font-size: 14px;
	font-weight: 500;
	margin: 20px 0;
	line-height: 200%;
}
.news_wrap_list article a .news_text{
	font-size: .16rem;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 64px;
	padding: 0;
    width: 100%;
}
.news_wrap_list article a p span{
	position: relative;
	margin-right: 8px;
	padding-right: 12px;
	background: none !important;
}
.news_wrap_list article a p span::before{
	content: '';
	width: 1px;
	height: 14px;
	background: #181a31;
	position: absolute;
	top: 2px;
	right: 0;
}
.news_wrap_list article a h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 200%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page_num_wrap{
	display: flex;
	justify-content: center;
	width: 100%;
}
.page_num_wrap ul{
	display: flex;
	justify-content: center;
	width: 300px;
	height: 40px;
}
.page_num_wrap ul li{
	width: 40px;
	height: 40px;
}
.page_num_wrap ul li:not(:last-child){
	margin-right: 20px;
}
.page_num_wrap ul li:nth-of-type(4){
	position: relative;
	padding-right: 64px;
	margin-right: 30px;
}
.page_num_wrap ul li:nth-of-type(4)::before{
	content: '・ ・ ・';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	letter-spacing: .25px;
}
.page_num_wrap ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: 500;
	color: #181a31;
}
.page_num_wrap ul .current{
	background: #282c3c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_num_wrap ul .current a{
	color: #fff;
}
@media screen and (max-width:768px) {
	.news_wrap_list article{
		width: 100%;
		max-width: 100%;
	}
	.news_wrap_list article:not(:nth-child(3n)){
		margin-right: 0px;
	}
	.news_wrap_list article .pc_news_post{
		display: none;
	}
	.news_wrap_list article .sp_news_post{
		display: block;
		background: #f4f4f5;
		padding: 20px;
	}
	.news_wrap_list article a{
		flex-direction: column;
	}
	.news_wrap_list article a img{
		width: 100%;
		min-height: 200px;
		height: 200px;
	}
	.news_wrap_list article a div{
		width: 100%;
		overflow: hidden;
		padding: .2rem;
		display: block;
	}
	.news_wrap_list article a div:after{
		content: "";
		display: block;
		clear: both;
	}
	.news_wrap_list article a p{
		font-weight: bold;
		margin:0 0 20px 0;
	}
	.news_wrap_list article a .news_text{
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-align: start;
	}
	.news_wrap_list article a h4{
		margin-bottom: 20px;
		font-size: .2rem;
		line-height: 1.4;
		-webkit-line-clamp: 2;
	}
}
