/* .ConceptBox{
	margin-bottom: 5em;
} */

#mainTitle{
	background-image: url("../img/concept/concept_title_bg.jpg");
}


#mainVisual .Left{
	width: 66%;
}
#mainVisual .Right{
	width: 31%;
}


#Introduction{
	margin-top: 3em;
}
#Introduction .Left{
	width: 28%;
}
#Introduction .Left h3{
	line-height: 1.5em;
}
#Introduction .Left .enLato{
	color: #727171;
	padding: 1em 0;
	margin-top: 1.5em;
	border-top: #595757 solid 2px;
	border-bottom: #595757 solid 1px;
}
#Introduction .Right{
	width: 66%;
}
#Introduction .Right p{
	line-height: 1.8em;
}


#ThoughtOuter{
	padding: 3em 0 5em;
	background: #ece8e6;
	margin-top: 5em;
}
#ThoughtOuter h4{
	margin-bottom: 1.5em;
	color: #3e3a39;
	font-weight: normal;
}
#ThoughtOuter h4 span:first-child{
	font-weight: 500;
}
#ThoughtOuter h4 .enLato{
	position: relative;
	color: #fff;
	background: #dd451a;
	padding: 0.5em 0.7em 0.5em 1.5em;
	margin-left: 1.5em;
}
#ThoughtOuter h4 .enLato:before,
#ThoughtOuter h4 .enLato:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 0 1em 0.7em;
	position: absolute;
	top: 0;
	bottom: 0;
}
#ThoughtOuter h4 .enLato:before{
	border-color: transparent transparent transparent #ece8e6;
	left: 0;
}
#ThoughtOuter h4 .enLato:after{
	border-color: transparent transparent transparent #dd451a;
	right: -0.65em;
}


#ThoughPhoto .Left{
	width: 22%;
}
#ThoughPhoto .Left .flexBox{
	margin-top: 1em;
}
#ThoughPhoto .Left .f16{
	margin-right: 1em;
}
#ThoughPhoto .Right{
	width: 70%;
	background: #fff;
	border-radius: 12px;
	padding: 2.5em 2em;
	position: relative;
}
#ThoughPhoto .Right:before{
	content: "";
	width: 10em;
	height: 3.5em;
	position: absolute;
	bottom: 0;
	left: -5em;
	background: url("../img/concept/thought_bubble.png") bottom left no-repeat;
	background-size: 100% auto;
}
#ThoughPhoto .Right p:nth-of-type(2){
	line-height: 2em;
}
#ThoughPhoto .Right .f26{
	font-weight: bold;
	color: #3e3a39;
	margin-bottom: 1em;
}


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

}


/* SP スマホ */
@media screen and (max-width:767px){
	
	#mainTitle{
		background-image: url("../img/concept/concept_title_bg_sp.jpg");
	}
	
	#mainVisual .Left,
	#mainVisual .Right,
	#Introduction .Left,
	#Introduction .Right,
	#ThoughPhoto .Right{
		width: 100%;
	}
	#mainVisual .Right{
		margin-top: 5%;
	}
	
	#Introduction .Left h3{
		font-size: 1.4rem;
	}
	#Introduction .Right,
	#ThoughPhoto .Right{
		margin-top: 7%;
	}
	
	#ThoughtOuter{
		margin-top: 10%;
		padding: 10% 0 15%;
	}
	#ThoughtOuter h4{
		text-align: center;
	}
	#ThoughtOuter h4 .enLato{
		margin: 5% 0 0;
		font-size: 0.9rem;
	}
	#ThoughPhoto .Left{
		width: 60%;
		margin: 0 auto;
	}
	#ThoughPhoto .Right:before{
		display: none;
	}
	#ThoughtOuter h4 .enLato:before,
	#ThoughtOuter h4 .enLato:after{
		border-width: 1.2em 0 1.2em 0.7em;
	}
	
	#Introduction .Left .enLato{
		font-size: 0.65rem;
	}
	
}
