@charset "utf-8";

/* ------------------------------------------
	- COMMON SETTING
	- HEADER
		-- NAV MENU
------------------------------------------ */

/* ==============================================================
	INTRO
============================================================== */
.intro{
	position: relative;
	margin-top: -2px;
	background: #eeeeee;
	display: block;
}
.intro img{
	width:100%;
}
.intro .intro_inner{
	position: absolute;
	top:120px;
	left:0;
	right:0;
}
@media screen and (max-width:750px){
	.intro .intro_inner{
		position: relative;
		top:-120px;
	}
}
.intro .intro_inner p.sub_title{
	font-size: 24px;
	line-height: 1.67;
	margin-bottom:40px;
}
@media screen and (max-width:750px){
	.intro .intro_inner p.sub_title{
		font-size: 18px;
		margin-bottom:20px;
	}
}

/* ==============================================================
	INTRODUCE
============================================================== */
.introduce{
	background: #eeeeee;
	padding-bottom: 140px;
}
@media screen and (max-width:750px){
	.introduce{
		padding-bottom: 10px;
	}
}
.introduce h1{
	margin-top: -180px;
	color: #4b545c;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:750px){
	.introduce h1{
		margin-top: 0;
	}
}
.introduce h1 span{
	color: #000;
}
.introduce .block{
	margin-top: 70px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:750px){
	.introduce .block{
		margin-top: 30px;
	}
}
.introduce .block .block_item{
	display: flex;
	align-items: center;
}
@media screen and (max-width:750px){
	.introduce .block .block_item{
		display: block;
	}
}
.introduce .block .block_item .img,
.introduce .block .block_item .text{
	width:50%;
}
@media screen and (max-width:750px){
	.introduce .block .block_item .img,
	.introduce .block .block_item .text{
		width:100%;
	}
}
.introduce .block .block_item .text{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:750px){
	.introduce .block .block_item .text{
		margin:20px auto;
	}
}
.introduce .block .block_item .text .text_inner{
	width:440px;
	margin-left: 35px;
	text-align: left;
}
@media screen and (max-width:750px){
	.introduce .block .block_item .text .text_inner{
		width:90%;
		margin:0 auto;
	}
}
.introduce .block .block_item:last-child{
	flex-flow: row-reverse;
}
.introduce .block .block_item:last-child .text .text_inner{
	margin-left: 0;
	margin-right: 35px;
}
@media screen and (max-width:750px){
	.introduce .block .block_item:last-child .text .text_inner{
		margin:0 auto;
	}
}
.introduce .block .block_item .text h3{
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.24em;
	font-weight: 600;
	margin: 20px auto;
}
@media screen and (max-width:750px){
	.introduce .block .block_item .text h3{
		font-size: 18px;
		margin: 10px auto;
	}
}
.introduce .block .block_item .text h3 span{
	font-size: 12px;
	color: #867863;
}
@media screen and (max-width:750px){
	.introduce .block .block_item .text h3 span{
		font-size: 10px;
	}
}
.introduce .block .block_item .text li{
	font-size: 12px;
	line-height: 2.17;
	letter-spacing: 0.24em;
	list-style-type: disc;
	margin-left: 1.5em;
}





@media screen and (max-width:750px){
}
