@charset "utf-8";

/* visual */

.cont-ttlWrap .cont-kv.inview figure{
  opacity: 0;
  animation: kv-on 1.1s ease-out .5s forwards;
}
@keyframes kv-on {
  100% {
    opacity: 1;
  }
}

.cont-ttlWrap .cont-ttl .ttl small{
  font-size: 85%;
  font-weight: 200;
  line-height: 1.0;
}


/* -----------------------------------------------

About

 ----------------------------------------------- */

.About .sub{
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

/* intro */

.About .intro{
  background: url(../images/about/bg_concept_l_pc.png) center left no-repeat, url(../images/about/bg_concept_r_pc_221111.png) center right no-repeat;
  background-size: 28%;
  text-align: center;
}
.About .intro .concept{
  width: 36%;
  max-width: 576px;
  margin: 30px auto 0;
}
.About .intro .txt{
  margin-top: 50px;
  letter-spacing: .25rem;
  line-height: 2.0;
}
.About .intro .logo{
  width: 26%;
  max-width: 320px;
  margin: 50px auto 0;
}


/* feature */

.featuresWrap{
  margin: 160px auto 120px;
}
.featuresWrap .sec-img{
  padding: 8.5%;
  background: url(../images/about/bg_about_pc.jpg) center no-repeat;
  background-size: cover;
}
.featuresWrap .sec-ttl{
  width: 32%;
  max-width: 396px;
  margin: 0 auto;
}
.featuresWrap .feature-list{
  display: flex;
  width: 90%;
  max-width: 900px;
  margin: -80px auto 0;
  justify-content: space-between;
}
.featuresWrap .feature-list li{
  width: 33.3%;
}

.featuresWrap .wrap{
  margin: 100px auto 0;
}
.featuresWrap .feature{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featuresWrap .feature.reserve{
  flex-flow: row-reverse;
}
.featuresWrap .feature .txtWrap{
  width: 47%;
  margin-top: 80px;
}
.featuresWrap .feature .txtWrap .reasonNo{
  font-size: 3.6rem;
  color: #EC8000;
  font-weight: 200;
}
.featuresWrap .feature .txtWrap .reasonNo big{
  margin-left: 7px;
  font-size: 160%;
  font-weight: 200;
  line-height: 1;
}
.featuresWrap .feature .txtWrap .ttl{
  margin-top: -5px;
  font-size: 3.2rem;
  font-weight: 600;
}
.featuresWrap .feature .txtWrap .txt{
  margin-top: 20px;
  line-height: 2.0;
}
.featuresWrap .feature .photo{
  width: 47%;
}

.featuresWrap .flow{
  margin-top: 100px;
  padding: 45px 60px 60px;
  background: #EDEDED;
}
.featuresWrap .flow .flow-ttl{
  position: relative;
}
.featuresWrap .flow .flow-ttl::after{
  content:"";
  display: block;
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.featuresWrap .flow .flow-ttl > span{
  display: inline-flex;
  padding-right: 12px;
  background: #EDEDED;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
.featuresWrap .flow .flow-ttl .en{
  font-size: 4.6rem;
  font-weight: 200;
}
.featuresWrap .flow .flow-ttl small{
  margin-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .3rem;
}
.featuresWrap .flow .flow-list{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.featuresWrap .flow .flow-list li{
  width: 23%;
}
.featuresWrap .flow .flow-list li:nth-of-type(n+5){
  margin-top: 30px;
}
.featuresWrap .flow .flow-list li .flow-photo{
  position: relative;
}
.featuresWrap .flow .flow-list li .flow-photo::after{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #848181;
  position: absolute;
  top: 50%;
  right: -11%;
  transform: translate(-7.5px,-50%);
}
.featuresWrap .flow .flow-list li:nth-of-type(4n) .flow-photo::after,
.featuresWrap .flow .flow-list li:nth-of-type(13) .flow-photo::after{
  content: none;
}
.featuresWrap .flow .flow-list li .flow-photo > span{
  height: 22px;
  padding: 4px 4px 4px 6px;
  background: #ec8000;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.featuresWrap .flow .flow-list li .flow-photo > span::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 12px;
  border-color: transparent transparent transparent #ec8000;
  position: absolute;
  right: -12px;
  bottom: 0;
}
.featuresWrap .flow .flow-list li .ttl{
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.featuresWrap .flow .flow-list li .ttl + .txt{
  margin-top: 2px;
  font-size: 1.3rem;
}
.featuresWrap .flow .flow-list li.wide{
  display: flex;
  width: 74.2%;
  padding: 0 0 0 30px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}
.featuresWrap .flow .flow-list li.wide .txtwrap{
  width: 48%;
  padding: 0 20px;
}
.featuresWrap .flow .flow-list li.wide .txtwrap .logo{
  width: 120px;
}
.featuresWrap .flow .flow-list li.wide .txtwrap .txt{
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
.featuresWrap .flow .flow-list li.wide .thumbnail{
  width: 48%;;
}



@media screen and (max-width:768px) {
  
  .cont-ttlWrap .cont-kv{
    width: 100%;
    background: url(../images/about/kv.jpg) center no-repeat;
    background-size: cover;
  }
  
  .About .sub{
    font-size: 2.4rem;
  }

  /* intro */

  .About .intro{
    background: none;
  }
  .About .intro .concept{
    width: 75%;
    margin: 25px auto 0;
  }
  .About .intro .txt{
    margin-top: 25px;
    line-height: 2.0;
    letter-spacing: .25rem;
  }
  .About .intro .logo{
    width: 50%;
    margin: 30px auto 0;
  }
  .About .intro .img{
    margin: 30px auto 0;
  }


  /* feature */

  .featuresWrap{
    margin: 60px auto;
  }
  .featuresWrap .sec-img{
    padding: 26.5% 0;
    background: url(../images/about/bg_about_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .featuresWrap .sec-ttl{
    width: 55%;
  }
  .featuresWrap .feature-list{
    width: 95%;
    margin: -40px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .featuresWrap .feature-list li{
    width: 46%;
    margin: 0 2%;
  }
  .featuresWrap .feature-list li:nth-of-type(3){
    transform: translateY(-20%);
  }

  .featuresWrap .wrap{
    margin: 0 auto;
  }
  .featuresWrap .feature{
    display: block;
    margin-top: 30px;
  }
  .featuresWrap .feature .txtWrap{
    width: 100%;
    margin-top: 0;
  }
  .featuresWrap .feature .txtWrap .reasonNo{
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .featuresWrap .feature .txtWrap .ttl{
    margin-top: 0;
    font-size: 2.6rem;
    text-align: center;
  }
  .featuresWrap .feature .txtWrap .txt{
    margin-top: 15px;
    line-height: 1.8;
  }
  .featuresWrap .feature .photo{
    width: 100%;
    margin-top: 25px;
  }
  
  .featuresWrap .flow{
    margin-top: 40px;
    padding: 2.5% 5% 5%;
  }
  .featuresWrap .flow .flow-ttl > span{
    padding-right: 12px;
  }
  .featuresWrap .flow .flow-ttl .en{
    font-size: 2.6rem;
  }
  .featuresWrap .flow .flow-ttl small{
    margin-left: 12px;
    font-size: 1.2rem;
  }
  .featuresWrap .flow .flow-list{
    margin-top: 10px;
  }
  .featuresWrap .flow .flow-list li{
    width: 46%;
  }
  .featuresWrap .flow .flow-list li:nth-of-type(n+3){
    margin-top: 20px;
  }
  .featuresWrap .flow .flow-list li .flow-photo::after{
    border-width: 6px 0 6px 8px;
    right: -17%;
    transform: translate(-7.5px,-50%);
  }
  .featuresWrap .flow .flow-list li:nth-of-type(2n) .flow-photo::after,
  .featuresWrap .flow .flow-list li:nth-of-type(13) .flow-photo::after{
    content: none;
  }
  .featuresWrap .flow .flow-list li .flow-photo > span{
    height: 18px;
    padding: 4px 4px 4px 6px;
    font-size: 1.2rem;
  }
  .featuresWrap .flow .flow-list li .flow-photo > span::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 0 10px;
    border-color: transparent transparent transparent #ec8000;
    position: absolute;
    right: -10px;
    bottom: 0;
  }
  .featuresWrap .flow .flow-list li .ttl{
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .featuresWrap .flow .flow-list li .ttl + .txt{
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .featuresWrap .flow .flow-list li.wide{
    display: block;
    width: 100%;
    padding: 8% 5%;
  }
  .featuresWrap .flow .flow-list li.wide .txtwrap{
    width: 100%;
    padding: 0;
  }
  .featuresWrap .flow .flow-list li.wide .txtwrap .logo{
    width: 120px;
    margin: 0 auto;
  }
  .featuresWrap .flow .flow-list li.wide .txtwrap .txt{
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: center;
  }
  .featuresWrap .flow .flow-list li.wide .thumbnail{
    width: 100%;
    margin-top: 20px;
  }
}
