.fv {
	position: relative;
	width: min(100%, 1480px);
	margin: 60px auto 70px;
	padding-inline: 15px;
}

@media (width >=1140px) {
	.fv {
		margin-top: 40px;
		padding-inline: 30px;
	}
}

.fv__inner {
	width: 100%;
	margin-inline: auto 0;
}

@media (width >=1140px) {
	.fv__inner {
		width: min(990px, 67%);
	}
}

.fv-slide{
	overflow: visible;
}

.fv-slide__text {
	position: absolute;
	top: -24px;
	right: 6px;
	display: flex;
	flex-direction: column;
	gap: .5em;
	color: #2978c3;
	font-family: "Zen Kaku Gothic New", sans-serif;
	z-index: 10;
	white-space: nowrap;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

@media (width >=769px) {
	.fv-slide__text {
		top: -30px;
		right: 12px;
		gap: .75em;
	}
}

@media (width >= 1140px) {
	.fv-slide__text {
		top: 50%;
		left: -375px;
		transform: translate(0, -50%);
		gap: 1em;
		text-align: center;
		writing-mode: horizontal-tb;
	}
}

.fv-slide__text>* {
	display: flex;
	align-items: center;
	width: fit-content;
	background: #fff;
	color: inherit;
	margin: 0;
	padding: .25em .5em;
	font-weight: 700;
	line-height: 1;
}

.fv-slide__title {
	font-family: inherit;
	font-size: clamp(20px, 4vw, 42px);
	letter-spacing: .1em;
	-webkit-text-size-adjust: 100%;
}

.fv-slide__subtitle {
	font-size: clamp(11px, 2vw, 20px);
	letter-spacing: .05em;
}

@media (width < 1140px) {
	.fv-slide__text>* {
		height: fit-content;
	}
	.fv-slide__subtitle {
		margin-top: 6em;
	}

}

.fv-slide__item {
	aspect-ratio: 990 / 557;
	border-radius: 30px;
	overflow: hidden;
}

@media (width < 568px) {
.fv-slide__item {
		aspect-ratio: 295 / 208;
	}
}

.fv-slide__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
