#kv_visual {
  position: relative;
  overflow: hidden;
}

#kv_visual .kumo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#kv_visual .kumo.kumo1 {
  width: 265%;
  left: -18.8%;
  top: 8%;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo.kumo1 {
    width: 265.38462vw;
    top: 19.10256vw;
  }
}

#kv_visual .heading {
  width: 33.63095238095239%;
  position: absolute;
  z-index: 2;
  top: 12.654320987654321%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #kv_visual .heading {
    width: 80.38462vw;
    top: 31.66667vw;
  }
}

#kv_visual .visual {
  position: relative;
  z-index: 2;
  text-align: center;
}

#kv_visual .visual img {
  width: 100%;
}

#kv_visual .arrows .link-arrow {
  position: absolute;
  z-index: 2;
  top: 49.47219451371571%;
  display: block;
  width: 5.357vw;
}

@media screen and (max-width: 768px) {
  #kv_visual .arrows .link-arrow {
    top: 99.74359vw;
    width: 14.10256vw;
  }
}

#kv_visual .arrows .link-arrow.prev-arrow {
  left: 10.416666666666668%;
}

@media screen and (max-width: 768px) {
  #kv_visual .arrows .link-arrow.prev-arrow {
    left: 4.61538vw;
  }
}

#kv_visual .arrows .link-arrow.next-arrow {
  right: 10.416666666666668%;
}

@media screen and (max-width: 768px) {
  #kv_visual .arrows .link-arrow.next-arrow {
    right: 4.61538vw;
  }
}

.section {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#section1 {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 9.524vw;
}

@media screen and (max-width: 768px) {
  #section1 {
    height: 30.76923vw;
  }
}

#section1 h2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#section1 h2 img {
  width: 100%;
  height: auto;
}

#section1 h2.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #section1 h2.fixed {
    position: relative;
  }
}

#section2 {
  position: relative;
  background-color: #ffffff;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #section2 {
    padding: 11.15385vw 0 15.38462vw 0;
  }
}

#section2 .inner h2 {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner h2 {
    font-size: 5.64103vw;
    margin: 0 0 5.12821vw 0;
  }
}

#section2 .inner .question_box h3 {
  margin: 0 0 44px 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box h3 {
    margin: 0 0 7.69231vw 0;
  }
}

#section2 .inner .question_box h3 span {
  display: block;
  background-color: #000000;
  color: #ffffff;
  padding: 35px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box h3 span {
    padding: 5.12821vw;
    font-size: 4.35897vw;
    line-height: 1.47;
  }
}

#section2 .inner .question_box h3:before {
  content: "";
  display: block;
  width: 155px;
  height: 43px;
  background-image: url("../img/members/lower/question.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box h3:before {
    width: 27.5641vw;
    height: 7.69231vw;
    margin: 0 0 1.28205vw 0;
  }
}

#section2 .inner .question_box h4 {
  width: 139px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box h4 {
    width: 24.87179vw;
    margin: 0 0 3.33333vw 0;
  }
}

#section2 .inner .question_box p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.64;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box p {
    font-size: 3.84615vw;
  }
}

#section2 .inner .question_box p + p {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box p + p {
    margin-top: 7.69231vw;
  }
}

#section2 .inner .question_box p.notes {
  font-size: 2.0rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box p.notes {
    font-size: 2.05128vw;
    text-align: center;
  }
}

#section2 .inner .question_box p.pic_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#section2 .inner .question_box p.pic_clm span {
  width: calc(96.76767676767678% / 2);
  margin-left: 3.2323232323232323%;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box p.pic_clm span {
    width: 100%;
    margin-left: 0;
  }
}

#section2 .inner .question_box p.pic_clm span:nth-of-type(odd) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box p.pic_clm span:nth-of-type(n+2) {
    margin-top: 7.69231vw;
  }
}

#section2 .inner .question_box .clm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#section2 .inner .question_box .clm_box > div:nth-of-type(1) {
  width: 27.474747474747474%;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box .clm_box > div:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box .clm_box > div:nth-of-type(1) img {
    width: 64.10256vw;
  }
}

#section2 .inner .question_box .clm_box > div:nth-of-type(2) {
  width: calc(100% - 27.474747474747474%);
  padding: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box .clm_box > div:nth-of-type(2) {
    width: 100%;
    padding: 7.69231vw 0 0 0;
  }
}

#section2 .inner .question_box:nth-of-type(n+2) {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #section2 .inner .question_box:nth-of-type(n+2) {
    margin-top: 15.38462vw;
  }
}

#section2 .inner .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .pager {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12.82051vw 0 0 0;
  }
}

#section2 .inner .pager a {
  display: block;
}

#section2 .inner .pager a:nth-of-type(1) {
  width: 15.555555555555555%;
}

@media screen and (max-width: 768px) {
  #section2 .inner .pager a:nth-of-type(1) {
    width: 21.79487vw;
  }
}

#section2 .inner .pager a:nth-of-type(2) {
  width: 22.424242424242426%;
  margin: 0 5.05050505050505%;
}

@media screen and (max-width: 768px) {
  #section2 .inner .pager a:nth-of-type(2) {
    width: 31.53846vw;
    margin: 0;
  }
}

#section2 .inner .pager a:nth-of-type(3) {
  width: 15.555555555555555%;
}

@media screen and (max-width: 768px) {
  #section2 .inner .pager a:nth-of-type(3) {
    width: 21.79487vw;
  }
}

#section3 {
  position: relative;
  z-index: 4;
  background-color: #c5c12a;
  padding: 100px 0 190px 0;
}

@media screen and (max-width: 768px) {
  #section3 {
    padding: 15.38462vw 0 28.20513vw 0;
  }
}

#section3 .inner .slider {
  position: relative;
  padding: 0 5.05050505050505%;
  margin: 0 0 105px 0;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider {
    padding: 0;
    margin: 0 0 28.20513vw 0;
  }
}

#section3 .inner .slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 340px;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li {
    min-height: 43.58974vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#section3 .inner .slider li a {
  position: relative;
  display: block;
  width: 70.37037037037037%;
  border: solid 3px #000;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  aspect-ratio: 209 / 236;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li a {
    width: 24.74359vw;
    aspect-ratio: 193 / 219;
    border-radius: 3.07692vw;
  }
}

#section3 .inner .slider li a picture {
  display: block;
  aspect-ratio: 209 / 189;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li a picture {
    aspect-ratio: 137 / 139;
  }
}

#section3 .inner .slider li a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.71rem;
  line-height: 1.05;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li a p {
    font-size: 2.05128vw;
    padding: 0.76923vw 0;
  }
}

#section3 .inner .slider li.slick-center a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li.slick-center a {
    width: 35.12821vw;
  }
}

#section3 .inner .slider li.slick-center a p {
  font-size: 2.376rem;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider li.slick-center a p {
    font-size: 2.82051vw;
    padding: 1.28205vw 0;
  }
}

#section3 .inner .slider__bg-blue a {
  background-color: #00a3c2;
}

#section3 .inner .slider__bg-purple a {
  background-color: #cfa7cd;
}

#section3 .inner .slider__bg-yellow a {
  background-color: #e5e379;
}

#section3 .inner .slider__bg-red a {
  background-color: #f29674;
}

#section3 .inner .slider .slide-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 8.787878787878787%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider .slide-arrow {
    width: 10.25641vw;
    top: inherit;
    bottom: -13.46154vw;
  }
}

#section3 .inner .slider .slide-arrow.prev-arrow {
  left: -1.9191919191919191%;
  background-image: url("../img/members/lower/slider-prev-arrow.png");
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider .slide-arrow.prev-arrow {
    left: 31.41026vw;
  }
}

#section3 .inner .slider .slide-arrow.next-arrow {
  right: -1.9191919191919191%;
  background-image: url("../img/members/lower/slider-next-arrow.png");
}

@media screen and (max-width: 768px) {
  #section3 .inner .slider .slide-arrow.next-arrow {
    right: 31.41026vw;
  }
}

#section3 .inner .slider .slide-arrow:hover {
  cursor: pointer;
}

#section3 .inner h2 {
  text-align: center;
  width: 61.41414141414141%;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 768px) {
  #section3 .inner h2 {
    width: 90.25641vw;
    margin: 0 auto 5.12821vw auto;
  }
}

#section3 .inner .img {
  width: 50.5rem;
  margin: 0 auto 36px auto;
}

@media screen and (max-width: 768px) {
  #section3 .inner .img {
    width: 94.87179vw;
    max-width: 104.61538vw;
    margin: 0 -2.5641vw 6.15385vw -2.5641vw;
  }
  #section3 .inner .img img {
    margin: auto;
  }
}

#section3 .inner .text {
  font-size: 2.43rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #section3 .inner .text {
    font-size: 3.46154vw;
  }
}

#section3 .inner .coming_soon {
  max-width: 454px;
  text-align: center;
  background-color: #b7b7b7;
  border-radius: 100vh;
  margin: 16px auto 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #section3 .inner .coming_soon {
    max-width: 100%;
    margin: 2.05128vw auto 0 auto;
    padding: 2.30769vw 0;
  }
}

#section3 .inner .coming_soon img {
  width: 22.5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  #section3 .inner .coming_soon img {
    width: 45.38462vw;
  }
}

#section3 .inner .btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #section3 .inner .btn {
    width: 89.74359vw;
    margin: 1.53846vw auto 0 auto;
  }
}

#footer {
  margin-top: -10rem;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: -12.82051vw;
  }
}
