@charset "utf-8";
/*------------------------------------------------------------
	information
------------------------------------------------------------*/
#main .information {
	margin-bottom: 12rem;
}
#main .newsList {
	margin-bottom: 12rem;
}
#main .newsList li + li {
	margin-top: 2.8rem;
}
#main .newsList a,
#main .infoBox {
	padding: 0 0.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 2px solid #00A196;
}
#main .information time {
	width: 12rem;
	color: #00A196;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.055em;
}
#main .newsTitle {
	padding: 2rem 0;
	width: 100%;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.093em;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main .newsTag {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .newsTag p {
	padding: 0.35rem 1.45rem;
	width: fit-content;
	font-weight: 500;
	line-height: 1.54;
	letter-spacing: 0.04em;
	border-radius: 0.4rem;
	background:#E4FAF3;
}
#main .pageNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
#main .pageNavi a,
#main .pageNavi span {
	min-width: 4rem;
	height: 4rem;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #333;
	letter-spacing: 0;
	font-weight: 500;
}
#main .pageNavi .extend {
	border: none;
}
#main .pageNavi .current {
	color: #fff;
	background-color: #00A196;
	border-color: #00A196;
}
#sideBar .title {
	margin-bottom: 1rem;
	padding: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	background: #E4FAF3;
	letter-spacing: 0;
}
#sideBar .linkUl {
	margin-bottom: 6rem;
}
#sideBar .linkUl:last-child {
	margin-bottom: 0;
}
#sideBar .linkUl li {
	margin-bottom: 1rem;
}
#sideBar .linkUl li:last-child {
	margin-bottom: 0;
}
#sideBar .linkUl a {
	padding: 0 0.6rem 0.5rem 0;
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0;
	font-weight: 500;
	justify-content: space-between;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#sideBar .linkUl .comArrow {
	margin-top: 0.7rem;
	width: 3rem;
	height: 3rem;
}
#sideBar .linkUl .comArrow .ico {
	width: 1.8rem;
}
#sideBar .linkUl .comArrow::after {
	width: 2.4rem;
	height: 2.4rem;
}
#main .infoBox {
	margin-bottom: 6.4rem;
}
#main .detailBox {
	margin-bottom: 11.5rem;
}
#main .detailBox h2 {
	margin-bottom: 6.5rem;
	padding-left: 2.2rem;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.107em;
	position: relative;
}
#main .detailBox h2::before {
	width: 0.6rem;
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	bottom: 0rem;
	background-color: #00A196;
}
#main .detailBox h3 {
	margin-bottom: 5rem;
	padding-bottom: 1rem;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.125em;
	border-bottom: 2px solid #00A196;
}
#main .detailBox h4 {
	margin-bottom: 2.2rem;
	padding: 1rem 2.4rem;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #00A196;
	background: #E4FAF3;
}
#main .detailBox h5 {
	margin-bottom: 3rem;
	padding: 0 2.4rem;
	color: #00A196;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.055em;
}
#main .detailBox p {
	margin-bottom: 4.6rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0;
	word-break: break-all;
}
#main .detailBox p:has(a) {
	margin-bottom: 7.5rem;
}
#main .detailBox p a {
	margin: 0 1.3rem;
	padding-bottom: 0.6rem;
	width: fit-content;
	color: #00A196;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 2px solid #00A196;
}
#main .detailBox img {
	width: 100%;
}
#main .pageList {
	margin: 0 auto;
	max-width: 96.5rem;
	position: relative;
}
#main .pageList a {
	width: fit-content;
}
#main .pageList .link {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#main .pageList .link a {
	padding: 0.2rem 0 0.2rem 4rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	letter-spacing: 0;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .pageList .link a::before {
	width: 1rem;
	height: 1rem;
	content: "";
	position: absolute;
	left: 1.2rem;
	top: 50%;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: translateY(-40%) rotate(-45deg);
}
#main .pageList .next {
	left: auto;
	right: 0;
}
#main .pageList .next a {
	padding-left: 0;
	padding-right: 3rem;
}
#main .pageList .next a::before {
	transform: translateY(-40%) rotate(135deg);
	left: auto;
	right: 0.2rem;
}
#main .pageList .comBtn02 {
	margin: 0 auto;
	width: fit-content;
}
#main .pageList .comBtn02 a {
	font-size: 1.8rem;
	letter-spacing: 0.055em;
	font-weight: 500;
	gap: 2.5rem;
}
@media all and (min-width: 897px) {
	#main .comVisual {
		margin-bottom: 10rem;
	}
	#main .newsWrap {
		margin: 0 auto;
		width: 128rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#main .pageNavi {
		width: 100%;
	}
	#main .pageNavi a:hover {
		color: #fff;
		background-color: #00A196;
		border-color: #00A196;
	}
	#conts {
		width: 79.7rem;
	}
	#sideBar {
		width: 32rem;
		line-height: 1.5;
	}
	#sideBar .linkUl02 a {
		padding: 0.2rem 1rem 0.3rem 0.5rem;
		letter-spacing: 0.055em;
	}
	#sideBar .linkUl02 .comArrow {
		margin-top: 0;
	}
	#main .detailBox p a:hover {
		opacity: 0.6;
	}
	#main .pageList {
		width: 100%;
	}
	#main .pageList a:hover {
		color: #00A196;
	}
	#main .newsList a .newsTitle {
		transition: color 0.3s;
	}
	#main .newsList a:hover .newsTitle {
		color: #00A196;
	}
}
@media all and (max-width: 896px) {
	#main .newsWrap {
		margin: 0 3rem;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#main .information {
		margin-bottom: 8rem;
	}
	#main .pageNavi,
	#main .pageList {
		order: 1;
	}
	#main .newsList {
		margin-bottom: 4rem;
	}
	#main .newsList li + li {
		margin-top: 2rem;
	}
	#main .newsList a,
	#main .detailBox .infoBox {
		border-bottom: 1px solid #00A196;
	}
	#main .information time {
		width: 10rem;
	}
	#main .newsTitle {
		padding: 1rem 0;
		font-size: 2.2rem;
	}
	#main .pageNavi {
		gap: 0.5rem;
		width: 100%;
	}
	#main .pageNavi a,
	#main .pageNavi span {
		min-width: 2.7rem;
		height: 2.7rem;
	}
	#conts {
		order: 0;
		width: 100%;
	}
	#sideBar {
		margin-top: 4rem;
		width: 100%;
		order: 2;
	}
	#sideBar .title {
		margin-bottom: 0.5rem;
		padding: 0.5rem;
		font-size: 1.6rem;
	}
	#sideBar .linkUl {
		margin-bottom: 3rem;
	}
	#sideBar .linkUl li {
		margin-bottom: 0.5rem;
	}
	#sideBar .linkUl a {
		font-size: 1.6rem;
	}
	#sideBar .linkUl .comArrow {
		margin-top: 0;
	}
	#main .infoBox {
		margin-bottom: 4rem;
	}
	#main .detailBox {
		margin-bottom: 4rem;
		font-feature-settings: "palt";
	}
	#main .detailBox h2 {
		margin-bottom: 3rem;
		padding-left: 1rem;
		font-size: 2rem;
	}
	#main .detailBox h2::before {
		width: 0.3rem;
	}
	#main .detailBox h3 {
		margin-bottom: 2.5rem;
		padding-bottom: 0.5rem;
		font-size: 1.8rem;
		border-bottom: 1px solid #00A196;
	}
	#main .detailBox h4 {
		margin-bottom: 2rem;
		padding: 0.5rem 1rem;
		font-size: 1.6rem;
	}
	#main .detailBox h5 {
		margin-bottom: 1.5rem;
		padding: 0 1rem;
		font-size: 1.4rem;
	}
	#main .detailBox p {
		margin-bottom: 1.5rem;
	}
	#main .detailBox p:has(a) {
		margin-bottom: 2rem;
	}
	#main .detailBox p a {
		margin: 0 0.5rem;
		padding-bottom: 0.2rem;
		font-size: 1.6rem;
		border-bottom: 1px solid #00A196;
	}
	#main .pageList {
		margin: 0;
		width: 100%;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2rem 1rem;
	}
	#main .pageList .link {
		position: inherit;
		left: auto;
		top:auto;
		transform: translateY(0);
	}
	#main .pageList .link a::before {
		border-width: 1px;
	}
	#main .pageList .link a {
		padding: 0.2rem 0 0.2rem 3rem;
		font-size: 1.6rem;
	}
	#main .pageList .prev {
		order: 1;
	}
	#main .pageList .next {
		left: auto;
		right: auto;
		order: 2;
	}
	#main .pageList .next a {
		padding-right: 2rem;
		color: #333;
	}
	#main .pageList .next a::before {
		left: auto;
		right: 0;
	}
	#main .pageList .comBtn02 {
		order: 3;
		width: 100%;
	}
	#main .pageList .comBtn02 a {
		margin: 0 auto;
		width: fit-content;
	}
}