#mv{
  position: relative;
  width: 100%;
  height: 640px;
  background: url("../images/top/mv.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
#mv .inner{
  margin-left: calc(50% + 60px);
}
#mv h2{
  font-size: 34px;
  padding-top: 200px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 60px;
}
#mv h3{
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: .05em;
}

#service{
  position: relative;
  width: 100%;
  background: url("../images/top/service_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 110px 0 120px;
}
#service .inner{
  width: 920px;
  margin: 0 auto;
}
#service .inner h2{
  position: relative;
  padding: .5em 0 .5em 30px;
  font-size: 22px;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}
#service .inner h2::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #2c31a6;
  top: 0;
  left: 0;
}
#service .inner h2 .en{
  display: block;
  font-size: .7em;
  margin-top: .3em;
  font-family: din-2014, sans-serif;
}
#service .inner .lead{
  font-size: 12px;
  padding-left: 30px;
  line-height: 2.5;
  letter-spacing: .05em;
  margin-bottom: 80px;
}
#service .inner ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#service .inner ul li{
  width: 280px;
  padding: 50px 30px 30px;
  background: rgba(255,255,255,0.75);
}
#service .inner ul li h3{
  text-align: center;
  color: #2c31a6;
  font-size: 18px;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}
#service .inner ul li .copy{
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
#service .inner ul li .link{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em 20px;
  background: #2c31a6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.7;
  margin-bottom: 15px;
}
#service .inner ul li .link::after{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/top/ico_blank.svg") no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#service .inner .banners{
  text-align: center;
  margin-top: 60px;
}
#service .inner .banners img{
  max-width: 728px;
}
#service .inner .banners a:hover {
    opacity: .8;
}

#company{
  background: #ebebeb url("../images/common/bg_logo.svg") no-repeat  -30px center;
  background-size: 630px;
}
#company .wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 490px;
  height: 700px;
  margin: 0 0 0 calc(50% - 30px);
  padding: 0 60px;
  background: #fff;
}
#company .wrap h2{
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: .05em;
}
#company .wrap dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#company .wrap dl dt{
  display: flex;
  justify-content: space-between;
  width: 68px;
  font-size: 12px;
  text-align: center;
  letter-spacing: .05em;
}
#company .wrap dl dd{
  position: relative;
  width: calc(100% - 68px);
  font-size: 12px;
  padding-left: 1em;
  margin-bottom: .9em;
  line-height: 1.7;
}
#company .wrap dl dd::before{
  position: absolute;
  content: "：";
  top: 0;
  left: 0;
}
#company .wrap .licence{
  font-size: 12px;
}

#contact{
  width: 100%;
  background: #fff;
  padding: 120px 0 130px;
}
#contact .inner{
  position: relative;
  width: 545px;
  margin: 0 auto;
}
#contact h2{
  position: relative;
  padding: .5em 0;
  font-size: 22px;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}
#contact h2::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #2c31a6;
  top: 0;
  left: -30px;
}
#contact h2 .en{
  display: block;
  font-size: .7em;
  margin-top: .3em;
  font-family: din-2014, sans-serif;
}
#contact .inner .lead{
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
#contact .inner .lead .req{
  color: #BE0000;
}
#contact #form dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
#contact #form dl dt{
  width: calc(100% - 364px);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  float: none;
  border-top: none;
  text-align: left;
}
#contact #form dl dd{
  width: 364px;
  padding: 0;
  border-top: none;
  margin-bottom: 1.2em;
}
#contact #form .mfp_colored{
  background: none;
}
#contact #form .ttl .req_icon{
  color: #BE0000;
}
#contact #form input, #contact #form textarea{
  width: 100%;
  font-size: 12px;
  background: #f3f3f3;
  padding: .7em 1.5em;
  border: none;
  box-shadow: none;
}
#contact #form input.zip{
  width: 10em;
}
#contact #form input.tel{
  width: 18em;
}
#contact div.mfp_buttons{
  text-align: right;
}
#contact .mfp_element_submit{
  position: relative;
  width: 190px;
  padding: 1em 1.5em;
  background: #2c31a6;
  text-align: left;
  letter-spacing: .1em;
}
#contact .mfp_element_submit::after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#contact #form .note{
  font-size: 11px;
  color: #000;
}
#contact #form .note a{
  color: #000;
  text-decoration: underline;
}
#contact .thanks{
  font-size: 12px;
}
#contact .back{
  display: inline-block;
  color: #000;
  text-decoration: underline;
  margin-top: 3em;
  font-size: 12px;
}


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

  .btnHamburger .line {
	  background: #fff;
	 }
  header.scroll .btnHamburger .line, .btnHamburger.is-active .line {
    background: #000;
  }

  /* header */
  header{
    background: transparent;
  }
  header.scroll{
    background: #fff;
  }
  header h1 img.orig{
    opacity: 0;
  }
  header h1 img.sp{
    opacity: 1;
  }
  header.scroll h1 img.orig, header.opened h1 img.orig{
    opacity: 1;
  }
  header.scroll h1 img.sp, header.opened h1 img.sp{
    opacity: 0;
  }

  main{
    padding-top: 0;
  }

  #mv{
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    background-position: 20% center;
  }
  #mv .inner{
    width: 80%;
    margin: 0 auto;
  }
  #mv h2{
    font-size: 1.5em;
    padding-top: 27vh;
    margin-bottom: 1.5em;
  }
  #mv h3{
    font-size: .85em;
    line-height: 2.2;
  }

  #service{
    position: relative;
    width: 100%;
    background: #dada71 url("../images/top/service_bg_sp.jpg") no-repeat center top;
    background-size: 100%;
    padding: 3em 0;
  }
  #service .inner{
    width: 88%;
  }
  #service .inner h2{
    position: relative;
    padding: .3em 0 .3em 25px;
    font-size: 1.4em;
    letter-spacing: .1em;
    margin-bottom: 1.2em;
  }
  #service .inner h2::before{
    width: 6px;
  }
  #service .inner h2 .en{
    font-size: .65em;
  }
  #service .inner .lead{
    font-size: .75em;
    line-height: 2.2;
    padding-left: 25px;
    margin-bottom: 4em;
  }
  #service .inner ul{
    display: block;
  }
  #service .inner ul li{
    width: 100%;
    padding: 2.5em 10% 1.5em;
    margin-bottom: 1.5em;
  }
  #service .inner ul li h3{
    text-align: center;
    color: #2c31a6;
    font-size: 1.2em;
    letter-spacing: .1em;
    margin-bottom: 1.5em;
  }
  #service .inner ul li .copy{
    font-size: .75em;
    line-height: 1.8;
    margin-bottom: 2em;
  }
  #service .inner ul li .link{
    width: 80%;
    padding: 1em 20px;
    font-size: .72em;
    margin: 0 auto 15px;
  }
  #service .inner .banners{
    margin-top: 3em;
  }

  #company{
    background: #ebebeb url("../images/common/bg_logo.svg") no-repeat 35% 5vh;
    background-size: 180%;
    padding: 3em 0;
  }
  #company .wrap{
    width: 86%;
    height: auto;
    margin: 0 auto;
    padding: 4em 2em;
    background: rgba(255,255,255,.8);
  }
  #company .wrap h2{
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
  #company .wrap dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
  #company .wrap dl dt{
    width: 60px;
    font-size: .7em;
    line-height: 1.7;
  }
  #company .wrap dl dd{
    width: calc(100% - 60px);
    font-size: .7em;
  }
  #company .wrap dl dd a{
    color: #000;
  }
  #company .wrap .licence{
    font-size: .7em;
  }

  #contact{
    width: 100%;
    background: #fff;
    padding: 4em 0;
  }
  #contact .inner{
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  #contact h2{
    position: relative;
    padding: .3em 0 .3em 25px;
    font-size: 1.4em;
    letter-spacing: .1em;
    margin-bottom: 1.2em;
  }
  #contact h2::before{
    width: 6px;
    left: 0;
  }
  #contact h2 .en{
    font-size: .65em;
  }
  #contact .inner .lead{
    font-size: .75em;
    line-height: 2.2;
    padding-left: 25px;
    margin-bottom: 4em;
  }
  #contact #form dl{
    display: block;
    margin-bottom: 1.5em;
  }
  #contact #form dl dt{
    width: 100%;
    font-size: .85em;
  }
  #contact #form dl dd{
    width: 100%;
  }
  #contact #form input, #contact #form textarea{
    width: 100%;
    padding: 1em 1.5em;
  }
  #contact div.mfp_buttons{
    text-align: center;
  }
  #contact .mfp_element_submit{
    position: relative;
    width: 60%;
    font-size: .8em;
  }
  #contact .mfp_element_submit::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  #contact #form .note{
    font-size: 11px;
    color: #000;
  }
  #contact #form .note a{
    color: #000;
    text-decoration: underline;
  }
  #contact .thanks{
    font-size: 12px;
  }
  #contact .back{
    display: inline-block;
    color: #000;
    text-decoration: underline;
    margin-top: 3em;
    font-size: 12px;
  }
}
