.arch02-template-05 {
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
  min-height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 300;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  overflow: hidden;
  z-index: 1;
}
/* 202103 */
.arch02-template-05 .bg.mobile {
  display: none;
}

.arch02-template-05 .text {
  position: absolute;
  left: 20%;
  top: 24%;
  width: 390px;
  display: block;
}

.arch02-template-05 .text .title {
  font-size: 30px;
  color: #004f4f;
  line-height: 38px;
  position: relative;
  margin-bottom: 50px;
  font-weight: 500;
  /* opacity: 0;
    transition: all .8s ease .3s;
    transform: translateY(20px); */
}
.arch02-template-05 .text .memo {
  font-size: 18px;
  color: #3f3e3e;
  display: block;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 38px;
  /* opacity: 0;
    transition: all .8s ease .5s;
    transform: translateY(20px); */
}
.arch02-template-05 .text .sign {
  text-align: right;
  font-size: 14px;
  color: #3f3e3e;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* opacity: 0;
    transition: all .8s ease .8s;
    transform: translateY(20px); */
}
.arch02-template-05.-scroll-active .text .sign,
.arch02-template-05.-scroll-active .text .title,
.arch02-template-05.-scroll-active .text .memo {
  opacity: 1;
  transform: translateY(0);
}
.arch02-template-05 .text .sign span {
}
.arch02-template-05 .text .sign img {
  margin-left: 18px;
}

.arch02-template-05 .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  .arch02-template-05 .text {
    left: 15%;
  }
}

@media (max-width: 1200px) {
  .arch02-template-05 .text .title {
    font-size: 26px;
    line-height: 35px;
  }
  .arch02-template-05 .text .memo {
    font-size: 16px;
    line-height: 28px;
  }
  .arch02-template-05 {
    min-height: 500px;
  }
  .arch02-template-05 .bg {
    display: none;
  }
}

@media (max-width: 1000px) {
  .arch02-template-05 .text {
    left: 10%;
    width: 46%;
  }

  /* 202103 */
  .arch02-template-05 {
    background-size: 0;
  }

  .arch02-template-05 .bg.mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 600px) {
  .arch02-template-05 .text .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .arch02-template-05 .text .memo {
    font-size: 14px;
    line-height: 25px;
  }
  .arch02-template-05 .text .sign img {
    width: 100px;
  }
  .arch02-template-05 .text {
    left: 5%;
    width: 50%;
    top: 15%;
  }
}
