@charset "UTF-8";
.green-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  background-color: #124004;
  padding: 10px 0 20px;
  z-index: 1;
}
.green-head .en {
  font-size: 1.8rem;
  color: #526730;
  display: block;
  text-align: center;
}
.green-head .name-white {
  width: 115px;
  margin: 5px auto 0;
}
.green-head .name-white img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .green-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
    background-color: #124004;
    padding: 10px 0 15px;
    z-index: 1;
  }
  .green-head .en {
    font-size: 1.5rem;
    color: #526730;
    display: block;
    text-align: center;
  }
  .green-head .name-white {
    width: 110px;
    margin: 5px auto 0;
  }
  .green-head .name-white img {
    display: block;
    width: 100%;
  }
}

.copyright {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%); */
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #271415;
  padding: 10px;
  letter-spacing: 1px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .copyright {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%); */
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: #271415;
    padding: 10px;
    letter-spacing: 1px;
  }
}


.fadeIn {
  opacity: 0;
  transform: translateY(40px);
}
.fadeIn.animated {
  opacity: 1;
  transition: 1s;
  transform: unset;
}
.fadeIn-side {
  opacity: 0;
  transform: translateY(-50%) translateX(40px);
}
.fadeIn-side.animated {
  opacity: 1;
  transition: 3s ease;
  transform: translateY(-50%);
}
.fadeIn-side-b {
  opacity: 0;
  transform: translateY(-50%) translateX(40px);
}
.fadeIn-side-b.animated {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .fadeIn-side {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  .fadeIn-side.animated {
    opacity: 1;
    transition: 2s ease;
    transform: translateX(-50%);
  }
  .fadeIn-side-b {
    opacity: 0;
    transform: translateX(-50%) translateX(30px);
  }
  .fadeIn-side-b.animated {
    opacity: 1;
    transition: 1s ease;
    transform: translateX(-50%);
  }
}


::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
}


.unele-01 {
  position: relative;
  background-image: url(./img/unele_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.unele-01::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(6,28,0,.65);
  z-index: -1;
}
.unele-01_inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-top: 92px;
}
.unele-01 h1 {
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
.unele-01 p {
  color: #fff;
  line-height: 3.5;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .unele-01 {
    position: relative;
    background-image: url(./img/unele_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 70px 15px;
  }
  .unele-01::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(6,28,0,.65);
    z-index: -1;
  }
  .unele-01_inner {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding-top: 81px;
  }
  .unele-01 h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
  }
  .unele-01 p {
    color: #fff;
    line-height: 2.3;
    margin-top: 15px;
  }
}


.unele-02 {
  position: relative;
  background-image: url(./img/unele_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
  /* min-height: 760px; */
  width: 100%;
  display: flex;
  align-items: center;
}
.unele-02::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(29, 19, 21, .75);
  z-index: -1;
}
.unele-02_inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.unele-02_text {
  color: #fff;
  line-height: 3.5;
  margin-top: 40px;
  width: 100%;
  max-width: 640px;
  margin: 0 0 0 auto;
}
.unele-02_link {
  text-align: right;
  padding-right: 20px;
  margin-top: 30px;
}
.unele-02_link a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .unele-02 {
    position: relative;
    background-image: url(./img/unele_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    /* min-height: 760px; */
    width: 100%;
    display: flex;
    align-items: center;
    padding: 70px 15px;
  }
  .unele-02::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(29, 19, 21, .75);
    z-index: -1;
  }
  .unele-02_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .unele-02_text {
    color: #fff;
    line-height: 2.3;
    margin-top: 15px;
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .unele-02_link {
    text-align: right;
    padding-right: 20px;
    margin-top: 30px;
  }
  .unele-02_link a {
    color: #fff;
  }
}


.unele-03 {
  position: relative;
  background-image: url(./img/unele_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.unele-03::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(0,0,20,.55);
  z-index: -1;
}
.unele-03_inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.unele-03 h2 {
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
.unele-03 p {
  color: #fff;
  line-height: 3.5;
  margin-top: 40px;
}
.unele-03 p a {
  text-decoration: underline;
  color: #fff;
}
.unele-03 p a:hover {
}
@media only screen and (max-width: 768px) {
  .unele-03 {
    position: relative;
    background-image: url(./img/unele_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 70px 15px;
  }
  .unele-03::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(0,0,20,.55);
    z-index: -1;
  }
  .unele-03_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .unele-03 h2 {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
  }
  .unele-03 p {
    color: #fff;
    line-height: 2.3;
    margin-top: 15px;
  }
  .unele-03 p a {
    text-decoration: underline;
    color: #fff;
  }
  .unele-03 p a:hover {
  }
}

.unele-04 {
  position: relative;
  background-image: url(./img/unele_04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
  /* min-height: 760px; */
  width: 100%;
  display: flex;
  align-items: center;
}
.unele-04::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(6,28,0,.65);
  z-index: -1;
}
.unele-04_inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.unele-04_text {
  color: #fff;
  line-height: 3.2;
  margin-top: 30px;
  width: 100%;
  max-width: 615px;
  margin: 0 0 0 auto;
}
.unele-04_text h2 {
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .unele-04 {
    position: relative;
    background-image: url(./img/unele_04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    /* min-height: 760px; */
    width: 100%;
    display: flex;
    align-items: center;
    padding: 70px 15px;
  }
  .unele-04::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(6,28,0,.65);
    z-index: -1;
  }
  .unele-04_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .unele-04_text {
    color: #fff;
    line-height: 2.4;
    margin-top: 15px;
    width: 100%;
    max-width: unset;
    margin: 0 0 0 auto;
  }
  .unele-04_text h2 {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
  }
}

.unele-05 {
  background-color: #DADDC5;
  padding: 75px 0;
}
.unele-05_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.unele-05_btn {
  display: block;
  position: relative;
  width: 350px;
  height: 70px;
  line-height: 68px;
  color: #124004;
  border: 1px solid #124004;
  margin: 0 auto;
  transition: .6s;
  letter-spacing: 1px;
  text-align: center;
}
.unele-05_btn:hover {
  transition: .6s;
  background-color: #124004;
  color: #DADDC5;
}
@media only screen and (max-width: 768px) {
  .unele-05 {
    background-color: #DADDC5;
    padding: 40px 15px;
  }
  .unele-05_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .unele-05_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 70px;
    line-height: 68px;
    color: #124004;
    border: 1px solid #124004;
    margin: 0 auto;
    transition: .6s;
    letter-spacing: 1px;
    text-align: center;
  }
  .unele-05_btn:hover {
    transition: .6s;
    background-color: #124004;
    color: #DADDC5;
  }
}

.sc-text {
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding-bottom: 60px;
  text-shadow: 0 0 3px #333;
}
.sc-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgb(51 51 51 / 100%);
  -o-box-shadow: 0 0 3px 0 rgba(51,51,51,1);
  -ms-box-shadow: 0 0 3px 0 rgba(51,51,51,1);
}
@media only screen and (max-width: 768px) {
  .sc-text {
    display: none;
    position: absolute;
    right: 12px;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-bottom: 40px;
    text-shadow: 0 0 3px #333;
  }
  .sc-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgb(51 51 51 / 100%);
    -o-box-shadow: 0 0 3px 0 rgba(51,51,51,1);
    -ms-box-shadow: 0 0 3px 0 rgba(51,51,51,1);
  }
}
