body.hr-news-archive-active {
	background: #ffffff;
	color: #000000;
}

.hr-news-archive-active .siteHeader,
.hr-news-archive-active .site-header,
.hr-news-archive-active .l-site-header,
.hr-news-archive-active .page-header,
.hr-news-archive-active .site-footer,
.hr-news-archive-active .footer-section {
	display: none;
}

.hr-news-archive-active .siteContent,
.hr-news-archive-active .site-content,
.hr-news-archive-active .site-main {
	background: transparent;
}

.hr-news-archive-main,
.hr-news-archive-main * {
	box-sizing: border-box;
}

.hr-news-archive-main {
	padding: 124px 0 0;
}

.hr-news-archive-shell {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 28px 92px;
}

.hr-news-archive-hero {
	margin: 0 0 52px;
	padding-top: 22px;
	text-align: center;
}

.hr-news-archive-hero__title {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #000000;
}

.hr-news-archive-hero__subtitle {
	margin: 18px 0 0;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #000000;
}

.hr-news-archive-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 26px;
	max-width: 880px;
	margin: 0 auto;
}

.hr-news-archive-item {
	border: 0;
}

.hr-news-archive-item__link {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: start;
	padding: 0;
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
	height: 100%;
}

.hr-news-archive-item__link::before,
.hr-news-archive-item__link::after,
.hr-news-archive-item__title::before,
.hr-news-archive-item__title::after,
.hr-news-archive-item__body::before,
.hr-news-archive-item__body::after {
	content: none !important;
	display: none !important;
}

.hr-news-archive-item__thumb {
	position: relative;
	overflow: hidden;
	background: #ece7de;
	aspect-ratio: 1 / 0.76;
	width: 100%;
}

.hr-news-archive-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-news-archive-item__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	padding-top: 0;
}

.hr-news-archive-item__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
	min-width: 0;
	flex-wrap: wrap;
}

.hr-news-archive-item__date {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #000000;
}

.hr-news-archive-item__category {
	flex: 0 0 auto;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #000000;
}

.hr-news-archive-item__title {
	margin: 0;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #000000;
	border: 0;
	box-shadow: none;
	text-decoration: none;
}

.hr-news-archive-empty {
	padding: 80px 24px;
	border-top: 1px solid #d7d0c5;
	border-bottom: 1px solid #d7d0c5;
	text-align: center;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #000000;
}

.hr-news-archive-pagination {
	margin-top: 48px;
}

.hr-news-archive-pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hr-news-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #cfc7bc;
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-family: "Raleway", "Yu Gothic", sans-serif;
}

.hr-news-archive-pagination .page-numbers.current {
	background: #ece7de;
	border-color: #ece7de;
	color: #000000;
}

.hr-home-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.hr-home-button--archive {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 13px 28px;
	border: 1px solid #c8beb0;
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.04em;
}

@media (max-width: 991.98px) {
	.hr-news-archive-main {
		padding-top: 110px;
	}

	.hr-news-archive-shell {
		padding: 0 18px 84px;
	}

	.hr-news-archive-hero {
		margin-bottom: 42px;
	}

	.hr-news-archive-hero__title {
		font-size: 42px;
	}

	.hr-news-archive-hero__subtitle {
		margin-top: 14px;
		font-size: 16px;
	}

	.hr-news-archive-item__link {
		gap: 16px;
	}

	.hr-news-archive-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
		max-width: none;
	}

	.hr-news-archive-item__title {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.hr-news-archive-main {
		padding-top: 96px;
	}

	.hr-news-archive-shell {
		padding: 0 16px 72px;
	}

	.hr-news-archive-hero {
		padding-top: 14px;
		margin-bottom: 30px;
	}

	.hr-news-archive-hero__title {
		font-size: 36px;
	}

	.hr-news-archive-hero__subtitle {
		margin-top: 12px;
		font-size: 15px;
		line-height: 1.55;
	}

	.hr-news-archive-item__link {
		gap: 14px;
	}

	.hr-news-archive-item__meta {
		gap: 10px;
		margin-bottom: 10px;
	}

	.hr-news-archive-list {
		grid-template-columns: 1fr;
		gap: 26px;
		max-width: none;
	}

	.hr-news-archive-item__date {
		font-size: 13px;
	}

	.hr-news-archive-item__title {
		font-size: 15px;
		line-height: 1.65;
	}

	.hr-home-button--archive {
		min-width: 190px;
		padding: 12px 20px;
		font-size: 20px;
	}
}