@charset "UTF-8";

.top-blc {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.top-blc > .inner {
  position: relative;
  z-index: 2;
}

.top-blc:nth-child(2n+2) {
  background-color: #fff9e7;
}

.top-blc:nth-last-child(1) {
  background-color: transparent;
}

.top-blc > .inner > .intro > .txt,
.top-blc > .inner > .list,
.top-blc > .inner > .detail,
.top-blc > .inner > .scene-gallery,
.top-blc > .inner .flow-blc > .ttl,
.top-blc > .inner .flow-blc > .btn {
  padding: 62px 0 0 0;
  margin: 0;
}

.top-blc > .inner > .tbl-blc {
  padding: 0;
  margin: 62px auto 0;
}

.top-blc > .inner .flow-blc > .tbl {
  padding: 0;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1000px) {
  .top-blc > .inner > .intro > .txt,
  .top-blc > .inner > .list,
  .top-blc > .inner > .detail,
  .top-blc > .inner > .scene-gallery,
  .top-blc > .inner .flow-blc > .ttl,
  .top-blc > .inner .flow-blc > .btn {
    padding: 40px 0 0 0;
    margin: 0;
  }

  .top-blc > .inner > .tbl-blc {
    margin: 40px auto 0;
  }  

  .top-blc > .inner .flow-blc > .tbl {
    padding: 0;
    margin: 30px 0 0 0;
  }
}

.scene-blc > .inner::before {
  position: absolute;
  bottom: -16vw;
  right: -10vw;
  right: 0;
  width: 30vw !important;
  padding-bottom: 30vw !important;
  content: '';
  background-image: url('../../img/common/bg_blur_02.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.scene-gallery {
  margin: 30px auto 0;
}

.scene-gallery .scene-box {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}

.scene-gallery .scene-box .img-blc {
  width: 100%;
  height: 22vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #4ca7d4;
  border-radius: 8px;
  box-sizing: border-box;
}

.scene-gallery .scene-box .txt-blc {
  text-align: center;
  margin: 20px 0;
}

.scene-gallery .slick-dots li button:before {
    width: 14px;
    height: 14px;
    content: '';
    background-color: transparent;
    border: 4px solid #4ca7d4;
    border-radius: 7px;
    opacity: 1;
    box-sizing: border-box;
}

.scene-gallery .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: #4ca7d4;
}

@media screen and (max-width: 1400px) {
  .scene-gallery .scene-box .img-blc {
    height: 27vw;
  }  
}

@media screen and (max-width: 1200px) {
  .scene-gallery .scene-box .img-blc {
    height: 33vw;
  }  
}

@media screen and (max-width: 1000px) {
  .scene-gallery .scene-box .img-blc {
    height: 40vw;
  }  
}

@media screen and (max-width: 767px) {
  .scene-gallery .scene-box .img-blc {
    height: 50vw;
  }  
}

.flow-blc {
  position: relative;
  overflow: hidden;
}

.flow-blc > .btn {
  margin-top: 40px;
}
