@charset "utf-8";
/***************************************************************************************************
	page_news.css
***************************************************************************************************/
#page_news {
	width:100%;
	padding:var(--padding_3);
	padding-bottom:100px;
}
/*
*/
#page_news .blk_1 {
	padding:0 0 50px 0;
}
/*
*/
#page_news .blk_2 {
	width: 100%;
	text-align: right;
}
#page_news .blk_2::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(70% + 150px);
	min-width: 930px;
	height: 400px;
	left:100%;
	top:200px;
	background-image: url('../images/top_bk_1.svg');
	background-position: 0 0;
	background-size: 400px auto;
	transform:translateX(-100%);
}
/*  */
#page_news .blk_2_1 {
	width: 70%;
	min-width: 780px;
	min-height: 500px;
	margin-left: auto;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	padding:100px 100px 50px 100px;
	background-color: #ffffff;
	text-align: left;
}
#page_news .blk_2_1 ul {
	width: 100%;
	border-top: 1px solid #D0D0D0;
	list-style: none;
}
#page_news .blk_2_1 ul li {
	width: 100%;
	border-bottom: 1px solid #D0D0D0;
	padding:25px 0;
}
#page_news .blk_2_1 ul li article {
	width: 100%;
	height:auto;
	min-height: 150px;
	padding:0 0 0 180px;
	display: flex;
	flex-direction: column;
}
#page_news .blk_2_1 ul li article h3 {
	order:3;
	padding:17px 0 0 0;
}
#page_news .blk_2_1 ul li article h3 a {
	display: inline-block;
	font-size:14px;
	line-height: 2;
	padding:0 0 5px 0;
}
#page_news .blk_2_1 ul li article h3 a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_news .blk_2_1 ul li article h3 a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#page_news .blk_2_1 ul li article > div {
	order: 2;
	display: flex;
	padding:20px 0 0 0;
}
#page_news .blk_2_1 ul li article > div > p {
	font-size: 14px;
	line-height: 1;
	padding:0 30px 0 0;
	white-space: nowrap;
}
#page_news .blk_2_1 ul li article > div > p a {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	padding:0 0 3px 0;
}
#page_news .blk_2_1 ul li article > div > p a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_news .blk_2_1 ul li article > div > p a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#page_news .blk_2_1 ul li article > p {
	order: 1;
	position:absolute;
	left:0;
	top:0;
	width:150px;
	height:150px;
}
#page_news .blk_2_1 ul li article > p a {
	position:absolute;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 1px solid #707070;
}
#page_news .blk_2_1 ul li article > p a img {
	position:absolute;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
/*  */
#page_news .blk_2_2 {
	width: 70%;
	min-width: 780px;
	margin-left: auto;
	padding:100px 0 0 0;
	text-align: center;
}
#page_news .blk_2_2 a {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1;
}
#page_news .blk_2_2 a.hide {
	opacity:0;
	pointer-events: none;
}
#page_news .blk_2_2 a:nth-of-type(1) {
	padding:10px 10px 10px 20px;
	margin:auto 15px;
}
#page_news .blk_2_2 a:nth-of-type(1)::after {
	position: absolute;
	display: block;
	content: '<';
	left:4px;
	top:8px;
}
#page_news .blk_2_2 a:nth-of-type(2) {
	padding:10px 20px 10px 10px;
	margin:auto 15px;
}
#page_news .blk_2_2 a:nth-of-type(2)::after {
	position: absolute;
	display: block;
	content: '>';
	left:calc(100% - 4px);
	top:8px;
	transform:translateX(-100%);
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#page_news {
	padding:var(--padding_2);
	padding-bottom:50px;
}
/*
*/
#page_news .blk_1 {
	padding:0 0 30px 0;
}
/*
*/
#page_news .blk_2 {
	text-align: left;
}
#page_news .blk_2::before {
	display: none;
}
/*  */
#page_news .blk_2_1 {
	width: 100%;
	min-width: 0;
	padding:30px 5% 30px 5%;
}
#page_news .blk_2_1 ul {
}
#page_news .blk_2_1 ul li {
	padding:20px 0;
}
#page_news .blk_2_1 ul li article {
	min-height: 0;
	padding:0 0 0 100px;
}
#page_news .blk_2_1 ul li article h3 {
	padding:0 0 0 0;
}
#page_news .blk_2_1 ul li article h3 a {
	line-height: 1.75;
}
#page_news .blk_2_1 ul li article h3 a.nm_hover {
}
#page_news .blk_2_1 ul li article > div {
	padding:5px 0 0 0;
	display: block;
}
#page_news .blk_2_1 ul li article > div > p {
	padding:0 0 7px 0;
	font-size: 12px;
}
#page_news .blk_2_1 ul li article > div > p a {
	font-size: 12px;
	padding:0 0 2px 0;
}
#page_news .blk_2_1 ul li article > div > p a:last-child {
	margin-top: 7px;
}
#page_news .blk_2_1 ul li article > div > p a.nm_hover {
}
#page_news .blk_2_1 ul li article > p {
	width:80px;
	height:80px;
}
#page_news .blk_2_1 ul li article > p a {
}
#page_news .blk_2_1 ul li article > p a img {
}
/*  */
#page_news .blk_2_2 {
	width: 100%;
	min-width: 0;
	padding:40px 0 0 0;
}
#page_news .blk_2_2 a {
	font-size: 14px;
}
#page_news .blk_2_2 a.hide {
}
#page_news .blk_2_2 a:nth-of-type(1) {
	margin:auto 10px;
}
#page_news .blk_2_2 a:nth-of-type(1)::after {
	left:3px;
	top:7px;
}
#page_news .blk_2_2 a:nth-of-type(2) {
	margin:auto 10px;
}
#page_news .blk_2_2 a:nth-of-type(2)::after {
	left:calc(100% - 3px);
	top:7px;
}
}
