@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
	mv
---------------------------------------------- */
.mv {
	width: 100%;
	height: 280px;
	background: url(../img/mv_bg.jpg) center /cover no-repeat;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.mv h1 {
	margin-top: 156px;
	font-size: 2.375em;
	font-family:YuMincho, '游明朝体', serif;
	font-weight: 400;
	line-height: 1.158;
	color: #36bec6;
	text-align: center;
}
.mv h1 span {
	display: block;
	font-size: .4em;
	letter-spacing: .2em;
}

.contents {
	min-height: calc(100vh - 855px);
}

/* ----------------------------------------------
	news
---------------------------------------------- */
.news_list {
	margin: 80px auto 120px;
	width: 1000px;
}
.news_list dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list dl + dl {
	margin-top: 16px;
}
.news_list dt {
	width: 140px;
	margin-top: 30px;
	font-size: .875em;
	line-height: 1.5;
	color: #31aeb6;
}
.news_list dd {
	width: 860px;
	margin-top: 30px;
	line-height: 1.5;
}
.news_list dt:nth-of-type(1),
.news_list dd:nth-of-type(1) {
	margin-top: 0;
}
.news_list dd a {
	text-decoration: underline;
	transition: 0.3s ease;
}
.news_list dd a:hover {
	color: #33c3cc;
	text-decoration: none;
	transition: 0.3s ease;
}