@charset "utf-8";
/***** 全体 *****/
.l-wrap__r {
	background: url("../images/img_mv.png") no-repeat top center/ 100%;
}

/***** mv *****/
.p-top-mv {
	min-height: 1160px;
	position: relative;
}

.p-top-mv__outline {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 3rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (max-width: 768px) {
	.p-top-mv {
		min-height: auto;
	}
	
	.p-top-mv__outline {
		width: 80%;
		position: static;
		padding: 126vw 0 0 1.6rem;
	}
}

/***** news *****/
.p-top-news {
	margin: 4rem 3rem 3rem;
}

.p-top-news__ttl {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.08em;
	padding: 1rem;
	background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,0));
	margin-bottom: 2rem;
}

.p-top-news__box {
	height: 200px;
	overflow-y: scroll;
	color: #fff;
}

.p-top-news__box a {
	color: #fff;
}

.p-top-news__item {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dotted #fff;
}

.p-top-news__item dt {
	margin-right: 3rem;
}

@media screen and (max-width: 768px) {
	.p-top-news {
		margin: 3rem 1.6rem;
	}
	
	.p-top-news__ttl {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}
	
	.p-top-news__item {
		display: block;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	
	.p-top-news__item dt {
		margin-right: 0;
	}
}