@charset "utf-8";

.news_inner {
	padding: 39px 0 80px;
}
.news_post_cat_wrap {
	margin: 0 0 30px;
  overflow-x: scroll;
}
.post_list_inner {
	padding: 44px 0 50px;
	border-top: 1px solid #CACED2;
	border-bottom: 1px solid #CACED2;
}
.post_list {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.post_thumb {
	border: 5px solid #F0F0EB;
	object-fit: cover;
	aspect-ratio: 300/201;
}
.post_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_date_group {
	margin: 15px 0 0;
}
.post_ttl {
	margin: 10px 0 0;
}
.page_nav_wrap {
	margin: 30px 0 0;
}
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 7.5px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #E6E6DB;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 500;
}
.wp-pagenavi span.current {
	font-weight: 500;
	background: #000;
	color: #FFF;
}
.wp-pagenavi a.nextpostslink {
	margin: 0 0 0 9px;
	background: #E6E6DB url(../images/news/next.svg) center / 10px 17px no-repeat;
}
.wp-pagenavi a.previouspostslink {
	margin: 0 9px 0 0;
	background: #E6E6DB url(../images/news/prev.svg) center / 10px 17px no-repeat;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}
.page_link_contents {
	display: flex;
	justify-content: space-between;
}
.post_prev span {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 0 10px;
}
.post_next span  {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.post_link_btn {
	border-bottom: 1px solid #222;
	padding: 0 0 4px;
}
@media only screen and (min-width: 576px) {
	.post_list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px 20px;
	}
	.post_item {
		width: calc((100% - 20px)/2);
	}
}
@media only screen and (min-width: 768px) {
	.post_list {
		gap: 40px 30px;
	}
	.post_item {
		width: calc((100% - 60px)/3);
	}
	.post_thumb {
		aspect-ratio: 380 / 255;
	}
}
@media only screen and (min-width: 1280px) {
	.news_inner {
		padding: 70px 0 160px;
	}
	.news_post_cat_wrap {
		margin: 0 0 40px;
	}
	.post_list_inner {
		padding: 80px 0 100px;
	}
	.post_list {
		gap: 80px 48px;
	}
	.post_item {
		width: calc((100% - 96px)/3);
	}
	.post_date_group {
		margin: 20px 0 0;
	}
	.post_ttl {
		margin: 20px 0 0;
	}
	.page_nav_wrap {
		margin: 40px 0 0;
	}
}

/* 詳細ページ */
.news_single_inner {
	padding: 59px 0 80px;
}
.news_single_contents {
	width: 100%;
	padding: 0 36px;
}
.news_single_head .post_date_group {
	gap: 0 15px;
	margin: 0;
}
.news_single_head .post_date {
	font-size: 14px;
}
.news_single_head .post_cat {
	font-size: 15px;
	padding: 1px 20px 1.5px;
}
.news_single_ttl {
	font-size: 27px;
	font-weight: 500;
	margin: 20px 0 18px;
}
.news_detail_contents {
	padding: 40px 0 50px;
	border-top: 1px solid #CACED2;
	border-bottom: 1px solid #CACED2;
}
.news_detail_contents p + p {
	margin: 10px 0 0;
}
.news_detail_contents >* {
	margin: 30px 0 0;
}
.news_detail_contents >*:first-child {
	margin: 0;
}
.page_link_wrap {
	margin: 50px 0 0;
}
.news_single_archive {
	padding: 40px 37px;
  background: url(../images/common/bg_ttl_stripe.webp);
	margin: 80px 0 0;
}
.archive_ttl {
	font-size: 15px;
	font-weight: bold;
}
.archive_list_wrap {
	margin: 19px 0 0;
}
.archive_item {
	border-bottom: 1px solid #ACACA5;
	padding: 15px 0;
	font-weight: 500;
}
.archive_item:first-child {
	padding: 0 0 15px;
}
.wp-block-image.aligncenter {
	margin: auto;
}
@media only screen and (min-width: 768px) {
	.news_single_wrap {
		display: flex;
		justify-content: space-between;
		padding: 0 36px;
	}
	.news_single_contents {
		width: 65.4%;
		padding: 0;
	}
	.news_single_head .post_date {
		font-size: clamp(14px, 1.56vw, 20px);
	}
	.news_single_head .post_cat {
		font-size: clamp(15px, 1.64vw, 21px);
	}
	.news_single_ttl {
		font-size: clamp(27px, 2.81vw, 36px);
	}
	.archive_ttl {
		font-size: clamp(15px, 1.56vw, 20px);
	}
	.news_single_archive {
		margin: 0;
		padding: 0;
		background: none;
		width: 24.3%;
	}
}
@media only screen and (min-width: 1280px) {
  .news_single_wrap {
    width: 1236px;
    margin: auto;
    padding: 0;
  }
	.news_single_inner {
		padding: 71px 0 158px;
	}
	.news_single_head .post_date_group {
		gap: 0 30px;
	}
	.news_single_head .post_date {
		font-size: 20px;
	}
	.news_single_head .post_cat {
		font-size: 21px;
		padding: 1px 31px 1.5px;
	}
	.news_single_ttl {
		font-size: 36px;
		margin: 20px 0 28px;
	}
	.news_detail_contents {
		padding: 60px 0 70px;
	}
	.news_detail_contents p + p {
		margin: 20px 0 0;
	}
	.news_detail_contents >* {
		margin: 56px 0 0;
	}
	.page_link_wrap {
		margin: 70px 0 0;
	}
	.archive_ttl {
		font-size: 20px;
	}
	.archive_list_wrap {
		margin: 31px 0 0;
	}
}
/* アイコン */
.icon_ttl {
	display: flex;
	gap: 0 15px;
}
.icon_ttl::before {
	display: block;
	content: '';
}
.icon_ttl_car::before {
	width: 63.5px;
	aspect-ratio: 145 / 47;
	background: url('../images/news/icon_ttl_car.png') center/100% auto no-repeat;
}
.icon_ttl_brain::before {
	width: 30px;
	aspect-ratio: 85 / 76;
	background: url('../images/news/icon_ttl_brain.png') center/100% auto no-repeat;
}
.icon_ttl_hat::before {
	width: 34px;
	aspect-ratio: 99 / 67;
	background: url('../images/news/icon_ttl_hat.png') center/100% auto no-repeat;
}
.icon_ttl_present::before {
	width: 24px;
	aspect-ratio: 84 / 83;
	background: url('../images/news/icon_ttl_present.png') center/100% auto no-repeat;
}
.icon_ttl_calendar::before {
	width: 18px;
	aspect-ratio: 79 / 77;
	background: url('../images/news/icon_ttl_calendar.png') center/100% auto no-repeat;
}
.icon_ttl_clock::before {
	width: 19px;
	aspect-ratio: 80 / 80;
	background: url('../images/news/icon_ttl_clock.png') center/100% auto no-repeat;
}
.icon_ttl_pin::before {
	width: 13px;
	aspect-ratio: 48 / 79;
	background: url('../images/news/icon_ttl_pin.png') center/100% auto no-repeat;
}