@charset "utf-8";
/*--------------------------------------------------------------------
  @TOP
----------------------------------------------------------------------*/

/* mv
--------------------------------------------------*/
.mv{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  background: url(/assets/images/index/mv_sp.jpg) no-repeat 50% 0;
  background-size: cover;
}
.mv_ttl{
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(474px / 2);
  height: calc(106px / 2);
  text-indent: 100%;
  white-space: nowrap;
  transform: translate(-50%,-60%);
}
.mv_ttl::before{
  display: block;
  width: calc(474px / 2);
  height: calc(106px / 2);
  background: url(/assets/images/index/main_ttl_sp.png) no-repeat 50% 0;
  background-size: cover;
  content: '';
}

/* sec
--------------------------------------------------*/
.sec{
  padding: 14px 0;
}
.sec_ttl{
  position: relative;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.sec_ttl::before,
.sec_ttl::after{
  background-repeat: no-repeat;
  background-position: 50%;
  content: '';
}
.sec_ttl::before{
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 30px;
  height: 13px;
  margin-left: -15px;
  background-image: url(/assets/images/index/img_accessories.png);
}
.sec_ttl::after{
  display: block;
  height: 10px;
  margin: 7px auto;
  background-size: cover;
}
.sec .txt{
  line-height: 2;
}
.sec .btn{
  display: flex;
  text-align: center;
  box-shadow: 2px 2px 0 rgba(0,0,0,.5);
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.sec02,
.sec03{
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* sec01 */
.sec01 .inner{
  margin: 0 15px;
}
.sec01 .sec_ttl::after{
  width: calc(146px / 2);
  background-image: url(/assets/images/index/ttl_production.png);
}
.sec01 .txt{
  margin-top: 33px;
  letter-spacing: -.05em;
}
.sec01 .fig{
  width: 285px;
  margin: 22px auto;
}
.sec01 .fig img{
  width: 100%;
  height: auto;
}

/* sec02 */
.sec02{
  background-image: url(/assets/images/index/bg01_sp.png);
}
.sec02 .inner{
  position: relative;
  margin: 57px auto;
}
.sec02 .sec_ttl::after{
  width: calc(86px / 2);
  background-image: url(/assets/images/index/ttl_talent.png);
}
.sec02 .list{
  display: flex;
  margin: 55px 10px 0;
  flex-wrap: wrap;
}
.sec02 .list > *{
  width: calc((100% - 40px) / 2);
  margin: 23px 10px;
}
.sec02 .btn{
  height: 80px;
  padding-right: 10px;
  border-radius: 15px;
  background: url(/assets/images/index/ico_arw.png) no-repeat #ff8a00;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px auto;
  font-size: 2rem;
  line-height: 1.4;
}
.sec02 .btn._nodata{
  background-color: #a8a8a8;
  background-image: url(/assets/images/index/ico_arw_gr.png);
  pointer-events: none;
  flex-direction: column;
}
.sec02 .btn._nodata::after{
  display: block;
  font-size: 2rem;
  content: '-coming soon-';
}

/* sec03 */
.sec03{
  background-image: url(/assets/images/index/bg02_sp.png);
}
.sec03 .sec_ttl::after{
  width: calc(104px / 2);
  background-image: url(/assets/images/index/ttl_contact.png);
}
.sec03 .box{
  margin: 40px 15px;
  padding: 10px 33px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0,0,0,.5);
  text-align: center;
  font-weight: bold;
}
.sec03 .tel{
  line-height: 1.1;
}
.sec03 .tel img{
  display: inline-block;
}
.sec03 .tel_time{
  display: block;
  padding-left: 16%;
  font-size: 1rem;
}
.sec03 .btn{
  height: 60px;
  border-radius: 30px;
  background: #ff8a00;
  font-size: 1.6rem;
}
.sec03 .btn::before{
  display: inline-block;
  width: calc(78px / 2);
  height: 30px;
  margin-right: 16px;
  background: url(/assets/images/index/ico_mail.png) no-repeat;
  background-size: cover;
  content: '';
}

/* sec04 */
.sec04 .inner{
  margin: 0 15px;
}
.sec04 .sec_ttl::after{
  width: calc(222px / 2);
  background-image: url(/assets/images/index/ttl_company.png);
}
.sec04 .layout{
  margin: 40px auto 0;
}
.sec04 .logo{
  width: 260px;
  margin: 0 auto 9px;
}
.sec04 .data{
  display: flex;
  margin: 0 10.15%;
  font-size: 1rem;
  line-height: 2.5;
  flex-wrap: wrap;
}
.sec04 .data > *{
  margin: 9px 0;
}
.sec04 .data > *:nth-child(odd){
  width: 25%;
  font-weight: bold;
}
.sec04 .data > *:nth-child(even){
  width: 75%;
}
.sec04 .map{
  overflow: hidden;
  position: relative;
  height: 0;
  margin-top: 30px;
  padding-bottom: 75.8%;
  border: 1px solid #333;
}
.sec04 .map_frame{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 768px){
  .sec_ttl::before{
    background-size: cover;
  }

  .sec01,
  .sec03{
    text-align: center;
  }

  .sec03 .tel{
    margin-top: 17px;
  }
  .sec03 .tel::after{
    display: block;
    width: 68px;
    height: 1px;
    margin: 24px auto 30px;
    background: #333;
    content: '';
  }
}

@media screen and (min-width: 769px){
  .mv{
    background-image: url(/assets/images/index/mv_pc.jpg);
  }
  .mv_ttl{
    width: 786px;
    height: 162px;
    transform: translate(-50%,-38%);
  }
  .mv_ttl::before{
    width: 786px;
    height: 162px;
    background-image: url(/assets/images/index/main_ttl_pc.png);
  }

  .sec_ttl{
    font-size: 3rem;
  }
  .sec_ttl::before{
    bottom: -44px;
    width: 48px;
    height: 22px;
    margin-left: -24px;
  }
  .sec_ttl::after{
    height: 15px;
    margin: 12px auto;
  }
  .sec .txt{
    line-height: 2.3;
  }
  .sec .btn{
    box-shadow: 5px 5px 0 rgba(0,0,0,.5);
    transition: opacity .3s ease;
  }
  .sec .btn:hover{
    text-decoration: none;
    opacity: .8;
  }

  .sec01{
    position: relative;
    padding: 60px 0 146px;
  }
  .sec01 .inner{
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 620px;
    text-align: center;
  }
  .sec01 .sec_ttl{
    letter-spacing: -.02em;
  }
  .sec01 .sec_ttl::after{
    width: 112px;
  }
  .sec01 .txt{
    margin-top: 80px;
  }
  .sec01 .fig{
    position: absolute;
    top: -26px;
    left: 50%;
    width: 486px;
    margin-left: -569px;
  }

  .sec02{
    position: relative;
    margin-top: -23px;
    padding: 150px 0 16px;
    background-image: url(/assets/images/index/bg01_pc.png);
  }
  .sec02::before{
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 656px;
    height: 760px;
    background: url(/assets/images/index/bg_accessories.png) no-repeat 0;
    content: '';
  }
  .sec02 .sec_ttl::after{
    width: 66px;
  }
  .sec02 .list{
    margin: 40px -16px -46px;
  }
  .sec02 .list > *{
    width: calc((100% - 96px) / 3);
    margin: 46px 16px;
  }
  .sec02 .btn{
    height: 157px;
    border-radius: 30px;
    background-size: 32px auto;
    background-position: calc(100% - 20px) 50%;
    font-size: 3rem;
  }

  .sec03{
    padding: 184px 0 157px;
    background-image: url(/assets/images/index/bg02_pc.png);
    background-color: #edf3af;
  }
  .sec03 .sec_ttl::after{
    width: 80px;
  }
  .sec03 .layout{
    display: flex;
    margin-top: 36px;
  }
  .sec03 .layout > *{
    width: calc(100% / 2);
    padding: 35px 60px;
  }
  .sec03 .layout > *:first-of-type{
    border-right: 1px solid #333;
  }
  .sec03 .box{
    margin: 77px 0 0;
    padding: 22px 12px 45px;
    box-shadow: 5px 5px 0 rgba(0,0,0,.5);
    border-radius: 20px;
  }
  .sec03 .tel_time{
    font-size: 1.4rem;
  }
  .sec03 .btn{
    width: 280px;
    margin: 0 auto;
  }
  .sec02 .inner,
  .sec03 .inner{
    width: 1000px;
    margin: 0 auto;
  }

  .sec04{
    padding: 60px 0 0;
  }
  .sec04 .inner{
    width: 1200px;
    margin: 0 auto;
  }
  .sec04 .layout{
    display: flex;
    margin: 90px auto 0;
  }
  .sec04 .outline{
    width: 586px;
    margin-left: 25px;
  }
  .sec04 .sec_ttl::after{
    width: 171px;
  }
  .sec04 .logo{
    width: 521px;
    margin: 0 0 7px;
  }
  .sec04 .data{
    margin: 0 0 0 106px;
    font-size: 1.4rem;
    line-height: 3;
  }
  .sec04 .data > * {
    margin: 5px 0;
  }
  .sec04 .data > *:nth-child(odd){
    width: 135px;
  }
  .sec04 .data > *:nth-child(even){
    width: calc(100% - 135px);
  }
  .sec04 .map{
    width: 590px;
    height: 450px;
    margin-top: 24px;
    padding: 0;
  }
}
