@charset "utf-8";
  
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  

/*
=========================================
  concept
=========================================
*/


.title{
	background:url(../concept/img/title_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	text-align:center;
}
@media screen and (max-width: 1920px) {
.title{
	background:url(../concept/img/title_bg.jpg) no-repeat top;
	/* background-position: center; */
	/*-background-size:cover;*/
}
}
@media screen and (max-width: 900px) {
.title{
	padding: 100px 4% 40px 4%;
	background-attachment:unset;
	background:url(../concept/img/title_bg_sp.jpg) no-repeat top;
	background-size:cover;
}
.title img{
	width:60%;
	min-width:330px;
}
}


/*---------------------------------------
  concept
---------------------------------------*/

.concept{
	overflow:hidden;
}

.concept .kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 12rem;
	position:absolute;
	margin-top:-62px;
}
.concept h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
}

.concept_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	min-height: 1200px;
}
.concept h3{
	font-size:2.2rem;
	padding-bottom:1.5rem;
	padding-top: 2.8rem;
}

.concept p{
	font-size:16px;
}
.concept_bl1 p{
	width:45%;
}


.concept_bl2 p{
	float:right;
	width: 47%;
	text-align:left;
	margin-top:11rem;
}

.concept_bl1,
.concept_bl2{
	position:relative;
}

.concept img{
	position:absolute;
}
.concept .img1{
	top:0;
	right:0;
	z-index: 2;
}
.concept .img2{
	top:60px;
	right:-100px;
	z-index: 1;
}
.concept .img3{
	top:120px;
	left:-100px;
	z-index: 2;
}
.concept .img4{
	top:180px;
	left:0;
	z-index: 1;
}
@media screen and (max-width: 1200px) {

.concept h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}
.concept h3{
	font-size:1.7rem;
	width:50%;
}
.concept_bl1 p{
	width:50%;
}
.concept_bl2 p{
	margin-top:3rem;
}
.concept .kazari{
	font-size: 8rem;
	margin-top:-40px;
}
.concept_cont{
	width:90%;
	margin:0 5%;
}
.concept img{
	width:45%;
}
.concept .img3{
	top:120px;
	left:0px;
	z-index: 2;
}
.concept .img4{
	left:-50px;
}
}

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

.concept h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.concept .kazari{
	font-size: 4rem;
	margin-top:-20px;
}
.concept_cont{
	width:90%;
	margin:0 5%;
}
.concept h3{
	font-size: 1.4rem;
	padding-bottom:1.5rem;
	padding-top: 25rem;
	width:100%;
}
.concept_bl1 p{
	width:100%;
}
.concept p{
	font-size:15px;
}
.concept img{
	width:90%;
}
.concept .img2{
	top:30px;
	right:-30px;
}
.concept_bl2{
	margin-top: 2rem;
}
.concept .img3{
	top:20px;
	left:0;
}
.concept .img4{
	top:50px;
	left:30px;
}
.concept_bl2 p{
	width: 100%;
	margin-top: 26rem;
	padding-bottom:10rem;
}
}

@media screen and (max-width: 500px) {
.concept h3{
	padding-top: 18rem;
}
.concept_bl2 p{
	margin-top: 19rem;
}
}


/*---------------------------------------
  think
---------------------------------------*/

.think{
	background:url(../img/bg_img_dk.jpg) repeat;
	padding: 7rem 0 8rem;
	position:relative;
}
.think_cont h3{
	font-size:2.2rem;
	padding-bottom: 1.7rem;
}
.think_cont{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.think_cont p{
	padding-bottom: 2.3rem;
	font-size:16px;
}
.think_cont .box{
	background:#FFF;
	margin-top: 2.4rem;
	padding: 3rem 2.5rem 3rem 4rem;
}
.think_cont .box dl{
	overflow:hidden;
}
.think_cont .box dt{
	width:250px;
	float:left;
	text-align:left;
	font-size: 1.9rem;
}
.think_cont .box dt span{
	display:block;
}
.think_cont .box dt img{
	float:right;
}
.think_cont .box dd{
	margin-left: 285px;
	text-align:left;
	line-height:1.8;
}
.think .img5{
	top:-10rem;
	right:50px;
	z-index: 1;
	position:absolute;
}
@media screen and (max-width: 1200px) {
.think{
	padding: 5rem 5% 4rem;
	width:90%;
}
}
@media screen and (max-width: 900px) {

.think img.zu{
	width:85%;	
	margin-bottom:1rem;
}
.think .img5{
	top:-6rem;
	width:60%;
}
.think_cont h3{
	font-size: 1.4rem;
	padding-bottom: 1.7rem;
}
.think_cont .box{
	background:#FFF;
	margin-top: 1.5rem;
	padding: 2rem 1.5rem;
}
.think_cont .box dt{
	width:100%;
	float:none;
	font-size: 1.4rem;
	min-height:50px;
}
.think_cont .box dt span{
	display:inline;
}
.think_cont .box dt img{
	width:40%;
}
.think_cont .box dd{
	margin-left: 0;
}

}


/*---------------------------------------
   next
---------------------------------------*/
.next {
	overflow:hidden;
	max-width:1200px;
	padding:8rem 0 7rem;
	min-height:500px;
	margin:0 auto;
}
.next .right{
	width:48%;
	float:right;
	position:relative;
	margin-top:80px;
}
.next .right img{
	position:absolute;
	top:0;
	left:0;
}

.next .left{
	width:48%;
	float:left;
	position:relative;
}
.next .left img{
	position:absolute;
	top:0;
	left:0;
}
.next a{
	max-width:400px;
	width:68%;
	font-size:1.7rem;
	position:absolute;
	top:240px;
	left:60px;
	border:1px solid #000;
	padding:2.5rem 60px;
	background:url(../concept/img/a_yaji.png) no-repeat right;
}
.next a:hover{
	opacity:0.7;
	border:1px solid #666;
}

@media screen and (max-width: 1200px) {
.next {
	width:90%;
	padding:5rem 5% 0;
}

.next a{
	max-width:400px;
	width:68%;
	font-size:1.3rem;
	top:180px;
	left:60px;
	padding:1.5rem 30px;
	background:url(../concept/img/a_yaji_mini.png) no-repeat right;
}


}



@media screen and (max-width: 900px) {
.next {
	width:90%;
	padding:4rem 5% 5rem;
}
.next .right,
.next .left{
	width:80%;
	float:none;
	padding-bottom:3rem;
}
.next .right img,
.next .left img{
	position:static;
}
.next a{
	width:100%;
	font-size:1.2rem;
	top:140px;
	left:10%;
	padding:1rem 5%;
	background:url(../concept/img/a_yaji_mini.png) no-repeat right;
}
}


