.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: 1px solid #5795bb;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
}
.stepslider-container .slick-prev,
.stepslider-container .slick-next {
	top: 4%;
}
.animationslider-container .slick-prev,
.animationslider-container .slick-next {
	top: 38px;
}
.slick-prev::before,
.slick-next::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-top: 2px solid #5795bb;
	border-right: 2px solid #5795bb;
}
.slick-prev {
	left: 0;
}
.slick-prev::before {
	left: 40%;
	transform: rotate(-135deg);
}
.slick-next {
	right: 0;
}
.slick-next::before {
	right: 40%;
	transform: rotate(45deg);
}
.stepslider-container .slick-prev.slick-disabled,
.stepslider-container .slick-next.slick-disabled {
	border: 1px solid #2d3b61;
}
.stepslider-container .slick-prev.slick-disabled::before,
.stepslider-container .slick-next.slick-disabled::before {
	border-top: 2px solid #2d3b61;
	border-right: 2px solid #2d3b61;
}
.stepslider-container {
	margin-bottom: 10px;
}

.animationslider-container .slick-prev.slick-disabled,
.animationslider-container .slick-next.slick-disabled {
	border: 1px solid #2d3b61;
}
.animationslider-container .slick-prev.slick-disabled::before,
.animationslider-container .slick-next.slick-disabled::before {
	border-top: 2px solid #2d3b61;
	border-right: 2px solid #2d3b61;
}
.animationslider-container {
	margin-bottom: 10px;
}
.animationslider-for,
.animationslider-notes {
	max-width: 720px;
	margin: 0 auto;
}
.animationslider-notes ul {
	display: flex;
	justify-content: flex-end;
}
.animationslider-notes li,
.animationslider-nav-description .animationslider-notes {
	position: relative;
	font-size: 1.3rem;
	font-weight: 100;
}
.animationslider-notes li {
	margin-left: 3.4em;
	padding-left: 2.2em;
}
.animationslider-nav-description .animationslider-notes,
.animationslider-notes.en li:nth-child(2) {
	padding-left: 1.3em;
}
.animationslider-nav-description .animationslider-notes.en,
.animationslider-notes.en li:first-child {
	padding-left: .7em;
}
.animationslider-notes li::before,
.animationslider-nav-description .animationslider-notes::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #5795bb;
}
.animationslider-notes li:first-child::before {
	content: '※1';
}
.animationslider-notes li:nth-child(2)::before {
	content: '※2';
}
.animationslider-nav-description .animationslider-notes::before {
	content: '※';
}
.animationslider-notes.en li:first-child::before,
.animationslider-nav-description .animationslider-notes.en::before {
	content: '*';
}
.animationslider-notes.en li:nth-child(2)::before {
	content: '**';
}
.animationslider-nav-description .animationslider-notes.en {
	line-height: 1.2;
}
.animationslider-nav .animationslider-item {
	padding: 0 20px;
	cursor: pointer;
}
.animationslider-nav .slick-current .animationslider-item {
	cursor: default;
}
.animationslider-nav-headline {
	height: 100px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}
.en .animationslider-nav-headline {
	height: 120px;
	line-height: 1.4;
}
.animationslider-nav-description p {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.animationslider-nav .slick-slide:not(.slick-current) .animationslider-item {
	color: #5795bb;
	opacity: .6;
}
.animationslider-nav .slick-slide:not(.slick-current) .animationslider-item:hover {
	opacity: 1;
}
.animationslider-nav .slick-slide:not(.slick-current) .animationslider-item .animationslider-nav-headline {
	border-bottom: 1px solid #5795bb;
}
.animationslider-nav .animationslider-item,
.animationslider-nav-headline {
	transition: .5s all;
}
.animationslider-for .animationslider-item .flx-embed {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.animationslider-for .animationslider-item .flx-embed iframe {
	width: 100%;
	height: 100%;
}




@media screen and (max-width: 767px) {
	.animationslider-nav-headline {
		font-size: 1.8rem;
	}
	.animationslider-notes {
		display: flex;
		justify-content: flex-end;
	}
	.animationslider-notes ul {
		display: block;
	}
	.animationslider-notes li {
		margin-left: 0;
	}
}