@media screen and (max-width: 900px) {
	#top .btn-box-center {
		margin-top: 50px;
	}
}

#mv-slider img {
	width: 100%;
	aspect-ratio: 4/3;
	max-height: 800px;

	object-fit: cover;
	animation: zoomOut 7s linear 0s normal both;
}

#home-mv {
	position: relative;
}

#home-mv .mv-ttl-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: var(--white);
	z-index: 1;
	text-shadow: 0 0 10px #000;
}

#home-mv .mv-ttl-box .ttl {
	font-size: 4rem;
	font-family: var(--noto-serif);
	letter-spacing: 0.34em;
	font-weight: 400;
}

#home-mv .mv-ttl-box .sub-ttl {
	font-size: 1.4rem;
	font-family: var(--lato);
	letter-spacing: 0.3em;
}

@media screen and (max-width: 900px) {
	#mv-slider img {
		width: 100%;
		object-fit: cover;
	}

	#home-mv .mv-ttl-box .ttl {
		font-size: 3rem;
	}

	#home-mv .mv-ttl-box .sub-ttl {
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	#mv-slider img {
		height: 400px;
		aspect-ratio: unset;
	}
}

#home-concept .txt-area {
	margin-top: 30px;
}

#home-concept .sec-ttl-box {
	margin-bottom: 40px;
}

#home-concept .sec-ttl {
	line-height: calc(50/35);
}

#home-concept .btn-box {
	margin-top: 50px;
}

@media screen and (max-width: 900px) {
	#home-concept .sec-ttl-box {
		margin-bottom: 30px;
		text-align: center;
	}

	#home-concept .btn-box {
		margin-top: 30px;
	}
}

#home-works .bg-gray-left::before {
	top: -255px;
}

#home-works .sec-inner {
	padding-top: 50px;
}

@media screen and (max-width: 900px) {
	#home-works .bg-gray-left::before {
		top: -60px;
	}

	#home-works .sec-inner {
		padding-top: 60px;
	}
}

@media screen and (max-width: 600px) {

	#home-works .m-works-container .item-box:nth-child(4),
	#home-works .m-works-container .item-box:nth-child(5),
	#home-works .m-works-container .item-box:nth-child(6) {
		display: none;
	}
}

#home-land {
	background: url(../images/home/land_01.jpg) center / cover no-repeat;
	position: relative;
}

#home-land::before {
	background-color: rgb(34 34 34 / 0.4);
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

#home-land .sec-inner {
	padding: 160px 0;
}

#home-land .content-box {
	align-items: center;
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#home-land .sec-inner .txt {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 900px) {
	#home-land .sec-inner {
		padding: 75px 0;
	}

	#home-land .content-box .txt-area {
		width: 100%;
	}

	#home-land .content-box .btn-area {
		width: 100%;
		margin-top: 50px;
	}

	#home-land .content-box .btn-area .btn {
		margin: auto;
	}
}

#home-info .sec-ttl-box {
	margin-bottom: 0;
	width: 210px;
}

#home-info .content-box {
	display: flex;
	justify-content: space-between;
}

#home-info .m-post-container {
	flex: 1;
}

@media screen and (max-width: 900px) {

	#home-info .content-box {
		flex-direction: column;
		flex-wrap: wrap;
	}

	#home-info .sec-ttl-box {
		width: 100%;
		text-align: center;
	}

	#home-info .m-post-container {
		flex: unset;
		width: 100%;
		margin-top: 50px;
		padding-left: 0;
	}
}

#home-nav {
	position: relative;
}

#home-nav .content-width::before {
	content: '';
	background-color: var(--gray-bg);
	position: absolute;
	width: 100vw;
	min-width: 1000px;
	top: -100px;
	bottom: -100px;
	left: 120px;
	z-index: -1;
}

@media screen and (max-width: 900px) {
	#home-nav .content-width::before {
		top: -60px;
		bottom: -60px;
		left: 60px;
	}
}
