@charset "utf-8";
.page_title_h_in{max-width:1100px;}
.page_title_h_in::before{right:calc(100% - 467px);}
.page_title_h_in::after{right:calc(100% - 487px);}
.content_area{max-width:1160px;}
#news_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}
#news_tab{
	display:flex;
	margin:0 0 10px;
	padding:0;
}
#news_tab li{
	list-style:none;
	margin:0 30px 0 0;
}
#news_tab li a{
	display:block;
	font-size:1.5rem;
	letter-spacing:1.5px;
	line-height:2.4rem;
	color:#333 !important;
	transition:color .3s;
	position:relative;
	text-decoration:none !important;
}
#news_tab li.active a,#news_tab li a:hover{color:#1F874E !important;}
#news_tab li a::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	background:#1F874E;
	transition:width 0.3s;
}
#news_tab li a:hover::after,#news_tab li.active a::after{width:100%;}
.news_archive{
	display:flex;
	align-items:center;
}
.year_select{position:relative;}
.select_name{font-size:1.5rem;letter-spacing:1.5px;margin:0 20px 0 0;}

.select_box_in{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	max-width:270px;
	margin-bottom:0;
}
.select_item_in{
	display:block;
	border-radius:5px;
	border:1px solid #ddd;
	background:none;
	width:220px;
	height:56px;
	font-size:1.6rem;
	letter-spacing:1.6px;
	padding:0 40px 0 20px;
	position:relative;
	cursor:pointer;
	color:#333 !important;
}
.select_name{
	display:block;
	width:50px;
	margin:0 0 10px;
}
.select_item{position:relative;width:calc(100% - 50px);margin-bottom:10px;}
.select_item::after{
	content:'';
	display:block;
	position:absolute;
	top:-6px;
	right:20px;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	transform:rotate(135deg);
}
.cate_name,.cate_select{display:none;}

.news_list{
	display:grid;
	grid-template-columns:repeat(auto-fit, calc((100% - 93px) / 4));
	grid-gap:31px;
	padding:0;
	position:relative;
	margin:0;
}
.news_item{margin:0 !important;list-style:none !important;}
.news_link{
	display:block;
	color:#333 !important;
	text-decoration:none;
}
.news_thum{
	overflow:hidden !important;
	border-radius:10px;
	background:linear-gradient(180deg, #f7f7f7 0%, #eee 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	aspect-ratio:4 / 3;
}
.news_thum img{
	display:block;
	max-width:100% !important;
	max-height:100% !important;
	width:auto !important;
	height:auto !important;
	transition:transform .3s;
	border-radius:0 !important;
	margin:auto !important;
}
a:hover .news_thum img{transform:scale(1.03);}
.news_info{
	display:flex;
	align-items:center;
	margin-top:16px;
}
.news_info_date{
	display:inline-block;
	font-family:"Poppins", sans-serif;
	color:#757575;
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:2.1rem;
	margin-right:10px;
}
.news_info_cate{
	border-radius:5px;
	background:#FFE9B2;
	min-width:74px;
	text-align:center;
	padding:3px 8px;
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:1.7rem;
	margin:0;
}
.news_title{
	text-decoration:none;
	font-weight:500;
	font-size:1.5rem;
	letter-spacing:1.5px;
	line-height:2.4rem;
	margin:6px 0 0;
}
.news_link:hover .news_title{text-decoration:underline;}
.news_title::after{
	content:'';
	display:inline-block;
	position:relative;
	bottom:1px;
	margin-left:10px;
	width:20px;
	height:10px;
	background:url(/img/kaetsu/nurse/common/arrow_orange.svg) no-repeat center;
}

.page_title.news_post{
	padding:0 30px;
	margin:0 auto;
	background:url(/img/kaetsu/nurse/common/h1_bg.jpg) no-repeat center;
}
.page_title.news_post h1{
	max-width:840px;
	margin:auto;
	display:flex;
	align-items:center;
	min-height:200px;
	padding:20px 0;
	font-family:"GenJyuuGothic";
	font-size:3.3rem;
	letter-spacing:3.3px;
	line-height:4.9rem;
}
.page_title.news_post::before,.page_title.news_post::after{display:none;}
.content_area.news_post{max-width:900px;margin-top:30px;}
.news_catch{max-width:680px;margin:38px auto 26px;}
.news_catch img{margin:auto;}
.content_area.news_post .link_more{margin-top:86px;}
.content_area.news_post .news_info{margin-bottom:26px;}


@media screen and (max-width:1024px){
.news_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 48px) / 4));
	grid-gap:16px;
}
.news_info{margin-top:10px;}
.news_info_date{
	font-size:1.1rem;
	letter-spacing:1.1px;
	line-height:1.7rem;
	margin-right:4px;
}
.news_info_cate{
	border-radius:3px;
	min-width:50px;
	padding:2px 5px;
	font-size:1rem;
	letter-spacing:1px;
	line-height:1.5rem;
}
.news_title{
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:2rem;
	margin:6px 0 0;
}
#news_tab li a{font-size:1.3rem;letter-spacing:1.3px;}
.select_name{font-size:1.3rem;letter-spacing:1.3px;}
.select_item_in{
	font-size:1.4rem;
	letter-spacing:1.4px;
}
#content_wrap .news_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 54px) / 3));
	grid-gap:40px 27px;
}
#content_wrap .news_title{font-size:1.3rem;letter-spacing:1.3px;}
.page_title.news_post h1{font-size:2.8rem;letter-spacing:2.8px;line-height:4.2rem;}

}
@media screen and (max-width:767px){
#news_tab{display:none;}
#news_top{display:block;}
.cate_name,.cate_select{display:block;}
.select_box_in{max-width:295px;margin:auto;}
.select_name{width:75px;font-weight:500;}
.select_item{width:calc(100% - 75px);}
#content_wrap .news_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 30px) / 3));
	grid-gap:40px 15px;
}

.page_title.news_post{
	padding:0 20px;
	background:url(/img/kaetsu/nurse/common/h1_bg_smp.jpg) no-repeat center;
}
.page_title.news_post h1{
	min-height:135px;
	font-size:2.5rem;
	letter-spacing:2.5px;
	line-height:4rem;
}

}
@media screen and (max-width:599px){
.news_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 16px) / 2));
	grid-gap:30px 16px;
}
#content_wrap .news_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 15px) / 2));
	grid-gap:30px 15px;
}
}