@charset "UTF-8";
#fv {
	width: 100%;
	height: calc(100vh - 0px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fv h1 {
	width: 80%;
	height: 50%;
}
#fv h1 img {
	width: 100%;
	height: 100%;
}
#fv video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	mix-blend-mode: multiply;
}
#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;
}
#serviceList {
	margin-top: 20px;
}
#serviceList ul {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}
#serviceList ul li {
	margin-top: 0;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#fv {
		margin-top: 60px;
		height: calc(100vh - 60px);
	}
	#serviceList ul {
		gap: 0 1.5em;
	}
	#serviceList ul li {
		width: auto !important;
		letter-spacing: normal;
	}
}