/* =========================================================
   お知らせアーカイブ
========================================================= */

.tks-news-archive-page {
	position: relative;
	z-index: 3;
	background: #fff;
	color: #111;
}

.tks-page-hero {
	position: relative;
	overflow: hidden;
	padding: 190px 40px 120px;
	color: #fff;
}

.tks-page-hero--news {
	background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("/wp-content/uploads/2026/04/inquiry-bg.webp") center / cover no-repeat;
}

.tks-page-hero__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.tks-page-hero__heading {
	position: relative;
	display: inline-block;
	margin-bottom: 28px;
}

.tks-page-hero__heading-bg {
	position: absolute;
	top: -12px;
	left: -10px;
	z-index: 3;
	width: calc(100% + 20px);
	height: 72px;
	background: linear-gradient(90deg, #4689ca 0%, #133a7a 100%);
	transform: scaleX(0);
	transform-origin: left center;
	animation: tksHeadingBgBox 1.05s cubic-bezier(0.76, 0, 0.24, 1) 0.25s forwards;
}

.tks-page-hero__title {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.04em;
	opacity: 0;
	animation: tksHeadingText 0.01s linear 0.87s forwards;
}

.tks-page-hero__subtitle {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	color: #2f72b8;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.12em;
	opacity: 0;
	filter: blur(10px);
	animation: tksBlurFade 0.8s ease 1.2s forwards;
}

.tks-page-hero__lead {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
	opacity: 0;
	transform: translateY(28px);
	animation: tksFadeUp 0.75s ease 1.37s forwards;
}

.tks-news-archive {
	position: relative;
	padding: 110px 40px 120px;
	background: linear-gradient(180deg, #f7f9fc 0%, #fff 28%, #fff 100%);
}

.tks-news-archive__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.tks-news-archive__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.tks-news-archive__item {
	min-width: 0;
}

.tks-news-archive__link {
	display: block;
	height: 100%;
	color: #111;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(19, 58, 122, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.08);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.tks-news-archive__link:hover {
	transform: translateY(-6px);
	border-color: rgba(47, 114, 184, 0.28);
	box-shadow: 0 24px 58px rgba(19, 58, 122, 0.14);
}

.tks-news-archive__thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	background: #e8eef5;
	overflow: hidden;
}

.tks-news-archive__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.tks-news-archive__link:hover .tks-news-archive__thumb img {
	transform: scale(1.08);
}

.tks-news-archive__noimage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(47, 114, 184, 0.42);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.12em;
	background: linear-gradient(135deg, #f7fbff 0%, #edf5fc 58%, #e5f0fa 100%);
}

.tks-news-archive__body {
	padding: 24px 24px 28px;
}

.tks-news-archive__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.tks-news-archive__meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	height: 26px;
	padding: 0 14px;
	color: #2f72b8;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	border: 1px solid rgba(47, 114, 184, 0.34);
	border-radius: 999px;
}

.tks-news-archive__meta time {
	color: rgba(0, 0, 0, 0.62);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.tks-news-archive__title {
	margin: 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.tks-news-archive__excerpt {
	margin: 14px 0 0;
	color: rgba(0, 0, 0, 0.68);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.tks-news-archive__empty {
	margin: 0;
	padding: 54px 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(19, 58, 122, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.08);
}

.tks-news-archive__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 54px;
}

.tks-news-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	color: #111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(19, 58, 122, 0.14);
	border-radius: 999px;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tks-news-archive__pagination .page-numbers.current,
.tks-news-archive__pagination .page-numbers:hover {
	color: #fff;
	background: #2f72b8;
	border-color: #2f72b8;
	transform: translateY(-2px);
}

@media (max-width: 959px) {
	.tks-page-hero {
		padding: 140px 24px 82px;
	}

	.tks-page-hero__title {
		font-size: 34px;
	}

	.tks-page-hero__subtitle {
		font-size: 16px;
	}

	.tks-page-hero__lead {
		font-size: 14px;
		line-height: 1.9;
	}

	.tks-news-archive {
		padding: 78px 20px 86px;
	}

	.tks-news-archive__list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tks-news-archive__body {
		padding: 22px 20px 24px;
	}

	.tks-news-archive__title {
		font-size: 16px;
	}

	.tks-news-archive__excerpt {
		font-size: 13px;
		line-height: 1.8;
	}

	.tks-news-archive__pagination {
		margin-top: 38px;
	}
}