@charset "UTF-8";


/*========================================

  indexページ

========================================*/
/* sec001 */
#sec001 {
  background-color: #000;
  background-image: url(../img/hero_img_pc.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: top;
  padding-top: 16vw;
  padding-bottom: 60px;
}

#sec001 h1 img {
  width: 460px;
}

#sec001 h2 {
  margin-top: 2vw;
}

#sec001 p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10vw;
}

#sec001 .btn {
  position: relative;
  width: 540px;
  margin: 0 auto;
  margin-top: 30px;
}

#sec001 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 100vh;
  background-color: #3ce032;
}

#sec001 .btn a:hover {
  opacity: .7;
  transition: .3s;
}

#sec001 .btn:after {
  position: absolute;
  content: "";
  top: 35px;
  right: 25px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

#sec001 .btn.b01:after {
  background-image: url(../img/mrk_01.svg);
}

#sec001 .btn.b02:after {
  background-image: url(../img/mrk_02.svg);
}

#sec001 .btn.b03:after {
  background-image: url(../img/mrk_03.svg);
}

#sec001 .btn.b03 a {
  background-color: #777;
}

#sec001 dl {
  width: 1250px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 60px;
}

#sec001 dl dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

#sec001 dl dt:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ddd;
  display: block;
  margin-left: .5em;
}

#sec001 dl dd ul {
  margin-top: 1em;
}

#sec001 dl dd ul li {
  font-size: 14px;
  line-height: 1.8em;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #sec001 {
    background-image: url(../img/hero_img_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: top;
    padding-top: 30vw;
    padding-bottom: 10vw;
  }

  #sec001 h1 img {
    width: 80vw;
  }

  #sec001 h2 {
    margin-top: 8vw;
  }

  #sec001 h2 img {
    width: 45vw;
  }

  #sec001 p {
    font-size: 4vw;
    letter-spacing: normal;
    margin-top: 28vw;
  }

  #sec001 .btn {
    position: relative;
    width: 86%;
    margin: 0 auto;
    margin-top: 5vw;
  }

  #sec001 .btn a {
    height: 20vw;
    font-size: 4.3vw;
    letter-spacing: normal;
  }

  #sec001 .btn:after {
    position: absolute;
    content: "";
    top: 6.5vw;
    right: 4vw;
    display: block;
    width: 7vw;
    height: 7vw;
  }

  #sec001 .btn.b01:after {
    background-image: url(../img/mrk_01.svg);
  }

  #sec001 .btn.b02:after {
    background-image: url(../img/mrk_02.svg);
  }

  #sec001 .btn.b03:after {
    background-image: url(../img/mrk_03.svg);
  }

  #sec001 dl {
    width: 86%;
    margin: 0 auto;
    letter-spacing: normal;
    margin-top: 10vw;
  }

  #sec001 dl dt {
    font-size: 4vw;
  }

  #sec001 dl dd ul li {
    font-size: 3.2vw;
    line-height: 1.7em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}