.season-title {
	font-size: 3.25rem;	
}
.green-season-term {
	background: #2ED198;
}
.winter-season-term {
	background: #4ABACF;
}

.middle-bg {
	position: relative;
	height: 200px;
	background: #fff;
}
.middle-clip-decoration {
	background: #fff;
	margin-top: -20px;
	position: absolute;
	inset: 0;
	z-index: 1;
	clip-path: polygon(
		100% 45%,
		80% 55%,
		35% 35%,
		-10% 55%,
		0% 42.5%,
		0% 0%,
		100% 0%
	);
}
.middle-wrapper-green {
	background: #F2F7F4;
}
.middle-wrapper-winter {
	background: #F2F7F8;
}
.green-top-clip-decoration {
	background: #F2F7F4;
	margin-top: 80px;
	position: absolute;
	inset: 0;
	z-index: 1;
	clip-path: polygon(
		0% 5%,
		11% 25%,
		22% 5%,
		38% 25%,
		44% 0%,
		55% 25%,
		66% 0%,
		77% 20%,
		90% 0%,
		100% 25%,
		100% 100%,
		0% 100%
	);
}
.green-bottom-clip-decoration {
	background: #F2F7F4;
	height: 200px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		50% 78%,
		0 100%
	);
}
.winter-top-clip-decoration {
	background: #F2F7F8;
	margin-top: 80px;
	position: absolute;
	inset: 0;
	z-index: 1;
	clip-path: polygon(
		0% 5%,
		11% 25%,
		22% 5%,
		38% 25%,
		44% 0%,
		55% 25%,
		66% 0%,
		77% 20%,
		90% 0%,
		100% 25%,
		100% 100%,
		0% 100%
	);
}
.winter-bottom-clip-decoration {
	background: #F2F7F8;
	height: 200px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		50% 78%,
		0 100%
	);
}
@media (max-width: 992px) {
	.middle-clip-decoration {
		background: #fff;
		clip-path: polygon(
			100% 50%,
			80% 55%,
			35% 45%,
			-10% 55%,
			0% 42.5%,
			0% 0%,
			100% 0%
		);
	}
	.green-top-clip-decoration, .winter-top-clip-decoration {
		 clip-path: polygon(
			0% 0%,
			12.5% 18%,
			25% 0%,
			37.5% 20%,
			50% 0%,
			62.5% 18%,
			75% 0%,
			87.5% 20%,
			100% 0%,
			100% 100%,
			0% 100%
		);
	}
	.green-bottom-clip-decoration, .winter-bottom-clip-decoration {
		height: 80px;
		}
}
.season-mv{
	transform: translateY(-40%);
	z-index: 10;
}

.photo-wrapper {
	width: 36%;
}
.photo-box {
	flex: 1 1 0!important;
}
.photo-box-wrap, .photo-box {
	border-radius: 0;
	overflow: hidden;
}
.text-card {
	width: 35%;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 10px 30px #9CAFAE1F;
}

@media (min-width: 992px) {
	.photo-box {
		border-radius: 60px 0 60px 0;
	}
}
@media (max-width: 992px) {
	.photo-wrapper {
		position: static;
		transform: none;
		width: 100%;
		height: 100%;
	}
	.photo-box-wrap {
		border-radius: 60px 0 60px 0;
	}
	.season-mv{
		transform: translateY(-15%);
	}
}

/* 体験プログラム一覧 */
.program-list li {
	position: relative;
	padding-left: 1rem;
}

.program-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 1.1rem;
}
@media (max-width: 768px) {
	.program-list li {
		font-size: .8em;
	}
	.program-list li::before {
		font-size: 1em;
	}
}

.pdf-area {
	border-top: 2px solid #E6E9DB;
	border-bottom: 2px solid #E6E9DB;
}
.pdf-icon-small  {
	width: 20px;
}

.document-links a:hover {
	background: rgba(149, 180, 245, .3);
}
.document-links a:hover span {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}
