/*section1*/
.section1 {
  height: calc(100vh - 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 0;
}

.section1 h1 {
  background: -webkit-linear-gradient(0deg, #eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--SpFont);
  line-height: 1em;
  font-size: 5vw;
  margin-top: -20vh;
  position: relative;
  z-index: 1;
}

.homeImgSolgan {
  width: 75%;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.section1 h3 {
  color: var(--Green);
  line-height: 1em;
  position: relative;
  z-index: 1;
}

#video02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/*section2*/
.section2 {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.section2Content {
  position: relative;
  box-sizing: border-box;
  background: url(../images/index_bg01.png) no-repeat center right;
  background-size: cover;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 20px 20px;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section2Content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(224, 224, 224, 0.3) 5%, rgba(218, 218, 218, 0.1) 100%);
}

.section2Content h2 {
  background: -webkit-linear-gradient(0deg, #fff 35%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2Content p {
  line-height: 1.5em;
}

/*section3*/
.section3 {
  padding: 100px 0;
  background: rgb(43, 49, 30);
  background: linear-gradient(0deg, rgba(43, 49, 30, 1) 22%, rgba(0, 0, 0, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3 .w1280 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.section3 .pageTitle {
  width: 100%;
  background: -webkit-linear-gradient(0deg, #fff 10%, #333 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.section3 .pageTitle + p {
  width: 100%;
  font-size: 19px;
}

.section3 .mySwiper {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  order: 4;
}

.section3 .mySwiper .swiper-slide {
  width: 100%;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: var(--Green);
  position: relative;
}

.section3 .mySwiper .swiper-slide:before {
  content: "";
  width: 40%;
  height: 2px;
  background: var(--Green);
  opacity: 0.4;
  position: absolute;
  top: 39px;
  right: -20%;
}

.section3 .mySwiper .swiper-slide:first-child:after {
  content: "";
  width: 40%;
  height: 2px;
  background: var(--Green);
  opacity: 0.4;
  position: absolute;
  top: 39px;
  left: -20%;
  z-index: 0;
}

.section3 .mySwiper .swiper-slide-thumb-active:before {
  opacity: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 23%, rgba(105, 141, 85, 1) 100%);
}

.section3 .mySwiper .swiper-slide-thumb-active:after {
  content: "";
  width: 40%;
  height: 2px;
  background: var(--Green);
  opacity: 1 !important;
  position: absolute;
  top: 39px;
  left: -20%;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 23%, rgba(105, 141, 85, 1) 100%) !important;
}

.section3 .mySwiper .swiper-slide-thumb-active {
  color: var(--White);
  opacity: 1;
}

.section3 .swiper-button-next,
.section3 .swiper-button-prev {
  color: var(--Green);
  top: 40px;
  border-radius: 50%;
  border: 1px solid var(--Green);
  width: 50px;
  height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
}

.section3 .swiper-button-next {
  left: 400px;
  top: 195px;
  /*
    left: 70px;
    top: auto;
    bottom: 120px;
    */
}

.section3 .swiper-button-prev {
  left: 300px;
  top: 195px;
  /*
    left: 0;
    top: auto;
    bottom: 120px;
    */
}

.mySwiper2 {
  width: 100%;
  margin-top: 30px;
  order: 3;
}

.section3 .mySwiper2 .swiper-slide {
  width: 100%;
  display: flex;
}

.section3 .mySwiper2 .swiper-button-disabled {
  border: 1px solid var(--White);
}

.section3 .mySwiper2 .swiper-button-disabled:after {
  color: var(--White);
}

.aYear {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.sliderLeft {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.5em;
  color: var(--Gray02);
  min-height: 405px;
  margin-top: 30px;

  opacity: 0;
  transition: 0.5s;
}

.sliderLeft ul {
  list-style-position: inside;
}

.sliderLeft h1 {
  color: var(--Green);
  margin: 0;
  font-weight: 600;
  line-height: 1em;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 .mySwiper2 .swiper-slide-active .sliderLeft {
  margin-top: 20px;
  opacity: 1;
  transition: 0.5s;
}

.sliderRight {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sliderRightLeft {
  width: 45%;
  aspect-ratio: 4 / 3;
  border-radius: 15px 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;

  transform: scaleY(2) translateY(30px);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
}

.sliderRightLeft img {
  width: 100%;
}

.sliderRightRight {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.sliderRightLeft.sliderImg02,
.sliderRightLeft.sliderImg03 {
  width: 100%;
}

.section3 .mySwiper2 .swiper-slide-active .sliderRightLeft {
  transform: scaleY(1) translateY(0px);
  opacity: 1;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.section3 .mySwiper2 .swiper-slide-active .sliderImg01 {
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
}

.section3 .mySwiper2 .swiper-slide-active .sliderImg02 {
  transition-delay: 0.8s;
  transition-timing-function: ease-in-out;
}

.section3 .mySwiper2 .swiper-slide-active .sliderImg03 {
  transition-delay: 1.3s;
  transition-timing-function: ease-in-out;
}

/*section4*/
.section4 {
  padding: 100px 0;
  color: var(--Black);
  z-index: 0;
}

.section4:before {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 80%);
}

.section4:after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 80%);
}

#video03 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section4 h1,
.section5 h1 {
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin: 0;
}

.section4 .w1280,
.section5 .w1280 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  z-index: 2;
}

/*section5*/
.section5 {
  padding: 100px 0;
  background: var(--White);
  color: var(--Black);
}

.section5 .btn {
  width: fit-content;
  margin: 0 auto;
}

/*////RWD////*/
@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media (orientation: landscape) and (max-width: 1050px) {
}

@media (orientation: portrait) and (max-height: 1180px) {
  .section1 h1 {
    font-size: 8vw;
  }

  .homeImgSolgan {
    width: 95%;
    position: initial;
    margin-top: -35vh;
    margin-bottom: 20px;
  }

  #video02 {
    width: 200%;
  }
  .sliderLeft {
    min-height: 480px;
  }
  .section3 .swiper-button-next {
    left: 370px;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
  .sliderLeft {
    min-height: 530px;
  }
}

@media screen and (max-width: 640px) {
  .section1 h1 {
    font-size: 8vw;
    margin-top: -35vh;
  }

  .section1 h3 {
    font-size: 1.5em;
  }

  #video02 {
    width: 350%;
  }

  .sliderLeft {
    min-height: 480px;
  }

  .section3 .w1280 {
    gap: 0;
  }

  .section3 .pageTitle {
    text-align: center;
    background: -webkit-linear-gradient(0deg, #fff 35%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section3 .pageTitle + p {
    text-align: center;
    font-size: 17.5px;
  }

  .section3 .mySwiper {
    order: 3;
    height: 60px;
    margin-top: 30px;
    background: #0a0b07;
    z-index: 2;
  }

  .section3 .mySwiper2 {
    order: 4;
    margin-top: 10px;
  }

  .section3 .mySwiper .swiper-slide {
    justify-content: flex-start;
    background: #0a0b07;
  }

  .section3 .swiper-button-next {
    left: auto;
    right: 0;
    top: 128px;
    bottom: auto;
  }

  .section3 .swiper-button-prev {
    left: auto;
    right: 50px;
    top: 128px;
    bottom: auto;
  }

  .section3 .swiper-button-next,
  .section3 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #0a0b07;
    z-index: 3;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }

  .section3 .mySwiper .swiper-slide,
  .section3 .mySwiper .swiper-slide-thumb-active {
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    color: var(--Green);
  }

  .section3 .mySwiper .swiper-slide:before,
  .section3 .mySwiper .swiper-slide:first-child:after,
  .section3 .mySwiper .swiper-slide-thumb-active:after,
  .section3 .mySwiper .swiper-slide-thumb-active:before {
    content: none;
  }

  .aYear {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sliderLeft,
  .sliderRight {
    width: 100%;
  }

  .sliderLeft {
    min-height: auto;
  }

  .sliderRight {
    flex-direction: column;
    margin-top: 0;
  }

  .sliderRightLeft {
    width: 90vw;
  }
  .sliderRightRight {
    width: 100%;
  }
}

/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-width: 390px) {
}

@media (orientation: portrait) and (max-height: 896px) {
}

/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {
}

/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-width: 375px) {
}

@media (orientation: portrait) and (max-height: 812px) {
}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {
}

/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
