@charset "UTF-8";
/*main*/
main .line img {
  padding-bottom: 0.26vw;
}

main .line a {
  position: -webkit-fixed;
  position: fixed;
  right: 0;
  top: 9.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #01b301;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.37;
  font-weight: bold;
  padding: 0.52vw;
  z-index: 1;
}

main .fv {
  position: relative;
}

main .fv img {
  width: 100%;
}

main .about {
  text-align: center;
  padding-bottom: 6.77vw;
}

main .about h2 {
  font-size: clamp(23px, 2.4vw, 46px);
  line-height: 1.73;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about h2:before {
  content: "";
  display: inline-block;
  background-image: url(../images/sub-title-top.png);
  background-size: 100% 100%;
  width: 24.48vw;
  height: 1.56vw;
  margin-top: 5.99vw;
  margin-bottom: 1.56vw;
}

main .about h2:after {
  content: "";
  display: inline-block;
  background-image: url(../images/sub-title-bottom.png);
  background-size: 100% 100%;
  width: 24.48vw;
  height: 0.52vw;
  margin-top: 1.56vw;
  margin-bottom: 3.39vw;
}

main .about p {
  font-weight: 600;
}

main .about .text1 {
  font-size: clamp(15px, 1.56vw, 30px);
  line-height: 1.66;
  text-align: center;
}

main .about .text2 {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1.87;
  margin: 2.34vw 0 3.91vw;
}

main .about .img-wrap {
  margin-bottom: 7.03vw;
}

main .about .img-wrap img {
  -webkit-box-shadow: 2.86vw 1.82vw 0px -6px #eeeeee;
          box-shadow: 2.86vw 1.82vw 0px -6px #eeeeee;
}

main .about .menu-btn-wrap .menu-btn {
  font-size: clamp(12px, 0.68vw, 13px);
  letter-spacing: 0.2em;
  padding: 0.94vw 2.08vw;
  background-color: #000;
  color: #fff;
  display: inline-block;
}

main .about .slick-dots {
  margin-left: -1.2vw;
}

main .about .slick-dots li button:before {
  font-size: clamp(20px, 3.65vw, 70px);
}

main .beginner {
  background-color: #eeeeee;
  padding: 5.21vw 0 7.81vw;
}

main .beginner h2 {
  font-size: clamp(23px, 2.4vw, 46px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 4.69vw;
}

main .beginner .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main .beginner .list-wrap dl {
  width: 19.27vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .beginner .list-wrap dl dd {
  font-size: clamp(12px, 1.15vw, 22px);
  line-height: 1.54;
  font-weight: 600;
  padding-top: 1.04vw;
}

main .beginner .list-wrap dl dd span {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1.87;
  display: block;
  padding-top: 1.04vw;
}

_:lang(x) + _:-webkit-full-screen-document,
main .line a {
  right: 20px;
}

@media screen and (max-width: 768px) {
  body .sp-line {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  body .sp-line a {
    padding: 1.73vw 0 1.33vw;
    color: #fff;
    background-image: url(../images/sp-line.jpg);
    background-size: 100% 100%;
    display: block;
    font-size: clamp(19px, 5.07vw, 38px);
    text-align: center;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.26;
    font-weight: bold;
    height: 13.33vw;
  }
  body .sp-line a img {
    width: 9.87vw;
    margin-right: 2.93vw;
  }
  main .line {
    display: none;
  }
  main .fv img {
    width: 100%;
  }
  main .about {
    text-align: left;
    padding: 0 0 17.33vw;
  }
  main .about h2 {
    font-size: clamp(25px, 6.67vw, 50px);
    padding: 0 2.67vw 0;
  }
  main .about h2:before {
    width: 62.67vw;
    height: 4vw;
    margin: 13.33vw 0 3.67vw;
  }
  main .about h2:after {
    width: 62.67vw;
    height: 1.33vw;
    margin-bottom: 8.67vw;
  }
  main .about .text1 {
    margin-bottom: 8.67vw;
    font-size: clamp(20px, 5.33vw, 40px);
    letter-spacing: 0.05em;
    padding: 0 2.67vw;
  }
  main .about .img-wrap {
    padding: 0 2.67vw;
  }
  main .about .text2 {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.53;
    margin: 10.67vw 0;
    padding: 0 2.67vw;
  }
  main .about .menu-btn-wrap {
    text-align: center;
  }
  main .about .menu-btn-wrap .menu-btn {
    font-size: clamp(14px, 3.73vw, 28px);
    padding: 4.67vw 11.33vw;
  }
  main .about .slick-dots {
    margin-left: -6.2vw;
  }
  main .about .slick-dots li button:before {
    font-size: 70px;
  }
  main .beginner {
    font-size: clamp(25px, 6.67vw, 50px);
    padding-top: 16.67vw;
    padding: 16.67vw 2.67vw 0;
  }
  main .beginner h2 {
    margin-bottom: 12vw;
    font-size: clamp(25px, 6.67vw, 50px);
  }
  main .beginner .list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .beginner .list-wrap dl {
    width: 100%;
  }
  main .beginner .list-wrap dl dt {
    text-align: center;
  }
  main .beginner .list-wrap dl dt img {
    width: 72.67vw;
  }
  main .beginner .list-wrap dl dd {
    font-size: clamp(20px, 5.33vw, 40px);
  }
  main .beginner .list-wrap dl dd span {
    font-size: clamp(15px, 4vw, 30px);
    margin-bottom: 10.67vw;
  }
}

/*ここまでmain*/
/*# sourceMappingURL=style.css.map */