.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;
}

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

.videoArea .stage {
  background: rgba(0, 0, 0, 0.2156862745);
}
@media (max-width: 767px) {
  .videoArea .stage {
    height: 99.5%;
  }
}
.videoArea .videoBox {
  padding-top: 14%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.425);
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 1800px) {
  .videoArea .videoBox {
    padding-top: 12%;
  }
}
@media (max-width: 1700px) {
  .videoArea .videoBox {
    padding-top: 8%;
  }
}
@media (max-width: 1200px) {
  .videoArea .videoBox {
    padding-top: 12%;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox {
    padding: 37% 0 15% 0;
  }
}
.videoArea .videoBox img {
  display: block;
  margin: 0 auto;
}
.videoArea .videoBox .mainLogo {
  width: 15%;
  margin-bottom: 5%;
}
@media (max-width: 1800px) {
  .videoArea .videoBox .mainLogo {
    width: 13%;
  }
}
@media (max-width: 1600px) {
  .videoArea .videoBox .mainLogo {
    width: 10%;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .mainLogo {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox .mainLogo {
    width: 25%;
    margin-bottom: 1rem;
  }
}
.videoArea .videoBox .subLogo {
  width: 30%;
}
@media (max-width: 1600px) {
  .videoArea .videoBox .subLogo {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .subLogo {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox .subLogo {
    width: 55%;
  }
}
.videoArea .videoBox h2 {
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.7rem;
}
@media (max-width: 1600px) {
  .videoArea .videoBox h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .videoArea .videoBox h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox h2 {
    font-size: 1.05rem;
    line-height: 1.7;
    display: block;
  }
}
.videoArea .videoBox h2 span {
  margin-left: 6rem;
}
@media (max-width: 991px) {
  .videoArea .videoBox h2 span {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox h2 span {
    display: block;
    margin-left: 0;
  }
}
.videoArea .videoBox .Txt {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 5% 0 15% 0;
}
@media (max-width: 1500px) {
  .videoArea .videoBox .Txt {
    margin: 5% 0 10% 0;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt {
    margin: 10% 0 35% 0;
  }
}
.videoArea .videoBox .Txt .item {
  margin: 0 2rem;
}
@media (max-width: 1600px) {
  .videoArea .videoBox .Txt .item {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox .Txt .item {
    margin: 0 12px;
  }
}
.videoArea .videoBox .Txt .item h3 {
  font-size: 2rem;
}
@media (max-width: 1600px) {
  .videoArea .videoBox .Txt .item h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .videoArea .videoBox .Txt .item h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox .Txt .item h3 {
    font-size: 1.25rem;
  }
}
.videoArea .videoBox .Txt .item h4 {
  font-weight: 300;
  margin-top: 1rem;
  letter-spacing: 3px;
  font-size: 1.4rem;
}
@media (max-width: 1600px) {
  .videoArea .videoBox .Txt .item h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .videoArea .videoBox .Txt .item h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .videoArea .videoBox .Txt .item h4 {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt .item h4 span {
    display: none;
  }
}

.Txt h2 {
  letter-spacing: 4px;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-align: center;
  }
}
.Txt p {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 991px) {
  .Txt p {
    line-height: 1.5;
  }
}

.decoBorder {
  width: 16px;
  height: 80px;
  margin: 1.5rem auto 1rem auto;
  background: linear-gradient(to bottom, rgba(21, 125, 181, 0.7333333333) 0, transparent 80%);
}
@media (max-width: 991px) {
  .decoBorder {
    width: 10px;
    height: 60px;
    margin: 1rem auto 0.5rem auto;
  }
}

.page01 {
  padding: 10% 0 18% 10%;
  overflow: hidden;
  background-image: url(../images/img/page01-bg.jpg);
}
@media (max-width: 991px) {
  .page01 {
    padding: 15% 5% 30% 5%;
    background-image: url(../images/img/page01-bg-m.jpg);
    background-size: contain;
  }
}
.page01 .Txt h2 {
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page01 .Txt h2 {
    margin-bottom: 2rem;
  }
}
.page01 .title::after {
  content: "";
  width: 200px;
  height: 44px;
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 103%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .page01 .title::after {
    width: 0;
  }
}
@media (max-width: 991px) {
  .page01 .slickBox::before {
    content: "";
    width: 121%;
    height: 132%;
    background-image: url(../images/img/deco-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -17%;
    left: -6%;
    z-index: 0;
  }
}
.page01 .slickBox .imgSlick {
  box-shadow: -3px 5px 15px rgba(0, 0, 0, 0.208);
}
@media (max-width: 991px) {
  .page01 .slickBox .imgSlick {
    margin-top: 20%;
  }
}
.page01 .slickBox .imgSlick .info {
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #0084cc 0, #3f9edd 50%, #3da1db 70%);
}
.page01 .slickBox .imgSlick .info .infoTitle {
  color: #fff;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .page01 .slickBox .imgSlick .info .infoTitle {
    padding: 0 1rem;
    font-size: 14px;
    line-height: 1.1;
  }
}
.page01 .slickBox .imgSlick .info small {
  background: #fff;
  color: #167eb6;
  padding: 10px 5px;
  writing-mode: vertical-lr;
}
@media (max-width: 991px) {
  .page01 .slickBox .imgSlick .info small {
    font-size: 10px;
    padding: 5px 3px;
  }
}
.page01 .bottomBox {
  padding-right: 20%;
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page01 .bottomBox {
    padding-right: 5%;
    margin-top: 20%;
  }
}
.page01 .bottomBox .Txt h2 {
  color: #fff;
  background: #3ba0da;
  display: inline-block;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .page01 .bottomBox .Txt h2 {
    padding: 5px 10px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page01 .bottomBox .row-cols-2.row-cols-lg-4.row {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .page01 .bottomBox .row-cols-2.row-cols-lg-4.row .col:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
  .page01 .bottomBox .row-cols-2.row-cols-lg-4.row .col:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  .page01 .bottomBox .row-cols-2.row-cols-lg-4.row .col:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
  }
  .page01 .bottomBox .row-cols-2.row-cols-lg-4.row .col:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin-top: -12%;
  }
}
.page01 .bottomBox ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page01 .bottomBox ul li {
  line-height: 1.7;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .page01 .bottomBox ul li {
    letter-spacing: 0;
  }
}

.page02 {
  padding-top: 7%;
  background: #fff;
}
@media (max-width: 991px) {
  .page02 {
    padding-top: 15%;
  }
}
.page02 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding-bottom: 5%;
  }
}
.page02 .Txt .title {
  color: #fff;
  background: linear-gradient(to top, #43a7cf 0, #c8e4f1 90%);
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title {
    padding: 5px 10px;
    margin-bottom: 1.5rem;
  }
}
.page02 .Txt p {
  text-align: center;
}
.page02 .Img .innerImg {
  padding-top: 33%;
}
@media (max-width: 991px) {
  .page02 .Img .innerImg {
    padding-top: 56%;
  }
}

.pageGroup {
  overflow: hidden;
  background-image: url(../images/img/pageGroup-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pageGroup .stage .layer {
  background-size: contain;
  background-position: top right;
}

.page03, .page04 {
  padding: 10%;
}
@media (max-width: 991px) {
  .page03, .page04 {
    padding: 12% 1% 15% 0;
  }
}
.page03 .title::after, .page04 .title::after {
  content: "";
  width: 200px;
  height: 44px;
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 103%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .page03 .title::after, .page04 .title::after {
    width: 109px;
    height: 24px;
    right: 85%;
  }
}
.page03 .imgBox, .page04 .imgBox {
  padding: 5%;
}
@media (max-width: 991px) {
  .page03 .imgBox, .page04 .imgBox {
    padding: 11% 0 0 0;
  }
}
.page03 .imgBox .Img, .page04 .imgBox .Img {
  overflow: hidden;
}
.page03 .imgBox .Img .innerImg, .page04 .imgBox .Img .innerImg {
  padding-top: 145%;
}

.page05 {
  overflow: hidden;
}
.page05 .Img .innerImg {
  padding-top: 33%;
}

.page06 {
  overflow: hidden;
  padding: 5% 0 10% 0;
  background-image: url(../images/img/page06-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page06 {
    padding: 10% 0;
    background-image: url(../images/img/page06-bg-m.jpg);
  }
}
.page06 .stage .layer {
  background-position: bottom left;
}
@media (max-width: 991px) {
  .page06 .stage .layer {
    background-size: contain;
  }
}
.page06 .Txt {
  text-align: center;
}
.page06 .Txt p {
  text-align: center;
  margin-bottom: 2rem;
}
.page06 .Txt p b {
  font-weight: 600;
}
.page06 img {
  width: 80%;
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .page06 img {
    margin-right: 5%;
  }
}

.page07 {
  overflow: hidden;
  background: #157db6;
  padding: 8% 0 18% 0;
}
@media (max-width: 991px) {
  .page07 {
    padding: 15% 0 55% 0;
  }
}
.page07 img {
  width: 85%;
  display: block;
  margin: 0;
  padding-left: 17%;
}
@media (max-width: 991px) {
  .page07 img {
    width: 63%;
    padding-left: 0;
    margin: 0 auto 10% auto;
  }
}
.page07 .Txt p {
  color: #fff;
  text-align: left;
  line-height: 3;
}
@media (max-width: 991px) {
  .page07 .Txt p {
    text-align: center;
    line-height: 2;
  }
}
.page07 .Txt a {
  color: #fff;
}

.page08 {
  padding: 15% 10%;
  overflow: hidden;
  background-image: url(../images/img/page08-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page08 {
    padding: 128% 0 10% 0;
    background-image: url(../images/img/page08-bg-m.jpg);
  }
}
@media (max-width: 991px) {
  .page08 .stage .layer {
    background-size: contain;
    background-position: top;
  }
}
.page08 .Txt {
  display: inline-block;
  padding-left: 3%;
}
@media (max-width: 991px) {
  .page08 .Txt {
    display: block;
    padding-left: 0;
  }
}
.page08 .Txt .item {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
}
@media (max-width: 991px) {
  .page08 .Txt .item {
    margin-bottom: 4%;
    justify-content: center;
  }
}
.page08 .Txt .item h2 {
  font-weight: 600;
  font-size: 2rem;
  min-width: 180px;
}
@media (max-width: 991px) {
  .page08 .Txt .item h2 {
    font-size: 1.3rem;
    min-width: 120px;
    text-align: left;
  }
}
.page08 .Txt .item p {
  margin-bottom: 0;
  letter-spacing: 3px;
  text-align: left;
}
.page08 img {
  width: 432px;
  margin-top: 10%;
}
@media (max-width: 1600px) {
  .page08 img {
    width: 416px;
  }
}
@media (max-width: 767px) {
  .page08 img {
    width: 305px;
    display: block;
    margin: 10% auto 0 auto;
  }
}

.shine {
  display: block;
  animation: shine 1s ease-in-out infinite;
}

@keyframes shine {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
}
.bigger {
  display: inline-block;
  animation: bigger 2s infinite;
}

@keyframes bigger {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.float {
  display: block;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 6s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop {
    animation: zoom-in-out 5s ease-in-out infinite;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
[data-aos=fade-left] {
  transform: translate3d(600px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-600px, 0, 0);
}

[data-aos=fade-up-slow] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-up-slow].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=fade-down-slow] {
  transform: translateY(-30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-down-slow].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.animate__animated.animate__pulse {
  --animate-duration: 5s;
}

.animate__animated.animate__flipInX {
  --animate-duration: 5s;
}

.animate__animated.animate__fadeInLeft.animate__infinite {
  --animate-duration: 5s;
}/*# sourceMappingURL=style.css.map */