/* ------------------------------------------------------------ common */

html {
	height: 100%;
}
body {
	position: relative;
	min-width: 1160px;
	height: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: 1s;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}

.s_inner {
	width: 980px;
	margin: 0 auto;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.SP {
	display: none;
}


/* ------------------------------------------------------------ header */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-width: 1160px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	background: #fff;
}

	header .h_left .h_logo a img {
		width: auto;
		height: 58px;
		float: left;
	}

	header .h_left .h_logo a img:last-child {
		margin: 0 0 0 20px;
	}

	header .h_right {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .h_right .h_nav {
		margin: 0 5px 0 0;
		font-size: 0;
	}
	
	header .h_right .h_nav a {
		display: inline-block;
		border-left: solid 1px #dcdcdc;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 13px;
		color: #7e7e7e;
	}
	
	header .h_right .h_nav a:first-of-type {
		border-left: none;
	}
	
	header .h_right #h_menu_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90px;
		height: 90px;
		background: #828386;
	}

/* ------------------------------------------------------------ bread */
#bread {
	padding: 10px 0 15px;
}

	#bread ol li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 24px;
	}
	
	#bread ol li:first-child {
		padding: 0;
	}
	
	#bread ol li::before {
		position: absolute;
		content: "";
		left: 4px;
		top: 8px;
		width: 10px;
		height: 1px;
		background: #000;
		transform: rotate(180deg);
	}
	
	#bread ol li:first-child::before {
		display: none;
	}
	
	#bread ol li a {
		font-size: 12px;
	}

/* --------------------------- top_news */

#top_news {
	width: 1010px;
	margin: 0 auto;
	padding: 20px 0;
}

	#top_news .news_wrap {
		display: flex;
		align-items: center;
	}

	#top_news .news_wrap h2 {
		padding: 0 9px 0 0;
		margin: 0 14px 0 0;
		border-right: 2px solid #e5e5e5;
		width: 92px;
	}

	#top_news .news_wrap h2.title1 span {
		font-size: 26px;
		line-height: 34px;
		margin: 0;
	}

	#top_news .news_wrap .news_list {
		width: calc(100% - 130px);
		padding: 0 130px 0 0;
	}

	#top_news .news_wrap .news_list .news_content .flex_wrap {
		display: flex;
	}

	#top_news .news_wrap .news_list .news_content time {
		font-size: 14px;
		padding: 0 10px 0 0;
		line-height: 1.4;
		width: 110px;
	}

	#top_news .news_wrap .news_list .news_content h4 {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#top_news .news_wrap .news_list .news_content h4 div {
		font-size: 14px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#top_news .news_wrap .news_list .slick-prev {
		left: 0;
		right: 65px;
		margin: 0 0 0 auto;
	}

	#top_news .news_wrap .news_list .slick-next {
		left: 0;
		right: 45px;
		margin: 0 0 0 auto;
	}

	#top_news .news_wrap .news_list .slick-prev:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(225deg);
	}

	#top_news .news_wrap .news_list .slick-next:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
	}


/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 640px) {

/* ------------------------------------------------------------ common */

	body {
		min-width: 100%;
	}

	.s_inner,
	.inner {
		width: 90%;
	}
	
	.PC {
		display: none;
	}

	.SP {
		display: block;
	}
	

/* ------------------------------------------------------------ header */
	header {
		width: 100%;
		min-width: inherit;
		padding: 0 0 0 10px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2); 
	}
	
		header .h_left .h_logo a img {
			width: auto;
			height: 25px;
		}

		header .h_left .h_logo a img:last-child {
			margin: 0 0 0 10px;
		}

		header .h_right {
		}
		
		header .h_right .h_nav {
			margin: 0;
			font-size: 0;
		}
		
		header .h_right .h_nav .ss {
			width: 55px;
			height: 55px;
			background: url(../images/common/icon/icn_01.svg) no-repeat center 13px/17px;
			padding: 36px 0 0;
			font-size: 10px;
			text-align: center;
			box-sizing: border-box;
		}
		
		header .h_right .h_nav .recruit {
			display: none;
		}
		
		header .h_right #h_menu_btn {
			width: 55px;
			height: 55px;
		}
		
		header .h_right #h_menu_btn img {
			width: 30px;
			height: auto;
		}

/* --------------------------- top_news */

	#top_news {
		background-color: #fff;
		width: 100%;
		padding: 20px 5%;
		box-sizing: border-box;
	}
	
		#top_news .news_wrap {
			display: block;
		}
	
		#top_news .news_wrap h2 {
			padding: 0 5px 4px 0;
			margin: 0 5px 14px 0;
			border-bottom: 1px solid #e5e5e5;
			border-right: none;
			width: auto;
			text-align: left;
		}
	
		#top_news .news_wrap h2.title1 span {
			line-height: 30px;
			margin: 0;
		}
	
		#top_news .news_wrap .news_list {
			width: 100%;
			padding: 0;
		}
	
		#top_news .news_wrap .news_list .news_content .flex_wrap {
			display: block;
		}
	
		#top_news .news_wrap .news_list .news_content time {
			font-size: 14px;
			padding: 0 0 8px;
			display: block;
		}
	
		#top_news .news_wrap .news_list .news_content h4 div {
			line-height: 1.2;
		}
	
		#top_news .news_wrap .news_list .slick-prev {
			left: 0;
			right: 25px;
			margin: 0 0 0 auto;
			top: -34px;
		}
	
		#top_news .news_wrap .news_list .slick-next {
			left: 0;
			right: 0;
			margin: 0 0 0 auto;
			top: -34px;
		}
	
		#top_news .news_wrap .news_list .slick-prev:before {
			content: "";
			display: block;
			width: 10px;
			height: 10px;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
			transform: rotate(225deg);
		}
	
		#top_news .news_wrap .news_list .slick-next:before {
			content: "";
			display: block;
			width: 10px;
			height: 10px;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
			transform: rotate(45deg);
		}

}


