@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp20 {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp24 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: 3.7333333333vw;
  }
}

.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

.w1024 {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .w1024 {
    width: 100%;
  }
}

.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .w1080 {
    width: 100%;
  }
}

.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
  }
}

.w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .w1300 {
    width: 100%;
  }
}

.w1400 {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .w1400 {
    width: 100%;
  }
}

.w1600 {
  width: 1600px;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc45per {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc50per {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc100per {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp45per {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp50per {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp85per {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp100per {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .h-pc50 {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .h-pc100 {
    height: 100px;
  }
}

.txt-pop {
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: 1.3333333333vw;
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: 13.3333333333vw;
  }
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-j-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-al-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-alsl-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .flex-sp-clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.three-column-list-item {
  width: 29.9%;
  margin-right: 1.5%;
}
.three-column-list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .three-column-list-item {
    width: 100%;
  }
}

.four-column-list-item {
  width: 23.875%;
  margin-right: 1.5%;
}
.four-column-list-item:nth-child(4n) {
  margin-right: 0;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  color: #222222;
  font-weight: 400;
  line-height: 1.75;
  min-width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.8;
  }
}

.btol-bace-c {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

li {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.b-clear {
  background-color: rgba(255, 255, 255, 0.7);
}

.font-roboto {
  font-family: "Roboto";
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.tab-in {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-in {
    display: inline;
  }
}

.sp-in {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

.bold {
  font-weight: bold;
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================
d キャンペーン
===================================================*/
.e-body {
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  line-height: 1.75;
  min-width: 1300px;
}
@media screen and (max-width: 767px) {
  .e-body {
    min-width: 100%;
  }
}

.number {
  font-family: "Poppins", sans-serif;
}

.txt-yellow {
  color: #FFF943;
}

.txt-brawn {
  color: #BEA55F;
}

.e-heading-area {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .e-heading-area {
    padding-bottom: 2.6666666667vw;
  }
}

.e-heading-icon {
  width: 47px;
  height: auto;
  font-size: 0;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .e-heading-icon {
    width: 9.0666666667vw;
    margin: 0 auto 1.7333333333vw;
  }
}

.e-heading-color {
  display: inline;
  color: #ff4c1c;
}

.e-heading-txt {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .e-heading-txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .e-heading-txt {
    font-size: 3.4666666667vw;
  }
}

.e-main-ttl-wrap {
  text-align: center;
}

.e-main-ttl {
  font-size: 40px;
  display: inline-block;
  position: relative;
}
.e-main-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #707070; /*下線の色*/
}
@media screen and (max-width: 767px) {
  .e-main-ttl {
    font-size: 5.3333333333vw;
  }
  .e-main-ttl:before {
    bottom: -1.3333333333vw;
    width: 13.3333333333vw;
    height: 0.2666666667vw;
  }
  .e-main-ttl span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .e-main-ttl span {
    font-size: 5.3333333333vw;
  }
}

.e-main-link {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-main-link {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .e-main-link a:hover {
    opacity: 0.7;
  }
}

.e-main-link a {
  position: relative;
  border-radius: 100px;
  background: #27CE15;
  -webkit-box-shadow: 0px 8px 0 0px #138108;
          box-shadow: 0px 8px 0 0px #138108;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .e-main-link a {
    -webkit-box-shadow: 0px 1.0666666667vw 0px 0px #138108;
            box-shadow: 0px 1.0666666667vw 0px 0px #138108;
  }
}

.e-main-link a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.e-main-link-txt {
  font-weight: bold;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list-item {
  font-size: 0;
}
.sns-list-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .small-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .small-txt {
    font-size: 18px;
  }
}

/* ============================
	d-Header
===================================================*/
.e-header {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .e-header {
    min-width: 1000px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .e-header {
    height: 18.6666666667vw;
  }
}

.e-header-inner {
  height: 100%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .e-header-inner {
    height: 100%;
    max-width: 1830px;
  }
}
@media screen and (max-width: 767px) {
  .e-header-inner {
    width: 100%;
    padding: 0px 2vw 0px 2.6666666667vw;
  }
}

.e-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .e-header-logo {
    width: 925px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .e-header-logo {
    width: 42.9333333333vw;
    height: 7.3333333333vw;
  }
}

.e-header-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.e-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-left: auto;
}

.e-header-info-tel-box {
  display: block;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .e-header-info-tel-box {
    display: none;
  }
}

.e-header-info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.e-tel-icon {
  width: 43px;
  font-size: 0;
  margin-right: 8px;
}

.e-tel {
  width: 186px;
  font-size: 0;
}

.e-header-info-time {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .e-header-info-material a {
    width: 320px;
    height: 64px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .e-header-info-material a {
    width: 48.6666666667vw;
    height: 11.3333333333vw;
    padding: 0vw 3.4666666667vw 1.3333333333vw 3.4666666667vw;
  }
}

.e-header-info-material a::after {
  font-size: 16px;
  position: absolute;
  right: 21px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .e-header-info-material a::after {
    font-size: 2.6666666667vw;
    right: 3.6vw;
    bottom: 3.3333333333vw;
  }
}

.e-header-info-material-txt {
  padding: 6px 0 0;
  font-size: 22px;
  display: block;
  margin-bottom: -11px;
}
@media screen and (max-width: 767px) {
  .e-header-info-material-txt {
    padding: 0.8vw 0 0;
    font-size: 3.2vw;
    margin-bottom: -3.2vw;
  }
}
.e-header-info-material-txt .number {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .e-header-info-material-txt .number {
    font-size: 6.4vw;
    line-height: 1;
  }
}

.cv-btn-notes {
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cv-btn-notes {
    font-size: 2.6666666667vw;
    font-weight: 500;
  }
}

.e-header-info-material a {
  display: block;
  position: relative;
}

/* ============================
	mainvisual
 ===================================================*/
.e-mv {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .e-mv {
    min-width: 1000px;
    background: url(../img/img_e/mv_e.webp) center top no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .e-mv {
    width: 100%;
    background: url(../img/img_e/mv_sp_e.webp) center top no-repeat;
    background-size: cover;
  }
}

.e-mv::before {
  content: "";
  display: block;
  padding-top: 33.3%;
}
@media screen and (max-width: 767px) {
  .e-mv::before {
    padding-top: 100vw;
  }
}

.e-mv-inner-ttl {
  font-size: 0;
}

/* ============================
	Contact
  ===================================================*/
.e-1-inner {
  margin: 34px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .e-1-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .e-1-inner {
    width: 100%;
    padding: 7.7333333333vw 5.3333333333vw 0;
    margin: 0 auto 0;
  }
}

.e-1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .e-1-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e-1-list-item {
  background: #889400;
  text-align: center;
  width: 322px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .e-1-list-item {
    width: 100%;
    padding-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.e-1-list-item a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.e-1-list-item a:hover {
  opacity: 0.8;
}
.e-1-list-item a p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .e-1-list-item a p {
    font-size: 3.4666666667vw;
    padding-bottom: 0;
    margin-bottom: -0.6666666667vw;
  }
}
.e-1-list-item a .fas {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .e-1-list-item a .fas {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .e-1-list-item:last-child {
    margin-bottom: 0vw;
  }
}

/* ============================
	e-2
===================================================*/
.e-2-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .e-2-inner {
    padding: 24px 30px 24px 30px;
  }
}
@media screen and (max-width: 767px) {
  .e-2-inner {
    width: 89.3333333333vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}

.e-2-inner .e-2-box-link a {
  -webkit-box-shadow: 0px 12px 0px 0px #138108;
          box-shadow: 0px 12px 0px 0px #138108;
}
@media screen and (max-width: 767px) {
  .e-2-inner .e-2-box-link a {
    -webkit-box-shadow: 0px 2.1333333333vw 0px 0px #138108;
            box-shadow: 0px 2.1333333333vw 0px 0px #138108;
  }
}

.e-2-box {
  width: 800px;
  height: 391px;
  margin: 0 auto 20px;
  position: relative;
  background: url(../img/img_e/cv.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .e-2-box {
    background: url(../img/img_e/cv_sp.jpg) center top/cover no-repeat;
    width: 100%;
    height: 64.8vw;
    margin: 0 auto 4vw;
  }
}

.e-2-box-link {
  width: 480px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .e-2-box-link {
    width: 82.1333333333vw;
    height: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .e-2-box-link a {
    width: 480px;
    height: 70px;
    padding: 0px 34px;
  }
}
@media screen and (max-width: 767px) {
  .e-2-box-link a {
    width: 82.4vw;
    height: 13.3333333333vw;
    padding: 0 4.5333333333vw;
  }
}

.e-2-box-link a::after {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .e-2-box-link a::after {
    font-size: 3.2vw;
  }
}

.e-2-box-link-txt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .e-2-box-link-txt {
    font-size: 4.5333333333vw;
  }
}

.e-2-box-sell {
  position: absolute;
  display: block;
  width: 138px;
  height: 140px;
  font-size: 0;
  top: -30px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .e-2-box-sell {
    width: 18.4vw;
    height: 18.6666666667vw;
    top: 6.9333333333vw;
    left: -3.4666666667vw;
  }
}

.e-2-box-notes {
  font-size: 14px;
  margin-top: 16px;
  color: #787878;
}
@media screen and (max-width: 767px) {
  .e-2-box-notes {
    font-size: 2.9333333333vw;
    margin-top: 5.7333333333vw;
  }
}

/* ============================
	d-3
===================================================*/
.e-3 {
  width: 100%;
  background: url(../img/img_e/trouble_bg.jpg) center top/cover no-repeat;
}

.e-3-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .e-3-inner {
    width: 1000px;
    padding: 85px 0px;
  }
}
@media screen and (max-width: 767px) {
  .e-3-inner {
    width: 100%;
    padding: 10.6666666667vw 0;
  }
}

.e-3-ttl-catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-3-ttl-catch {
    font-size: 4vw;
  }
}

.e-3-ttl {
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-3-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.e-3-ttl span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .e-3-ttl span {
    font-size: 6.6666666667vw;
  }
}

.e-3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .e-3-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e-3-box-list {
  width: 536px;
}
@media screen and (max-width: 767px) {
  .e-3-box-list {
    width: 74.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.e-3-box-list-item {
  font-size: 22px;
  position: relative;
  padding-left: 38px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .e-3-box-list-item {
    font-size: 3.4666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.e-3-box-list-item p {
  line-height: 1.3;
  font-weight: 500;
}
.e-3-box-list-item:last-child {
  padding-bottom: 0;
}

.e-3-box-list-item::before {
  width: 26px;
  height: 26px;
  content: "";
  background: url(../img/img_e/check.png);
  position: absolute;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .e-3-box-list-item::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.e-3-box-img {
  width: 315px;
}
@media screen and (max-width: 767px) {
  .e-3-box-img {
    margin: 0 auto;
    width: 70vw;
  }
}

/* ============================
	e-4
===================================================*/
.e-4-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .e-4-inner {
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .e-4-inner {
    width: 100%;
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.e-4-ttl-catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-4-ttl-catch {
    font-size: 4vw;
  }
}

.e-4-ttl {
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-4-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
    line-height: 1.2;
  }
}
.e-4-ttl .em {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .e-4-ttl .em {
    font-size: 6.6666666667vw;
  }
}

.e-4-arrow {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .e-4-arrow {
    width: 4vw;
    margin-bottom: 6.6666666667vw;
    height: auto;
    margin: 0 auto;
  }
}

.e-4-img {
  width: 800px;
  height: 339px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .e-4-img {
    width: 91.4666666667vw;
    height: 47.0666666667vw;
  }
}

/* ============================
	e-5
===================================================*/
.e-5 {
  background: #F4F3EB;
}

.e-5-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .e-5-inner {
    padding: 80px 0px 140px;
  }
}
@media screen and (max-width: 767px) {
  .e-5-inner {
    width: 100%;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.e-5-ttl-catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .e-5-ttl-catch {
    font-size: 4vw;
  }
}

.e-5-ttl {
  font-size: 40px;
  padding-bottom: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .e-5-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
    line-height: 1.2;
  }
}
.e-5-ttl .em {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .e-5-ttl .em {
    font-size: 6.6666666667vw;
  }
}

.e-5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .e-5-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e-5-txt-box {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .e-5-txt-box {
    width: 100%;
  }
}

.e-5-box-catch {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .e-5-box-catch {
    text-align: center;
    font-size: 4vw;
    padding-bottom: 4vw;
  }
}

.e-5-product {
  font-size: 0;
  padding-bottom: 30px;
  width: 485px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .e-5-product {
    width: 64.6666666667vw;
    padding-bottom: 4vw;
    margin: 0 auto;
  }
}

.e-5-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .e-5-txt {
    text-align: center;
    font-size: 3.4666666667vw;
    padding-bottom: 8vw;
  }
}

.e-5-img-box {
  width: 440px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .e-5-img-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .e-5-img {
    width: 58.6666666667vw;
    margin: 0 auto 5.3333333333vw;
    display: block;
  }
}

.e-5-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 515px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .e-5-list {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.e-5-list-item {
  background: #889400;
  border-radius: 50%;
  width: 162px;
  height: 162px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .e-5-list-item {
    width: 28vw;
    height: 28vw;
    margin-right: 2.6666666667vw;
  }
}
.e-5-list-item:last-child {
  margin-right: 0;
}
.e-5-list-item p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .e-5-list-item p {
    font-size: 3.4666666667vw;
  }
}

/* ============================
	point01
===================================================*/
.point01 {
  background: #F1F4EB;
}
@media screen and (min-width: 768px) {
  .point01 {
    padding-bottom: 80px;
  }
}

.point01-inner {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .point01-inner {
    padding: 60px 0px 60px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .point01-inner {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
}

.e-heading-area {
  width: 100%;
  height: 300px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .e-heading-area {
    height: 40vw;
  }
}

.point01-heading-area {
  background: url(../img/img_e/point01_title_bg.jpg) center top/cover no-repeat;
}

.point02-heading-area {
  background: url(../img/img_e/point02_title_bg.jpg) center top/cover no-repeat;
}

.point03-heading-area {
  background: url(../img/img_e/point03_title_bg.jpg) center top/cover no-repeat;
}

.e-heading-sub-ttl {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .e-heading-sub-ttl {
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}

.e-heading-ttl {
  font-size: 50px;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .e-heading-ttl {
    font-size: 6.6666666667vw;
  }
}

.e-heading-number {
  font-family: "Shippori Mincho", serif;
  color: #484904;
  text-align: center;
  font-size: 100px;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 70px;
  z-index: -1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .e-heading-number {
    font-size: 13.3333333333vw;
    top: 9.3333333333vw;
  }
}

.point01-main-ttl-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point01-main-ttl-wrap {
    padding-bottom: 5.3333333333vw;
  }
}

.point01-heading-txt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point01-heading-txt {
    padding-bottom: 2.6666666667vw;
  }
}

.point01-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .point01-txt {
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.point01-listA {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 820px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .point01-listA {
    width: 89.3333333333vw;
    margin: 0 auto 4vw;
  }
}

.point01-listA-item {
  width: 170px;
  text-align: center;
  margin-right: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .point01-listA-item {
    width: 22.6666666667vw;
    margin-right: 6.1333333333vw;
    margin-bottom: 4vw;
  }
}
.point01-listA-item p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .point01-listA-item p {
    padding-top: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
.point01-listA-item:last-child {
  margin-right: 0;
}

.point01-listB {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .point01-listB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.point01-listB-item-txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point01-listB-item-txt {
    font-size: 3.4666666667vw;
  }
}

.point01-listB-item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .point01-listB-item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.point01-listB-item-raund-area {
  border-radius: 50%;
  width: 146px;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point01-listB-item-raund-area {
    width: 28vw;
    height: 28vw;
    margin: 0 auto 1.3333333333vw;
  }
}
.point01-listB-item-raund-area p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point01-listB-item-raund-area p {
    font-size: 3.4666666667vw;
  }
}

.deep-green {
  border: #889400 2px solid;
}
.deep-green p {
  color: #889400;
}

.light-green {
  border: #CBBF1D 2px solid;
}
.light-green p {
  color: #CBBF1D;
}

/* ============================
	point02
===================================================*/
.point02 {
  background: #F1F4EB;
}
@media screen and (min-width: 768px) {
  .point02 {
    padding-bottom: 80px;
  }
}

.point02-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .point02-inner {
    padding: 80px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .point02-inner {
    width: 100%;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.point02-main-ttl-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point02-main-ttl-wrap {
    padding-bottom: 5.3333333333vw;
  }
}

.point02-heading-txt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point02-heading-txt {
    padding-bottom: 2.6666666667vw;
  }
}

.point02-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point02-txt {
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.point02-img {
  width: 840px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .point02-img {
    width: 89.3333333333vw;
  }
}

/* ============================
	point03
===================================================*/
.point03 {
  background: #F1F4EB;
}
@media screen and (min-width: 768px) {
  .point03 {
    padding-bottom: 80px;
  }
}

.point03-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .point03-inner {
    padding: 80px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .point03-inner {
    width: 100%;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.point03-main-ttl-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point03-main-ttl-wrap {
    padding-bottom: 5.3333333333vw;
  }
}

.point03-box {
  position: relative;
  width: 100%;
}

.point03-img-box {
  width: 527px;
  height: 410px;
  display: block;
  position: relative;
  margin-right: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .point03-img-box {
    margin: 0 auto;
    width: 89.3333333333vw;
    height: 54.6666666667vw;
  }
}

.point03-img-box-txt {
  position: absolute;
  top: 332px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .point03-img-box-txt {
    top: 2.6666666667vw;
    left: -2.4vw;
  }
}
.point03-img-box-txt .point03-img-box-txt-item {
  display: block;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .point03-img-box-txt .point03-img-box-txt-item {
    margin-bottom: 1.3333333333vw;
  }
}
.point03-img-box-txt .point03-img-box-txt-item p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  background: #333333;
  padding: 7px 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point03-img-box-txt .point03-img-box-txt-item p {
    font-size: 4.8vw;
    padding: 1.0666666667vw 2.2666666667vw;
  }
}

.point03-txt-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 580px;
  position: absolute;
  right: 0;
  top: 32px;
  padding: 45px 0;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .point03-txt-box {
    position: relative;
    width: 89.3333333333vw;
    margin: 4.2666666667vw auto 0;
    padding: 5.3333333333vw 0;
    top: 0;
  }
}

.point03-txt-box-list {
  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;
}

.point03-txt-box-list-item {
  font-size: 22px;
  position: relative;
  padding-left: 38px;
  display: inline-block;
  width: 240px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point03-txt-box-list-item {
    font-size: 3.4666666667vw;
    width: 36vw;
    padding-left: 4vw;
    padding-bottom: 2vw;
  }
}

.point03-txt-box-list-item::before {
  width: 26px;
  height: 26px;
  content: "";
  background: url(../img/img_e/check.png);
  position: absolute;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .point03-txt-box-list-item::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.point03-txt-green-box {
  font-size: 26px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #889400;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .point03-txt-green-box {
    font-size: 4.5333333333vw;
    margin-bottom: 2vw;
  }
}
.point03-txt-green-box p {
  padding: 10px 45px 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point03-txt-green-box p {
    padding: 1.3333333333vw 4vw 0.2666666667vw;
  }
}

.point03-txt-green-box-wrap {
  text-align: center;
}

.point03-txt {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point03-txt {
    font-size: 4.5333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

.point03-txt-box-round-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point03-txt-box-round-list-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #BEA55F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .point03-txt-box-round-list-item {
    width: 18.4vw;
    height: 18.4vw;
    font-size: 3.4666666667vw;
    margin-right: 1.8666666667vw;
  }
}
.point03-txt-box-round-list-item:last-child {
  margin-right: 0;
}

/* ============================
	e-6
===================================================*/
.e-6-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .e-6-inner {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .e-6-inner {
    width: 89.3333333333vw;
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

.e-6-ttl-catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-6-ttl-catch {
    font-size: 4vw;
  }
}

.e-6-ttl {
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .e-6-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.e-6-ttl span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .e-6-ttl span {
    font-size: 6.6666666667vw;
  }
}

.e-6-box {
  width: 800px;
  height: 391px;
  margin: 0 auto 20px;
  position: relative;
  background: url(../img/img_e/cv.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .e-6-box {
    background: url(../img/img_e/cv_sp.jpg) center top/cover no-repeat;
    width: 100%;
    height: 64.8vw;
    margin: 0 auto 4vw;
  }
}

.e-6-box-link {
  width: 678px;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  top: 267px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .e-6-box-link {
    top: 48.8vw;
    width: 82.1333333333vw;
    height: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .e-6-box-link a {
    width: 678px;
    height: 90px;
    padding: 0px 34px;
  }
}
@media screen and (max-width: 767px) {
  .e-6-box-link a {
    width: 82.1333333333vw;
    height: 12vw;
    padding: 0 4.5333333333vw;
  }
}

.e-6-box-link a::after {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .e-6-box-link a::after {
    font-size: 3.2vw;
  }
}

.e-2-box-link-txt {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .e-2-box-link-txt {
    font-size: 4.5333333333vw;
    margin-top: -1.3333333333vw;
  }
}
.e-2-box-link-txt .txt-pop {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .e-2-box-link-txt .txt-pop {
    font-size: 48px;
    position: relative;
    bottom: -4px;
    left: -2px;
  }
}
@media screen and (max-width: 767px) {
  .e-2-box-link-txt .txt-pop {
    font-size: 8.5333333333vw;
  }
}

.e-6-box-sell {
  position: absolute;
  display: block;
  width: 138px;
  height: 140px;
  font-size: 0;
  top: -30px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .e-6-box-sell {
    width: 18.4vw;
    height: 18.6666666667vw;
    top: 6.9333333333vw;
    left: -3.4666666667vw;
  }
}

.e-6-box-notes {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .e-6-box-notes {
    font-size: 2.9333333333vw;
  }
}

/* ============================
	e-7
===================================================*/
.e-7 {
  background: #F4F3EB;
}

.e-7-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .e-7-inner {
    padding: 80px 0px;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .e-7-inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
  }
}

.e-7-ttl-catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-7-ttl-catch {
    font-size: 4vw;
  }
}

.e-7-ttl {
  font-size: 40px;
  padding-bottom: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .e-7-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.e-7-ttl span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .e-7-ttl span {
    font-size: 6.6666666667vw;
  }
}

.e-7-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .e-7-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e-7-list-item {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .e-7-list-item {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.e-7-list-item:last-child {
  margin-bottom: 0;
}

.e-7-list-ttl-box {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .e-7-list-ttl-box {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}

.e-7-list-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #70722A;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .e-7-list-ttl {
    font-size: 4.5333333333vw;
    padding-bottom: 2vw;
  }
}

.e-7-list-txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .e-7-list-txt {
    font-size: 3.4666666667vw;
  }
}

.e-7-img {
  font-size: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .e-7-img {
    margin-top: 5.3333333333vw;
  }
}

/* ============================
	e-8
===================================================*/
.e-8 {
  background: #F7F7F7;
}

.e-8-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .e-8-inner {
    padding: 80px 0px 200px;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .e-8-inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
  }
}

.e-8-box {
  position: relative;
  width: 100%;
}

.e-8-img-box {
  width: 527px;
}
@media screen and (max-width: 767px) {
  .e-8-img-box {
    width: 89.3333333333vw;
  }
}

.e-8-txt-box {
  position: absolute;
  opacity: 90%;
  background: #fff;
  width: 580px;
  top: 28px;
  right: 0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .e-8-txt-box {
    width: 100%;
    position: relative;
    top: 0;
    opacity: 1;
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}

.e-8-catch {
  color: #BEA55F;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .e-8-catch {
    font-size: 3.4666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}

.e-8-ttl {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .e-8-ttl {
    font-size: 4vw;
    padding-bottom: 1.3333333333vw;
  }
}

.e-8-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .e-8-txt {
    font-size: 3.4666666667vw;
  }
}

/* ============================
	e-9
===================================================*/
.e-9 {
  background: #fff;
}

.e-9-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .e-9-inner {
    padding: 80px 0px 50px;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .e-9-inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0 2.6666666667vw;
  }
}

.e-9-box {
  position: relative;
  width: 100%;
}
.e-9-box p {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .e-9-box p {
    font-size: 3.4666666667vw;
    padding-bottom: 8vw;
  }
}

/* ============================
	footer
 =============================*/
.footer {
  padding: 40px 0 180px 0;
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 4.6666666667vw 0 29.3333333333vw 0;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 284px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer ul {
    width: 45.0666666667vw;
  }
}
.footer ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer ul li {
    font-weight: 500;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .footer ul li a {
    font-size: 2.9333333333vw;
  }
}
.footer .copy {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
/* ============================
flow
===================================================*/
.a-9 {
  background-color: #FFEFD2;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .a-9 {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .a-9 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.a-9::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  clip-path: polygon(50% 40%, 0 100%, 100% 100%);
  background-color: #FFEFD2;
  left: 0;
  bottom: -119px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .a-9::before {
    bottom: -24.4vw;
    height: 24.5333333333vw;
  }
}

.a-9-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .a-9-inner {
    padding-top: 16vw;
    padding-bottom: 2.6666666667vw;
    width: 92%;
  }
}

.a-9-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .a-9-area {
    margin: 0 auto;
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 8vw;
  }
}

.a-9-intro-txt {
  text-align: center;
  padding-top: 24px;
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .a-9-intro-txt {
    padding-top: 3.2vw;
    font-size: 3.4666666667vw;
  }
}

.a-9-block {
  width: 227px;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-9-block {
    width: auto;
    margin: 0 2.6666666667vw 5.3333333333vw;
    padding: 2.6666666667vw 0 3.4666666667vw 0;
  }
}

.a-9-block::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/img_e/icon_arrow.webp) center center/contain no-repeat;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (min-width: 768px) {
  .a-9-block::before {
    right: -20px;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .a-9-block::before {
    position: absolute;
    width: 8vw;
    height: 8vw;
    background: url(../img/img_e/icon_arrow.webp) center center/contain no-repeat;
    right: auto;
    left: 45%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transform: inherit;
            transform: inherit;
    bottom: -7.0666666667vw;
    z-index: 99;
  }
}

.a-9-block:last-child:before {
  background: none;
}

.a-9-ttl {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #F48F31;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a-9-ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 4vw;
  }
}

.a-9-ttl span {
  background: #fff;
  display: inline;
  padding: 0 8px;
}

.a-9-ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 50%;
  right: 40px;
  background-color: #F48F31;
}
@media screen and (max-width: 767px) {
  .a-9-ttl::after {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    right: 8vw;
  }
}

.a-9-ttl::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 50%;
  left: 40px;
  background-color: #F48F31;
}
@media screen and (max-width: 767px) {
  .a-9-ttl::before {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    left: 8vw;
  }
}

.a-9-sub-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  color: #F48F31;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .a-9-sub-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .a-9-block:nth-child(2) .a-9-sub-ttl,
  .a-9-block:nth-child(4) .a-9-sub-ttl {
    padding-bottom: 36px;
  }
}

.a-9-img-box {
  width: 200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .a-9-img-box {
    width: 42.6666666667vw;
    height: auto;
    margin-bottom: 2.4vw;
  }
}

.a-9-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .a-9-txt {
    text-align: center;
    font-size: 3.4666666667vw;
  }
}

/* ============================
	sec05 c-8
 ===================================================*/
.c-8 {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .c-8 {
    position: relative;
    min-width: 1000px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-8 {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.c-8-inner {
  padding-bottom: 100px;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .c-8-inner {
    width: 92%;
    padding-bottom: 20vw;
  }
}

.c-heading-ttl {
  font-size: 40px;
  color: #F48F31;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .c-heading-ttl {
    font-size: 8.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-8-area {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-8-area {
    margin: 4vw auto 0;
  }
}

.c-8-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .c-8-list {
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-8-list {
    width: 100%;
  }
}

.c-8-list-cnt {
  height: auto;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-8-list-cnt {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .c-8-list-cnt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-8-list-cnt {
    margin-top: 6.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-8-list-cnt img {
    width: 235px;
    height: 259px;
  }
}
@media screen and (max-width: 767px) {
  .c-8-list-cnt img {
    width: 100%;
    height: auto;
  }
}

.c-8-list-name {
  padding-top: 12px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.079em;
  color: #F48F31;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-8-list-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-8-list-name {
    font-size: 4vw;
    padding-top: 1.6vw;
  }
}

.c-8-list-job {
  color: #1B7CD0;
  font-weight: 500;
  letter-spacing: 0.079em;
}
@media screen and (min-width: 768px) {
  .c-8-list-job {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-8-list-job {
    font-size: 3vw;
  }
}

.resson-price {
  background-color: #fffbeb;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .resson-price {
    padding-bottom: 13.3333333333vw;
  }
}
.resson-price .ttl-box {
  padding: 40px 0px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .resson-price .ttl-box {
    padding: 5.3333333333vw 0px;
    margin-bottom: 8.5333333333vw;
  }
}
.resson-price .ttl-box .ttl {
  margin-top: 0;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .resson-price .ttl-box .ttl {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .resson-price .resson-price-month {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.resson-price .resson-price-free {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .resson-price .resson-price-free {
    margin-bottom: 8.5333333333vw;
    width: 89.3333333333vw;
  }
}
.resson-price .resson-price-chance {
  color: #fff;
  font-size: 28px;
  background-color: #8ec21f;
  width: 700px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 32px;
  font-weight: 600;
  border-radius: 32px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .resson-price .resson-price-chance {
    font-size: 4.2666666667vw;
    width: 89.3333333333vw;
    height: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.resson-price .resson-price-chance-txt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1.7em;
}

@media screen and (max-width: 767px) {
  .resson-price .resson-price-chance-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 7.2666666667vw;
  }
}
.resson-price .notes {
  width: 670px;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .resson-price .notes {
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.7em;
  }
}
.flow .ttl-box {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow .ttl-box {
    padding-top: 4vw;
  }
}

.flow .ttl-box .ttl {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flow .ttl-box .ttl {
    font-size: 8.5333333333vw;
  }
}
.flow .ttl-box .sttl {
  border: inherit;
}

@media screen and (max-width: 767px) {
  .flow .ttl-box .sttl {
    width: 17.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow-list {
    width: 89.3333333333vw;
    margin: 16vw auto 0;
  }
}
.flow .flow-list-item {
  margin: 0 auto 120px;
  position: relative;
  z-index: 1;
  width: 1000px;
  padding: 40px 64px;
  border: #f48f31 2px solid;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .flow .flow-list-item {
    margin: 0 auto 15.4666666667vw;
    width: 89.3333333333vw;
    border: #f48f31 0.2666666667vw solid;
    padding: 8.5333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.flow .flow-list-item::after {
  content: "";
  height: 120px;
  width: 10px;
  background-color: #fbdca2;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flow .flow-list-item::after {
    height: 15.4666666667vw;
    width: 1.3333333333vw;
    bottom: -0.2666666667vw;
  }
}
.flow .flow-list-item:last-child::after {
  content: none;
  display: none !important;
}

.flow-list-num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f48f31;
  color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  line-height: 1;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .flow-list-num {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    padding-top: 3.2vw;
  }
}
.flow-list-num p {
  font-size: 20px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.05em;
  padding-bottom: 0.2vw;
}

@media screen and (max-width: 767px) {
  .flow-list-num p {
    font-size: 2.6666666667vw;
  }
}
.flow-list-num span {
  font-size: 40px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .flow-list-num span {
    font-size: 5.3333333333vw;
  }
}
.flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flow-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flow-ttl {
  font-weight: bold;
  color: #f48f31;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.08em;
}

.flow-list-item-txt {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .flow-ttl {
    position: absolute;
    left: 64px;
    top: 40px;
    font-size: 32px;
  }
  .flow-list-item .flow-list-item-txt p {
    width: 580px;
    font-size: 24px;
    line-height: 1.7 !important;
    padding-top: 64px;
  }
  .flow-list-item-img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  .flow-list-item .flow-list-item-txt p {
    width: 40vw;
    font-size: 3.7333333333vw;
    line-height: 1.4 !important;
  }
  .flow-list-item-img {
    width: 34.6666666667vw;
  }
}
.flow-list-item:last-child::after {
  display: none;
}

.flow-btm-box {
  text-align: left;
  margin-top: 1vw;
  position: relative;
}

.flow-btm-box-ttl {
  background: #fdedd0;
  border-radius: 40px;
  color: #f48f31;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 40px;
  display: inline-block;
}

.flow-btm-box-list-item {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 0.6vw;
}

.flow-btm-box-list-item span {
  color: #f48f31;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .flow-btm-box {
    margin-top: 5.3333333333vw;
  }
  .flow-btm-box-ttl {
    width: 100%;
    text-align: center;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 0px;
  }
  .flow-btm-box-list-item {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
  .flow-btm-box-list-item span {
    color: #f48f31;
    padding-right: 1.3333333333vw;
  }
}
.flow-btm-box-img {
  width: 129px;
  position: absolute;
  top: 0;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .flow-btm-box-img {
    width: 18.5333333333vw;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow-list-item:nth-child(3) .flow-btm-box {
    margin-top: -40px;
    width: 556px;
  }
}
.flow-list-item:nth-child(3) .flow-btm-box-ttl {
  width: 100%;
  text-align: center;
}

.flow-list-item:nth-child(3) .flow-btm-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flow-list-item:nth-child(3) .flow-btm-box-list {
    width: 58.6666666667vw;
  }
}
.flow-list-item:nth-child(3) .flow-btm-box-list-item {
  padding-right: 1.5vw;
}

.flow-list-item:nth-child(3) .flow-btm-box-list-item span {
  font-size: 50%;
  line-height: 3.1em;
}

@media screen and (min-width: 768px) {
  .flow-list-item:nth-child(3) .flow-btm-box-list {
    padding-left: 96px;
  }
}
@media screen and (min-width: 768px) {
  .flow-list-item:nth-child(4) .flow-btm-box {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list-item:nth-child(4) .flow-list-item-txt {
    padding-top: 6.6666666667vw;
  }
}
.voice {
  background-color: #fbdca2;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 13.3333333333vw;
  }
}
.voice .ttl-box {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .voice .ttl-box {
    padding-top: 4vw;
  }
}

.voice .ttl-box .ttl {
  margin-top: 0;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .voice .ttl-box .ttl {
    font-size: 8.5333333333vw;
  }
}
.voice .ttl-box .sttl {
  border: inherit;
}

@media screen and (max-width: 767px) {
  .voice .ttl-box .sttl {
    width: 20.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-list {
    max-width: 89.3333333333vw;
    width: 100%;
    margin: 0 auto;
  }
}
.voice-list-item {
  margin-bottom: 64px;
  width: 842px;
  background: #fff;
  padding: 50px 64px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice-list-item {
    margin-bottom: 8.5333333333vw;
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.voice .voice-list-left {
  margin-right: auto;
}

.voice .voice-list-right {
  margin-left: auto;
}

.voice-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice-ttl-box {
    margin-bottom: 12.6666666667vw;
  }
}
.voice-ttl-box::after {
  content: "";
  background-color: #f48f31;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -19px;
}
@media screen and (max-width: 767px) {
  .voice-ttl-box::after {
    bottom: -6vw;
    height: 0.2666666667vw;
  }
}

.voice-img {
  width: 170px;
  margin-right: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .voice-img {
    width: 26.6666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.voice-ttl-wrap {
  text-align: left;
  width: 529px;
}

@media screen and (max-width: 767px) {
  .voice-ttl-wrap {
    width: 48vw;
  }
}
.voice-ttl {
  font-size: 32px;
  line-height: 1.3em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .voice-ttl {
    font-size: 4.8vw;
    white-space: nowrap;
  }
}
.voice-name {
  font-size: 24px;
  font-weight: bold;
  color: #f48f31;
}
.voice-name .voice-name-bg {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .voice-name .voice-name-bg {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .voice-name {
    font-size: 3.7333333333vw;
  }
}
.voice-txt {
  text-align: left;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .voice-txt {
    font-size: 3.7333333333vw;
  }
}
.voice-notes {
  position: absolute;
  left: 0;
  bottom: -56px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .voice-notes {
    bottom: -7.4666666667vw;
    font-size: 2.9333333333vw;
  }
}
/*qa*/
@media screen and (min-width: 768px) {
  .qa .qa-list-item {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .qa .qa-list-item {
    margin-bottom: 8.5333333333vw;
  }
}
.qa .qa-list-item:last-child {
  margin-bottom: inherit;
}

.qa .qa-list-q {
  padding: 14px 64px;
  background-color: #f48f31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-q {
    padding: 4.1333333333vw;
  }
}
.qa .qa-list-q .fa-angle-down {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .qa .qa-list-q .fa-angle-down {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q .fa-angle-down {
    right: 3.2vw;
  }
}
.qa .qa-list-q:hover {
  cursor: pointer;
}

.qa .is-open .fa-angle-down {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.qa .qa-list-a {
  display: none;
  background-color: #fff;
  border: solid 2px #f48f31;
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a {
    font-size: 4.2666666667vw;
    border: solid 0.4vw #f48f31;
  }
}
@media screen and (min-width: 768px) {
  .qa .qa-list-a {
    padding: 40px 80px 40px 64px;
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .qa .qa-list-a {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.qa .qa-list-a span {
  font-weight: bold;
  color: #f48f31;
}

.qa {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .qa {
    padding-bottom: 13.3333333333vw;
  }
}
.qa .ttl-box {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .qa .ttl-box {
    padding-top: 4vw;
  }
}

.qa .ttl-box .ttl {
  margin-top: 0;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .qa .ttl-box .ttl {
    font-size: 8.5333333333vw;
    letter-spacing: 0.03em;
  }
}
.qa .ttl-box .sttl {
  border: inherit;
}

@media screen and (max-width: 767px) {
  .qa .ttl-box .sttl {
    width: 12.4vw;
  }
}
.qa .studio-txt {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .qa .qa-list {
    max-width: 89.3333333333vw;
    width: 100%;
    margin: 0 auto;
  }
}
.qa .qa-list-q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-q p {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
}
.qa .qa-list-q .txt-pop {
  letter-spacing: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  color: #fff;
  font-size: 40px;
  margin-right: 16px;
  border: solid 2px #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-q .txt-pop {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: 2.1333333333vw;
    border: solid 0.4vw #fff;
  }
}
.qa .qa-list-a .txt-pop {
  letter-spacing: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  color: #fff;
  font-size: 40px;
  margin-right: 16px;
  background-color: #f48f31;
  -ms-flex-negative: 0;
  flex-shrink: 0; /* これで小さくならない */
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a .txt-pop {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.qa .qa-list-a .txt-a-01 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a .txt-a-01 {
    line-height: 1.4em;
    font-size: 4.2666666667vw;
  }
}
.qa .qa-list-a ul {
  margin: 32px 0;
  margin-left: 81px;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a ul {
    margin: 4.2666666667vw 0;
    margin-left: 10.4vw;
  }
}
.qa .qa-list-a ul li {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a ul li {
    margin-bottom: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.qa-list-note {
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .qa-list-note {
    line-height: 1.3em;
    font-weight: 500;
  }
}

.qa .qa-list-a ul li .txt-orange {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a ul li .txt-orange {
    font-size: 5.3333333333vw;
  }
}
.qa .qa-list-a .txt-a-02 {
  font-size: 24px;
  margin-left: 81px;
  line-height: 1.7em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a .txt-a-02 {
    font-size: 4.2666666667vw;
    margin-left: 10.6666666667vw;
  }
}
.qa .qa-list-a .notes {
  margin-left: 81px;
  color: #404040;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .qa .qa-list-a .notes {
    margin-left: 10.8vw;
    line-height: 1.3em;
    font-size: 2.9333333333vw;
  }
}
.qa .inn {
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .qa .inn {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
  }
}
.qa .inn .line {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa .inn .line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qa .inn .line:nth-of-type(2) {
  top: 50%;
}

@media screen and (max-width: 767px) {
  .qa .inn .line {
    height: 0.2666666667vw;
  }
}
.price-list-q.is-open .inn .line:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa-list-q.is-open .inn .line:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa-list-item:nth-child(1) .txt-a-01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .qa-list-item:nth-child(1) .txt-a-01 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.qa-list-item:last-child .txt-a-01 {
  margin-bottom: 20px;
}

.qa-list-item:last-child .notes {
  display: block;
  margin-top: 5px;
}

.floating {
  background: #fff799;
  padding: 16px 0 4px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 99;
}
.floating .e-2-box-link {
  height: auto;
}
.floating .e-2-box-notes {
  margin-top: 12px;
  color: #787878;
}
@media screen and (max-width: 767px) {
  .floating .e-2-box-notes {
    margin-top: 2.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .floating {
    padding: 3.2vw 0 1.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .floating-btn {
    text-align: center;
  }
}
.floating.show {
  opacity: 1;
}

.ttl-box {
  padding: 64px 0 58px 0px;
  margin-bottom: 100px;
  background: url(../img/img_e/ttl_bg.webp) top center/1920px auto no-repeat;
}

@media screen and (max-width: 767px) {
  .ttl-box {
    background: url(../img/img_e/ttl_bg.webp) top center/100vw auto no-repeat;
    padding: 8.5333333333vw 0;
    margin-bottom: 10.6666666667vw;
  }
}
.ttl-box .ttl {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .ttl-box .ttl {
    font-size: 6.6666666667vw;
    margin-top: 3.2vw;
  }
}
.ttl-box .sttl {
  line-height: 1.7;
  color: #fff;
  font-size: 40px;
  display: block;
  border: #fff 2px solid;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ttl-box .sttl {
    font-size: 5.0666666667vw;
    border: #fff 0.2666666667vw solid;
    border-radius: 4.5333333333vw;
    height: 9.0666666667vw;
    letter-spacing: 0.08em;
  }
}
.point-ttl-box {
  margin-bottom: 64px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .point-ttl-box {
    margin-bottom: 8.5333333333vw;
  }
}
.point-ttl-box .frame {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -50px;
}

.point-ttl-box .point-ttl {
  font-size: 56px;
  font-weight: 600;
  color: #f48f31;
}

@media screen and (max-width: 767px) {
  .point-ttl-box .point-ttl {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .inner1200 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}
section {
  text-align: center;
}

.resson-price .resson-price-free {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .resson-price .resson-price-free {
    margin-bottom: 8.5333333333vw;
    width: 89.3333333333vw;
  }
}

.resson-price .resson-price-free {
  margin: 0 auto 80px;
  display: block;
}

@media screen and (max-width: 767px) {
  .resson-price .resson-price-free {
    margin-bottom: 8.5333333333vw;
    width: 89.3333333333vw;
  }
}
.intro-ttl {
  margin: 0 auto;
  width: 400px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    width: 78.5333333333vw;
    margin-top: 22.8vw;
    margin-bottom: 6.6666666667vw;
  }
}

.intro-glah {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-glah {
    width: 92vw;
  }
}

.Features {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .Features {
    margin: 13.3333333333vw 0;
  }
}
.Features .notes {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 16px;
  text-align: center;
  color: #787878;
}
@media screen and (max-width: 767px) {
  .Features .notes {
    text-align: right;
    font-size: 2.8vw;
    margin-right: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}

.Features-ttl {
  background: #FF6209;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 98, 9)), to(rgb(255, 178, 0)));
  background: linear-gradient(180deg, rgb(255, 98, 9) 0%, rgb(255, 178, 0) 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 40px 0 24px 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .Features-ttl {
    padding: 5.3333333333vw 0 4.2666666667vw 0;
    margin-bottom: 10.6666666667vw;
  }
}
.Features-ttl img {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .Features-ttl img {
    width: 74.9333333333vw;
    margin: 0 auto;
  }
}

.Features-glah {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Features-glah {
    width: 92vw;
  }
}

.a-heading-ttl {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .a-heading-ttl {
    width: 85.7333333333vw;
  }
}

.winter-cp-season-price {
  width: 547px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .winter-cp-season-price {
    width: 88.4vw;
  }
}
/*studio*/
.studio-list {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .studio-list {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .studio .studio-list-item {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .studio .studio-list-item {
    margin-bottom: 5.3333333333vw;
  }
}
.studio .studio-list-item:last-child {
  margin-bottom: inherit;
}

.studio .studio-list-q {
  font-size: 24px;
  background-color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .studio .studio-list-q {
    padding: 16px 14.6666666667px 16px 51.3333333333px;
    text-indent: -36px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .studio .studio-list-q {
    height: 9.8666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
.studio .studio-list-q span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .studio .studio-list-q span {
    padding-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .studio .studio-list-q span {
    padding-right: 2.8vw;
  }
}
.studio .studio-list-q .fa-angle-down {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .studio .studio-list-q .fa-angle-down {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .studio .studio-list-q .fa-angle-down {
    right: 3.2vw;
  }
}
.studio .studio-list-q :hover {
  cursor: pointer;
}

.studio .is-open .fa-angle-down {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.studio .studio-list-a {
  display: none;
}

@media screen and (min-width: 768px) {
  .studio .studio-list-a {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .studio .studio-list-a {
    margin-bottom: 5.3333333333vw;
  }
}
.studio-list-q:hover {
  cursor: pointer;
}

.studio-qa {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .studio-qa {
    margin-bottom: 4vw;
  }
}
.area-contents {
  padding-top: 16px;
  width: 710px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .area-contents {
    width: 76vw;
    padding-top: 2.1333333333vw;
  }
}
.area-name {
  font-size: 40px;
  margin-bottom: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .area-name {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.area-information {
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .area-information {
    font-size: 3.2vw;
  }
}
.area {
  font-size: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .area {
    font-size: 4vw;
    margin-top: 1.6vw;
  }
}
.studio-list-a ul {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .studio-list-a ul {
    width: 61.3333333333vw;
  }
}
.area-box {
  background-color: #fff;
  margin: 0 auto;
  width: 840px;
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
  padding: 44px 44px 36px 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .area-box {
    margin: 0 auto;
    margin-top: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 3.2vw;
    width: 89.3333333333vw;
  }
}
.area-box-contents {
  background-color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .area-box-contents {
    margin: 0 0 4vw 0;
  }
}
.tab2__item,
.tab3__item,
.tab4__item,
.tab5__item,
.tab6__item,
.tab7__item,
.tab8__item,
.tab9__item {
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .tab2__item,
  .tab3__item,
  .tab4__item,
  .tab5__item,
  .tab6__item,
  .tab7__item,
  .tab8__item,
  .tab9__item {
    margin: 1.3333333333vw;
  }
}
.tab2__link,
.tab3__link,
.tab4__link,
.tab5__link,
.tab6__link,
.tab7__link,
.tab8__link,
.tab9__link {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #404040;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200 !important;
  border-radius: 32px;
  padding: 5px 24px;
}

@media screen and (max-width: 767px) {
  .tab2__link,
  .tab3__link,
  .tab4__link,
  .tab5__link,
  .tab6__link,
  .tab7__link,
  .tab8__link,
  .tab9__link {
    font-size: 3.6vw;
    border-radius: 4.2666666667vw;
    padding: 0.6666666667vw 3.2vw;
  }
}
.tab2__link.on,
.tab3__link.on,
.tab4__link.on,
.tab5__link.on,
.tab6__link.on,
.tab7__link.on,
.tab8__link.on,
.tab9__link.on {
  background-color: #404040;
}

.tab2-body__item,
.tab3-body__item,
.tab4-body__item,
.tab5-body__item,
.tab6-body__item,
.tab7-body__item,
.tab8-body__item,
.tab9-body__item {
  display: none;
}

.tab2-body__item.on,
.tab3-body__item.on,
.tab4-body__item.on,
.tab5-body__item.on,
.tab6-body__item.on,
.tab7-body__item.on,
.tab8-body__item.on,
.tab9-body__item.on {
  display: block;
}

.mapBtn {
  padding: 0;
  background-color: inherit;
  border: inherit;
  cursor: pointer;
  font-size: 20px;
  color: #0074d9;
  border-bottom: solid 2px;
}

@media screen and (max-width: 767px) {
  .mapBtn {
    font-size: 2.6666666667vw;
    border-bottom: solid 0.2666666667vw;
  }
}
.mapBtn i {
  font-size: 12px;
  margin-left: 5px;
  color: #0074d9;
}

@media screen and (max-width: 767px) {
  .mapBtn i {
    font-size: 1.6vw;
    margin-left: 0.6666666667vw;
  }
}
.shop-cv-area {
  padding-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .shop-cv-area {
    padding-bottom: 4.2666666667vw;
  }
}
.shop-cv-area .cv-txt {
  color: #fe6900;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .shop-cv-area .cv-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.shop-cv-area .cv-link {
  width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shop-cv-area .cv-link {
    width: 89.3333333333vw;
  }
}
.shop-cv-area .cv-link img {
  width: 89.3333333333vw;
}

.tel-box {
  width: 540px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 24px;
  padding: 8px 0 12px 0;
}

@media screen and (max-width: 767px) {
  .tel-box {
    width: 72vw;
    margin-top: 3.2vw;
    border-radius: 1.0666666667vw;
    padding: 1.2vw 0 1.6vw 0;
  }
}
.tel-box .tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -12px;
}

@media screen and (max-width: 767px) {
  .tel-box .tel-link {
    margin-bottom: -2.866667vw;
  }
}
.tel-box p {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .tel-box p {
    font-size: 6.6666666667vw;
  }
}
.tel-box img {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .tel-box img {
    margin-right: 1.3333333333vw;
    width: 5.6vw;
    height: auto;
  }
}
.tel-box .business-hours {
  margin-left: -15px;
}

@media screen and (max-width: 767px) {
  .tel-box .business-hours {
    font-size: 2.4vw;
    margin-left: -6.4vw;
  }
}
/*モーダル*/
/* モーダルの背景 */
.modal {
  display: none; /* デフォルトは非表示 */
  position: fixed; /* 画面全体に配置 */
  z-index: 100; /* 上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* スクロール可能 */
  background-color: rgb(0, 0, 0); /* 背景色 */
  background-color: rgba(0, 0, 0, 0.4); /* 背景の透明度 */
}

/* モーダルコンテンツ */
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; /* 中央に配置 */
  padding: 32px 0 48px 0;
  border: 1px solid #888;
  width: 800px; /* 幅 */
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 89.3333333333vw;
    margin: 40% auto; /* 中央に配置 */
  }
}
.modal-bg {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal-bg {
    width: 89.3333333333vw;
  }
}
.modal-bg a {
  width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal-bg a {
    width: 72vw;
  }
}
.modal-bg iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .modal-bg iframe {
    width: 90%;
    height: 53.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 4vw;
  }
}
.area-btn-link {
  background-color: #57ad6e;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .area-btn-link {
    padding: 3.2vw 0;
    border-radius: 1.0666666667vw;
  }
}
.area-btn-link p {
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .area-btn-link p {
    font-size: 3.2vw;
  }
}
.area-btn-link .fa-angle-right {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .area-btn-link .fa-angle-right {
    margin-left: 2.1333333333vw;
  }
}
/* 閉じるボタン */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .close {
    font-size: 8vw;
    margin-right: 1.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.studio {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .studio {
    padding-bottom: 5.3333333333vw;
  }
}
.studio .ttl-box {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .studio .ttl-box {
    margin-bottom: 8.5333333333vw;
  }
}
.studio .ttl-box .ttl {
  margin-top: 0;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .studio .ttl-box .ttl {
    letter-spacing: 0.08em;
  }
}
.studio .ttl-box .sttl {
  border: inherit;
}

.studio .studio-txt {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .studio .studio-txt {
    font-size: 5.3333333333vw;
    margin-bottom: 5.533333vw;
  }
}
@media screen and (max-width: 767px) {
  .studio .sttl img {
    width: 24.9333333333vw;
  }
}
/*area-map*/
.tab-container {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .tab-container {
    margin-top: 5.3333333333vw;
  }
}
.tab-content {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .tab-content {
    margin-top: 2.1333333333vw;
  }
}
.area-map-content {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .area-map-content {
    width: 66.6666666667vw;
  }
}
.tab-menu .area-btn {
  position: absolute;
  background-color: #ffffff;
  cursor: pointer;
  color: #333333;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 48px;
  border: #f9871a solid 3px;
  border-radius: 8px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tab-menu .area-btn {
    width: 13.3333333333vw;
    height: 8.5333333333vw;
    border: #f9871a solid 0.4vw;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.tab-menu .area-btn.active {
  background-color: #f9871a;
  color: white;
}

.area-btn-01 {
  top: 251px;
  left: 261px;
}

@media screen and (max-width: 768px) {
  .area-btn-01 {
    top: 39.3333333333vw;
    left: 46.2666666667vw;
  }
}
.area-btn-02 {
  top: 81px;
  left: 311px;
}

@media screen and (max-width: 768px) {
  .area-btn-02 {
    top: 12.8vw;
    left: 52.8vw;
  }
}
.area-btn-03 {
  top: 168px;
  left: 221px;
}

@media screen and (max-width: 768px) {
  .area-btn-03 {
    top: 22.9333333333vw;
    left: 35.2vw;
  }
}
.area-btn-04 {
  top: 237px;
  left: 158px;
}

@media screen and (max-width: 768px) {
  .area-btn-04 {
    top: 34.6666666667vw;
    left: 29.2vw;
  }
}
.area-btn-05 {
  top: 321px;
  left: 216px;
}

@media screen and (max-width: 768px) {
  .area-btn-05 {
    top: 49.6vw;
    left: 33.4666666667vw;
  }
}
.area-btn-06 {
  top: 359px;
  left: 134px;
}

@media screen and (max-width: 768px) {
  .area-btn-06 {
    top: 57.6vw;
    left: 17.8666666667vw;
  }
}
.area-btn-07 {
  top: 299px;
  left: 52px;
}

@media screen and (max-width: 768px) {
  .area-btn-07 {
    top: 47.2vw;
    left: 11.8666666667vw;
  }
}
.area-btn-08 {
  top: 383px;
  left: -18px;
}

@media screen and (max-width: 768px) {
  .area-btn-08 {
    top: 63.0666666667vw;
    left: -2.4vw;
  }
}
.prefecture-select {
  font-size: 16px;
  width: 400px;
  height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  border-radius: 4px;
  border: solid #333333 2px;
}

@media screen and (max-width: 768px) {
  .prefecture-select {
    font-size: 4.2666666667vw;
    width: 80vw;
    height: 8vw;
    border-radius: 0.5333333333vw;
    border: solid #333333 0.2666666667vw;
  }
}
.studio-menu-ttl {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .studio-menu-ttl {
    width: 80vw;
    font-size: 3.2vw;
  }
}
#modal-info {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #modal-info {
    width: 89.3333333333vw;
  }
}
#modal-info a {
  width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #modal-info a {
    width: 72vw;
  }
}
#modal-info iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #modal-info iframe {
    width: 90%;
    height: 53.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}


.resson-price .resson-price-chance {
    color: #fff;
    font-size: 28px;
    background-color: #8ec21f;
    width: 700px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 32px;
    font-weight: 600;
    border-radius: 32px;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
      .resson-price .resson-price-chance {
        font-size: 4.2666666667vw;
        width: 89.3333333333vw;
        height: 8.5333333333vw;
        margin-bottom: 4.2666666667vw;
        border-radius: 4.2666666667vw;
    }
}
.resson-price .resson-price-chance-txt {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .resson-price .resson-price-chance-txt {
            font-size: 4.2666666667vw;
        margin-bottom: 7.2666666667vw;
  }
}