@charset "UTF-8";
/*-----------------------最新情報*/
.section_mv #news.mv_inner {
	background-image: url("../img/news/mv.jpg");
	background-position: 50% 50%;
}
.news {
	background-image: url("../img/common/bg_rightbottom.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 800px auto;
}
.news .news_item_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.news .news_item_wrap .news_item {
	border-bottom: 1px solid #cccccc;
}
.news .news_item_wrap .news_item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5em 30px 1.5em 20px;
	transition: .2s;
	position: relative;
}
.news .news_item_wrap .news_item a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 10px solid #05287d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.news .news_item_wrap .news_item a:hover {
	background-color: rgba(130, 170, 230, 0.2);
	cursor: pointer;
}
.news .news_item_wrap .news_item .news_date {
	min-width: 180px;
	font-weight: 600;
	letter-spacing: 1px;
}
.news .news_item_wrap .news_item .news_title {
	flex: 1;
	padding-right: 50px;
	color: #333333;
	line-height: 1.8;
	transition: .2s;
}
@media screen and (max-width: 768px) {
	.news {
		background-size: 80% auto;
	}
	.news .news_item_wrap .news_item a {
		display: block;
	}
	.news .news_item_wrap .news_item .news_date {
		min-width: 100%;
	}
	.news .news_item_wrap .news_item .news_title {
		margin-top: 0.6em;
	}
}

.news .news_box {
	max-width: 1000px;
	margin: 0 auto;
}
.news .news_box .news_heading {
	padding-bottom: 1em;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #193c8c;
}
.news .news_box .news_heading .date {
	margin-bottom: 6px;
	font-weight: 600;
	letter-spacing: 1px;
}
.news .news_box .news_heading .news_ttl {
	font-size: 1.8rem;
	font-weight: 600;
}
.news .news_box .text {
	line-height: 2;
	letter-spacing: 0.5px;
	margin-bottom: 1em;
}
.news .news_box a.text_link {
	padding-left: 1.5em;
	color: #193c8c;
	transition: .2s;
	position: relative;
}
.news .news_box a.text_link::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 10px solid #05287d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news .news_box a.text_link:hover {
	opacity: .5;
}
.news .news_box .news_img {
	display: flex;
	flex-wrap: wrap;
}
.news .news_box .news_img li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.news .news_box .news_img li:nth-child(3n) {
	margin-right: 0;
}
.news .news_box .news_img li a {
	display: block;
	width: 100%;
	padding-bottom: 66.7%;
	position: relative;
	overflow: hidden;
}
.news .news_box .news_img li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: .3s;
}
.news .news_box .news_img li a:hover img {
	transform: scale(1.1);
}
.news .btn_link {
	margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
	.news .news_box .news_heading .news_ttl {
		font-size: 1.6rem;
	}
	.news .news_box .news_img {
		justify-content: space-between;
	}
	.news .news_box .news_img li,
	.news .news_box .news_img li:nth-child(3n) {
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 480px) {
	.news .news_box .news_heading .news_ttl {
		font-size: 1.5rem;
	}
}
