.slogan {
  position: absolute;
  opacity: 0;
}

.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.bannerArea .shine {
  animation-name: shine-animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@keyframes shine-animate {
  0%, 100% {
    opacity: 0;
    filter: brightness(1.3) blur(2px);
  }
  50% {
    opacity: 1;
    filter: brightness(0.95) blur(0);
  }
}

.page {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page .Txt .titleBox {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.page .Txt .titleBox b {
  display: block;
  letter-spacing: 10px;
  line-height: 1.5;
}
.page .Txt .text {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .page .Txt .text p {
    text-align: justify;
    line-height: 1.7;
  }
}
.page .Txt .text p span {
  line-height: 1.7;
}
@media (min-width: 991px) {
  .page .Txt .text p span {
    display: block;
  }
}
.page .Txt .subTxt {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.7rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .page .Txt .subTxt {
    font-size: 1.7rem;
  }
}
.page .unitBox .Txt .titleBox {
  margin-bottom: 10px;
  letter-spacing: 5px;
}
@media (min-width: 991px) {
  .page .unitBox .Txt .titleBox {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .page .unitBox .Txt .titleBox span {
    display: block;
  }
}

.page01 {
  overflow: hidden;
  padding: 5% 0 7% 0;
}
@media (min-width: 991px) {
  .page01 .Txt {
    position: absolute;
    bottom: 23px;
    right: 22%;
  }
}
.page01 .Img {
  padding-left: 10%;
  padding-right: 10%;
}
.page01 .Img .infoImg {
  bottom: auto;
  top: 0;
  padding: 10px 20px;
}
.page01 .Img .innerImg {
  padding-top: 60%;
}
@media (max-width: 991px) {
  .page01 .Img .innerImg {
    padding-top: 140%;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .page01 .Img .innerImg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
  }
}
.page01 .slick-track {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
  transition: all 1s !important;
}
@media (min-width: 991px) {
  .page01 .slick-list {
    overflow: visible !important;
  }
}
.page01 .slick-slide {
  padding: 0 3px;
  width: 25vw;
  transition: all 1s;
}
@media (max-width: 991px) {
  .page01 .slick-slide {
    width: 80vw;
  }
}
@media (min-width: 991px) {
  .page01 .slick-slide.slick-current {
    width: 35vw;
    transition: all 1s;
  }
  .page01 .slick-slide.slick-current .item .innerImg::after {
    opacity: 0;
  }
}
.page01 .slick-next,
.page01 .slick-prev {
  right: -16px;
  left: auto;
  top: auto;
  bottom: 0;
}
.page01 .slick-next:before,
.page01 .slick-prev:before {
  color: #0083b7;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .page01 .slick-next:before,
  .page01 .slick-prev:before {
    color: #fff;
    font-size: 2.5rem;
  }
}
.page01 .slick-next::after,
.page01 .slick-prev::after {
  content: "";
  position: absolute;
  width: 130%;
  padding-top: 130%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0083b7;
}
@media (max-width: 991px) {
  .page01 .slick-next::after,
  .page01 .slick-prev::after {
    width: 100%;
    padding-top: 100%;
    border-color: #fff;
  }
}
.page01 .slick-prev {
  right: 6%;
}
@media (max-width: 991px) {
  .page01 .slick-prev {
    right: auto;
    left: 10%;
    bottom: 10%;
  }
}
@media (max-width: 991px) {
  .page01 .slick-next {
    right: 10%;
    bottom: 10%;
  }
}

.page02 {
  padding: 5% 0;
  background-color: #f2efda;
}
@media (max-width: 991px) {
  .page02 {
    padding: 10% 0;
  }
}
@media (min-width: 991px) {
  .page02::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #0083b7;
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.page02 .Img {
  margin: 2rem 0 1rem;
}
.page02 .Img .innerImg {
  padding-top: 62%;
  border-radius: 10px;
  overflow: hidden;
}
.page02 .slider-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page02 .slider-nav .btn-item {
  width: 50%;
  color: #937F5F;
  padding: 35px 0;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .page02 .slider-nav .btn-item {
    width: 33.3333333333%;
  }
}
.page02 .slider-nav .btn-item b {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e9e0b5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5rem;
  z-index: 0;
}
.page02 .slider-nav .btn-item:hover, .page02 .slider-nav .btn-item.active {
  cursor: pointer;
  transition: all 0.5s;
  color: #0083b7;
}
.page02 .slider-nav .btn-item:hover b, .page02 .slider-nav .btn-item.active b {
  color: #fff;
  transition: all 0.5s;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .page02 .slider-nav .btn-item:nth-child(3) {
    padding: 45px 0 45px 18px;
  }
}
.page02 .slider-for .item {
  display: none;
}
.page02 .slider-for .item.active {
  display: block;
}

@media (max-width: 991px) {
  .page03 {
    padding-top: 25%;
    background: linear-gradient(to right, #016bce 0, #0362c9 50%, #0060c6 100%);
  }
}
.page03 .Txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10%;
  color: #fff;
  z-index: 10;
  letter-spacing: 10px;
  line-height: 1;
}

.page04,
.page05,
.page06,
.page07,
.page08 {
  padding: 7% 0;
  background-color: #f2efda;
}
@media (max-width: 991px) {
  .page04,
  .page05,
  .page06,
  .page07,
  .page08 {
    padding: 15% 0 0 0;
  }
}
.page04 .titleBox,
.page05 .titleBox,
.page06 .titleBox,
.page07 .titleBox,
.page08 .titleBox {
  line-height: 1.5;
  letter-spacing: 10px;
  font-weight: 700;
}
.page04 .Img .innerImg,
.page05 .Img .innerImg,
.page06 .Img .innerImg,
.page07 .Img .innerImg,
.page08 .Img .innerImg {
  padding-top: 51%;
}
.page04 .ImgBox .Img,
.page05 .ImgBox .Img,
.page06 .ImgBox .Img,
.page07 .ImgBox .Img,
.page08 .ImgBox .Img {
  border-radius: 35px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page04 .ImgBox .Img,
  .page05 .ImgBox .Img,
  .page06 .ImgBox .Img,
  .page07 .ImgBox .Img,
  .page08 .ImgBox .Img {
    border-radius: 0;
    margin-top: 1rem;
  }
}
.page04 .ImgBox .Img .innerImg,
.page05 .ImgBox .Img .innerImg,
.page06 .ImgBox .Img .innerImg,
.page07 .ImgBox .Img .innerImg,
.page08 .ImgBox .Img .innerImg {
  padding-top: 95%;
}
.page04 .ImgBox .Img .infoImg,
.page05 .ImgBox .Img .infoImg,
.page06 .ImgBox .Img .infoImg,
.page07 .ImgBox .Img .infoImg,
.page08 .ImgBox .Img .infoImg {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .page04 .ImgBox .Img .infoImg,
  .page05 .ImgBox .Img .infoImg,
  .page06 .ImgBox .Img .infoImg,
  .page07 .ImgBox .Img .infoImg,
  .page08 .ImgBox .Img .infoImg {
    padding-right: 5px;
  }
}
@media (min-width: 991px) {
  .page04::before,
  .page05::before,
  .page06::before,
  .page07::before,
  .page08::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 45%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
}

.page05 .subTxt {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page05 .subTxt {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .page06 {
    padding-bottom: 15%;
  }
}

@media (max-width: 991px) {
  .page08 {
    padding-bottom: 15%;
  }
}

.page09 {
  background-color: #fff;
  background-image: url(../images/img/page09-img.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page09 {
    background-image: url(../images/img/page09-bg-m.jpg);
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 110%;
    padding-top: 10%;
  }
}
.page09 .Txt {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .page09 .Txt {
    width: 100%;
  }
}
.page09 .Txt h5 {
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .page09 .Txt h5 {
    font-size: 1rem;
    letter-spacing: 1px;
    padding-right: 1px;
  }
}
.page09 .infoImg {
  text-shadow: none;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .page09 .infoImg {
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */