@charset "UTF-8";
#firstView {
	position: relative;
}
#firstView .photo {
	overflow: hidden;
}
#firstView .photo img {
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}
#firstView h1 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: calc(7vw + 0px);
	line-height: 1em;
	color: #fff;
	padding: 5%;
}
#newsBox {
	margin-top: 20px;
}
#newsBox dl {
	display: flex;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 15px 0;
}
#newsBox dl:first-child {
	border-top: 1px solid #DDD;
}
#newsBox dl dt {
	letter-spacing: normal;
	margin-right: 1em;
	white-space: normal;
}
#newsBox dl dd {
	flex: 1;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#firstView .photo img {
		aspect-ratio: 1/1;
	}
	#slideBox .inBox img {
		aspect-ratio: 1/1;
		object-fit: cover;
		width: 100%;
		max-height: calc(100vh - 60px);
	}
}