.spotlight {
	padding-block: 3.75rem 6.56rem;
}

.spotlight__lead {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.8;
}

.spotlight__column {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	justify-content: center;
	margin-top: 3.43rem;
}

.spotlightItem {
	position: relative;
	width: calc((1200px - 4.8rem) / 3);
}

.spotlightItem__caption {
	align-items: center;
	border-radius: 0.75rem 0 0 0;
	color: var(--colorWhite);
	display: flex;
	font-size: 1rem;
	height: 1.875rem;
	justify-content: center;
	left: 0;
	min-width: 6.56rem;
	padding-inline: 0.75rem;
	position: absolute;
	text-align: center;
	top: 0;
}

.spotlightItem:nth-child(1) .spotlightItem__caption {
	background: var(--colorYellowGreen);
}

.spotlightItem:nth-child(2) .spotlightItem__caption {
	background: var(--colorLightBlue);
}

.spotlightItem:nth-child(3) .spotlightItem__caption {
	background: var(--colorDarkPink);
}

.spotlightItem:nth-child(4) .spotlightItem__caption {
	background: var(--colorOrange);
}

.spotlightItem:nth-child(5) .spotlightItem__caption {
	background: var(--colorYellow);
}


.spotlightItem__textarea {
	border-radius: 0 0 0.75rem 0.75rem;
	color: var(--colorBlack);
	padding: 1.375rem 1rem 1.18rem;
}

.spotlightItem:nth-child(1) .spotlightItem__textarea {
	background: var(--colorLightYellow);
}

.spotlightItem:nth-child(2) .spotlightItem__textarea {
	background: var(--colorPaleLightBlue);
}

.spotlightItem:nth-child(3) .spotlightItem__textarea {
	background: var(--colorPalePink);
}

.spotlightItem:nth-child(4) .spotlightItem__textarea {
	background: var(--colorPaleOrange);
}

.spotlightItem:nth-child(5) .spotlightItem__textarea {
	background: var(--colorPaleYellow);
}

.spotlightItem__img img {
	border-radius: 0.75rem 0.75rem 0 0;
}

.spotlightItem__title {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54;
	min-height: 4rem;
	min-height: 7.2rem;
}

.spotlightItem__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.spotlightItem__year {
	border-left: 0.0625rem solid var(--colorGray200);
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 1rem;
	padding-left: 1rem;
}

@media screen and (max-width:1440px) {
	.spotlightItem {
		width: clamp(295px, calc(26vw), 375px);
	}

	.for-tab {
		display: none;
	}
}

@media screen and (max-width:1023px) {
	.spotlightItem {
		width: calc((100vw - 9.4rem) /2);
	}

	.for-tab {
		display: block;
	}
}

@media screen and (max-width:743px) {
	.spotlight {
		padding-block: 2.5rem 3.75rem;
	}

	.spotlight__column {
		margin-top: 2.5rem;
	}

	.spotlightItem {
		width: 23.4375rem;
	}

	.spotlightItem__caption {
		font-size: 0.875rem;
	}

	.spotlightItem__title {
		font-size: 1.125rem;
		min-height: 6.25rem;
	}

	.spotlight__lead br {
		display: none;
	}
}
