@charset "utf-8";
/* CSS Document */
header{
	background: #fff;
}
#mainBlock{
	margin-top: 108px;
}
#sec_concept img{
	width: 100%;
}

#conceptVisual{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#conceptVisual figure{
	width: 100%;
}
#conceptVisual h2{
	position: absolute;
	font-size: 4.3rem;
	color: #fff;
}

.lead-logo{
	font-weight: 400;
}

#sec_concept > section{
	padding: 130px 0;
}

#sec_concept > section .lead-logo{
	font-size: 3.5rem;
	color: #3e3a39;
	margin-bottom: 50px;
}

#sec_concept > section p{
	color: #3e3a39;
	line-height: 3;
	letter-spacing: 1px;
}

#sec_concept > section.sec03 h3{
	margin-top: 50px;
	margin-bottom: 0;
}

.recruitContainer{
	margin-bottom: 100px;
}

@media screen and (max-width: 1024px){
	#mainBlock {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px){
	#mainBlock {
		margin-top: 60px;
	}
	#sec_concept > section{
		padding: 80px 0;
	}
	#sec_concept > section.sec03{
		padding-bottom: 0;
	}
	#conceptVisual h2{
		font-size: 3rem;
	}
	#sec_concept > section .lead-logo{
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	#sec_concept > section p{
		letter-spacing: 0;
		line-height: 2.5;
	}

}
