@charset "utf-8";
#contents {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px;
}
#c_title {
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../images/mv_bg.svg") no-repeat center center;
	background-size: 100% auto;
}
#c_title h1 {
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
}
#c_wrap {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 50px 100px;
}
/*=============================
　　　　404(notfound)
===============================*/
#notfound {}
#notfound #return {
	overflow: hidden;
	padding: 100px 0 120px;
}
#notfound #return .inner {
	width: 1240px;
	margin: 0 auto;
}
#notfound #return .inner .text_area {
	padding: 0 0 48px;
	margin: 0 auto;
}
#notfound #return .inner .text_area .lead_text {
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 1.7px;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
/* button */
.button_a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 30px;
	border-radius: 99px;
	width: 290px;
	font-size: 16px;
	font-weight: bold;
	color: #999 !important;
	background: #FFF;
	border: 1px solid #999;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.button_a::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -25px;
	transform: translate(0, -50%);
	width: 50px;
	aspect-ratio: 10 / 1;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	a:hover.button_a {
		border: 1px solid #999;
		background: #999;
		color: #fff !important;
		opacity: 1;
	}
	a:hover.button_a::before {
		opacity: 1;
	}
}
/*=============================
　　　　news top
===============================*/
#encircle {}
#encircle .inner {
	width: 1170px;
	margin: 0 auto;
}
#encircle .wrap_news {
	width: 100%!important;
	gap: 30px;
	margin: 0px auto 50px;
}

#encircle .inner .menu_area {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
#encircle .inner .menu_area .left_box h3 {
	color: #565656;
	font-size: 28px;
	letter-spacing: 1.5px;
}
#encircle .inner .menu_area .right_box {
	display: flex;
	gap: 40px;
}
#encircle .inner .menu_area .right_box select {
	width: 260px;
	height: 50px;
	border: 1px solid #ccc;
	color: #888;
	font-size: 18px;
	padding: 0 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#encircle .inner .menu_area .right_box select option {
	color: #888;
	font-size: 18px;
}
#encircle .inner .list_area {
	width: 100%;
}
#encircle .inner .list_area .list {
	display: flex;
	flex-wrap: wrap;
	column-gap: calc((100% - (335px * 3)) / 2);
	grid-row-gap: 60px;
}
#encircle .inner .list_area .list .card a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 335px;
}
#encircle .inner .list_area .list .card a .image_wrap {
	width: auto;
	height: 238px;
	overflow: hidden;
	border-radius: 30px;
}
#encircle .inner .list_area .list .card a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}
#encircle .inner .list_area .list .card a:hover img {
	transform: scale(1.05);
}
#encircle .inner .list_area .list .card a > p {
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 7px 0 0;
}
#encircle .inner .list_area .list .card a > p .cat {
	padding: 4px 10px 4px;
	letter-spacing: 1px;
	border-radius: 6px;
}
#encircle .inner .list_area .list .card a > p .date {
	color: #565656;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 4px 10px;
}
#encircle .inner .list_area .list .card a .ntitle {
	color: #565656;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8;
}
/*=============================
　　　　news detail
===============================*/
#news_detail #encircle {}
#news_detail #encircle .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#news_detail #encircle .inner .title_area {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative
}
#news_detail #encircle .inner .title_area:before, #news_detail #encircle .inner .title_area:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}
#news_detail #encircle .inner .title_area:before {
	width: 100%;
	background: #ddd;
}
#news_detail #encircle .inner .title_area:after {
	width: 100px;
	background: #192350;
}
#news_detail #encircle .inner .title_area p {
	display: flex;
	align-items: center;
	gap: 20px;
}
#news_detail #encircle .inner .title_area p .date {
	color: #565656;
	font-size: 16px;
	letter-spacing: 1.5px;
}
#news_detail #encircle .inner .title_area p .cat {
	font-size: 16px;
	font-weight: 800;
	padding: 4px 6px 8px;
	border-radius: 2px;
	display: inline-block;
}
#news_detail #encircle .inner .title_area p .cat_news {
	background: #becaf5;
	color: #2e469a;
}
#news_detail #encircle .inner .title_area p .cat_column {
	background: #b9dcb4;
	color: #2c3a1d;
}
#news_detail #encircle .inner .title_area h3 {
	font-size: 28px;
	letter-spacing: 1.8px;
	line-height: 1.2;
}
#news_detail #encircle .inner .article_area {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin: 0 0 70px;
}
#news_detail #encircle .inner .article_area img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
#news_detail #encircle .inner .article_area p {
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 1.8px;
	text-align: justify;
	margin-bottom: 20px;
}
#news_detail #encircle blockquote {
	background-color: #FAFAFA;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
}
#news_detail #encircle ul,#news_detail #encircle ol {
	margin: 0px 0px 10px 30px;
}


#news_detail #encircle .button_a {
	font-size: 18px;
	margin: 0 auto;
	letter-spacing: 1.8px;
}
.button_a.article::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -25px;
	transform: translate(0, -50%);
	width: 50px;
	aspect-ratio: 10 / 1;
	background: url(../images/img_arrow_right.svg) no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.3s ease;
}
/*=============================
　　　　pagenavi
===============================*/
.screen-reader-text {
	display: none !important;
}
.wp-pagenavi .nav-links {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.wp-pagenavi .nav-links a, .wp-pagenavi .nav-links span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 1px solid #192350;
	padding: 15px 0;
	color: #888;
	letter-spacing: 0;
	transition: background .3s ease;
}
.wp-pagenavi .nav-links a.next.page-numbers, .wp-pagenavi .nav-links a.prev.page-numbers {
	border: none;
}
.wp-pagenavi .nav-links .current {
	color: #fff;
	background: #192350;
	border: 1px solid #192350;
}
.wp-pagenavi .nav-links a:hover {
	background: #d5d9f5;
}
.wp-pagenavi .nav-links a.prev, .wp-pagenavi .nav-links a.next {
	content: "";
	transition: background .3s ease;
}
.wp-pagenavi .nav-links a.prev {
	background: url("../images/news/ic_prev.svg") no-repeat center;
	background-size: 9px;
}
.wp-pagenavi .nav-links a.prev:hover {
	background: url("../images/news/ic_prev.svg") no-repeat center, #d5d9f5;
	background-size: 9px;
}
.wp-pagenavi .nav-links a.next {
	background: url("../images/news/ic_next.svg") no-repeat center;
	background-size: 9px;
}
.wp-pagenavi .nav-links a.next:hover {
	background: url("../images/news/ic_next.svg") no-repeat center, #d5d9f5;
	background-size: 9px;
}