/* ------ News ------ */
.sec-news-list {
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 0 5.2%;
}
.sec-news-list .sec-lower-inner {
	padding: 0 14.53%;
	padding-bottom: 50px;
}

.news-list-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.news-list-main {
	width: 100%;
	position: relative;
	margin-bottom: 150px;
}
.news-list-grid {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin-bottom: 80px;
}
.card-lower-news {
	width: 100%;
	border-bottom: 1px solid rgb(68 68 68 / 50%);
	padding: 40px 30px;
}
.card-lower-news:first-of-type {
	border-top: 1px solid rgb(68 68 68 / 50%);
}
.card-lower-news > div {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 3.27%;
	justify-content: space-between;
}
.card-lower-news > div > figure {
	width: 24.6%;
	max-width: 300px;
	min-width: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 300 / 169;
	flex-shrink: 0;
}
.card-lower-news > div > figure > img {
	width: 100%;
	height: 100%;
	transition: all ease 0.6s;
}
.card-lower-news:hover > div > figure > img {
	transform: scale(1.05);
	filter: brightness(1.1);
}
.card-lower-news > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding-top: 16px;
	gap: 30px;
}
.lower-news-title {
	width: 100%;
	font-size: 24px;
	line-height: 1.87;
	letter-spacing: 0.05em;
}

.lower-news-info-box {
	width: 100%;
	display: flex;
	gap: 20px;
	opacity: 0.5;
	align-items: center;
}
.lower-news-date {
	font-size: 13px;
	letter-spacing: 0.1em;
}
.lower-news-category {
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	border-left: 1px solid #444;
}

.news-list-cats {
	width: 70px;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: flex-start;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	left: -100px;
}
.news-list-cats > a {
	opacity: 0.5;
	letter-spacing: 0.1em;
	line-height: 1.5;
	transition: all ease 0.33s;
}

.news-list-cats > a.is-active {
	opacity: 1;
}
.news-list-cats > a:hover {
	opacity: 1;
}
.news-list-cats > a.is-active:hover {
	opacity: 0.7;
}

.pagination-box {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}
.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid rgb(68 68 68 / 50%);
	width: 46px;
	height: auto;
	aspect-ratio: 1 /1;
	border-radius: 999px;
	font-family: Noto Sans JP, sans-serif;
	color: rgb(68 68 68 / 50%);
	transition: all ease 0.3s;
	line-height: 1;
	overflow: hidden;
}
.page-numbers.current {
	color: #fff;
	background: #444;
	border: 1px solid #444;
}
.prev.page-numbers {
	margin-right: 15px;
}
.next.page-numbers {
	margin-left: 15px;
}
.page-numbers:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px) {
	.sec-news-list {
		padding: 0 7.8%;
	}
	.sec-news-list .sec-lower-inner {
		background: transparent;
		padding: 0;
	}
	.news-list-cats {
		width: 100%;
		display: flex;
		flex-flow: row;
		gap: 10px;
		align-items: center;
		flex-shrink: 0;
		position: relative;
		top: 0;
		left: 0;
		justify-content: flex-start;
		padding: 30px 0 20px;
	}
	.news-list-cats > a {
		font-size: 13px;
	}
	.news-list-main {
		margin-bottom: 50px;
	}
	.news-list-grid {
		margin-bottom: 40px;
	}
	.card-lower-news {
		padding: 30px 0px;
	}
	.lower-news-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.card-lower-news > div {
		align-items: center;
		gap: 20px;
		flex-flow: column;
	}
	.card-lower-news > div > figure {
		width: 100%;
		max-width: none;
		min-width: 0;
	}
	.card-lower-news > div > div {
		padding-top: 0;
		gap: 15px;
	}
}
/* ------ Single News ------ */
.sec-single-news {
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 0 5.2%;
}
.sec-single-news .sec-lower-inner {
	padding: 0;
	padding-bottom: 150px;
}
.single-news-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	max-width: 820px;
	margin: 0 auto;
	position: relative;
}
.single-news-title-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}
.single-news-title-box > h2 {
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}
.single-news-title-box > div {
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
	opacity: 0.5;
	font-family: Noto Sans JP, sans-serif;
}
.single-news-category {
	font-size: 12px;
}
.single-news-content-area img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.single-news-content-area p {
	line-height: 2;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: Noto Sans JP, sans-serif;
}

@media screen and (max-width: 999px) {
	.sec-single-news {
		padding: 0 7.8%;
	}
	.sec-single-news .sec-lower-inner {
		background: transparent;
		padding: 0;
		padding-bottom: 50px;
	}
	.single-news-contents {
		padding-top: 30px;
	}
	.single-news-title-box > h2 {
		font-size: 20px;
	}
	.single-news-title-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 30px;
	}
	.single-news-title-box > div {
		display: flex;
		flex-flow: row;
		gap: 20px;
		align-items: center;
		opacity: 0.5;
		font-family: Noto Sans JP, sans-serif;
	}
	.single-news-category {
		padding-left: 20px;
		border-left: 1px solid #444;
	}
	.single-news-content-area img {
		margin-bottom: 20px;
	}
}
