@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* Edge用 ------------*/
/* IE用 ------------*/
/* Microsoft IE/Edge用 ------------*/
/* Safari用 ------------*/
/* Font styles ------------*/
/* Color styles ------------*/
/* 375pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
#main {
  background-color: #fff000;
}

img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------
lcl-top
------------------------------------------------*/
.lcl-top {
  position: relative;
  z-index: 2;
  padding-top: 210px;
  /* SP only ------------ */
  /* before ------------*/
  /* after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-top {
    padding-top: 77.3333333333vw;
    background-color: #fff000;
  }
}
.lcl-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_main.jpg) center/cover no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-top::before {
    height: 90.6666666667vw;
    background: url(../img/sp/bg_main.jpg) center/cover no-repeat;
  }
}
.lcl-top::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: -100%;
  right: -100%;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: url(../img/img.png) top center/100% 100% no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-top::after {
    bottom: 12.8vw;
    height: 8.5333333333vw;
  }
}

/*------------------------------------------------
lcl-sec
------------------------------------------------*/
/* -------------- #reason01 -------------- */
#reason01 .lcl-sec-graph__img--01 {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  #reason01 .lcl-sec-graph__img--01 {
    margin-top: 0;
  }
}
#reason01 .lcl-sec-graph--02 {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  #reason01 .lcl-sec-graph--02 {
    padding-left: 75px;
    padding-right: 75px;
  }
}

#reason02 .lcl-sec-graph__img--01 {
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason02 .lcl-sec-graph__img--01 {
    width: 63.4666666667vw;
  }
}

#reason03 .lcl-sec__in {
  border-radius: 10px 10px 0 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec__in {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
#reason03 .lcl-sec__in .lcl-sec-graph__img--01 {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  #reason03 .lcl-sec__in .lcl-sec-graph__img--01 {
    width: 778px;
    margin: 0 auto;
  }
}
#reason03 .lcl-sec03-cnt {
  position: relative;
  margin-top: 100px;
  margin-bottom: 55px;
  padding: 30px;
  background-color: #f1f5f8;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt {
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    padding: 8vw 4vw 5.3333333333vw;
  }
}
#reason03 .lcl-sec03-cnt__txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__txt {
    text-align: center;
  }
}
#reason03 .lcl-sec03-cnt__note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__note {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__note {
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
#reason03 .lcl-sec03-cnt__img {
  width: 456px;
  /* PC only ------------ */
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (min-width: 768px) {
  #reason03 .lcl-sec03-cnt__img {
    position: absolute;
    bottom: -17px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__img {
    position: relative;
    width: 64.8vw;
    margin: 13.3333333333vw auto 0;
  }
}
#reason03 .lcl-sec03-cnt__img::before {
  content: "";
  position: absolute;
  top: 133px;
  left: 48px;
  width: 32px;
  height: 32px;
  background: url(../img/reason03/ico_arrow.png) center/cover no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03-cnt__img::before {
    top: -9.0666666667vw;
    left: 0;
    right: 0;
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
#reason03 .lcl-sec03__txt01 {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03__txt01 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03__txt01 {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#reason03 .lcl-sec03__txt02 {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ed0677;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  #reason03 .lcl-sec03__txt02 {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}

.lcl-sec {
  width: 1000px;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
  /* SP only ------------ */
  /* -------------- lcl-sec__in -------------- */
  /* -------------- lcl-sec-graph -------------- */
  /* -------------- lcl-sec-cnt -------------- */
}
@media screen and (max-width: 767px) {
  .lcl-sec {
    width: 92vw;
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
    box-shadow: 1.8666666667vw 1.8666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
.lcl-sec .lcl-sec__in {
  padding: 60px;
  border-radius: 10px;
  background-color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec__in {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.lcl-sec .lcl-sec-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lcl-sec .lcl-sec-ttl__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 13px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  /* before & after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-ttl__txt {
    padding: 3.2vw 3.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.lcl-sec .lcl-sec-ttl__txt::before, .lcl-sec .lcl-sec-ttl__txt::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(237, 6, 119);
  background: linear-gradient(90deg, #ed0677 0%, #ed0677 25%, #42bbef 25%, #42bbef 50%, #fff000 50%, #fff000 75%, #92f259 75%, #92f259 100%);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-ttl__txt::before, .lcl-sec .lcl-sec-ttl__txt::after {
    height: 0.5333333333vw;
  }
}
.lcl-sec .lcl-sec-ttl__txt::before {
  top: 0;
}
.lcl-sec .lcl-sec-ttl__txt::after {
  bottom: 0;
}
.lcl-sec .lcl-sec-ttl__index {
  height: 0.8em;
  margin-left: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-ttl__index {
    font-size: 6.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.lcl-sec .lcl-sec__question {
  margin-top: 18px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  text-align: center;
  color: #42bbef;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec__question {
    font-size: 6.9333333333vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec__question {
    margin-top: 5.3333333333vw;
  }
}
.lcl-sec .lcl-sec__subttl {
  margin-top: 17px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec__subttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec__subttl {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.lcl-sec .lcl-sec-graph {
  margin-top: 22px;
  padding: 28px 30px;
  background-color: #f1f5f8;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.lcl-sec .lcl-sec-graph__ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__ttl {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.lcl-sec .lcl-sec-graph__img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__img {
    margin-top: 4.5333333333vw;
  }
}
.lcl-sec .lcl-sec-graph__note {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__note {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__note {
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.lcl-sec .lcl-sec-graph__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 700;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__txt {
    margin-top: 8vw;
    text-align: left;
  }
}
.lcl-sec .lcl-sec-graph__view {
  display: none;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 42.6666666667vw;
    margin: 5.3333333333vw auto 0;
    padding: 2.6666666667vw 8vw 2.6666666667vw 5.3333333333vw;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border-radius: 10.6666666667vw;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__view {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-graph__view .ico_svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: auto 0;
  }
  .lcl-sec .lcl-sec-graph__view .ico_svg .svg-path {
    stroke: #fff;
  }
}
.lcl-sec .lcl-sec-cnt {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-cnt {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.lcl-sec .lcl-sec-cnt__main {
  flex: 1;
  padding-right: 40px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-cnt__main {
    flex: auto;
    padding-right: 0;
  }
}
.lcl-sec .lcl-sec-cnt__txt {
  /* nth-of-type(n + 2) ------------ */
}
.lcl-sec .lcl-sec-cnt__txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
.lcl-sec .lcl-sec-cnt__img {
  width: 380px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sec .lcl-sec-cnt__img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

/*------------------------------------------------
lcl-nav
------------------------------------------------*/
.lcl-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-nav {
    width: 89.3333333333vw;
    margin: 13.3333333333vw auto;
  }
}

/*------------------------------------------------
nav-bnr
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .nav-bnr .nav-bnr__item {
    width: 48%;
  }
}/*# sourceMappingURL=index.css.map */