@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) ); */
@font-face {
  font-family: "yasashisa";
  src: url("/common/fonts/yasashisa.ttf") format("truetype");
}
/*------------------------------------------------
lcl-countdown-list
------------------------------------------------*/
.lcl-countdown-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.lcl-countdown-list .lcl-countdown-list__item {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-countdown-list .lcl-countdown-list__item {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin: 0 0.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.lcl-countdown-list .lcl-countdown-list__no {
  font-size: 60px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-countdown-list .lcl-countdown-list__no {
    font-size: 10.6666666667vw;
    line-height: 0.9;
    letter-spacing: 0;
  }
}
.lcl-countdown-list .lcl-countdown-list__unit {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lcl-countdown-list .lcl-countdown-list__unit {
    font-size: 2.6666666667vw;
  }
}
.lcl-countdown-list .lcl-countdown-list__no--day {
  text-shadow: 1px 1px 0 #ed0677, -1px 1px 0 #ed0677, 1px -1px 0 #ed0677, -1px -1px 0 #ed0677;
}
.lcl-countdown-list .lcl-countdown-list__no--hour {
  text-shadow: 1px 1px 0 #92f259, -1px 1px 0 #92f259, 1px -1px 0 #92f259, -1px -1px 0 #92f259;
}
.lcl-countdown-list .lcl-countdown-list__no--minute {
  text-shadow: 1px 1px 0 #42bbef, -1px 1px 0 #42bbef, 1px -1px 0 #42bbef, -1px -1px 0 #42bbef;
}
.lcl-countdown-list .lcl-countdown-list__no--second {
  text-shadow: 1px 1px 0 #ffa600, -1px 1px 0 #ffa600, 1px -1px 0 #ffa600, -1px -1px 0 #ffa600;
}
.lcl-countdown-list .lcl-countdown-list__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*------------------------------------------------
lcl-main
------------------------------------------------*/
.lcl-main {
  width: 100%;
  height: 50vw;
  min-height: 550px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lcl-main {
    height: 172.2666666667vw;
  }
}
.lcl-main.js-load--on .slick-active .lcl-main-bg__img {
  opacity: 1;
  transform: scale(1);
}
.lcl-main.js-load--on .lcl-main-ttl,
.lcl-main.js-load--on .lcl-main-count__txt01,
.lcl-main.js-load--on .lcl-main-count-list,
.lcl-main.js-load--on .lcl-main-count__txt02 {
  opacity: 1;
}
.lcl-main .lcl-main-ttl {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-ttl {
    top: -0.8vw;
  }
}
.lcl-main .lcl-main-ttl__img {
  width: 39%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -5vw;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .lcl-main .lcl-main-ttl__img {
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-ttl__img {
    top: 0;
    width: 85.8666666667vw;
    height: 85.8666666667vw;
  }
}
.lcl-main .lcl-main-ttl__txt {
  position: absolute;
  top: 22.7vw;
  text-align: center;
  width: 100%;
  font-size: 23px;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lcl-main .lcl-main-ttl__txt {
    top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-ttl__txt {
    top: 60.5333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.3em;
  }
}
.lcl-main .slick-list {
  height: 100%;
}
.lcl-main .slick-track {
  height: 100%;
}
.lcl-main .lcl-main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.lcl-main .lcl-main-bg__item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-bg__item {
    height: 172.2666666667vw;
  }
}
.lcl-main .lcl-main-bg__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-bg__bg {
    height: 172.2666666667vw;
    background-size: cover;
  }
}
.lcl-main .lcl-main-bg__img {
  width: 100%;
  height: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-bg__img {
    width: 100%;
    height: 172.2666666667vw;
  }
}
.lcl-main .lcl-main-bg__item--01 .lcl-main-bg__bg {
  background-image: url(../img/main/kai_A01.png);
}
.lcl-main .lcl-main-bg__item--02 .lcl-main-bg__bg {
  background-image: url(../img/main/kai_B01.png);
}
.lcl-main .lcl-main-bg__item--03 .lcl-main-bg__bg {
  background-image: url(../img/main/kai_C01.png);
}
.lcl-main .lcl-main-bg__item--04 .lcl-main-bg__bg {
  background-image: url(../img/main/bg_05.png?20250131);
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-bg__item--04 .lcl-main-bg__bg {
    background-image: url(../img/main/sp/bg_05_resize.png?20250131);
  }
}
.lcl-main .lcl-main-count {
  width: 100%;
  position: absolute;
  bottom: 6vw;
  left: 0;
}
@media screen and (max-width: 1350px) {
  .lcl-main .lcl-main-count {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-count {
    bottom: 54.9333333333vw;
  }
}
.lcl-main .lcl-main-count__txt01 {
  text-align: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 21px;
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-count__txt01 {
    font-size: 3.7333333333vw;
    letter-spacing: 0.3em;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
}
.lcl-main .lcl-main-count-list {
  opacity: 0;
  transition: opacity 1s 0.75s ease;
}
.lcl-main .lcl-main-count__txt02 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 1s 1s ease;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main-count__txt02 {
    margin-top: 4vw;
    font-size: 4vw;
    letter-spacing: 0.3em;
  }
}
.lcl-main .lcl-main__wave {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -1px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lcl-main .lcl-main__wave {
    width: 200%;
    height: 4vw;
  }
}

/*------------------------------------------------
lcl-choice
------------------------------------------------*/
.lcl-choice {
  position: relative;
  z-index: 1;
  margin-top: 65px;
  /* PC only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice {
    margin-top: 13.3333333333vw;
  }
}
.lcl-choice .lcl-choice__in {
  width: 1000px;
  margin: 0 auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__in {
    width: 92vw;
  }
}
.lcl-choice .lcl-choice__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.lcl-choice .lcl-choice__ttl {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
.lcl-choice .lcl-choice__ttl::before, .lcl-choice .lcl-choice__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 35px;
  margin: auto 0;
  background-color: #000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__ttl::before, .lcl-choice .lcl-choice__ttl::after {
    width: 0.5333333333vw;
    height: 16vw;
  }
}
.lcl-choice .lcl-choice__ttl::before {
  left: -45px;
  transform: rotate(-30deg);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__ttl::before {
    left: -13.3333333333vw;
  }
}
.lcl-choice .lcl-choice__ttl::after {
  right: -45px;
  transform: rotate(30deg);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__ttl::after {
    right: -13.3333333333vw;
  }
}
.lcl-choice .lcl-choice__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__list {
    margin-top: 5.3333333333vw;
  }
}
.lcl-choice .lcl-choice__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 235px;
  height: 235px;
  padding: 20px 10px 10px;
  color: #000;
  background-color: #fff000;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-choice .lcl-choice__item {
    /* nth-of-type(2n) ------------ */
  }
  .lcl-choice .lcl-choice__item:nth-of-type(2n) {
    color: #fff;
    background-color: #2f95ff;
  }
  .lcl-choice .lcl-choice__item:nth-of-type(2n) .ico_svg .svg-path {
    fill: #fff000;
  }
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__item {
    justify-content: center;
    width: 44vw;
    height: 44vw;
    padding: 0 0 5.3333333333vw;
    /* nth-of-type(n + 3) ------------ */
  }
  .lcl-choice .lcl-choice__item:nth-of-type(2n):not(:nth-of-type(4n)), .lcl-choice .lcl-choice__item:nth-of-type(4n - 1) {
    color: #fff;
    background-color: #2f95ff;
  }
  .lcl-choice .lcl-choice__item:nth-of-type(2n):not(:nth-of-type(4n)) .ico_svg .svg-path, .lcl-choice .lcl-choice__item:nth-of-type(4n - 1) .ico_svg .svg-path {
    fill: #fff000;
  }
  .lcl-choice .lcl-choice__item:nth-of-type(n + 3) {
    margin-top: 4vw;
  }
}
.lcl-choice .lcl-choice__item .ico_svg {
  width: 50px;
  height: 50px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__item .ico_svg {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.lcl-choice .lcl-choice__item .ico_svg .svg-path {
  fill: #2f95ff;
}
.lcl-choice .lcl-choice__txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  text-align: center;
  margin-top: 11px;
  font-size: 20px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.lcl-choice .lcl-choice__txt.lcl-choice__txt--small {
  margin-top: 8px;
  font-size: 18px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__txt.lcl-choice__txt--small {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.lcl-choice .lcl-choice__btn {
  width: 300px;
  margin: 45px auto 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice .lcl-choice__btn {
    width: 77.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

/*------------------------------------------------
lcl-choice-t
------------------------------------------------*/
.lcl-choice-t {
  position: relative;
  z-index: 1;
  margin-top: 65px;
  /* SP only ------------ */
  /* PC only ------------ */
  /* -------------- lcl-choice-target -------------- */
}
@media screen and (max-width: 767px) {
  .lcl-choice-t {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-choice-t {
    /* before ------------*/
    /* after ------------*/
  }
  .lcl-choice-t::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 150px;
    height: 1166px;
    background: url(../webp/choice/wave_01.webp) left center/contain no-repeat;
  }
  .lcl-choice-t::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 45px;
    right: 0;
    width: 181px;
    height: 1189px;
    background: url(../webp/choice/wave_02.webp) right center/contain no-repeat;
  }
}
.lcl-choice-t__in {
  width: 1000px;
  margin: 0 auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice-t__in {
    width: 92vw;
  }
}
.lcl-choice-t .lcl-choice-target {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 900px;
  margin: 65px auto 0;
  padding: 10px;
  background-color: #f1f5f8;
  border-radius: 6px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice-t .lcl-choice-target {
    width: 100%;
    margin-top: 10.6666666667vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 1.6vw;
  }
}
.lcl-choice-t .lcl-choice-target__ttl {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #2f95ff;
  letter-spacing: 0.1em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice-t .lcl-choice-target__ttl {
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
.lcl-choice-t .lcl-choice-target__txt {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-choice-t .lcl-choice-target__txt {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-choice-t .lcl-choice-target__txt {
    flex: 1;
    margin-left: 5.3333333333vw;
  }
}

/*------------------------------------------------
lcl-lead
------------------------------------------------*/
.lcl-lead {
  padding-top: 64px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lcl-lead {
    padding: 8.5333333333vw 4vw 5.3333333333vw;
  }
}
.lcl-lead .lcl-lead__in {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__in {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__cnt {
    width: 100%;
  }
}
.lcl-lead .lcl-lead__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.lcl-lead .lcl-lead__ttl img {
  position: relative;
  right: 66px;
  margin-top: -74px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__ttl img {
    right: 0;
    margin-top: 0;
  }
}
.lcl-lead .lcl-lead__concept {
  width: 100%;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: black;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__concept {
    font-size: 16vw;
    letter-spacing: 0;
  }
}
.lcl-lead .lcl-lead__txt {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__txt {
    text-align: left;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 4vw;
  }
}
.lcl-lead .lcl-lead__img {
  width: 172px;
  height: 172px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__img {
    position: absolute;
    left: 0;
    right: 0;
    top: -5.3333333333vw;
    margin: 0 auto;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    z-index: 2;
  }
}
.lcl-lead .lcl-lead__img img {
  width: 100%;
  height: 100%;
}
.lcl-lead .lcl-lead__reason {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__reason {
    flex-direction: column;
    width: 100%;
  }
}
.lcl-lead .lcl-lead__btn {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}
.lcl-lead .lcl-lead__btn-04 {
  width: 400px;
  height: 100px;
  background: #42bbef;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0px 9px 0px #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 7px;
  transition: all 0.25s ease;
  transition: box-shadow 0.15s cubic-bezier(1, 0, 0.52, 1.85), transform 0.15s cubic-bezier(1, 0, 0.52, 1.85), background 0.15s cubic-bezier(1, 0, 0.52, 1.85);
}
@media (hover: hover) {
  .lcl-lead .lcl-lead__btn-04:hover {
    transform: translateY(9px);
    box-shadow: 0px 0px 0px #000;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-lead .lcl-lead__btn-04:hover {
    transform: translateY(9px);
    box-shadow: 0px 0px 0px #000;
  }
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 {
    width: 89.3333333333vw;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0px 2.4vw 0px #000;
    padding-bottom: 1.3333333333vw;
  }
}
.lcl-lead .lcl-lead__btn-04 .btn-04__sub {
  width: 190px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #42bbef;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  margin: 0 auto 3px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 .btn-04__sub {
    width: 44.5333333333vw;
    height: 7.4666666667vw;
    border-radius: 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 auto 3.2vw;
  }
}
.lcl-lead .lcl-lead__btn-04 .btn-04__txt {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 .btn-04__txt {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 .btn-04__small {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5333333333vw;
  }
}
.lcl-lead .lcl-lead__btn-04 .btn-04__strong {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 .btn-04__strong {
    font-size: 8.5333333333vw;
  }
}
.lcl-lead .lcl-lead__btn-04 .ico_right {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__btn-04 .ico_right {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    right: 1.8666666667vw;
  }
}
.lcl-lead .lcl-lead__btn-04 .ico_right .svg-path {
  stroke: #fff;
}

/*------------------------------------------------
lcl-ranking
------------------------------------------------*/
.lcl-ranking .lcl-ranking__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.lcl-ranking .lcl-ranking__item {
  width: 276px;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-ranking .lcl-ranking__item {
    /* nth-of-type(n + 2) ------------ */
  }
  .lcl-ranking .lcl-ranking__item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-ranking .lcl-ranking__item {
    width: 44.5333333333vw;
    /* nth-of-type(1) ------------ */
    /* nth-of-type(n + 2) ------------ */
    /* nth-of-type(3) ------------ */
  }
  .lcl-ranking .lcl-ranking__item:nth-of-type(1) {
    margin: 0 13.3333333333vw;
  }
  .lcl-ranking .lcl-ranking__item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
  .lcl-ranking .lcl-ranking__item:nth-of-type(3) {
    margin-left: 2.6666666667vw;
  }
}
/*------------------------------------------------
lcl-news
------------------------------------------------*/
.lcl-news {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-news {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
}
.lcl-news .lcl-news__in {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news__in {
    width: 92vw;
    padding: 5.3333333333vw 4vw 6.4vw;
  }
}
.lcl-news .lcl-news__head {
  position: fixed;
  width: 130px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news__head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.lcl-news .lcl-news-ttl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-ttl {
    display: block;
    align-items: flex-start;
    text-align: left;
  }
}
.lcl-news .lcl-news-ttl__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #42bbef;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-ttl__en {
    font-size: 5.3333333333vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.lcl-news .lcl-news__btn {
  margin-top: 28px;
  text-align: center;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news__btn {
    width: 34.6666666667vw;
    margin-top: 0;
  }
}
.lcl-news .lcl-news-list {
  width: calc(100% - 130px);
  padding: 12px 0 12px 30px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-list {
    width: 100%;
    padding: 0;
    margin-left: 26.6666666667vw;
  }
}
.lcl-news .lcl-news-list__item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-list__item:nth-child(n+2) {
    margin-top: 4vw;
    display: block;
  }
}
.lcl-news .lcl-news-list__link {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lcl-news a.lcl-news-list__link {
  transition: color 0.25s ease;
  /* media_hover ------------ */
}
@media (hover: hover) {
  .lcl-news a.lcl-news-list__link:hover {
    color: #2f95ff;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-news a.lcl-news-list__link:hover {
    color: #2f95ff;
  }
}
.lcl-news .lcl-news-list__time {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-list__time {
    display: block;
    width: 100%;
    margin-bottom: 0.8vw;
  }
}
.lcl-news .lcl-news-list__txt {
  width: calc(100% - 95px);
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news-list__txt {
    width: 100%;
  }
}

.lcl-news .lcl-news__in {
  height: 200px;
  overflow: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .lcl-news .lcl-news__in {
    height: 400px;
  }
}

/*Google Chrome、Safariへの対応*/
.lcl-news__in::-webkit-scrollbar {
  display: none;
}

/*------------------------------------------------
lcl-bnr
------------------------------------------------*/
.lcl-bnr {
  position: relative;
  z-index: 2;
}
.lcl-bnr.lcl-bnr--decoration {
  /* before ------------*/
  /* after ------------*/
}
.lcl-bnr.lcl-bnr--decoration::before {
  content: "";
  position: absolute;
  bottom: 47px;
  left: calc(50% - 460px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff000;
}
.lcl-bnr.lcl-bnr--decoration::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: calc(50% + 550px);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff000;
}
.lcl-bnr .lcl-bnr__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-bnr .lcl-bnr__list {
    width: 92vw;
  }
}
.lcl-bnr .lcl-bnr__item {
  width: calc((100% - 20px) / 2);
  /* SP only ------------ */
  /* nth-of-type(n + 3) ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-bnr .lcl-bnr__item {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
.lcl-bnr .lcl-bnr__item:nth-of-type(n + 3) {
  margin-top: 20px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-bnr .lcl-bnr__item:nth-of-type(n + 3) {
    margin-top: 2.6666666667vw;
  }
}
.lcl-bnr .lcl-bnr__link {
  display: block;
}
.lcl-bnr .lcl-bnr__link img {
  height: auto;
}

/*------------------------------------------------
lcl-movie
------------------------------------------------*/
.lcl-movie {
  margin-top: 144px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lcl-movie {
    margin-top: 44.2666666667vw;
    padding-bottom: 37.3333333333vw;
  }
}
.lcl-movie::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -294px;
  width: 100%;
  height: 1087px;
  position: absolute;
  background: url(../webp/movie/bg_01.webp) center center/100% 100% no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lcl-movie::before {
    top: -41.6vw;
    width: 100%;
    height: 160vw;
    background: url(../webp/movie/sp/bg_01.webp) center center/100% 100% no-repeat;
  }
}
.lcl-movie::after {
  content: "";
  display: block;
  width: 1000px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 27px;
  margin-left: -481px;
  background: url(../webp/movie/bg_02.webp) center center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lcl-movie::after {
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    left: -5.3333333333vw;
    top: -16vw;
    margin-left: 0;
    background: url(../webp/movie/sp/bg_02.webp) center center/contain no-repeat;
  }
}
.lcl-movie .lcl-movie__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-movie .lcl-movie__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-movie .lcl-movie__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-movie .lcl-movie__in {
  width: 630px;
  height: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-movie .lcl-movie__in {
    width: 92vw;
    height: 49.6vw;
  }
}
.lcl-movie .lcl-movie-list__iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.lcl-about {
  margin-top: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-about {
    padding-bottom: 10.6666666667vw;
  }
}
.lcl-about::before, .lcl-about::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lcl-about::before, .lcl-about::after {
    display: none;
  }
}
.lcl-about::before {
  background: url(../webp/about/bg_01.webp) center center/100% 100% no-repeat;
  width: 214px;
  height: 1158px;
  position: absolute;
  left: 0;
  top: -120px;
}
.lcl-about::after {
  background: url(../webp/about/bg_02.webp) center center/100% 100% no-repeat;
  width: 167px;
  height: 1223px;
  position: absolute;
  right: 0;
  top: 137px;
}
.lcl-about .lcl-about__in {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__in {
    padding: 0 4vw;
  }
}
.lcl-about .lcl-about__logo {
  width: 290px;
  height: 268px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__logo {
    width: 58.6666666667vw;
    height: 54.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-about .lcl-about__logo img {
  width: 100%;
  height: 100%;
}
.lcl-about .lcl-about__ttl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-about .lcl-about__ttlsmall {
  font-size: 23px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__ttlsmall {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
  }
}
.lcl-about .lcl-about__txt01 {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 33px;
}
.lcl-about .lcl-about__txt01 sup {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__txt01 sup {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-about__txt01 {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 2.6666666667vw;
    text-align: left;
  }
}
.lcl-about .lcl-aboput__txt02 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-aboput__txt02 {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-about .lcl-aboput__txt02 {
    text-align: left;
  }
}

.lcl-reason {
  margin-top: 80px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-reason {
    margin-bottom: 0;
  }
}
.lcl-reason::before, .lcl-reason::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lcl-reason::before, .lcl-reason::after {
    display: none;
  }
}
.lcl-reason::before {
  background: #ffa600;
  width: 40px;
  height: 40px;
  left: -20px;
  top: 507px;
}
.lcl-reason::after {
  background: #fff000;
  width: 24px;
  height: 24px;
  right: 63px;
  top: 476px;
}
.lcl-reason .lcl-reason__in {
  width: 1000px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__in {
    width: 100%;
    padding: 8vw 4vw 0;
  }
}
.lcl-reason .lcl-reason__in::after {
  content: "";
  display: block;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  background: #fff000;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__in::after {
    width: 368vw;
    height: 368vw;
    right: auto;
    left: -134.6666666667vw;
  }
}
.lcl-reason .lcl-reason__ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__ttl {
    margin-bottom: 8vw;
  }
}
.lcl-reason .lcl-reason-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list {
    display: block;
  }
}
.lcl-reason .lcl-reason-list__item {
  width: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__item:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__item:nth-child(2) .lcl-reason-list__no {
    font-size: 7.4666666667vw;
    top: -4.8vw;
  }
}
.lcl-reason .lcl-reason-list__no {
  font-size: 48px;
  line-height: 1.8;
  width: 100%;
  position: absolute;
  left: 0;
  top: -45px;
  color: #42bbef;
  font-weight: 700;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__no {
    font-size: 8vw;
    line-height: 1;
    top: -5.3333333333vw;
    letter-spacing: 0;
  }
}
.lcl-reason .lcl-reason-list__img {
  display: block;
  width: 320px;
  box-shadow: 5px 5px 0 #42bbef;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__img {
    width: 70.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0 #42bbef;
    border-radius: 2.6666666667vw;
    margin: 0 auto 5.8666666667vw;
  }
}
.lcl-reason .lcl-reason-list__img img {
  width: 100%;
  height: auto;
}
.lcl-reason .lcl-reason-list__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-list__ttl {
    height: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-reason .lcl-reason_list__ttl__list {
  text-align: left;
}
.lcl-reason .lcl-reason-chart__cnt {
  width: 1000px;
  margin-top: 120px;
  padding: 0 20px 20px;
  background: #42bbef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-chart__cnt {
    position: relative;
    width: 100vw;
    margin-top: 21.3333333333vw;
    padding: 0;
    padding-top: 5.3333333333vw;
    right: 4vw;
  }
}
.lcl-reason .lcl-reason-chart__main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-chart__main {
    flex-direction: column;
  }
}
.lcl-reason .lcl-reason-chart__ttl {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  left: 215px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-chart__ttl {
    position: static;
  }
}
.lcl-reason .lcl-reason-chart__txt {
  background: #fff;
  margin: 20px;
  padding: 20px;
  width: 65%;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason-chart__txt {
    width: 100vw;
    margin: 5.3333333333vw 0;
    padding: 5.3333333333vw;
  }
}
.lcl-reason .lcl-reason__btn__ctn {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__btn__ctn {
    flex-direction: column;
    width: 100%;
  }
}
.lcl-reason .lcl-reason__btn {
  width: 45%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__btn {
    width: 100%;
    margin-top: 8vw;
  }
}
.lcl-reason .lcl-reason__btn .btn-04__sub {
  width: 260px;
}

.lcl-course-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  z-index: 10;
}
.lcl-course-list__item {
  position: relative;
  width: 48%;
  max-width: 400px;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__item {
    width: 100%;
    max-width: none;
  }
}
.lcl-course-list__img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__img {
    border-radius: 1.6vw;
  }
}
.lcl-course-list__img img {
  width: 100%;
  height: auto;
}
.lcl-course-list__icolist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: -25px auto 15px;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__icolist {
    height: 13.3333333333vw;
    margin: -7.4666666667vw auto 1.3333333333vw;
  }
}
.lcl-course-list__ico {
  display: block;
  width: 60px;
  height: 60px;
  /* SP only ------------ */
  /* nth-of-type(n + 2) ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course-list__ico {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.lcl-course-list__ico:nth-of-type(n + 2) {
  margin-left: 10px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course-list__ico:nth-of-type(n + 2) {
    margin-left: 2.6666666667vw;
  }
}
.lcl-course-list__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
.lcl-course-list__subttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  margin: 10px 0;
  text-align: left;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course-list__subttl {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-course-list__subttl {
    margin: 1.3333333333vw 0;
  }
}
.lcl-course-list__subttl span {
  color: #ed0677;
}
.lcl-course-list__en {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__en {
    font-size: 2.9333333333vw;
    line-height: 1.8;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-course-list__txt {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-course-list__txt {
    min-height: 11em;
  }
}
.lcl-course-list__link {
  width: 200px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-course-list__link {
    width: 60%;
  }
}

.lcl-course {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lcl-course {
    margin-top: 17.3333333333vw;
  }
}
.lcl-course::before, .lcl-course::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lcl-course::before, .lcl-course::after {
    display: none;
  }
}
.lcl-course::before {
  width: 167px;
  height: 1166px;
  left: 0;
  top: 222px;
  background: url(../webp/course/bg_01.webp) center center/contain no-repeat;
}
.lcl-course::after {
  width: 202px;
  height: 1158px;
  right: 0;
  top: 6px;
  background: url(../webp/course/bg_02.webp) center center/contain no-repeat;
}
.lcl-course .lcl-course__in {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course__in {
    width: 100%;
  }
}
.lcl-course .lcl-course__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course__ttl {
    margin-bottom: 5.6vw;
  }
}
.lcl-course .lcl-course-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list {
    display: block;
    width: 92vw;
    margin: 0 auto 9.8666666667vw;
  }
}
.lcl-course .lcl-course-list__item {
  width: 400px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.lcl-course .lcl-course-list__img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__img {
    border-radius: 1.6vw;
  }
}
.lcl-course .lcl-course-list__img img {
  width: 100%;
  height: auto;
}
.lcl-course .lcl-course-list__icolist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: -25px auto 15px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__icolist {
    height: 13.3333333333vw;
    margin: -7.4666666667vw auto 1.3333333333vw;
  }
}
.lcl-course .lcl-course-list__ico {
  display: block;
  width: 60px;
  height: 60px;
  /* SP only ------------ */
  /* nth-of-type(n + 2) ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__ico {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.lcl-course .lcl-course-list__ico:nth-of-type(n + 2) {
  margin-left: 10px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__ico:nth-of-type(n + 2) {
    margin-left: 2.6666666667vw;
  }
}
.lcl-course .lcl-course-list__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
.lcl-course .lcl-course-list__subttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  margin-bottom: 10px;
  text-align: center;
  color: #ed0677;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__subttl {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__subttl {
    margin-bottom: 1.3333333333vw;
  }
}
.lcl-course .lcl-course-list__en {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__en {
    font-size: 2.9333333333vw;
    line-height: 1.8;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-course .lcl-course-list__txt {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-course .lcl-course-list__txt {
    min-height: 11em;
  }
}
.lcl-course .lcl-course-list__link {
  width: 200px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-list__link {
    width: 60%;
  }
}
.lcl-course .lcl-course-box {
  width: 800px;
  background: #f1f5f8;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 44px 0 70px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box {
    width: 100%;
    border-radius: 0;
    padding: 5.3333333333vw 0 19.7333333333vw;
  }
}
.lcl-course .lcl-course-box::after {
  content: "";
  display: block;
  width: 731px;
  height: 484px;
  background: url(../webp/course/bg_03.webp) center center/contain no-repeat;
  position: absolute;
  left: 44px;
  top: 44px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box::after {
    width: 89.6vw;
    height: 134.9333333333vw;
    left: 3.4666666667vw;
    top: 4.8vw;
    background: url(../webp/course/sp/bg_03.webp) center center/contain no-repeat;
  }
}
.lcl-course .lcl-course-box__ttl {
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box__ttl {
    font-size: 4.5333333333vw;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box__ttl {
    margin-bottom: 5.0666666667vw;
  }
}
.lcl-course .lcl-course-box__img {
  width: 532px;
  height: 432px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box__img {
    width: 93.6vw;
    height: 104.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.lcl-course .lcl-course-box__img img {
  width: 100%;
  height: 100%;
}
.lcl-course .lcl-course-box__txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.lcl-course .lcl-course-box__link {
  width: 225px;
  margin: 40px auto 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course .lcl-course-box__link {
    width: 54.6666666667vw;
    margin-top: 4vw;
  }
}

.lcl-course-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 970px;
  margin: 60px auto 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course-nav {
    display: block;
    width: 82.6666666667vw;
    margin-top: 16vw;
  }
}
.lcl-course-nav .lcl-course-nav__item {
  margin-right: 40px;
  margin-left: 40px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-course-nav .lcl-course-nav__item {
    margin-right: 0;
    margin-left: 0;
    /* nth-of-type(n + 2) ------------ */
  }
  .lcl-course-nav .lcl-course-nav__item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}

.lcl-school {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-school {
    margin-top: 16vw;
  }
}
.lcl-school .lcl-school__in {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school__in {
    width: 92vw;
  }
}
.lcl-school .lcl-school__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school__ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.lcl-school .lcl-school-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #42bbef;
}
.lcl-school .lcl-school-table__ttl01 {
  background: #42bbef;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
  width: 250px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__ttl01 {
    width: auto;
    padding: 0.8vw 0;
    font-size: 3.7333333333vw;
    border-top: 1px solid #fff;
  }
  .lcl-school .lcl-school-table__ttl01.lcl-school-table__ttl01--wide {
    width: 46.6666666667vw;
  }
}
.lcl-school .lcl-school-table__ttl01:last-of-type {
  border-right: none;
}
.lcl-school .lcl-school-table__ttl02 {
  padding: 15px;
  position: relative;
  border: 1px solid #42bbef;
  font-size: 17px;
  height: 1.8;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  background: #fff000;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__ttl02 {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.lcl-school .lcl-school-table__ttl02 sup {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__ttl02 sup {
    font-size: 1.8666666667vw;
  }
}
.lcl-school .lcl-school-table__ico {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__ico {
    width: 24.5333333333vw;
    height: 24.2666666667vw;
    top: -6.6666666667vw;
    right: -1.3333333333vw;
  }
}
.lcl-school .lcl-school-table__ico img {
  width: 100%;
  height: 100%;
}
.lcl-school .lcl-school-table__item {
  border: 1px solid #42bbef;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
.lcl-school .lcl-school-table__item * {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__item {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.8;
    font-weight: 700;
    text-align: left;
  }
}
.lcl-school .lcl-school-table__item sup {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__item sup {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-table__txt01 {
    font-size: 8vw;
  }
}
.lcl-school .lcl-school__attention {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school__attention {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school__attention {
    margin-top: 2.6666666667vw;
  }
}
.lcl-school .lcl-school-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  z-index: 10;
  width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list {
    display: block;
    width: 92vw;
    margin-top: 10.6666666667vw;
  }
}
.lcl-school .lcl-school-list__item {
  width: 320px;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list__item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list__item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.lcl-school .lcl-school-list__img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list__img {
    border-radius: 1.6vw;
  }
}
.lcl-school .lcl-school-list__img img {
  width: 100%;
  height: auto;
}
.lcl-school .lcl-school-list__icolist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: -15px auto 15px;
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list__icolist {
    height: 13.3333333333vw;
    margin: -7.4666666667vw auto 1.3333333333vw;
  }
}
.lcl-school .lcl-school-list__link {
  width: 200px;
  margin: 15px auto 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-school .lcl-school-list__link {
    width: 53.3333333333vw;
    margin-top: 4vw;
  }
}
.lcl-school .lcl-school-list__link .btn-02__in {
  line-height: 1.3;
}

/*------------------------------------------------
lcl-flow
------------------------------------------------*/
.lcl-flow {
  position: relative;
  margin-top: 80px;
  /* SP only ------------ */
  /* -------------- lcl-flow__in -------------- */
  /* -------------- flow__img -------------- */
}
@media screen and (max-width: 767px) {
  .lcl-flow {
    margin-top: 16vw;
  }
}
.lcl-flow::before, .lcl-flow::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lcl-flow::before, .lcl-flow::after {
    display: none;
  }
}
.lcl-flow::before {
  background: url(../webp/about/bg_01.webp) center center/100% 100% no-repeat;
  width: 214px;
  height: 1158px;
  position: absolute;
  left: 0;
  top: 20%;
}
.lcl-flow::after {
  background: url(../webp/about/bg_02.webp) center center/100% 100% no-repeat;
  width: 167px;
  height: 1223px;
  position: absolute;
  right: 0;
  top: 30%;
}
.lcl-flow .flow__cnt {
  /* -------------- lcl-flow__cnt01 -------------- */
  /* -------------- lcl-flow__cnt02 -------------- */
  /* -------------- lcl-flow__cnt03 -------------- */
  /* -------------- lcl-flow__cnt04 -------------- */
  /* -------------- lcl-flow__cnt05 -------------- */
  /* -------------- lcl-flow__cnt06 -------------- */
}
.lcl-flow .flow__cnt.lcl-flow__cnt01 {
  background: url(../webp/flow/step01/bg_01.webp) center/cover no-repeat;
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt01 {
    padding-top: 50px;
  }
}
.lcl-flow .flow__cnt.lcl-flow__cnt01 .flow__img {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt01 .flow__img {
    width: 618px;
    margin-bottom: 40px;
  }
}
.lcl-flow .flow__cnt.lcl-flow__cnt02 {
  background: url(../webp/flow/step02/bg_01.webp) center/cover no-repeat;
}
.lcl-flow .flow__cnt.lcl-flow__cnt03 {
  background: url(../webp/flow/step03/bg_01.webp) center/cover no-repeat;
}
.lcl-flow .flow__cnt.lcl-flow__cnt04 {
  background: url(../webp/flow/step04/bg_01.webp) center/cover no-repeat;
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 {
  background: url(../webp/flow/step05/bg_01.webp) center/cover no-repeat;
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .flow__img {
  width: 300px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt05 .flow__img {
    width: 53.3333333333vw;
  }
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .flow__img.scr-anin--on .lcl-flow__explosion01,
.lcl-flow .flow__cnt.lcl-flow__cnt05 .flow__img.scr-anin--on .lcl-flow__explosion02 {
  opacity: 1;
  transform: scale(1);
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion01,
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion02 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion01 img,
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion02 img {
  height: auto;
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion01 {
  left: -94px;
  bottom: -7px;
  width: 176px;
  transition-delay: 0.65s;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion01 {
    left: -17.3333333333vw;
    bottom: -1.8666666667vw;
    width: 32.2666666667vw;
  }
}
.lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion02 {
  top: 0;
  right: -80px;
  width: 154px;
  transition-delay: 0.75s;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt05 .lcl-flow__explosion02 {
    right: -14.4vw;
    width: 26.6666666667vw;
  }
}
.lcl-flow .flow__cnt.lcl-flow__cnt06 {
  background: url(../webp/flow/step06/bg_01.webp) center/cover no-repeat;
}
.lcl-flow .flow__cnt.lcl-flow__cnt06 .flow__img {
  overflow: hidden;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .lcl-flow .flow__cnt.lcl-flow__cnt06 .flow__img {
    height: auto;
  }
}
.lcl-flow .lcl-flow-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: -1px;
  left: 50%;
}
.lcl-flow .lcl-flow-step__ttl {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 50px;
  padding: 10px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  transform: translateX(-50%);
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow-step__ttl {
    height: 10.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.lcl-flow .lcl-flow-step__ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-width: 50px 26px 0;
  border-style: solid;
  border-color: #42bbef transparent;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow-step__ttl::before {
    border-width: 10.6666666667vw 6.9333333333vw 0;
  }
}
.lcl-flow .flow__img.scr-anin--on .lcl-flow__figure:nth-of-type(n + 2) {
  transform: scale(1);
  opacity: 1;
}
.lcl-flow .lcl-flow__figure {
  width: 100%;
  /* nth-of-type(n + 2) ------------ */
}
.lcl-flow .lcl-flow__figure:nth-of-type(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: bottom;
  transform: scale(0.8);
  transition: opacity 0.8s 0.5s ease, transform 0.8s 0.5s ease;
}
.lcl-flow .lcl-flow__figure img {
  height: auto;
}
.lcl-flow .lcl-flow__right-balloon {
  position: absolute;
  width: 40%;
  top: -10px;
  right: -150px;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #42bbef;
  border-radius: 30px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__right-balloon {
    width: 90%;
    top: 0;
    right: 0;
    position: relative;
  }
}
.lcl-flow .lcl-flow__right-balloon::before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #42bbef;
  border-radius: 50%;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__right-balloon::before {
    top: -15px;
  }
}
.lcl-flow .lcl-flow__right-balloon::after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #42bbef;
  border-radius: 50%;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__right-balloon::after {
    top: 0px;
  }
}
.lcl-flow .lcl-flow__right-balloon .lcl-flow__txt {
  text-align: left;
}
.lcl-flow .lcl-flow__left-balloon {
  position: absolute;
  width: 40%;
  top: -10px;
  left: -200px;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #42bbef;
  border-radius: 30px;
  text-align: left;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__left-balloon {
    width: 90%;
    top: 0;
    left: 0;
    position: relative;
  }
}
.lcl-flow .lcl-flow__left-balloon::before {
  content: "";
  position: absolute;
  right: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #42bbef;
  border-radius: 50%;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__left-balloon::before {
    top: -15px;
    right: 0;
    left: -38px;
  }
}
.lcl-flow .lcl-flow__left-balloon::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #42bbef;
  border-radius: 50%;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__left-balloon::after {
    top: 0px;
    right: 0;
    left: -24px;
  }
}
.lcl-flow .lcl-flow__left-balloon .lcl-flow__txt {
  text-align: left;
}
.lcl-flow .lcl-flow__txt {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__txt {
    text-align: left;
  }
}
.lcl-flow .lcl-flow__txt .lcl-flow__txt__bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: #dd0303;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__txt .lcl-flow__txt__bold {
    margin-bottom: 2.6666666667vw;
    text-align: left;
    font-size: 4.5333333333vw;
  }
}
.lcl-flow .lcl-flow__bold {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: #fff000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__bold {
    margin-bottom: 2.6666666667vw;
    text-align: left;
    font-size: 4.5333333333vw;
  }
}

/*------------------------------------------------
lcl-story
------------------------------------------------*/
.lcl-story {
  position: relative;
  z-index: 1;
  margin: 180px 0 120px;
  /* SP only ------------ */
  /* before ------------*/
  /* after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-story {
    margin: 29.3333333333vw 0 29.3333333333vw;
  }
}
.lcl-story::before, .lcl-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80px;
  left: -100%;
  right: -100%;
  margin: auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story::before, .lcl-story::after {
    width: 154.1333333333vw;
    height: 21.3333333333vw;
  }
}
.lcl-story::before {
  top: -79px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story::before {
    top: -13.3333333333vw;
  }
}
.lcl-story::after {
  bottom: -79px;
  transform: scale(1, -1);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story::after {
    bottom: -17.3333333333vw;
  }
}
.lcl-story .lcl-story__in {
  position: relative;
}
.lcl-story .lcl-story__ttl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story .lcl-story__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
.lcl-story .lcl-story__txt {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.2;
  color: #000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story .lcl-story__txt {
    text-align: left;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    padding: 0 4vw;
  }
}
.lcl-story .lcl-story__main {
  position: relative;
  margin: 0 auto;
  width: 524px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story .lcl-story__main {
    width: 100%;
    margin: 0;
    width: calc(100% - 4vw);
  }
}
.lcl-story .lcl-story__bunsuke {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
  width: 200px;
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-story .lcl-story__bunsuke {
    top: 6.6666666667vw;
    left: 4vw;
    width: 40vw;
  }
}
.lcl-story .lcl-story__bunsuke::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  filter: blur(50px);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-story .lcl-story__bunsuke::before {
    filter: blur(8vw);
  }
}
.lcl-story .btn-04 {
  width: 368px;
  margin: 0 auto;
}

/*------------------------------------------------
lcl-character
------------------------------------------------*/
.lcl-character {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  /* SP only ------------ */
  /* before ------------*/
  /* -------------- lcl-character-list01 -------------- */
  /* -------------- lcl-character-modal -------------- */
}
@media screen and (max-width: 767px) {
  .lcl-character {
    margin-top: 16vw;
  }
}
.lcl-character::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 982px;
  height: 790px;
  margin: auto;
  background: url(../webp/character/bg.webp) center/contain no-repeat;
}
.lcl-character .lcl-character-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list {
    margin-top: 5.3333333333vw;
  }
}
.lcl-character .lcl-character-list__item {
  /* nth-of-type(n + 2) ------------ */
}
.lcl-character .lcl-character-list__item:nth-of-type(n + 2) {
  margin-left: 75px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__item:nth-of-type(n + 2) {
    margin-left: 6.6666666667vw;
  }
}
.lcl-character .lcl-character-list__item.lcl-character-list__item--scale {
  /* nth-of-type(n + 2) ------------ */
}
.lcl-character .lcl-character-list__item.lcl-character-list__item--scale:nth-of-type(n + 2) {
  margin-left: 70px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__item.lcl-character-list__item--scale:nth-of-type(n + 2) {
    margin-left: 5.3333333333vw;
  }
}
.lcl-character .lcl-character-list__item.lcl-character-list__item--scale .lcl-character-list__mask {
  width: 280px;
  height: 280px;
  overflow: visible;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__item.lcl-character-list__item--scale .lcl-character-list__mask {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.lcl-character .lcl-character-list__item.lcl-character-list__item--scale .lcl-character-list__img {
  width: 295px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__item.lcl-character-list__item--scale .lcl-character-list__img {
    width: 44vw;
  }
}
.lcl-character .lcl-character-list__btn {
  display: block;
  cursor: pointer;
  /* media_hover ------------ */
}
@media (hover: hover) {
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask {
    background-color: #d9cd00;
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask_::-webkit-full-page-media,
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask _:future, :root .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask {
    background-color: #fff000;
    opacity: 0.8;
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img {
    top: -5px;
    transform: scale(1.02);
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img_::-webkit-full-page-media,
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img _:future, :root .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img {
    top: 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask {
    background-color: #d9cd00;
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask_::-webkit-full-page-media,
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask _:future, :root .lcl-character .lcl-character-list__btn:hover .lcl-character-list__mask {
    background-color: #fff000;
    opacity: 0.8;
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img {
    top: -5px;
    transform: scale(1.02);
  }
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img_::-webkit-full-page-media,
  .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img _:future, :root .lcl-character .lcl-character-list__btn:hover .lcl-character-list__img {
    top: 0;
    transform: scale(1);
  }
}
.lcl-character .lcl-character-list__mask {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff000;
  overflow: hidden;
  transition: background-color 0.25s ease, opacity 0.25s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__mask {
    width: 26.1333333333vw;
    height: 26.1333333333vw;
  }
}
.lcl-character .lcl-character-list__img {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  display: block;
  margin: 0 auto;
  width: 175px;
  max-width: initial;
  transition: top 0.15s ease, transform 0.15s ease;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__img {
    width: 30.6666666667vw;
  }
}
.lcl-character .lcl-character-list__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  color: #000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__name {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__name {
    margin-top: 4vw;
  }
}
.lcl-character .lcl-character-list__name .ico_svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-list__name .ico_svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.lcl-character .lcl-character-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lcl-character .lcl-character-modal.lcl-character-modal--open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.lcl-character .lcl-character-modal__bg {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lcl-character .lcl-character-modal__in {
  position: relative;
  width: 800px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__in {
    width: 100%;
    padding-top: 6.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__close {
  position: absolute;
  top: -25px;
  right: -27px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.25s ease;
  /* media_hover ------------ */
  /* SP only ------------ */
  /* before ------------*/
  /* after ------------*/
}
@media (hover: hover) {
  .lcl-character .lcl-character-modal__close:hover {
    background-color: #dd0303;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-character .lcl-character-modal__close:hover {
    background-color: #dd0303;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__close {
    position: absolute;
    top: 0;
    right: 6.1333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.lcl-character .lcl-character-modal__close::before, .lcl-character .lcl-character-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  background-color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__close::before, .lcl-character .lcl-character-modal__close::after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
}
.lcl-character .lcl-character-modal__close::before {
  transform: rotate(45deg);
}
.lcl-character .lcl-character-modal__close::after {
  transform: rotate(-45deg);
}
.lcl-character .lcl-character-modal__arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: filter 0.25s ease;
  /* media_hover ------------ */
  /* SP only ------------ */
}
@media (hover: hover) {
  .lcl-character .lcl-character-modal__arrow:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
  .lcl-character .lcl-character-modal__arrow:hover .ico_svg .svg-path {
    fill: #42bbef;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-character .lcl-character-modal__arrow:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
  .lcl-character .lcl-character-modal__arrow:hover .ico_svg .svg-path {
    fill: #42bbef;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__arrow .ico_svg {
  width: 100%;
  height: 100%;
}
.lcl-character .lcl-character-modal__arrow .ico_svg .svg-path {
  fill: #fff;
}
.lcl-character .lcl-character-modal__arrow.lcl-character-modal__arrow--prev {
  left: -70px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__arrow.lcl-character-modal__arrow--prev {
    left: 0;
  }
}
.lcl-character .lcl-character-modal__arrow.lcl-character-modal__arrow--next {
  right: -70px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__arrow.lcl-character-modal__arrow--next {
    right: 0;
  }
}
.lcl-character .lcl-character-modal__slider {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-character .lcl-character-modal__slider .slick-track {
    display: flex;
  }
  .lcl-character .lcl-character-modal__slider .slick-slide {
    height: auto !important;
  }
}
.lcl-character .lcl-character-modal__cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 800px;
  padding: 50px 45px 65px 60px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.25s ease;
  transform: scale(0.95);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__cnt {
    display: block;
    width: 80vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__cnt.slick-active, .lcl-character .lcl-character-modal__cnt.is-active-next {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.25s 0.5s ease;
}
.lcl-character .lcl-character-modal__image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 265px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__image {
    width: 100%;
    justify-content: center;
  }
}
.lcl-character .lcl-character-modal__char {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff000;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__char {
    width: 39.4666666667vw;
    height: 39.4666666667vw;
  }
}
.lcl-character .lcl-character-modal__img {
  position: absolute;
  top: -80%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 340px;
  max-width: initial;
  margin: auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__img {
    width: 45.3333333333vw;
  }
  .lcl-character .lcl-character-modal__img.lcl-character-modal__img--gif {
    width: 50.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__shadow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__shadow {
    display: block;
    width: 20.2666666667vw;
    margin-top: 0;
    margin-left: 3.7333333333vw;
  }
}
.lcl-character .lcl-character-modal__small {
  width: 120px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__small {
    width: 100%;
  }
}
.lcl-character .lcl-character-modal__main {
  width: calc(100% - 265px);
  padding-left: 75px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__main {
    width: 100%;
    margin-top: 4.5333333333vw;
    padding-left: 0;
  }
}
.lcl-character .lcl-character-modal__name {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  /* SP only ------------ */
  /* after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__name {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__name {
    text-align: center;
  }
}
.lcl-character .lcl-character-modal__name::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 140px;
  height: 15px;
  background: url(../webp/character/img_star.webp) center/contain no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__name::after {
    width: 37.3333333333vw;
    height: 4vw;
    margin: 1.3333333333vw auto 0;
  }
}
.lcl-character .lcl-character-modal__detail {
  margin-top: 15px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__detail {
    margin-top: 4vw;
  }
}
.lcl-character .lcl-character-modal__list {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__list {
    margin-top: 4vw;
  }
}
.lcl-character .lcl-character-modal__head {
  width: 95px;
  padding: 3px;
  text-align: center;
  color: #fff;
  background-color: #000;
  /* SP only ------------ */
  /* nth-of-type(n + 2) ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__head {
    width: 23.4666666667vw;
    padding: 0.8vw;
  }
}
.lcl-character .lcl-character-modal__head:nth-of-type(n + 2) {
  margin-top: 10px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__head:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__body {
  padding-left: 20px;
  width: calc(100% - 95px);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  /* SP only ------------ */
  /* nth-of-type(n + 2) ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__body {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__body {
    padding-left: 5.3333333333vw;
    width: calc(100% - 23.4666666667vw);
  }
}
.lcl-character .lcl-character-modal__body:nth-of-type(n + 2) {
  margin-top: 10px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__body:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
}
.lcl-character .lcl-character-modal__intro {
  margin-top: 30px;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #42bbef;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__intro {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-character .lcl-character-modal__intro {
    margin-top: 4vw;
    padding: 4vw;
    border-radius: 1.6vw;
  }
}

/*------------------------------------------------
lcl-item
------------------------------------------------*/
.lcl-item {
  margin-top: 44px;
  padding: 156px 0 190px;
  background: url(../webp/item/bg_01.webp) center/100% 100% no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-item {
    margin-top: 2.6666666667vw;
    padding-top: 29.3333333333vw;
    padding-bottom: 34.6666666667vw;
    background-image: url(../webp/item/sp/bg_01.webp);
  }
}
.lcl-item .lcl-item__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 880px;
  margin: 40px auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__list {
    width: 92vw;
    margin-top: 5.3333333333vw;
  }
}
.lcl-item .lcl-item__list :nth-of-type(3) img {
  position: relative;
  top: -28%;
}
.lcl-item .lcl-item__cnt {
  width: 280px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__cnt {
    width: 100%;
    /* nth-of-type(n + 2) ------------ */
  }
  .lcl-item .lcl-item__cnt:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.lcl-item .lcl-item__img {
  position: relative;
  overflow: hidden;
  height: 147px;
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__img {
    height: auto;
  }
}
.lcl-item .lcl-item__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__ttl {
    margin-top: 4vw;
  }
}
.lcl-item .lcl-item__txt {
  margin-top: 20px;
  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-item .lcl-item__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__txt {
    margin-top: 2.6666666667vw;
  }
}
.lcl-item .lcl-item__attention {
  width: 880px;
  margin: 30px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__attention {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-item .lcl-item__attention {
    width: 92vw;
    margin-top: 2.6666666667vw;
  }
}

/*------------------------------------------------
lcl-extra
------------------------------------------------*/
.lcl-extra .lcl-extra__in {
  width: 1000px;
  margin: 0 auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__in {
    width: 92vw;
  }
}
.lcl-extra .lcl-extra__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__list {
    display: block;
    margin-top: 8vw;
  }
}
.lcl-extra .lcl-extra__item {
  width: 480px;
  padding: 40px 40px 65px;
  border-radius: 10px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__item {
    width: 100%;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    /* nth-of-type(n + 2) ------------ */
  }
  .lcl-extra .lcl-extra__item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}
.lcl-extra .lcl-extra__item.lcl-extra__item--blue {
  background-color: #2f95ff;
}
.lcl-extra .lcl-extra__item.lcl-extra__item--pink {
  background-color: #ed0677;
}
.lcl-extra .lcl-extra__ttl {
  text-align: center;
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .lcl-extra .lcl-extra__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__ttl {
    margin-top: 5.3333333333vw;
  }
}
.lcl-extra .lcl-extra__subttl {
  margin-top: 5px;
  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-extra .lcl-extra__subttl {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__subttl {
    margin-top: 0;
  }
}
.lcl-extra .lcl-extra__txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__txt {
    margin-top: 5.3333333333vw;
  }
}
.lcl-extra .lcl-extra__attention {
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__attention {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__attention {
    margin-top: 1.3333333333vw;
  }
}
.lcl-extra .lcl-extra__note {
  margin-top: 40px;
  text-align: center;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-extra .lcl-extra__note {
    margin-top: 4vw;
    text-align: left;
  }
}

/*------------------------------------------------
lcl-countdown
------------------------------------------------*/
.lcl-countdown {
  position: relative;
  height: 408px;
  padding-top: 62px;
  z-index: 1;
  background: #222020 url(../webp/countdown/bg_01.webp) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-countdown {
    height: 100vw;
    width: 100%;
    padding-top: 13.6vw;
    background: #222020 url(../webp/countdown/sp/bg_01.webp) center center/100% 100% no-repeat;
  }
}
.lcl-countdown::before, .lcl-countdown::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}
.lcl-countdown::before {
  height: 51px;
  left: 0;
  top: -27px;
  background: url(../webp/countdown/bg_wave01.webp) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-countdown::before {
    height: 3.7333333333vw;
    top: -3.4666666667vw;
    background: url(../webp/countdown/sp/bg_wave01.webp) center center/100% 100% no-repeat;
  }
}
.lcl-countdown::after {
  height: 51px;
  left: 0;
  bottom: -50px;
  background: url(../webp/countdown/bg_wave02.webp) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-countdown::after {
    height: 3.7333333333vw;
    bottom: -3.4666666667vw;
    background: url(../webp/countdown/sp/bg_wave02.webp) center center/100% 100% no-repeat;
  }
}
.lcl-countdown .lcl-countdown__in {
  width: 100%;
  height: 100%;
}
.lcl-countdown .lcl-countdown__ttl {
  width: 377px;
  height: 72.5px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 767px) {
  .lcl-countdown .lcl-countdown__ttl {
    width: 89.3333333333vw;
    height: 17.0666666667vw;
    margin-bottom: 7.7333333333vw;
  }
}
.lcl-countdown .lcl-countdown__ttl img {
  width: 100%;
  height: 100%;
}
.lcl-countdown .lcl-countdown__txt {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-countdown .lcl-countdown__txt {
    font-size: 4.8vw;
    line-height: 1.8;
    letter-spacing: 0.3em;
    margin-bottom: 9.8666666667vw;
  }
}

/*------------------------------------------------
lcl-campaign
------------------------------------------------*/
.lcl-campaign {
  margin-top: 110px;
  margin-bottom: 70px;
  padding: 109px 0 65px;
  background: #fff000;
}
@media screen and (max-width: 767px) {
  .lcl-campaign {
    margin-top: 16vw;
    margin-bottom: 16vw;
    padding: 8vw 0 12vw;
  }
}
.lcl-campaign .lcl-campaign__in {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign__in {
    width: 100%;
  }
}
.lcl-campaign .lcl-campaign-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.lcl-campaign .lcl-campaign-ttl::before, .lcl-campaign .lcl-campaign-ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 76px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 33px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl::before, .lcl-campaign .lcl-campaign-ttl::after {
    top: 2.9333333333vw;
    width: 1px;
    height: 15.4666666667vw;
  }
}
.lcl-campaign .lcl-campaign-ttl::before {
  transform: rotate(-30deg);
  margin-left: -256px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl::before {
    margin-left: 0;
    left: 8vw;
  }
}
.lcl-campaign .lcl-campaign-ttl::after {
  transform: rotate(30deg);
  margin-left: 256px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl::after {
    margin-left: 0;
    left: 90.9333333333vw;
  }
}
.lcl-campaign .lcl-campaign-ttl__txt01 {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl__txt01 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    margin-bottom: 4.1333333333vw;
  }
}
.lcl-campaign .lcl-campaign-ttl__txt02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl__txt02 {
    font-size: 8vw;
    letter-spacing: 0;
  }
}
.lcl-campaign .lcl-campaign-ttl__strong {
  font-size: 90px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl__strong {
    margin-top: -4vw;
    font-size: 13.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-ttl__en {
  font-size: 170px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: -55px;
  color: #fff;
  opacity: 0.5;
  z-index: -1;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl__en {
    font-size: 18.6666666667vw;
    top: 0;
    letter-spacing: 0;
  }
}
.lcl-campaign .lcl-campaign-ttl__bg {
  width: 647px;
  height: 120.5px;
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -328px;
  background: url(../webp/campaign/bg_ttl.webp) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-ttl__bg {
    width: 98.9333333333vw;
    height: 31.4666666667vw;
    left: 0.2666666667vw;
    top: -6.6666666667vw;
    margin-left: 0;
    background: url(../webp/campaign/sp/bg_ttl.webp) center center/contain no-repeat;
  }
}
.lcl-campaign .lcl-campaign-cnt {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt {
    margin-top: 9.3333333333vw;
    width: 100%;
  }
}
.lcl-campaign .lcl-campaign-cnt__item {
  width: 100%;
  padding: 60px 100px 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__item {
    border-radius: 0;
    padding: 8vw 4vw 10.6666666667vw;
    box-shadow: 1.8666666667vw 1.8666666667vw 4vw rgba(0, 0, 0, 0.1);
    margin-top: 13.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-cnt__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lcl-campaign .lcl-campaign-cnt__item:first-child {
    padding-top: 46px;
  }
}
@media screen and (min-width: 768px) {
  .lcl-campaign .lcl-campaign-cnt__item:first-child .lcl-campaign-cnt-ico {
    top: -59px;
  }
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list ul.lcl-course-list__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list ul.lcl-course-list__txt li {
  font-weight: bold;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list ul.lcl-course-list__txt li:first-child {
  margin-bottom: 1rem;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__subimg {
  width: 80%;
  margin: 0 auto;
  border-radius: 6px;
  padding-top: 50%;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__subimg {
    border-radius: 1.6vw;
  }
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__subimg img {
  width: 100%;
  height: auto;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__item:first-child .lcl-course-list__subimg {
  transform: rotate(-30deg);
  transform-origin: bottom left;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__item:first-child .lcl-course-list__subimg img {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__item:last-child .lcl-course-list__subimg {
  transform: rotate(20deg);
  transform-origin: bottom right;
}
.lcl-campaign .lcl-campaign-cnt__item .lcl-course-list__item:last-child .lcl-course-list__subimg img {
  border: 5px outset white;
  border-left: inset rgba(0, 0, 0, 0.1);
  border-top: inset rgba(0, 0, 0, 0.1);
}
.lcl-campaign .lcl-campaign-cnt-ico {
  width: 90px;
  height: 90px;
  color: #fff;
  background: #42bbef;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt-ico {
    width: 13.6vw;
    height: 13.6vw;
    top: -5.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-cnt-ico__txt {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt-ico__txt {
    font-size: 2.1333333333vw;
    line-height: 1.2;
  }
}
.lcl-campaign .lcl-campaign-cnt-ico__no {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt-ico__no {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.lcl-campaign .lcl-campaign-cnt__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
.lcl-campaign .lcl-campaign-cnt__ttl.lcl-campaign-cnt__ttl--mt {
  margin-top: 20px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__ttl.lcl-campaign-cnt__ttl--mt {
    margin-top: 5.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-cnt__ttlsmall {
  font-weight: 900;
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-campaign .lcl-campaign-cnt__ttlsmall {
    font-size: 21px;
  }
}
.lcl-campaign .lcl-campaign-cnt__txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__txt {
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__txt.lcl-campaign-cnt__txt--tacse {
    text-align: center;
  }
}
.lcl-campaign .lcl-campaign-cnt__note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__note {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .lcl-campaign .lcl-campaign-cnt__note {
    margin-left: 180px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-cnt__note {
    margin-top: 2.6666666667vw;
  }
}
.lcl-campaign .lcl-campaign-step {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step {
    margin-top: 6.4vw;
    display: block;
  }
}
.lcl-campaign .lcl-campaign-step-ttl {
  width: 135px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #42bbef;
  padding: 0 0 0 14px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-ttl {
    width: 72vw;
    height: 14.9333333333vw;
    padding: 1.8666666667vw 0 0 0;
    margin: 0 auto 6.9333333333vw;
    display: block;
  }
}
.lcl-campaign .lcl-campaign-step-ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #42bbef;
  border-style: solid;
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-ttl::after {
    border-width: 5.3333333333vw 36vw 0 36vw;
    right: 0;
    top: 14.9333333333vw;
    border-color: #42bbef transparent transparent transparent;
  }
}
.lcl-campaign .lcl-campaign-step-ttl__txt01 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-ttl__txt01 {
    font-size: 4vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.lcl-campaign .lcl-campaign-step-ttl__txt02 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff000;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-ttl__txt02 {
    text-align: center;
    font-size: 6.6666666667vw;
    text-align: center;
  }
}
.lcl-campaign .lcl-campaign-step-ttl__txt03 {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-ttl__txt03 {
    font-size: 9.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-step-item {
  width: 200px;
  height: 100px;
  border: 2px solid #42bbef;
  background: #fff000;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 0 30px;
  position: relative;
  margin-right: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-item {
    width: 100%;
    height: auto;
    padding: 4.5333333333vw 0;
    margin: 0 0 2.6666666667vw;
  }
}
.lcl-campaign .lcl-campaign-step-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #42bbef;
  border-style: solid;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-item:not(:last-child)::after {
    border-width: 2.1333333333vw 1.8666666667vw 0 1.8666666667vw;
    right: 0;
    left: 0;
    top: auto;
    bottom: -2.1333333333vw;
    margin: 0 auto;
    border-color: #42bbef transparent transparent transparent;
  }
}
.lcl-campaign .lcl-campaign-step-item:last-child {
  margin-right: 0;
}
.lcl-campaign .lcl-campaign-step-item__no {
  position: absolute;
  font-size: 15px;
  line-height: 1em;
  height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  color: #42bbef;
  left: -34px;
  top: -0.7em;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  text-align: center;
  width: 60px;
  transform-origin: center bottom;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-item__no {
    font-size: 4vw;
    width: 16vw;
    height: 1em;
    line-height: 1em;
    left: -9.0666666667vw;
    top: -0.7em;
    letter-spacing: 0;
  }
}
.lcl-campaign .lcl-campaign-step-item__txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-step-item__txt {
    width: 100%;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    text-align: center;
  }
}
.lcl-campaign .lcl-campaign-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point {
    display: block;
    width: 100%;
  }
}
.lcl-campaign .lcl-campaign-point__item {
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__item {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__item:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-point__item--01 {
  background-image: url(../webp/campaign/point/bg_04.webp);
  width: 100%;
  height: auto;
}
.lcl-campaign .lcl-campaign-point__item--02 {
  background-image: url(../webp/campaign/point/bg_02.webp);
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__item--02 {
    background-image: url(../webp/campaign/sp/point/bg_02.webp);
  }
}
.lcl-campaign .lcl-campaign-point__item--03 {
  background-image: url(../webp/campaign/point/bg_03.webp);
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__item--03 {
    background-image: url(../webp/campaign/sp/point/bg_03.webp);
  }
}
.lcl-campaign .lcl-campaign-point__ico {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  background: #fff000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__ico {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    top: -5.3333333333vw;
  }
}
.lcl-campaign .lcl-campaign-point__ico .ico_svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__ico .ico_svg {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.lcl-campaign .lcl-campaign-point__ico .ico_svg .svg-path {
  fill: #42bbef;
}
.lcl-campaign .lcl-campaign-point__ttl {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__ttl {
    font-size: 8.5333333333vw;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 4vw;
  }
}
.lcl-campaign .lcl-campaign-point__txt {
  font-size: 17px;
  line-height: 1.6;
  height: 54px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__txt {
    font-size: 4vw;
    line-height: 1.8;
    height: auto;
    margin-bottom: 4vw;
  }
}
.lcl-campaign .lcl-campaign-point__list {
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  width: calc(100% + 5px);
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__list {
    width: 100%;
    padding-left: 7.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.lcl-campaign .lcl-campaign-point__list:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__list:nth-child(n+2) {
    margin-top: 2vw;
  }
}
.lcl-campaign .lcl-campaign-point__list::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../webp/campaign/point/ico_01.webp) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__list::after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.lcl-campaign .lcl-campaign-point__btn {
  position: relative;
  width: 230px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign-point__btn {
    width: 48vw;
    bottom: 0;
  }
}
.lcl-campaign .lcl-campaign-point__btn.enlistment {
  position: relative;
}
.lcl-campaign .lcl-campaign__btn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .lcl-campaign__btn {
    margin-top: 8.8vw;
  }
}
.lcl-campaign .trial-quiz-taiken {
  padding: 5rem 0;
}
.lcl-campaign .trial-quiz-taiken-schedule__ttl {
  color: #000;
}
.lcl-campaign .trial-quiz-taiken-entry__item {
  margin-top: 8px;
  margin-right: 8px;
}
.lcl-campaign .trial-quiz-taiken-entry__item .btn-06__one {
  width: 200px;
  height: 76px;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .trial-quiz-taiken-entry__item .btn-06__one {
    width: auto;
    height: auto;
  }
}
.lcl-campaign .trial-quiz-taiken-entry__item .btn-06__two {
  width: 200px;
  height: 100px;
  padding: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .lcl-campaign .trial-quiz-taiken-entry__item .btn-06__two {
    width: auto;
    height: auto;
  }
}
.lcl-campaign .trial-quiz-taiken-entry__item .btn-06__two .btn-06__txt01 {
  padding-top: 0.5rem;
}
.lcl-campaign-comic {
  display: inline-block;
  width: 100%;
}
.lcl-campaign-comic img {
  width: 100%;
}
.lcl-campaign #event_takada .lcl-entry__subttl {
  margin-top: 24px;
}
.lcl-campaign #event_takada .trial-quiz-taiken-table__item:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.lcl-campaign #event_takada .lcl-campaign-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lcl-campaign #event_takada .lcl-campaign-image img {
  margin: 8px;
}
.lcl-campaign .lcl-campaign-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lcl-campaign .lcl-campaign-image img {
  margin: 8px;
}

/*------------------------------------------------
lcl-entry
------------------------------------------------*/
.lcl-entry {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .lcl-entry {
    width: 92vw;
    margin: 0 auto;
  }
}
.lcl-entry .lcl-entry__ttl {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ed0677;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__ttl {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-entry .lcl-entry__ttl img {
  position: absolute;
  width: 3em;
  height: 3em;
  transform: translate(-3em, -0.5em);
}
.lcl-entry .lcl-entry__txt01 {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__txt01 {
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}
.lcl-entry .lcl-entry__txt01__icon {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.lcl-entry .lcl-entry__txt01.contact_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__txt01.contact_link {
    justify-content: start;
  }
}
.lcl-entry .lcl-entry__note {
  margin-top: 10px;
  margin-bottom: 17px;
  /* PC only ------------ */
  /* SP only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-entry .lcl-entry__note {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__note {
    margin-top: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.lcl-entry .lcl-entry__subttl {
  padding: 8px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #42bbef;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__subttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__subttl {
    position: relative;
    z-index: 1;
    padding: 2.1333333333vw;
    margin-bottom: 6.4vw;
    /* before ------------*/
    /* after ------------*/
  }
  .lcl-entry .lcl-entry__subttl::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    width: 100vw;
    margin: 0 auto;
    background-color: #42bbef;
  }
  .lcl-entry .lcl-entry__subttl::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -4.2666666667vw;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 4.8vw 4.8vw 0;
    border-style: solid;
    border-color: #42bbef transparent;
  }
}
.lcl-entry .lcl-entry__subttl-event {
  position: relative;
  padding: 8px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__subttl-event {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__subttl-event {
    padding: 2.1333333333vw;
    margin-bottom: 6.4vw;
    z-index: 1;
  }
}
.lcl-entry .lcl-entry-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table {
    display: block;
    width: 100%;
  }
}
.lcl-entry .lcl-entry-table__ttl {
  width: 210px;
  background: #fff000;
  padding: 14px 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__ttl {
    width: 100%;
    padding: 3.7333333333vw 0 2.9333333333vw;
    display: block;
    text-align: center;
  }
}
.lcl-entry .lcl-entry-table__ttl:nth-of-type(n + 2) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__ttl:nth-of-type(n + 2) {
    margin-top: 1.3333333333vw;
  }
}
.lcl-entry .lcl-entry-table__txt01 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__txt01 {
    font-size: 4.5333333333vw;
    line-height: 1.2;
    margin-bottom: 1.3333333333vw;
  }
}
.lcl-entry .lcl-entry-table__txt02 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__txt02 {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.lcl-entry .lcl-entry-table__item {
  width: calc(100% - 210px);
  background: #f1f5f8;
  padding: 18px 0 18px 40px;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__item {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
}
.lcl-entry .lcl-entry-table__item:nth-of-type(n + 2) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-table__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.lcl-entry .lcl-entry-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-list {
    justify-content: space-between;
  }
}
.lcl-entry .lcl-entry-list__item {
  margin-right: 9px;
  width: 130px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry-list__item {
    margin-right: 0;
    width: calc((100% - 2.6666666667vw) / 2);
    /* nth-of-type(n + 3) ------------ */
  }
  .lcl-entry .lcl-entry-list__item:nth-of-type(n + 3) {
    margin-top: 2.6666666667vw;
  }
}
.lcl-entry .lcl-entry-list__item .btn-06 {
  width: 100%;
}
.lcl-entry .lcl-entry__txt02 {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__txt02 {
    margin-top: v(13);
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    margin-bottom: 3.2vw;
  }
}
.lcl-entry .lcl-entry__txt03 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lcl-entry .lcl-entry__txt03 {
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}
.lcl-entry .contact_link_container {
  display: flex;
  justify-content: center;
}

.lcl-sns {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lcl-sns {
    width: 92vw;
    margin: 4vw auto 0;
    display: block;
  }
}
.lcl-sns .lcl-sns__item {
  width: 390px;
  /* PC only ------------ */
}
.lcl-sns .lcl-sns__item.lcl-sns__item--wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lcl-sns .lcl-sns__item {
    /* nth-of-type(n + 3) ------------ */
  }
  .lcl-sns .lcl-sns__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__item {
    width: 100%;
  }
  .lcl-sns .lcl-sns__item:nth-child(n+2) {
    margin-top: 4vw;
  }
}
.lcl-sns .lcl-sns__item--01 .lcl-sns__head {
  background: linear-gradient(170deg, #efaa42 9.61%, #ef4242 51.06%, #7942ef 100.04%);
}
.lcl-sns .lcl-sns__item--01 .lcl-sns-ttl__date {
  color: #ed0677;
}
.lcl-sns .lcl-sns__item--01 .lcl-sns__cnt {
  border-right: 1px solid #dd0303;
  border-bottom: 1px solid #dd0303;
  border-left: 1px solid #dd0303;
}
.lcl-sns .lcl-sns__item--02 .lcl-sns__head {
  background: #42bbef;
}
.lcl-sns .lcl-sns__item--02 .lcl-sns-ttl__date {
  color: #42bbef;
}
.lcl-sns .lcl-sns__item--02 .lcl-sns__cnt {
  border-right: 1px solid #42bbef;
  border-bottom: 1px solid #42bbef;
  border-left: 1px solid #42bbef;
}
.lcl-sns .lcl-sns__item--02 .lcl-sns-ico .lcl-sns__svg path {
  stroke: #42bbef;
}
.lcl-sns .lcl-sns__head {
  width: 100%;
  padding: 35px 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__head {
    padding: 5.3333333333vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.lcl-sns .lcl-sns__name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__name {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.lcl-sns .lcl-sns-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.lcl-sns .lcl-sns-ttl.lcl-sns-ttl--column {
  flex-direction: column;
}
.lcl-sns .lcl-sns-ttl__large {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl__large {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
  }
}
.lcl-sns .lcl-sns-ttl__normal {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl__normal {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.lcl-sns .lcl-sns-ttl__small {
  font-weight: 700;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0;
}
.lcl-sns .lcl-sns-ttl__small.lcl-sns-ttl__small--mt {
  margin-top: 5px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl__small.lcl-sns-ttl__small--mt {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl__small {
    font-size: 4.5333333333vw;
    letter-spacing: 0;
  }
}
.lcl-sns .lcl-sns-ttl__date {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: 29px;
  margin: 5px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ttl__date {
    height: 6.1333333333vw;
    margin-top: 0;
    padding: 0 wv(5);
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 1.3333333333vw;
  }
}
.lcl-sns .lcl-sns__cnt {
  border-radius: 0 0 10px 10px;
  padding: 20px 40px 116px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-sns .lcl-sns__cnt {
    min-height: 287px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__cnt {
    height: auto;
    padding: 2.6666666667vw 4vw 28vw;
  }
}
.lcl-sns .lcl-sns__txt {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__txt {
    width: 100%;
  }
}
.lcl-sns .lcl-sns__note {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__note {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.lcl-sns .lcl-sns__img {
  width: 108px;
  height: 64px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__img {
    width: 25.3333333333vw;
    height: 14.9333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.lcl-sns .lcl-sns__img img {
  width: 100%;
  height: 100%;
}
.lcl-sns .lcl-sns-ico {
  /* PC only ------------ */
}
@media screen and (min-width: 768px) {
  .lcl-sns .lcl-sns-ico {
    position: absolute;
    top: 28px;
    right: 30px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns-ico {
    position: relative;
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
.lcl-sns .lcl-sns__btn {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lcl-sns .lcl-sns__btn {
    width: 77.3333333333vw;
    bottom: 6.6666666667vw;
  }
}

.lcl-tokuten .lcl-tokuten__img {
  width: 800px;
  height: 129px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten__img {
    width: 93.3333333333vw;
    height: 56.5333333333vw;
    margin-top: -6.9333333333vw;
  }
}
.lcl-tokuten .lcl-tokuten__img img {
  width: 100%;
  height: 100%;
}
.lcl-tokuten .lcl-tokuten__schedule {
  width: 614px;
  margin: 20px auto 5px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten__schedule {
    width: 92vw;
    margin: 5.3333333333vw auto 0;
  }
}
.lcl-tokuten .lcl-tokuten__schedule img {
  height: auto;
}
.lcl-tokuten .lcl-tokuten-box {
  background: #f1f5f8;
  margin-top: 40px;
  padding: 30px 24px 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten-box {
    width: 92vw;
    margin: 8vw auto 0;
    padding: 4vw 4vw 5.3333333333vw;
    display: block;
  }
}
.lcl-tokuten .lcl-tokute-box__ttl {
  width: 74px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokute-box__ttl {
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-tokuten .lcl-tokuten-box__cnt {
  width: 350px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten-box__cnt {
    width: 100%;
  }
}
.lcl-tokuten .lcl-tokuten-box__txt01 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten-box__txt01 {
    margin-bottom: 1.8666666667vw;
  }
}
.lcl-tokuten .lcl-tokuten-box__txt02 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .lcl-tokuten-box__txt02 {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.lcl-tokuten .form-btn {
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-tokuten .form-btn {
    margin: 5.3333333333vw auto 0;
  }
}

/*------------------------------------------------
lcl-mister
------------------------------------------------*/
.lcl-mister {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-bottom: 165px;
  /* SP only ------------ */
  /* before ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-mister {
    margin-top: 13.3333333333vw;
    padding-bottom: 23.2vw;
  }
}
.lcl-mister img {
  width: 100%;
  height: auto;
}
.lcl-mister::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  width: 100%;
  height: 156px;
  background: url(../webp/mister/bg.webp) center/100% 100% no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister::before {
    height: 20.5333333333vw;
  }
}
.lcl-mister .lcl-mister__subttl {
  width: 374px;
  margin: 0 auto;
  transform: translateX(-15px);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__subttl {
    width: 59.7333333333vw;
    transform: translateX(-2.6666666667vw);
  }
}
.lcl-mister .lcl-mister__in {
  position: relative;
  width: 880px;
  margin: 46px auto 0;
  padding: 188px 0 66px;
  background: url(../webp/mister/bg_01.webp) center/100% 100% no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__in {
    width: 92vw;
    margin-top: 8vw;
    padding: 30.6666666667vw 0 8vw;
    background: url(../webp/mister/sp/bg_01.webp) center/100% 100% no-repeat;
  }
}
.lcl-mister .lcl-mister__ttl {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 547px;
  margin: 0 auto;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__ttl {
    top: -8vw;
    width: 88vw;
  }
}
.lcl-mister .lcl-mister__ico {
  position: absolute;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__ico {
    display: none;
  }
}
.lcl-mister .lcl-mister__ico.lcl-mister__ico--01 {
  top: 67px;
  left: 40px;
  width: 97px;
  transform: rotate(-30deg);
}
.lcl-mister .lcl-mister__ico.lcl-mister__ico--02 {
  top: 215px;
  left: 40px;
  width: 76px;
  transform: rotate(30deg);
}
.lcl-mister .lcl-mister__ico.lcl-mister__ico--03 {
  top: 137px;
  right: 27px;
  width: 134px;
  transform: rotate(30deg);
}
.lcl-mister .lcl-mister__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 638px;
  margin: 0 auto;
  padding: 64px 0 60px;
  background: url(../webp/mister/bg_02.webp) center/100% 100% no-repeat;
  /* SP only ------------ */
  /* before ------------*/
  /* after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__main {
    width: 88vw;
    padding: 13.3333333333vw 0;
  }
}
.lcl-mister .lcl-mister__main::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -17px;
  width: 122px;
  height: 189px;
  transform: rotate(-5.85deg);
  background: url(../webp/mister/char_01.webp) center/contain no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__main::before {
    bottom: auto;
    top: -1.3333333333vw;
    left: -1.0666666667vw;
    width: 16.8vw;
    height: 25.8666666667vw;
  }
}
.lcl-mister .lcl-mister__main::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: -68px;
  width: 172px;
  height: 185px;
  transform: rotate(9.53deg);
  background: url(../webp/mister/char_02.webp) center/contain no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__main::after {
    top: 1.0666666667vw;
    bottom: auto;
    right: 1.0666666667vw;
    width: 20.7466666667vw;
    height: 22.32vw;
  }
}
.lcl-mister .lcl-mister__txt01 {
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  /* SP only ------------ */
  /* before & after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt01 {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.lcl-mister .lcl-mister__txt01::before, .lcl-mister .lcl-mister__txt01::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 82px;
  background: url(../webp/mister/ico_04.webp) center/contain no-repeat;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt01::before, .lcl-mister .lcl-mister__txt01::after {
    width: 10.1333333333vw;
    height: 14.32vw;
  }
}
.lcl-mister .lcl-mister__txt01::before {
  top: -35px;
  left: -60px;
  transform: rotate(-135deg);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt01::before {
    top: auto;
    bottom: 0;
    left: -10.6666666667vw;
  }
}
.lcl-mister .lcl-mister__txt01::after {
  top: -30px;
  right: -60px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt01::after {
    top: auto;
    bottom: 0;
    right: -10.6666666667vw;
  }
}
.lcl-mister .lcl-mister__txt02 {
  position: relative;
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ed0677;
  /* SP only ------------ */
  /* before & after ------------*/
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt02 {
    margin-top: 2.6666666667vw;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.lcl-mister .lcl-mister__txt02::before, .lcl-mister .lcl-mister__txt02::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -15px;
  width: 2px;
  height: 30px;
  background-color: #ed0677;
  transform: rotate(-30deg);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt02::before, .lcl-mister .lcl-mister__txt02::after {
    bottom: -1.3333333333vw;
    left: -4vw;
    width: 0.5333333333vw;
    height: 8vw;
  }
}
.lcl-mister .lcl-mister__txt02::after {
  left: auto;
  right: -15px;
  transform: rotate(30deg);
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .lcl-mister__txt02::after {
    right: -4vw;
  }
}
.lcl-mister .btn-01 {
  margin: 20px auto 0;
  width: 300px;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-mister .btn-01 {
    margin-top: 4vw;
    width: 77.3333333333vw;
  }
}

/*------------------------------------------------
lcl-comment
------------------------------------------------*/
.lcl-comment {
  margin-top: 186px;
  background: #42bbef;
  padding-bottom: 66px;
  position: relative;
  z-index: 2;
  /* SP only ------------ */
}
@media screen and (max-width: 767px) {
  .lcl-comment {
    margin-top: 30.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.lcl-comment::before, .lcl-comment::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.lcl-comment::before {
  height: 156px;
  top: -154px;
  background-image: url(../webp/comment/bg_01.webp);
}
@media screen and (max-width: 767px) {
  .lcl-comment::before {
    height: 20.5333333333vw;
    top: -20vw;
    background-image: url(../webp/comment/sp/bg_01.webp);
  }
}
.lcl-comment::after {
  height: 132px;
  bottom: -130px;
  background-image: url(../webp/comment/bg_02.webp);
}
@media screen and (max-width: 767px) {
  .lcl-comment::after {
    height: 16.2666666667vw;
    bottom: -15.7333333333vw;
    background-image: url(../webp/comment/sp/bg_02.webp);
  }
}
@media screen and (max-width: 767px) {
  .lcl-comment {
    padding-bottom: 11.2vw;
  }
}
.lcl-comment .lcl-comment__in {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment__in {
    width: 100%;
  }
}
.lcl-comment .lcl-comment__ttl {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment__ttl {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.lcl-comment .lcl-comment-list__item {
  background: #fff;
  border-radius: 10px;
  padding: 36px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__item {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 80vw 5.3333333333vw 8vw;
    display: block;
  }
}
.lcl-comment .lcl-comment-list__item:nth-child(n+2) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__item:nth-child(n+2) {
    margin-top: 18.6666666667vw;
  }
}
.lcl-comment .lcl-comment-list-img {
  width: 250px;
  margin-top: -66px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img {
    width: 81.3333333333vw;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -8vw;
  }
}
.lcl-comment .lcl-comment-list-img__img {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__img {
    width: 50.6666666667vw;
    height: 64.8vw;
    border-radius: 2.6666666667vw;
    box-shadow: 1.8666666667vw 1.8666666667vw 4vw rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.lcl-comment .lcl-comment-list-img__img img {
  width: 100%;
  height: 100%;
}
.lcl-comment .lcl-comment-list-img__in {
  width: 206px;
  padding: 26px 0 20px;
  text-align: center;
  color: #fff;
  background: #42bbef;
  border-radius: 10px;
  position: relative;
  margin: -60px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__in {
    position: absolute;
    right: 0;
    top: 43.4666666667vw;
    width: 54.9333333333vw;
    padding: 7.2vw 0 6.9333333333vw;
    margin: 0;
    border-radius: 2.6666666667vw;
  }
}
.lcl-comment .lcl-comment-list-img__ico {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__ico {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -4.2666666667vw;
  }
}
.lcl-comment .lcl-comment-list-img__ico .ico_svg {
  width: 100%;
  height: 100%;
}
.lcl-comment .lcl-comment-list-img__ico .ico_study .svg-path,
.lcl-comment .lcl-comment-list-img__ico .ico_dr .svg-path {
  fill: #003a95;
}
.lcl-comment .lcl-comment-list-img__txt01 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__txt01 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-comment .lcl-comment-list-img__txt02 {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__txt02 {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.lcl-comment .lcl-comment-list-img__txt03 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list-img__txt03 {
    font-size: 5.3333333333vw;
  }
}
.lcl-comment .lcl-comment-list__cnt {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__cnt {
    width: 100%;
  }
}
.lcl-comment .lcl-comment-list__ttl {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #003a95;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__ttl {
    margin-bottom: 4vw;
  }
}
.lcl-comment .lcl-comment-list__txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__txt {
    line-height: 2;
  }
}
.lcl-comment .lcl-comment-list__right {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__right {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lcl-comment .lcl-comment-list__right {
    margin-top: 4vw;
  }
}

.lcl-faq {
  padding-top: 162px;
}
@media screen and (max-width: 767px) {
  .lcl-faq {
    padding-top: 10.6666666667vw;
  }
}
.lcl-faq .lcl-faq__in {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__in {
    width: 100%;
    padding: 0 4vw;
  }
}

.faq-list-a__cnt__bold {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 16px;
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq-list-a__cnt__bold {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .faq-list-a__cnt__bold {
    font-size: 4vw;
  }
}

#footer {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 18.6666666667vw;
  }
}

.lcl-people {
  z-index: 10;
  position: -webkit-fixed;
  position: fixed;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 947px;
  height: 132px;
  pointer-events: none;
  transition: bottom 0.25s ease;
}
@media screen and (max-width: 767px) {
  .lcl-people {
    display: none;
    width: 98.6666666667vw;
    height: 13.6vw;
    bottom: -4vw;
  }
}
.lcl-people.lcl-people--move {
  bottom: 0;
}
.lcl-people img {
  width: 100%;
  height: 100%;
}

.lcl-ncs-story {
  width: 1000px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .lcl-ncs-story {
    width: 100%;
    padding: 8vw 4vw;
  }
}
.lcl-ncs-story .lcl-reason__btn__ctn {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .lcl-ncs-story .lcl-reason__btn__ctn {
    flex-direction: column;
    width: 100%;
  }
}
.lcl-ncs-story .lcl-reason__btn {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lcl-ncs-story .lcl-reason__btn {
    width: 100%;
  }
}
.lcl-ncs-story .lcl-reason__btn .btn-04__sub {
  width: 260px;
}

.lcl-campaign .gallery {
  padding: 7rem 0 1rem;
  /*================================================
         *  Swiper
         ================================================*/
}
.lcl-campaign .gallery .swiper {
  position: relative;
  overflow: hidden;
}
.lcl-campaign .gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.lcl-campaign .gallery .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.lcl-campaign .gallery .swiper__item {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.75s ease-out;
  transform: scale(0.92);
}
.lcl-campaign .gallery .swiper .swiper__item.swiper-slide-active {
  transform: scale(1);
}
.lcl-campaign .gallery__foot {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 0 12px;
  margin: 12px auto 8px;
  transform: none;
}
.lcl-campaign .gallery__foot .gallery-swiper-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 32px;
  text-align: center;
  top: unset;
  bottom: unset;
}
.lcl-campaign .gallery__foot .gallery-swiper-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 24px;
  cursor: pointer;
  top: unset;
  margin-top: 0;
}
.lcl-campaign .gallery__foot .gallery-swiper-button::after {
  display: none;
}
.lcl-campaign .gallery__foot .swiper-pagination-bullet {
  position: relative;
  width: 4px;
  height: 4px;
  overflow: hidden;
  cursor: pointer;
  background-color: #dedede;
  border-radius: 100px;
  transition: all 0.42s;
}
.lcl-campaign .gallery__foot .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  border-radius: 100px;
}
.lcl-campaign .gallery__foot .swiper-pagination-bullet-active {
  width: 24px;
}
.lcl-campaign .gallery__foot .swiper-pagination-bullet-active::after {
  background-color: #313131;
  animation: slider-progress 3.6s linear forwards;
}
@keyframes slider-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */