@charset "UTF-8";
.lp_250405 {
  overflow: hidden;
}

/* first_view */
.first_view .main_img {
  width: var(--container-default);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .first_view .main_img {
    width: calc(750 * (100vw / 750));
  }
}

/* contents01 */
.contents01 {
  margin-top: 6rem;
  margin-bottom: 39rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
.contents01 .ct01__ttl {
  font-size: 2.8rem;
  font-weight: bold !important;
  text-align: center;
}
.contents01 .ct01__subttl {
  font-size: 2.2rem;
  font-weight: bold !important;
  text-align: center;
  line-height: 2.2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contents01 {
    margin-top: calc(68 * (100vw / 750));
    margin-bottom: calc(400 * (100vw / 750));
  }
  .contents01 .ct01__ttl {
    font-size: calc(28 * (100vw / 750));
  }
  .contents01 .ct01__subttl {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(10 * (100vw / 750));
  }
}


.contents01 .txt__box.box01 {
  width: 93.4rem;
  margin: 3rem auto 0;
  font-size: 2rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box01 {
    width: calc(650 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto 0;
    font-size: calc(22 * (100vw / 750));
    line-height: 1.636;
  }
}

.contents01 .txt__box.box02 {
  text-align: center;
  margin-top: 9.6rem;
}
.contents01 .txt__box.box02 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2;
}
.contents01 .txt__box.box02 ul {
  font-size: 2rem;
  line-height: 2;
}
.contents01 .txt__box.box02 ul li:nth-of-type(1) {
  margin-top: 3rem;
}
.contents01 .txt__box.box02 ul li:nth-of-type(4) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box02 {
    margin-top: calc(132 * (100vw / 750));
  }
  .contents01 .txt__box.box02 h3 {
    font-size: calc(22 * (100vw / 750));
  }
  .contents01 .txt__box.box02 ul {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(10 * (100vw / 750));
  }
  .contents01 .txt__box.box02 ul li:nth-of-type(1) {
    margin-top: calc(38 * (100vw / 750));
  }
  .contents01 .txt__box.box02 ul li:nth-of-type(4) {
    margin-top: calc(37*(100vw / 750));
    font-size: calc(18*(100vw / 750));
  }
}

.contents01 .txt__box.box03 {
  text-align: center;
  margin-top: 13rem;
}
.contents01 .txt__box.box03 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2;
}
.contents01 .txt__box.box03 p {
  font-size: 2rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box03 {
    margin-top: calc(140 * (100vw / 750));
  }
  .contents01 .txt__box.box03 h3 {
    font-size: calc(22 * (100vw / 750));
  }
  .contents01 .txt__box.box03 p {
    width: calc(576*(100vw / 750));
    margin: calc(34*(100vw / 750)) auto 0;
    font-size: calc(22*(100vw / 750));
    line-height: 1.6;
    text-align: left;
  }
}

.contents01 .slide__box {
  margin-top: 3.5rem;
}
.js-slider .slideimg img {
  height: auto;
}
.contents01 .slide__box .js-slider .slideimg {
  width: 28rem !important;
}
.contents01 .slide__box .js-slider .slideimg .slidetxt {
  font-size: 2rem;
  text-align: left;
  line-height: 1.68;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .contents01 .slide__box {
    width: calc(750 * (100vw / 750));
    overflow: hidden;
    margin-top: calc(45 * (100vw / 750));
  }
  .contents01 .slide__box .js-slider .slideimg {
    width: calc(360 * (100vw / 750)) !important;
  }
  .contents01 .slide__box .js-slider .slideimg .slidetxt {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(44 * (100vw / 750));
  }
}

.contents01 .join__btn {
  width: 40rem;
  margin: 14.3rem auto 0;
}
.contents01 .join__btn a {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: center;
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents01 .join__btn {
    width: calc(400*(100vw / 750));
    margin: calc(108*(100vw / 750)) auto 0;
  }
  .contents01 .join__btn a {
    padding: calc(10*(100vw / 750)) 0;
    font-size: calc(20 * (100vw / 750));
  }
}

.contents01 .txt__box.box04 {
  font-size: 2rem;
  margin-top: 13rem;
  text-align: left;
  line-height: 1.7;
  margin-left: 0;
}
.contents01 .txt__box.box04 p {
  width: 78rem;
  margin: 0 auto;
}
.Mobile__txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box04 {
    font-size: calc(20 * (100vw / 750));
    margin-top: calc(130 * (100vw / 750));
    margin-left: calc(0 * (100vw / 750));
  }
  .contents01 .txt__box.box04 p {
    width: calc(650 * (100vw / 750));
    margin: calc(0 * (100vw / 750)) auto 0;
  }
  .desktop__txt {
    display: none;
  }
  .Mobile__txt {
    display: block;
  }
}


.contents01 .txt__box.box05 {
  text-align: center;
  margin-top: 13rem;
}
.contents01 .txt__box.box05 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2;
}
.contents01 .txt__box.box05 ul {
  font-size: 2rem;
  margin-top: 3rem;
  line-height: 2;
}
.contents01 .txt__box.box05 ul li:nth-of-type(4) {
  margin-top: 3rem;
}
.contents01 .txt__box.box05 ul li:nth-of-type(7) {
  margin-top: 3rem;
}
.contents01 .txt__box.box05 ul li:nth-of-type(8) {
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box05 {
    margin-top: calc(130 * (100vw / 750));
  }
  .contents01 .txt__box.box05 h3 {
    font-size: calc(22 * (100vw / 750));
    font-weight: bold;
  }
  .contents01 .txt__box.box05 ul {
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
  }
  .contents01 .txt__box.box05 ul li:nth-of-type(4) {
    margin-top: calc(18 * (100vw / 750));
  }
  .contents01 .txt__box.box05 ul li:nth-of-type(7) {
    margin-top: calc(6*(100vw / 750));
    line-height: 1.6;
  }
  .contents01 .txt__box.box05 ul li:nth-of-type(8) {
    margin-top: calc(23*(100vw / 750));
    font-size: calc(18*(100vw / 750));
  }
}


.contents01 .txt__box.box06 {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 13rem;
  margin-left: 0.5rem;
}
.contents01 .txt__box.box06 p {
  width: 37rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents01 .txt__box.box06 {
    font-size: calc(20*(100vw / 750));
    line-height: 1.7;
    margin-top: calc(130*(100vw / 750));
    margin-left: calc(0*(100vw / 750));
  }
  .contents01 .txt__box.box06 p {
    width: calc(370 * (100vw / 750));
  }
}


/* スライド */
.js-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
.js-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slick-dots {
  position: static;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 0;
    left: 0;
    margin: calc(9*(100vw / 750)) 0 0 0;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button {
  background: gray;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #000000;
  border:none;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #e2dbcc;
  content: "";
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8.4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:nth-of-type(1) {
  margin-left: 0;
}
.slick-dots li:nth-of-type(10) {
  margin-right: 0;
}
.js-slider .slick-slide {
  margin: 0 3rem;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: calc(6 * (100vw / 750));
    height: calc(6 * (100vw / 750));
  }
  .slick-dots li {
    width: calc(6 * (100vw / 750));
    height: calc(6 * (100vw / 750));
    margin: 0 calc(10 * (100vw / 750));
  }
}


@media screen and (min-width: 768px) {
  .js-slider .slick-slide.slick-active {
    opacity: 1;
  }
  .js-slider .slick-slide:not(.slick-active) {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .js-slider .slick-slide {
    opacity: 0.5;
  }
  .js-slider .slick-slide.slick-center {
    opacity: 1;
  }
  .js-slider .slick-slide {
    margin: 0 calc(20 * (100vw / 750));
  }
}


@media (min-width: 769px) {
  .slide__box {
    width: 62rem;
    margin: 0 auto;
  }
  .slick-list {
    overflow: visible !important;
  }
}
