@charset "UTF-8";

#main-visual{
	min-height: 650px;
	height: calc(100vh - 160px);
	position: relative;
}
#main-visual p{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	padding-bottom: 70px;
}
#main-visual:before{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/index-main-pic01.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}
#main-visual:after{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/index-main-pic02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

/* ++++++++++++++++++++++++++#news++++++++++++++++++++++++++ */
#news{
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: none;
}
#news ul{
	margin-bottom: 40px;
	border: 1px solid #eee;
	border-bottom: none;
}
#news ul li{
	height: 80px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #eee;
}

#news time{
	display: block;
	width: 130px;
	padding-left: 30px;
	color: #f57020;
}
#news li a{
	display: block;
	width: calc(100% - 145px);
	line-height: 1.5;
	transition: .1s all ease;
}
#news li a:hover{
	transform: translateX(15px);
}



/* ++++++++++++++++++++++++++#about++++++++++++++++++++++++++ */
#about{
	padding-bottom: 20%;
	background: url(../images/index-about-bg.jpg) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#about .wide-inner{
	background: #fff;
	border: 1px solid #eee;
	padding: 40px 0;
	display: flex;
	display: -webkit-flex;

}
#about .sec-ttl{
	padding: 0 40px;
	width: 35%;
	letter-spacing: 0;
}
#about p{
	padding: 0 40px;
	width: 65%;
	border-left: 1px solid #eee;
	letter-spacing: 0;
}
/* ++++++++++++++++++++++++++#service++++++++++++++++++++++++++ */
#service{
	border: none;
}
#service ul{
	padding-top: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#service li{
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
#service li a{
	display: block;
}
#service li h3,
#service li h2{
	font-size: 17px;
	line-height: 1.5;
	padding-top: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
#service li h3:before,
#service li h2:before{
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #f57020;
	vertical-align: middle;
	margin-right: 10px;
}
/* ++++++++++++++++++++++++++#sec01++++++++++++++++++++++++++ */
#sec01{
	border-top: 1px solid #eee;
}
#sec01 ul{
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 40px;
}
#sec01 ul:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#sec01 li{
	width: calc(50% - 40px);
}
#sec01 figure{
	margin-bottom: 20px;
}
#sec01 li a{
	display: block;
}

/* ++++++++++++++++++++++++++#career++++++++++++++++++++++++++ */
#career{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}
#career:before{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/index-career-pic01.jpg) no-repeat;
	background-size: cover;
	background-position: right top;
}
#career .txt{
	width: 100%;
	padding: 0 11%;
	padding-right: 61%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	flex-direction: column;
}
#career .btn01{
	margin: 40px 0 0 0;
}

/* ++++++++++++++++++++++IE用のスタイル++++++++++++++++++++++ */
@media all and (-ms-high-contrast: none){


}



/* ++++++++++++++++++++++レスポンシブ++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#main-visual{
		min-height: 100vw;
		height: calc(100vh - 94px);
	}
	#main-visual p{
		padding-bottom: 60px;
		background: rgba(0,0,0,0.4);
	}
	#main-visual p img{
		width: 100%;
		max-width: 480px;
	}
	#main-visual:before{
		width: 100%;
		height: 50%;
		top: 50%;
	}
	#main-visual:after{
		width: 100%;
		height: 50%;
	}

/* ++++++++++++++++++++++++++#news++++++++++++++++++++++++++ */
	#news ul{
		margin: 0 auto 20px;
	}
	#news ul li{
		height: auto;
		overflow: hidden;
		padding-right: 0;
		line-height: 1.5;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 15px;
	}
	#news time{
		width: 100%;
		padding: 0 0 0.5em;
	}
	#news li a{
		display: block;
		width: 100%;
	}


/* ++++++++++++++++++++++++++#about++++++++++++++++++++++++++ */
	#about{
		padding-bottom: 60px;
		background-size: auto 66%;

	}
	#about .wide-inner{
		padding: 0;
		flex-direction: column;

	}
	#about .sec-ttl{
		padding: 20px 20px 0;
		width: 100%;
		margin-bottom: 20px;
	}
	#about p{
		padding: 0 20px 20px;
		width: 100%;
		border-left: none;
	}

/* ++++++++++++++++++++++++++#service++++++++++++++++++++++++++ */
	#service{
		padding: 60px 20px;
	}
	#service ul{
		padding-top: 30px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		max-width: 480px;
		margin: auto;
	}
	#service li{
		width: 100%;
		margin-bottom: 30px;
	}
	#service h3,
	#service h2{
		font-size: 1.5rem;
		padding-top: 0;
		margin-top: 0.7em;
		align-items: flex-start;
	}
	#service h3:before,
	#service h2:before{
		width: 12px;
		margin: .6em 8px 0 0;
	}

/* ++++++++++++++++++++++++++#sec01++++++++++++++++++++++++++ */
	#sec01 ul{
		padding: 0;
		flex-direction: column;
	}
	#sec01 ul:before{
		display: none;
	}
	#sec01 li{
		width: 100%;
		max-width: 630px;
		margin: auto;
	}
	#sec01 li:nth-of-type(1){
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #eee;
	}
	#sec01 figure{
		margin-bottom: 1em;
	}
	#sec01 .btn01{
		margin-top: 20px;
		line-height: 40px;
		height: 40px;
	}


/* ++++++++++++++++++++++++++#career++++++++++++++++++++++++++ */
#career{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
#career:before{
	width: 100%;
	height: 75vw;
	max-height: 300px;
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	margin: auto;
	background-position: center top;
}
#career .txt{
	width: calc(100% - 40px);
	padding: 40px 20px;
	margin: -60px auto 0;
	position: relative;
	background: rgba(255,255,255,0.95);
	border: 1px solid #eee;
}
#career .btn01{
	margin: 20px auto 0;
	width: calc(100% - 40px);
	height: 40px;
	line-height: 40px;
}
}