@charset "utf-8";
/* ============================================================ */
/*  news */
/* ============================================================ */

.news .c-contents-ttl__slide .__txt {
	background-image: url(../../img/news/bg_ttl.svg);
}

/* c-news
------------------------------------------------------------ */
.c-news {
	
}
.c-news__inner {
	display: grid;
	grid-template-areas:
	"list category"
	"pager category"
	;
	grid-template-columns: 68.33% auto;
	gap: 80px 8.33%;
}

.c-news__list {
	grid-area: list;
	border-top: solid 1px var(--gray3);
}

.c-news__item {
	border-bottom: solid 1px var(--gray3);
}

.c-news__link {
	padding-inline: 3.66% 0;
}

.c-news__link .e-news-icon {
	margin-left: auto;
}

.c-news__title {
	font-size: 2rem;
}

/* カテゴリー */
.c-news-category {
	grid-area: category;
	margin-top: -15px;
}
.c-news-category .__ttl {
	color: var(--orange);
	font-size: 3rem;
	font-weight: 600;
}

/* pagination */
.c-news-pagination {
	grid-area: pager;
}
/* c-news-post
------------------------------------------------------------ */
.c-news-post {
	
}
.c-news-post__wrap {
	display: flex;
	column-gap: 20px;
	align-items: center;
	padding-bottom: 35px;
	border-bottom: solid 1px var(--gray3);
	margin-bottom: 60px;
}
.c-news-post__date {
	font-weight: 600;
}

.c-news-post__content {
	margin-bottom: 115px;
}
.c-news-post__content > *:first-child {
	margin-top: 0 !important;
}
.c-news-post__content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 50px;
}
.c-news-post__content h3 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-top: 50px;
}
.c-news-post__content p {
	font-size: 1.6rem;
	margin-top: 10px;	
}

.c-news-post__content .wp-block-image {
	max-width: 870px;
	margin: 70px auto 0;
}

.c-news-post__back {
	margin: 0 auto;
	padding: 60px 30px;
	border-radius: 20px;
	display: grid;
	place-content: center;
	background-color: var(--bg);
}

/* c-news
------------------------------------------------------------ */
