#page-home {
	overflow-x: hidden;
}

.slide-mv__ct {
	max-width: 665px;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.slide-mv__ttl {
	font-size: clamp(2rem, 6vw, 40px);
	color: white;
	font-family: var(--font-anton);
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
}

.home-expectations {
	padding: 52px 0 78px;
}

.home-expectations .c-ttl__01 {
	margin-bottom: 55px;
}

.expectations-block {
	max-width: 860px;
	margin: 0 auto;
	justify-content: space-between;
	gap: 20px 2px;
}

.expectations-block__img {
	width: 42%;
}

.expectations-block__ct {
	width: 47%;
}

.expectations-block__list li {
	background-color: #476800;
	border-radius: 30px;
	font-size: 30px;
	font-weight: 900;
	color: #FD9800;
	padding: 12px 10px 10px 43px;
}

.expectations-block__list li:not(:last-child) {
	margin-bottom: 47px;
}

.expectations-block__desc {
	font-size: 20px;
	font-weight: 600;
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;
}

.expectations-block__desc p:not(:last-child) {
	margin-bottom: 26px;
}

.home-gallery .ctnr {
	max-width: 956px;
}

.gallery-slider .slick-list {
	margin: 0 -18px;
}

.gallery-slider__item {
	padding: 0 18px;
}

.gallery-slider__img {
	max-height: 400px;
	line-height: 0;
}

.gallery-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-cooperate {
	padding: 37px 0 26px;
}

.home-cooperate .c-ttl__01 {
	max-width: 600px;
	margin: 0 auto 63px;
	letter-spacing: 0px;
	line-height: 1.53;
}

.cooperate-video {
	max-width: 810px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	background: #FFE0C4;
}

.cooperate-video::before {
	content: "";
	padding-top: calc((420 / 810) * 100%);
	display: block;
}

.cooperate-video iframe,
.cooperate-video img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-procedure .c-ttl__01 {
	margin-bottom: 154px;
}

.procedure-img {
	max-width: 548px;
	margin: 0 auto 39px;
}

.home-discove {
	padding-bottom: 50px;
}

.home-discover__desc {
	max-width: 670px;
	font-size: 25px;
	text-align: center;
	margin: 0 auto 32px;
	line-height: 1.4;
}

.home-discover .c-ttl__01 {
	margin-bottom: 26px;
}

.home-discover {
	padding: 0 0 40px;
}

@media (max-width: 992px) {
	.slide-mv__ct {}

	.expectations-block {
		align-items: center;
	}

	.expectations-block__list li:not(:last-child) {
		margin-bottom: 28px;
	}

	.expectations-block__list li {
		font-size: 18px;
	}


	.home-cooperate .c-ttl__01 {
		margin: 0 auto 20px;
	}
}

@media (max-width: 767px) {
	.home-expectations .c-ttl__01 {
		margin-bottom: 20px;
	}

	.expectations-block__img {
		width: 100%;
	}

	.expectations-block__ct {
		width: 100%;
	}

	.expectations-block__list li:not(:last-child) {
		margin-bottom: 15px;
	}

	.expectations-block__desc {
		font-size: 16px;
	}

	.expectations-block__desc p:not(:last-child) {
		margin-bottom: 10px;
	}

	.home-expectations {
		padding: 25px 0 30px;
	}

	.gallery-slider__item {
		padding: 0 7px;
	}

	.gallery-slider .slick-list {
		margin: 0 -7px;
	}

	.home-cooperate {
		padding: 25px 0;
	}


	.procedure-img {
		margin: 0 auto 25px;
	}

	.home-procedure .c-ttl__01 {
		margin-bottom: 15px;
	}

}
