
/* ------------------------------
	News
------------------------------ */

.news {
	color: #fff;
}
.news__fv {
	background-image: url("../img/news/bg_news_fv_sp.jpg");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px 0 300px;
}
.news__fv-inner {
}
.news__fv-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 90%;
	transform: translateX(-50%);
	opacity: .4;
	pointer-events: none;
}
.news__fv-bg img {
}
.news__fv-title {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
.news__fv-title-ja {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}
.news__fv-title-en {
	width: 137px;
}
.news__list {
	padding: 80px 0;
	background-image:
		url(../img/common/bg_texture.png),
		linear-gradient(135.54deg, #495365 5.91%, #000000 50.25%, #000000 54.34%, #536D51 96.07%);
	background-blend-mode: multiply;
}
.news__list-title {
	position: relative;
	margin-bottom: 60px;
}
.news__list-title__bg {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 100px;
	opacity: .5;
	pointer-events: none;
}
.news__list-title__heading {
	display: flex;
	flex-direction: column;
}
.news__list-title-ja {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}
.news__list-title-en {
	width: 88px;
}
.category_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 60px;
}
.category_btn {
	position: relative;
	display: inline-block;
	padding: 6px 39px 6px 16px;
	border: 0.5px solid #FFFFFF;
	background: #fff;
	color: #2D362C;;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .08em;
}
.category_btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 7px;
	background-image: url("../img/news/icon_category_btn.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.category_btn.btn_01 {
	background: #B2D5AA;
}
.category_btn.btn_02 {
	background: #93BFCD;
}
.category_btn.btn_03 {
	background: #DEDAA9;
}
.category_btn:hover {
	opacity: .7;
}
.news-list {
}
.news-list__item {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: .5px solid #A3A3A3;
}
.news-list__link {
	display: flex;
	gap: 12px;
}
.news-list__thumb {
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.news-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list__body {
	width: calc(100% - 102px);
}
.news-list__date {
	margin-right: 16px;
	color: #A3A3A3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .04em;
}
.news-list__category {
	display: inline-block;
	padding: 2px 6px;
	background: #B2D5AA;
	color: #2D362C;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .08em;
}
.news-list__category--category-01 {
	background: #B2D5AA;
}
.news-list__category--category-02 {
	background: #93BFCD;
}
.news-list__category--category-03 {
	background: #DEDAA9;
}
.news-list__title {
	position: relative;
	margin-top: 6px;
	padding-right: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list__title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	background-image: url("../img/news/icon_news_item.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.page-numbers {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .12em;
}
.page-numbers.current {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.page-numbers.prev {
	position: relative;
	padding-left: 20px;
}
.page-numbers.next {
	position: relative;
	padding-right: 20px;
}
.page-numbers.prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.page-numbers.next::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-135deg);
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* ------------------------------
	News（PC）
------------------------------ */

@media (min-width: 1024px) {

	.news__fv {
		position: relative;
		background-image: url("../img/news/bg_news_fv.jpg");
		padding: 250px 0 190px;
	}
	.news__fv-inner {
	}
	.news__fv-bg {
		top: auto;
		bottom: 0;
		transform: translateX(-40%);
		width: auto;
		height: calc(100% - 80px);
	}
	.news__fv-bg img {
		width: auto;
		height: 100%;
	}
	.news__fv-title {
		display: flex;
		flex-direction: column;
	}
	.news__fv-title-ja {
		margin-bottom: 14px;
		font-size: 24px;
	}
	.news__fv-title-en {
		width: 246px;
	}
	.news__list-title {
		display: none;
	}
	.news__list {
		padding: 220px 0;
	}
	.category_btn_wrap {
		justify-content: center;
		gap: 32px;
		margin-bottom: 80px;
	}
	.category_btn {
		min-width: 180px;
		padding: 13px 44px 13px 20px;
		border: 1px solid #FFFFFF;
	}
	.category_btn::after {
		right: 20px;
		width: 14px;
		height: 14px;
	}
	.news-list {
	}
	.news-list__item {
		margin-bottom: 0;
		padding: 16px 32px;
		border-bottom: 1px solid #A3A3A3;
	}
	.news-list__link {
		align-items: center;
		gap: 24px;
	}
	.news-list__thumb {
		width: 100px;
		height: 100px;
	}
	.news-list__body {
		display: flex;
		align-items: center;
		gap: 32px;
		width: calc(100% - 124px);
	}
	.news-list__date {
		flex-shrink: 0;
		margin-right: 0;
		font-size: 16px;
	}
	.news-list__category {
		flex-shrink: 0;
		padding: 4px 16px;
		font-size: 14px;
	}
	.news-list__title {
		flex-grow: 1;
		margin-top: 0;
		padding-right: 32px;
		letter-spacing: .04em;
		-webkit-line-clamp: 1;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom right 32px;
		background-size: 0 1px;
		transition: .7s background-size ease;
	}
	.news-list__link:hover .news-list__title {
		background-position: bottom left;
		background-size: calc(100% - 32px) 1px;
		opacity: 1;
	}
	.news-list__title::after {
		right: 0;
		width: 14px;
		height: 14px;
	}
	.pagination {
		margin-top: 40px;
	}
}



/* ------------------------------
	Single
------------------------------ */
.single__content {
	padding: 80px 0;
	background-image:
		url(../img/common/bg_texture.png),
		linear-gradient(135.54deg, #495365 5.91%, #000000 50.25%, #000000 54.34%, #536D51 96.07%);
	background-blend-mode: multiply;
	color: #fff;
}
.single__category {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}
.single__category a {
	padding: 2px 5px;
	background: #B2D5AA;
	color: #2D362C;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}
.single__title {
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
}
.single__content p {
	margin-bottom: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
	text-align: justify;
}
.single__content img {
	margin-bottom: 32px;
}
.single__content-button {
	max-width: 300px;
}
.single__content-button-icon svg {
	transform: rotate(180deg);
}
@media (min-width: 1024px) {
	.single__content {
		padding: 220px 0;
		background-image:
			url(../img/common/bg_texture.png),
			linear-gradient(135.54deg, #495365 5.91%, #000000 50.25%, #000000 54.34%, #536D51 96.07%);
		background-blend-mode: multiply;
	}
	.single__category {
		gap: 24px;
		margin-bottom: 40px;
	}
	.single__category a {
		padding: 8px 22px;
		font-size: 16px;
	}
	.single__title {
		margin-bottom: 64px;
		font-size: 32px;
	}
	.single__content p {
		margin-bottom: 64px;
		font-size: 20px;
	}
	.single__content img {
		margin-bottom: 64px;
	}
	.single__content-button {
		margin: 0 auto;
	}
	.single__content-button::after {
	}
	.single__content-button-icon {
	}
	.single__content-button-icon svg {
	}
}
