@charset "UTF-8";

header .main_menu li:nth-child(5) a {
  color: var(--mClr2);
}

/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	background: url(../img/news/mainvisual.jpg) no-repeat bottom center / cover;  
}

/*-----------------------------------

	news_block

-----------------------------------*/
#news_block{
	margin: 84px 0 101.3px 0;
}
.news_wrap_01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 30px;
}
.news_left{
	width: 773.38px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 84.5px;
}
.news_left ul{
	width: 100%;
}
.news_left .news_item li{
	width: 100%;
	height: 49.5px;
}
.news_list li a{
	width: 100%;
	/*height: 49.5px;*/
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #E6ECF2;
}
.item_left{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.item_right{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	flex: 1;
	gap: 10px;
}
.date{
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #6F828B;
	letter-spacing: -0.1em;
	margin: 4px 31.2px 0 24px;
}
.category{
	width: 70px;
	height: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
	color: #1E90FE;
	letter-spacing: -0.1em;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #1E90FE;
	padding: 1.5px 13px 2.5px 13px;
	margin: 0 40.8px 0 0;
	text-align: center;
}
.text{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #232323;
	line-height: 1;
	letter-spacing: -0.1em;
}
span.button{
	width: 48px;
	height: 21px;
	background-color: #1E90FE;
	border-radius: 30px 30px 30px 30px;
	padding: 8px 16px;
}
.recent_posts{
	width: 353px;
	padding: 25px 25px 18px 24.5px;
	border-radius: 9px 9px 9px 9px;
	background-color: #EFF6FC;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 15.7px;
}
.posts_list{
	width: 302px;
	height: auto;
	background-color: #FFFFFF;
	border: 2px solid #E5E9EE;
	border-radius: 5px 5px 5px 5px;
	padding: 16.2px 16px 17.2px 14.5px;
}
.posts_item{
	width: 271.54px;
	/*height: 60px;*/
	border-bottom: 1px solid #E6ECF2;
	padding-top: 8.1px;
	padding-bottom: 7.8px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 6.8px;
}
.first{
	border-top: 1px solid #E6ECF2;
}
.recent_title_box h3{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #212121;
	line-height: 1.45;
	letter-spacing: -0.1em;
	position: relative;
	margin-bottom: 12.3px;
}
.recent_title_box h3::after{
	content: "";
	width: 22px;
	height: 1px;
	background-color: #1E90FE;
	position: absolute;
	bottom: -4.3px;
	left: 0;
}
.recent_title_box .sub_title{
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}
.posts_upper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 7.5px;
}
.date_02{
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #6F828B;
	letter-spacing: -0.1em;
	margin: 0;
}
.text_02{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
	font-size: 12px;
}
@media screen and (max-width: 1000px) {
	.news_left{
		gap: 50px;
	}
	.news_wrap_01{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 50px;
	}
	.news_left{
		width: 100%;
	}
	.recent_posts{
		width: 100%;
	}
	.posts_list{
		width: 100%;
	}
	.posts_item{
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	#news_block{
		margin: 50px 0 50px 0;
	}
	.date{
		margin-right: 10px;
		margin-left: 10px;
	}
	.category{
		margin-right: 10px;
	}
	.news_list li a{
		/*height: auto;*/
		padding: 10px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		gap: 10px;
	}
	.text{
		margin-left: 10px;
		line-height: 1.4;
	}
	/*.posts_item{
	    height: auto;
	}*/
	.text_02{
		line-height: 1;
	}
}
/*-----------------------------------

	pagination

-----------------------------------*/
.pagenation .page-numbers {
	justify-content: center;
	align-items: center;
	gap: 12px;
	/*margin-top: 64px;*/
	display: flex;
	flex-wrap: wrap;
}
.pagenation .page-numbers span,
.pagenation .page-numbers a{
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--mClr1);
	background: var(--bgClr1);
	border: 2px solid #E5E9EE;
	border-radius: 50%;
	width: 50px;
	padding: 11px 0;
	line-height: 1;
	text-align: center;
	transition: 0.3s;
}
.pagenation .page-numbers span:not(.current):hover,
.pagenation .page-numbers a:hover{
	background-color: rgba(29, 155, 220, .2);
}
.pagenation .page-numbers .current{
	background: var(--mClr1);
	color: #fff;
}
.pagenation .page-numbers span.dots{
	color: ver(--mClr1);
	background: transparent;
}
.pagenation .page-numbers .prev,
.pagenation .page-numbers .next {
    width: 100px;
	padding: 16px 0;
	border-radius: 50px 50px 50px 50px;
    position: relative;
	font-size: 15px;
	background: var(--mClr1);
	color: #fff;
}
.pagenation .page-numbers .prev{
	padding-left: 13px;
}
.pagenation .page-numbers .next{
	padding-right: 13px;
}
.pagenation .page-numbers .prev img,
.pagenation .page-numbers .next img{
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 5px;
}
.pagenation .page-numbers .prev img{
	left: 20px;
}
.pagenation .page-numbers .next img{
	right: 20px;
	transform: rotate(180deg);
}

@media screen and (max-width: 400px){
}

/*-----------------------------------

	news_detail_block

-----------------------------------*/
#news_detail_block{
	margin: 88px 0 102.3px 0;
}
.news_left_02{
	width: 773.38px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}	
.news_left_02 h3{
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #232323;
	line-height: 1.43;
	letter-spacing: -0.1em;
	padding-bottom: 18.5px;
	border-bottom: 1px solid #E6ECF2;
	margin-bottom: 27.2px;
}
.news_left_02 p{
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #232323;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 48.5px;
}
.upper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 31.2px;
	margin-bottom: 15px;
}
.date_03{
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #6F828B;
	letter-spacing: -0.1em;
	/* margin: 4px 31.2px 0 24px; */
}
.news_left_02 img{
	max-width: 533px;
	width: 100%;
	margin-bottom: 32px;
}
/*.news_img{
	width: 533px;
	height: 330px;
	margin-bottom: 32px;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.news_left_02 h4{
	height: 61px;
	padding-left: 29px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #232323;
	line-height: 1.45;
	letter-spacing: -0.1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin-bottom: 35px;
}
.news_left_02 h4::before{
	content:"";
	width: 9px;
	height: 61px;
	background-color: #1D9BDC;
	position: absolute;
	top: 0;
	left: 0;
}
.news_left_02 ul{
	margin-bottom: 48px;
}
.news_left_02 ul li{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #232323;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-left: 9px;
	position: relative;
}
.news_left_02 ul li::before{
	content:"";
	width: 5px;
	height: 8px;
	background: url(../img/news/blue_arrow.svg) no-repeat center center / contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.text_03{
	width: 100%;
	background-color: #EFF6FC;
	border-radius: 5px 5px 5px 5px;
	padding: 22px 25.4px 24px 23px;
	margin-bottom: 56.8px;
}
.text_03 h5{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #232323;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.text_03 p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #232323;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
.button_space{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
/*.button_02{
	width: 216px;
	height: 60px;
	background-color: #1D9BDC;
	border-radius: 50px 50px 50px 50px;
	padding: 0 20px;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	transition: background-color 0.3s;
}
.button_02:hover{
	background-color: #3AB0E6;
}
.button_02 span{
	color: #ffffff;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.03;
	padding-left: 49.5px;
	position: relative;
}
.button_02 span::before{
	content: "";
	width: 12px;
	height: 5px;
	background: url(../img/news/white_arrow.svg) no-repeat center center / contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
}*/

#news_detail_block .more{
	width: 216px;
	margin: auto;
}

@media screen and (max-width: 1000px) {
	.news_left_02{
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	#news_detail_block{
		margin: 50px 0 50px 0;
	}
	.news_left_02 h3{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.upper{
		gap: 20px;
	}
	.news_left_02 h4{
	    font-size: 18px;
		height: 40px;
		margin-bottom: 20px;
	}
	.news_left_02 h4::before{
		height: 40px;
	}
	.news_left_02 p{
		margin-bottom: 20px;
		line-height: 1.5;
	}
	/*.news_img{
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}*/
	.news_left_02 ul{
		margin-bottom: 20px;
	}
	.text_03{
		padding: 20px;
		margin-bottom: 20px;
	}
	.text_03 p{
		margin-bottom: 0;
	}
	
}

