@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　concept
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
body{
  color: #000 !important;
  background: #fff;
}

a:link, a:visited {
  text-decoration: none;
  color: #000;
}

#Cv {
  padding: 85px 0 90px;
  background: #212020;
  text-align: center;
  color: #fff;
}

.btn-cv a,
.btn-cv-reserve a,
.btn-cv a:visited,
.btn-cv-reserve a:visited {
  text-decoration: none;
  color: #fff;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* concept
-----------------------------------------------------------------*/
.concept{
  padding: 0 0 160px;   
}
.concept .inner{
  max-width: 1240px;  
}
.kv{
  position: relative;
  margin-top: 125px;
  padding: 80px 0 130px;
}
.kv h1{
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
  width: 100%;
	text-align: center;
	line-height: 1;	
}
.kv h1 .ja{
	display: block;
	margin-bottom: 20px;
	font-size: 5rem;
	letter-spacing: .2em;
}
.kv h1 .en{
	display: block;
	font-size: 2.4rem;
	letter-spacing: .1em;
	color: #bb9d1a;
}
.kv .txt-lead{
   position: absolute;
   left: 50%;
   top: 30%;
   z-index: 10;
   transform: translate(-50%,-50%);
   width: 25vw;
}
.concept .txt{
  margin-bottom: 150px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.1;  
}


.concept .concept-catch{
  margin-bottom: 100px;
}
.concept .concept-catch ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept .concept-catch ul li{
  display: block;
  width: 48%;
  text-align: center;
  margin-bottom: 150px; 
}
.concept .concept-catch ul li h2{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: contain;
}
.concept .concept-catch ul li:nth-child(1) h2{
  background: url(../img/concept/img_shingaiku.jpg) no-repeat;
  background-size: contain;
}
.concept .concept-catch ul li:nth-child(2) h2{
  background: url(../img/concept/img_gaikan.jpg) no-repeat;
  background-size: contain;
}
.concept .concept-catch ul li:nth-child(3) h2{
  background: url(../img/concept/img_edion.jpg) no-repeat;
  background-size: contain;
}
.concept .concept-catch ul li:nth-child(4) h2{
  background: url(../img/concept/img_brand.jpg) no-repeat;
  background-size: contain;
}
.concept .concept-catch ul li h2 img{
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translatex(-50%);
  width: 60%;
  padding: 20px 30px;
}
.concept .concept-catch ul li h2 .sub img{
  position: absolute;
  top: -29%;
  left: 25%;
  width: 40%;
  background: none;
  padding: 0;
  z-index: 2;
  text-shadow: 2px 2px 3px #fff;
}

.concept .concept-catch ul li .pic img{
  width: 100%;
}
.concept .concept-catch ul li p{
  margin: 30px auto 50px;
  font-size: 2.0rem;
}


.concept .cont-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 160px;  
}
.concept .cont-list li{
  max-width: 547px;
  width: calc(50% - 10px);  
}
.concept .cont-list li:nth-child(n+3){
  margin-top: 180px;  
}
.concept .cont-list a{
  transition: .5s;  
}
.concept .cont-list a:hover{
  filter: brightness(1.2); 
}
.concept .cont-list h3{
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: normal;
  color: #99811E;
  letter-spacing: .2em;
  text-align: center;  
}
.concept .cont-list .pic+p{
  margin: 25px 0 20px;
  font-size: 2.2rem;
  line-height: 2;  
}
.concept .concept-catch .view-more .en,
.concept .cont-list .view-more .en {
    padding: 12px 70px 15px 20px;
    background: url(../img/common/arw_btn_circle_w.svg) no-repeat;
    background-position: 95% center;
    background-size: 38px auto;
    font-size: 2rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #bb9d1a;;
}













/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* concept
-----------------------------------------------------------------*/
  .concept{
    padding: 0 0 60px;   
  }
  .kv{
    margin-top: 120px;
    padding: 170px 0 60px;
  }
  .kv h1{
    top: 10px;
  }
  .kv h1 .ja{
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .kv h1 .en{
    font-size: 1.6rem;
  }
  .kv  .txt-lead{
    top: 37%;
    width: 40vw; 
  }
  .concept .txt{
    margin-bottom: 120px;
    font-size: 1.8rem;
    line-height: 2;  
  }


  .concept .concept-catch{
    margin-bottom: 50px;
  }
  .concept .concept-catch ul li h2 img{
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translatex(-50%);
    width: 70%;
    padding: 20px 30px;
  }
  .concept .concept-catch ul li h2 .sub img{
    position: absolute;
    top: -30%;
    left: 25%;
    width: 40%;
    background: none;
    padding: 0;
    z-index: 2;
    text-shadow: 2px 2px 3px #fff;
  }
  .concept .concept-catch ul li{
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
  }
  .concept .concept-catch ul li p{
    margin: 30px auto 30px;
    font-size: 1.6rem;
  }


  .concept .cont-list{
    display: block;
    margin-bottom: 80px;  
  }
  .concept .cont-list li{
    max-width: none;
    width: 100%;  
  }
  .concept .cont-list li:nth-child(n+2){
    margin-top: 40px;  
  }
  .concept .cont-list a:hover{
    filter: brightness(1); 
  }
  .concept .cont-list h3{
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
  .concept .cont-list .pic+p{
    margin: 10px 0 15px;
    font-size: 1.5rem;
    text-align: justify;  
  }
  .concept .cont-list .view-more .en {
    padding: 5px 35px 8px 0;
    background-size: 26px auto;
    font-size: 1.8rem;
  }


}