@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
/* 一覧ページ
------------------------------------------------------------------------- */
/* ページナビゲーション */
.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10.6666666667vw;
	gap: 4.2666666667vw;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 10.6666666667vw;
	height: 10.6666666667vw;
	border: 1px solid #005B98;
	color: #005B98;
	font-weight: bold;
	font-size: 4.8vw;
	font-family: "Zen Old Mincho", serif;
}

.wp-pagenavi span {
	background: #005B98;
	color: #fff;
}

.wp-pagenavi span.extend {
	background: none;
	color: #005B98;
	border: none;
	width: 1px;
}

/* シングルページ
------------------------------------------------------------------------- */
.news_single_time {
	color: #007F89;
	font-family: "Fira Sans", sans-serif;
}

.ttl_news_single {
	font-size: 6.4vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 6.4vw;
	border-bottom: 1px solid #C6CACD;
	margin-bottom: 12.8vw;
}

.eyecatch {
	width: 70.4vw;
	margin: 0 auto 8.5333333333vw;
}

.single_contents p,
.single_contents ul,
.single_contents ol {
	margin-bottom: 1.5em;
}
.single_contents p:last-child,
.single_contents ul:last-child,
.single_contents ol:last-child {
	margin-bottom: 0;
}
.single_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.single_contents ul {
	list-style-type: disc;
}
.single_contents ol {
	list-style-type: decimal;
}
.single_contents li {
	list-style-position: inside;
}
.single_contents h2,
.single_contents h3,
.single_contents h4,
.single_contents h5,
.single_contents h6 {
	font-weight: bold;
	color: #007F89;
	margin-bottom: 6.4vw;
}
.single_contents h2 {
	font-size: 4.8vw;
	letter-spacing: 0.1em;
	padding-left: 3.2vw;
	position: relative;
}
.single_contents h2::before {
	content: "";
	display: block;
	width: 1.0666666667vw;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0DEC2), to(#007F89));
	background: linear-gradient(to bottom, #A0DEC2 0%, #007F89 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.single_contents table,
.single_contents th,
.single_contents td {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.single_contents th,
.single_contents td {
	padding: 2.6666666667vw;
}

.wp-caption {
	max-width: 100%;
}

/* 次のお知らせ */
.wrap_post_link {
	margin-top: 17.0666666667vw;
	position: relative;
}

.prev_link {
	position: absolute;
	top: 0;
	left: 0;
}

.next_link {
	position: absolute;
	top: 0;
	right: 0;
}

.prev_link a::before,
.next_link a::before {
	content: "";
	display: block;
	width: 6.4vw;
	height: 6.4vw;
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
}

.next_link a::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn_news {
	text-align: center;
}
.btn_news a {
	text-decoration: underline;
}

@media (min-width: 769px) {
	/* 一覧ページ
	------------------------------------------------------------------------- */
	/* ページナビゲーション */
	.wp-pagenavi {
		margin-top: 48px;
		gap: 16px;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		width: 40px;
		height: 40px;
		font-size: clamp(1.125rem, 0.214rem + 1.07vw, 1.5rem);
	}
	.wp-pagenavi a:hover {
		background: #005B98;
		color: #fff;
	}
	/* シングルページ
	------------------------------------------------------------------------- */
	.news_single_time {
		font-size: clamp(1.25rem, -0.268rem + 1.79vw, 1.875rem);
	}
	.ttl_news_single {
		font-size: clamp(2rem, -0.429rem + 2.86vw, 3rem);
		padding-bottom: 48px;
		margin-bottom: 48px;
	}
	.eyecatch {
		width: 544px;
		margin: 0 auto 48px;
	}
	.single_contents h2,
	.single_contents h3,
	.single_contents h4,
	.single_contents h5,
	.single_contents h6 {
		margin-bottom: 32px;
	}
	.single_contents h2 {
		font-size: clamp(1.5rem, -0.321rem + 2.14vw, 2.25rem);
		padding-left: 12px;
	}
	.single_contents h2::before {
		width: 4px;
	}
	.single_contents th,
	.single_contents td {
		padding: 10px;
	}
	.wp-caption {
		max-width: 100%;
	}
	/* 次のお知らせ */
	.wrap_post_link {
		margin-top: 80px;
	}
	.post_link a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
	}
	.post_link a:hover {
		color: #005B98;
	}
	.post_link .next_link a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.prev_link a::before,
	.next_link a::before {
		width: 24px;
		height: 24px;
	}
	.btn_news a:hover {
		color: #005B98;
	}
}
@media (min-width: 1361px) {
	/* 一覧ページ
	------------------------------------------------------------------------- */
	/* ページナビゲーション */
	.wp-pagenavi {
		margin-top: 72px;
		gap: min(1.25vw, 24px);
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		width: min(3.125vw, 60px);
		height: min(3.125vw, 60px);
	}
	/* シングルページ
	------------------------------------------------------------------------- */
	.ttl_news_single {
		padding-bottom: 72px;
		margin-bottom: 72px;
	}
	.eyecatch {
		width: 816px;
		margin: 0 auto 72px;
	}
	.single_contents h2,
	.single_contents h3,
	.single_contents h4,
	.single_contents h5,
	.single_contents h6 {
		margin-bottom: 48px;
	}
	.single_contents h2 {
		padding-left: 18px;
	}
	.single_contents h2::before {
		width: 6px;
	}
	.single_contents th,
	.single_contents td {
		padding: 15px;
	}
	/* 次のお知らせ */
	.wrap_post_link {
		margin-top: 120px;
	}
	.post_link a {
		gap: 12px;
	}
	.prev_link a::before,
	.next_link a::before {
		width: 36px;
		height: 36px;
	}
}