@charset "utf-8";
/***** mv *****/
.p-top-mv {
  background: url("../images/img_mv-ashiato.png") bottom 4rem center / 90% no-repeat, url("../images/img_mv-bg.png") bottom center / cover no-repeat;
  background-color: var(--sub-color);
  min-height: 780px;
}

.p-top-theme {
	font-family: "Anton", sans-serif;
	font-size: 8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: end;
	margin: 2rem 3rem 0 0;
}

.p-top-theme__sub {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.7;
}

@media screen and (min-width: 530px) and ( max-width: 768px) {
	.p-top-theme {
		font-size: clamp(5rem,9.4vw,6rem);
	}
	
	.p-top-theme__sub {
		font-size: clamp(2.2rem,4.2vw,2.4rem);
	}
}

@media screen and (max-width: 768px) {
	.p-top-mv {
		min-height: 495px;
	}
	
	.p-top-theme {
		margin: 0 1.6rem 0 0;
		padding-top: 4rem;
		font-size: clamp(4rem,11.1vw,5rem);
	}
	
	.p-top-theme__sub {
		font-size: clamp(1.8rem,5vw,2.2rem);
	}
}

/***** news *****/
.p-top-news {
	background: var(--sub-color) url("../images/img_news-bg.jpg") no-repeat center / cover;
}

.p-top-news__container {
	padding: 4rem 3rem;
}

.p-top-news__inner {
	background-color: #fff;
	padding: 3rem;
}

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

.p-top-news__ttl {
	font-family: "Anton", sans-serif;
	font-size: 3rem;
	letter-spacing: 0.02em;
	color: var(--sub-color);
	border-top: double 7px var(--sub-color);
	border-bottom: solid 3px var(--sub-color);
	padding: 0.5rem 0;
	margin-bottom: 1.6rem;
}

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

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

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

/***** p-top-btn *****/
.p-top-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.6rem;
	padding: 4rem 3rem 0;
}

.p-top-btn li {
	width: 178px;
}

.p-top-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 68px;
	text-decoration: none;
	color: #fff;
	padding: 1rem;
	background-color: #c10d0d;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	transition: 0.5s;
}

.p-top-btn a:hover {
	background-color: #ed3d33;
}

.p-top-btn__txt {
	text-align: right;
	margin-top: 1rem;
	padding-right: 2rem;
}

@media screen and (max-width: 768px) {
	.p-top-btn {
		flex-direction: column;
		padding: 2rem 1.6rem 0;
		gap: 1rem;
	}
	
	.p-top-btn li {
		width: 100%;
	}
	
	.p-top-btn a {
		height: auto;
	}
	
	.p-top-btn__txt {
		padding: 0 1.6rem 4rem;
		text-align: center;
	}
}
