@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/



@media screen and (min-width:768px){
	
	
/*--------------------------------------
	お知らせ
--------------------------------------*/	
	body#news section.news_list{
		position: relative;
		padding: 230px 0 180px;
	}
	
	section.news_list::before{
		content: "";
		display: block;
		background-color: #fff;
		min-width: 1340px;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.news_list .inner{
		display: flex;
		justify-content: center;
	}
	
	section.news_list .left,
	section.news_list .right{
		width: 50%;
	}
	
	section.news_list .right{
		padding-top: 150px;
	}
	
	section.news_list .left .left_content{
		width: 240px;
		height: 100%;
		position: relative;
		left: 54%;
	}
	
	section.news_list .left .bg_text{
		color: #F2F5F9;
    opacity: 0.6;
    top: -0.5em;
    right: auto;
    left: -6px;
    z-index: -1;
	}
	
	section.news_list .left .title_en{
		margin-bottom: 40px;
	}
	
	section.news_list .left .news_btn,
	section.news_list .left .news_btn a{
		display: block;
		width: 180px;
	}
	
	section.news_list .left .news_btn{
		position: sticky;
    -webkit-position: sticky;
		top: 110px;
		margin-top: 40px;
	}
	
	section.news_list .left .news_btn a{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
	}
	
	section.news_list .left .news_btn a::before{
		content: "";
		display: block;
		background-color: #333;
		width: 120px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .left .news_btn a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow.png") no-repeat bottom/contain;
		width: 32px;
		height: 32px;
		transform: translateY(10px);
		margin-left: 1em;
		transition: margin-left 0.4s ease 0s;
	}
	
	section.news_list .left .news_btn a:hover::after{
		margin-left: 1.2em;
	}
	
	section.news_list .right ul.cate{
		display: flex;
		margin-bottom: 40px;
	}
	
	section.news_list .right ul.cate li{
		margin: 0 15px;
	}
	
	section.news_list .right ul.cate li.current::before{
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		border: 1px solid #333;
		border-radius: 50%;
		margin-right: 5px;
	}
	
	section.news_list .right ul.cate li p{
		font-size: 1.4rem;
		font-weight: 700;
		transition: opacity 0.3s ease 0s;
		display: inline-block;
		cursor: pointer;
	}
	
	section.news_list .right ul.cate li p:hover{
		opacity: 0.6;
	}
	
	section.news_list .right ul.n_list li{
		position: relative;
		padding: 40px 0 50px;
	}
	
	section.news_list .right ul.n_list li::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 232px;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li:last-of-type::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 232px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li a{
		display: flex;
	}
	
	section.news_list .right ul.n_list li a:hover img{
		transform: scale(1.2);
	}
	
	section.news_list .right ul.n_list li .img_wrap{
		width: 128px;
		height: 128px;
		overflow: hidden;
		margin-right: 20px;
	}
	
	section.news_list .right ul.n_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease 0s;
	}
	
	section.news_list .right ul.n_list li .cate_item{
		font-size: 1.2rem;
		font-weight: 700;
		color: #004EA2;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #004EA2;
		border-radius: 23px;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.n_list li .cate_item.label-new{
		color: #fff;
		background-color: #CB3434;
		border: 1px solid #CB3434;
	}
	
	section.news_list .right ul.n_list li h3{
		font-size: 2rem;
		font-weight: 700;
		overflow: hidden;

		white-space: nowrap;
		width: 232px;
		text-overflow: ellipsis;
		border-bottom: 1px solid #707070;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	
	section.news_list .right ul.n_list li time{
		font-size: 1.4rem;
		font-weight: 700;
		color: #707070;
	}
	
	
}

/*------------------------------------------------
*
*　タブ切り替え
--------------------------------------------------*/
.all-list,.new-list,.topics-list{
	display: none;
	transition: 0.3s;
}
.all-list.active,.new-list.active,.topics-list.active{
	display: block;
	transition: 0.3s;
}


/*------------------------------------------------
*
*　ページボタン 1 2 3...
--------------------------------------------------*/


.wp-pagenavi{
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a{
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 5px 5px;
    text-align: center;
    border: 1px solid #2ABCA2;
    background-color: #fff;
    color: #2ABCA2;
}

.wp-pagenavi a:hover{
	color: #fff;
	background-color: #2ABCA2;
}


.wp-pagenavi span.current{
	color: #fff;
	background-color: #2ABCA2;
}



/*------------------------------------------------
*
*　投稿ページ
--------------------------------------------------*/
.single.inner{
	margin-top: 170px;
	padding: 0 10px;
}

.news__inner{
	margin-bottom: 150px;
}

.news_category{
	display: inline-block;
	margin-left: 30px;
}

.news_category a{
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	color: #004EA2;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #004EA2;
	border-radius: 23px;
	margin-bottom: 20px;
}

.news_category a.nwe_info{
	color: #fff;
	background-color: #CB3434;
	border: 1px solid #CB3434;
}

.news-content_title{
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3a39;
}

.news-content{
	letter-spacing: 0.08em;
	width: 90%;
	margin: auto;
}

.news-content_title h2{
	font-size: 2rem;
}

.news-content p{
	padding: 30px 0 50px;
	line-height: 1.8;	
}

.pageMove-btn{
	justify-content: center;
	display: flex;
	width: 100%;
}

.pageMove-btn a{
	font-size: 1.5rem;
	display: block;
}

.pageMove-btn a:not(:last-of-type){
	margin-right: 50px;
}




/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/



@media screen and (max-width:767px){
	
	
/*--------------------------------------
	お知らせ(SP)
--------------------------------------*/	
	body#news section.news_list{
		position: relative;
		padding: 110px 0;
	}
	
	section.news_list::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 95%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.news_list .left .bg_text{
		color: #F2F5F9;
    opacity: 0.6;
    top: -0.5em;
    right: auto;
    left: 0;
    z-index: -1;
	}
	
	section.news_list .left .title_en{
		margin-bottom: 30px;
	}
	
	section.news_list .left .title_en+p{
		margin-bottom: 30px;
	}
	
	section.news_list .left .news_btn,
	section.news_list .left .news_btn a{
		display: block;
		width: 150px;
	}
	
	section.news_list .left .news_btn{
		margin: 0 0 20px 0;
	}
	
	section.news_list .left .news_btn a{
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
	}
	
	section.news_list .left .news_btn a::before{
		content: "";
		display: block;
		background-color: #333;
		width: 100px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .left .news_btn a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow.png") no-repeat bottom/contain;
		width: 25px;
		height: 25px;
		transform: translateY(5px);
		margin-left: 0.5em;
		transition: margin-left 0.4s ease 0s;
	}
	
	section.news_list .left .news_btn a:hover::after{
		margin-left: 0.8em;
	}
	
	section.news_list .right ul.cate{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.cate li{
		margin: 0 20px 10px 0;
	}
	
	section.news_list .right ul.cate li.current::before{
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		border: 1px solid #333;
		border-radius: 50%;
		margin-right: 2px;
	}
	
	section.news_list .right ul.cate li p{
		font-size: 1.4rem;
		font-weight: 700;
		transition: opacity 0.3s ease 0s;
		display: inline-block;
		cursor: pointer;
	}
	
	section.news_list .right ul.cate li p:hover{
		opacity: 0.6;
	}
	
	section.news_list .right ul.n_list li{
		position: relative;
		padding: 20px 0 25px;

	}
	
	section.news_list .right ul.n_list li::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li:last-of-type::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li a{
		display: flex;
	}
	
	section.news_list .right ul.n_list li a:hover img{
		transform: scale(1.2);
	}
	
	section.news_list .right ul.n_list li .img_wrap{
		width: 128px;
		height: 128px;
		overflow: hidden;
		margin-right: 20px;
	}
	
	section.news_list .right ul.n_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease 0s;
	}
	
	section.news_list .right ul.n_list li .text{
		width: calc(100% - 150px);
	}
	
	section.news_list .right ul.n_list li .cate_item{
		font-size: 1.2rem;
		font-weight: 700;
		color: #004EA2;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #004EA2;
		border-radius: 23px;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.n_list li .cate_item.label-new{
		color: #fff;
		background-color: #CB3434;
		border: 1px solid #CB3434;
	}
	
	section.news_list .right ul.n_list li h3{
		font-size: 1.6rem;
		font-weight: 700;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		text-overflow: ellipsis;
		border-bottom: 1px solid #707070;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	
	section.news_list .right ul.n_list li time{
		font-size: 1.4rem;
		font-weight: 700;
		color: #707070;
	}
	
	
}







