@charset "UTF-8";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/news/head_ttl_img.jpg) no-repeat center center;
	background-size: cover;
}


@media screen and (max-width: 768px) {
	.head_ttl_box{
		background: url(../img/news/head_ttl_img_sp.jpg) no-repeat center top;
		background-size: cover;
	}
}



/* ------------------------------
	.news
------------------------------ */
.news{
	position: relative;
	padding: 100px 0;
}

.news_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news_box{
	width: 23.5%;
}
.news_box:not(:nth-child(4n + 1)){
	margin-left: 2%;
}
.news_box:nth-child(n + 5){
	margin-top: 60px;
}

.news_box a{
	display: block;
}

.news_box .img{
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 180px;
	margin-right: 17px;
}
.news_box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ie .news_box .img{
	overflow: hidden;
}
.ie .news_box .img img{
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
}

.news_box .date{
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 1.4rem;
}

.news_box .txt_box{
	width: 100%;
	margin-top: 20px;
}

.news_box .ttl{
	line-height: 1.6;
	word-break: break-all;
	font-size: 2.1rem;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.news_box a:hover .ttl{
		text-decoration: underline;
	}
}

.news_box .txt{
	margin-top: 10px;
	line-height: 1.6;
	word-break: break-all;
}

.news .cate_box{
	display: flex;
	flex-wrap: wrap;
}

.news_box .cate,
.news .cate a{
	display: block;
	padding: 2px 10px;
	margin-top: 5px;
	margin-right: 10px;
	line-height: 1.6;
	font-size: 1.4rem;
	background: #f5f5f5;
}
.news_box .cate::before,
.news .cate a::before{
	margin-right: 3px;
	content: "#";
}

.news_box .cate_box{
	margin-top: 10px;
}

.cate_wrap{
	display: flex;
	margin-bottom: 60px;
}

.cate_wrap .txt{
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: 2px;
}

.news .pager{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

.news .pager li + li{
	margin-left: 15px;
}

.news .pager li.current,
.news .pager li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
}
.news .pager li.current,
.news .pager li.current a{
	color: #fff;
	background: #253a62;
}

.news .pager li.prev a,
.news .pager li.next a{
	border: 1px solid #253a62;
}

.news .pager li.prev a::before,
.news .pager li.prev a::after,
.news .pager li.next a::before,
.news .pager li.next a::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.news .pager li.prev a::before,
.news .pager li.prev a::after{
	border-left: 1px solid #253a62;
	border-bottom: 1px solid #253a62;
}
.news .pager li.prev a::before{
	left: -2px;
}
.news .pager li.prev a::after{
	left: 7px;
}

.news .pager li.next a::before,
.news .pager li.next a::after{
	border-top: 1px solid #253a62;
	border-right: 1px solid #253a62;
}
.news .pager li.next a::before{
	right: -2px;
}
.news .pager li.next a::after{
	right: 7px;
}


@media screen and (max-width: 768px){
	.news{
		padding: 50px 0;
	}

	.news_list{
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: 30px;
	}

	.news_box{
		width: 100%;
	}

	.news_box + .news_box,
	.news_box:nth-child(even){
		margin-left: 0;
		margin-top: 30px;
	}

	.news_box a{
		align-items: center;
	}

	.news_box .img{
		height: 58vw;
	}

	.news_box .date{
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	.news_box .ttl{
		font-size: 1.8rem;
	}

	.cate_wrap{
		flex-direction: column;
		margin-bottom: 40px;
	}

	.cate_wrap .txt{
		margin: 0;
	}

	.news_box .cate,
	.news .cate a{
		font-size: 1.2rem;
	}

	.news .pager{
		margin-top: 40px;
	}

	.news .pager li + li{
		margin-left: 10px;
	}

	.news .pager li.current,
	.news .pager li a{
		width: 30px;
		height: 30px;
		font-size: 1.5rem;
	}

	.news .pager li.prev a::before,
	.news .pager li.prev a::after,
	.news .pager li.next a::before,
	.news .pager li.next a::after{
		width: 6px;
		height: 6px;
	}
}



/* ------------------------------
	.news_wrap
------------------------------ */
.news_wrap{
	display: flex;
	justify-content: space-between;
}

.news_details{
	width: 100%;
	max-width: 860px;
}

.category_box{
	width: 215px;
}

.category_box .txt{
	width: 100%;
	padding: 5px 20px;
	margin-bottom: 25px;
	background: #f5f5f5;
	font-size: 2.1rem;
	font-weight: bold;
	word-break: break-all;
}

.category_box .category_list{
	padding: 0 20px;
}

.category_box .category_list li,
.category_box .category_list li a{
	line-height: 1.6;
	word-break: break-all;
	font-size: 2.1rem;
}
.category_box .category_list li a::before{
	content: "-";
	margin-right: 0.2em;
}

.category_box .category_list li + li{
	margin-top: 15px;
}

.back_btn{
	display: flex;
	justify-content: center;
	margin-top: 90px;
}
.back_btn a{
	position: relative;
	padding-top: 55px;
	text-align: center;
	line-height: 1.3;
}
.back_btn a::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "…";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid #253a62;
}
.back_btn.sp{
	display: none;
}


@media screen and (max-width: 768px){
	.news_wrap{
		display: block;
	}

	.category_box{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: auto;
		margin-top: 45px;
	}

	.category_box .txt{
		width: auto;
		min-width: 50%;
		padding: 5px 15px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}

	.category_box .category_list{
		padding: 0 15px;
	}

	.category_box .category_list li,
	.category_box .category_list li a{
		font-size: 1.5rem;
	}

	.category_box .category_list li + li{
		margin-top: 12px;
	}

	.back_btn.sp{
		display: flex;
	}
	.back_btn{
		margin-top: 40px;
	}
	.back_btn a{
		padding-top: 38px;
	}
	.back_btn a::before{
		width: 30px;
		height: 30px;
	}
}



/* ------------------------------
	.news_head
------------------------------ */
.news_head{
	margin-bottom: 55px;
}

.news_head .main_img{
	position: relative;
	margin-bottom: 60px;
}
.news_head .main_img,
.news_head .main_img img{
	width: 100%;
}

.news_head .main_img.inview::before{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 1;
	transition: opacity 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_head .main_img.inviewed-active::before{
	opacity: 0;
}

.news_head .date_box{
	display: flex;
}

.news_head .date{
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 3px;
	line-height: 1.8;
}

.news_head .cate_box{
	display: flex;
	flex-wrap: wrap;
}

.news_head .news_ttl{
	margin-top: 25px;
	word-break: break-all;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.news_head{
		margin-bottom: 25px;
	}

	.news_head .main_img{
		margin-bottom: 10px;
	}

	.news_head .news_ttl{
		margin-top: 15px;
		font-size: 1.8rem;
	}
}



/* ------------------------------
	.news_txt_box
------------------------------ */
.news_txt_box > *:first-child,
.news_txt_box > *:first-child *:first-child{
	margin-top: 0 !important;
}
.news_txt_box > *:last-child,
.news_txt_box > *:last-child *:last-child{
	margin-bottom: 0 !important;
}

.news_txt_box{
	overflow: hidden;
}

.news_txt_box *{
	line-height: 2;
	word-break: break-all;
	color: #253a62;
}

.news_txt_box h1,
.news_txt_box h2,
.news_txt_box h3,
.news_txt_box h4,
.news_txt_box h5,
.news_txt_box h6{
	line-height: 1.6;
	font-weight: bold;
}

.news_txt_box h1{
	font-size: 2.4rem;
}
.news_txt_box h2{
	font-size: 2.2rem;
}
.news_txt_box h3{
	font-size: 2.0rem;
}
.news_txt_box h4{
	font-size: 1.9rem;
}
.news_txt_box h5{
	font-size: 1.8rem;
}
.news_txt_box h6{
	font-size: 1.7rem;
}

.news_txt_box > *,
.news_txt_box > * p + p{
	margin-top: 55px;
}

.news_txt_box .wp-caption-text{
	margin-top: 5px;
	font-size: 1.3rem;
}

.news_txt_box .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.news_txt_box .wp-block-image .aligncenter{
	display: table;
}
.news_txt_box .alignright{
	float:right;
	margin-left: 15px;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.news_txt_box .alignleft{
	float:left;
	margin-right: 15px;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.news_txt_box p::after{
	content: "";
	clear: both;
}
.news_txt_box > *:first-child.alignright + p,
.news_txt_box > *:first-child.alignleft + p{
	margin-top: 0;
}
.news_txt_box .alignleft + .aligncenter,
.news_txt_box .alignright + .aligncenter{
	padding-top: 28px;
}

.news_txt_box ul,
.news_txt_box ol{
	padding-left: 30px;
}

.news_txt_box ul,
.news_txt_box ul li{
	list-style-type: disc;
}

.news_txt_box ol,
.news_txt_box ol li{
	list-style-type: decimal;
}

.news_txt_box blockquote{
	margin: 0 20px;
	padding: 15px 0 10px 15px;
	border-left: 4px solid #253a62;
}


@media screen and (max-width: 768px){
	.news_txt_box .alignright,
	.news_txt_box .alignleft{
		float:none;
		display:block;
		text-align: center;
		margin: 30px auto 0;
		padding: 0;
	}
	.news_txt_box .alignleft + .aligncenter,
	.news_txt_box .alignright + .aligncenter{
		padding-top: 0;
	}

	.news_txt_box .aligncenter figcaption,
	.news_txt_box .alignleft figcaption,
	.news_txt_box .alignright figcaption{
		display: block;
		text-align: center;
		margin-bottom: 0;
	}

	.news_txt_box .wp-caption-text{
		margin-top: 0.5em;
	}

	.news_txt_box > *,
	.news_txt_box > * p + p{
		margin-top: 30px;
	}

	.news_txt_box *{
		line-height: 1.8;
		font-size: 1.4rem;
	}

	.news_txt_box h3,
	.news_txt_box h4,
	.news_txt_box h5,
	.news_txt_box h6{
		line-height: 1.8;
	}

	.news_txt_box h1{
		font-size: 1.8rem;
	}
	.news_txt_box h2{
		font-size: 1.7rem;
	}
	.news_txt_box h3{
		font-size: 1.6rem;
	}
	.news_txt_box h4{
		font-size: 1.5rem;
	}
	.news_txt_box h5{
		font-size: 1.4rem;
	}
	.news_txt_box h6{
		font-size: 1.4rem;
	}
}