/* ---------------------------------------
    news
-----------------------------------------*/
/* page_ttl
--------------------------------*/
.page_ttl {
	padding: 14rem 0 6rem;
}

@media screen and (max-width: 767px) {
	.page_ttl {
		padding: 2rem 0 1rem;
	}
}
/* sec_news
--------------------------------*/
#sec_news .news_list .item {
	border-bottom: 1px solid #000;
}
#sec_news .news_list .item + .item {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_list .item + .item {
		margin-top: 0;
	}
}
#sec_news .news_list .item a {
	display: block;
	position: relative;
	padding: 0.5rem 8rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_news .news_list .item a {
		padding: 1.2rem 0;
	}
}
@media screen and (min-width: 768px) {
	#sec_news .news_list .item a::after {
		content: "";
		width: 8.6rem;
		height: 2.5rem;
		background: url(../img/common/arw_right.svg) no-repeat center/contain;
		position: absolute;
		right: 0;
		bottom: 3.2rem;
	}
}
#sec_news .news_list .item .date {
	font-size: 1.8rem;
	line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
	#sec_news .news_list .item .date {
		font-size: 1.4rem;
	}
}
#sec_news .news_list .item .ttl {
	flex: 1;
	font-size: 1.8rem;
	line-height: 1.6428571429;
	letter-spacing: -0.025em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_list .item .ttl {
		font-size: 1.4rem;
		-webkit-line-clamp: 3;
		margin-top: 0.6rem;
	}
}
#sec_news .pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 3rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_news .pager {
		gap: 1rem 2rem;
		margin-top: 3.5rem;
	}
}
#sec_news .pager li {
	font-weight: 600;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.8rem;
	line-height: 1;
}
#sec_news .pager li a, #sec_news .pager li span {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 2.5rem;
	height: 3rem;
}
#sec_news .pager li .current::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #0055D2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#sec_news .news_post .post_head .ttl {
	font-size: 5.4rem;
	line-height: 1.2777777778;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_head .ttl {
		font-size: 2.2rem;
		line-height: 1.2272727273;
	}
}
#sec_news .news_post .post_head .ttl_sub {
	font-size: 3rem;
	line-height: 1.375;
	letter-spacing: -0.05em;
	margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_head .ttl_sub {
		font-size: 1.6rem;
		line-height: 1.375;
		margin-top: 2rem;
	}
}
#sec_news .news_post .post_body {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body {
		margin-top: 2rem;
	}
}
#sec_news .news_post .post_body > * + * {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body > * + * {
		margin-top: 3.5rem;
	}
}
#sec_news .news_post .post_body > *:first-child {
	margin-top: 0;
}
#sec_news .news_post .post_body > *:last-child {
	margin-bottom: 0;
}
#sec_news .news_post .post_body > p {
	font-size: 2rem;
	line-height: 1.95;
	margin: 4.5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body > p {
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin: 1.5rem 0;
	}
}
#sec_news .news_post .post_body h2, #sec_news .news_post .post_body h3, #sec_news .news_post .post_body h4, #sec_news .news_post .post_body h5 {
	font-size: 3rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body h2, #sec_news .news_post .post_body h3, #sec_news .news_post .post_body h4, #sec_news .news_post .post_body h5 {
		font-size: 2rem;
	}
}
#sec_news .news_post .post_body h2 + p, #sec_news .news_post .post_body h3 + p, #sec_news .news_post .post_body h4 + p, #sec_news .news_post .post_body h5 + p {
	margin-top: 1em;
}
#sec_news .news_post .post_body a {
	color: #0055D2;
	font-size: 2rem;
	line-height: 1.95;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body a {
		font-size: 1.4rem;
		line-height: 1.6428571429;
	}
}
#sec_news .news_post .post_body figcaption {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body figcaption {
		font-size: 1.2rem;
	}
}
#sec_news .news_post .post_body .imgcol, #sec_news .news_post .post_body .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10.5rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body .imgcol, #sec_news .news_post .post_body .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 2rem 0;
	}
}
#sec_news .news_post .post_body ul li, #sec_news .news_post .post_body ol li {
	font-size: 2rem;
	line-height: 1.95;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body ul li, #sec_news .news_post .post_body ol li {
		font-size: 1.4rem;
		line-height: 1.6428571429;
	}
}
#sec_news .news_post .post_body ul li {
	position: relative;
	padding-left: 1em;
}
#sec_news .news_post .post_body ul li::before {
	content: "";
	width: 0.3em;
	height: 0.3em;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.8rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body ul li::before {
		top: 1rem;
	}
}
#sec_news .news_post .post_body ol {
	counter-reset: item;
	list-style-type: none;
}
#sec_news .news_post .post_body ol li {
	position: relative;
	padding-left: 1em;
}
#sec_news .news_post .post_body ol li::before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}
#sec_news .news_post .post_body blockquote {
	font-size: 2rem;
	line-height: 1.95;
	padding: 3rem;
	background: #ffffff;
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body blockquote {
		font-size: 1.4rem;
		line-height: 1.6428571429;
		padding: 1rem;
	}
}
#sec_news .news_post .post_body iframe {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/9;
}
#sec_news .news_post .post_body .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#sec_news .news_post .post_body .alignleft {
	float: left;
	margin-right: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body .alignleft {
		display: block;
		float: none;
		margin-right: 0;
	}
}
#sec_news .news_post .post_body .alignright {
	float: right;
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .post_body .alignright {
		display: block;
		float: none;
		margin-left: 0;
	}
}
#sec_news .news_post .btn._back {
	margin-top: 11rem;
}
@media screen and (max-width: 767px) {
	#sec_news .news_post .btn._back {
		margin-top: 3rem;
	}
}