@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@800&display=swap");
.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInGrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#banner-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/banner-mask.webp);
  background-repeat: repeat-y;
  background-size: 1920px auto;
  background-position: top center;
}

.banner-title {
  position: absolute;
  right: 18vw;
  bottom: 18vh;
  color: #fff;
}

.banner-title .subtitle {
  font-size: 2.7rem;
  font-weight: 300;
  letter-spacing: .6rem;
  text-align: left;
}

.banner-title .subtitle span {
  display: inline-block;
  margin: 5px 0;
}

.banner-title .subtitle span:nth-of-type(1) {
  margin-left: -9.5rem;
}

.banner-title .en {
  padding-left: 5px;
  font-family: 'Cinzel', serif;
  letter-spacing: .9rem;
  text-align: left;
}

.banner-leftbar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6vw;
  height: 100%;
}

.banner-leftbar .logo-v {
  margin-top: 7vh;
}

.banner-leftbar .logo-v img {
  width: 105px;
}

.banner-leftbar .social-row {
  position: absolute;
  bottom: 13vh;
  width: 100%;
}

.banner-leftbar .social-btn {
  margin: 4vh auto;
  width: 35px;
  height: 35px;
}

.banner-leftbar .social-btn svg {
  fill: #fff;
}

.trapezoid-words {
  position: absolute;
  top: 0;
  z-index: 1;
  width: calc(70vw - 17vw);
  height: 100%;
}

.trapezoid-words.right {
  right: 0;
}

.trapezoid-words.left {
  left: 0;
}

.trapezoid-words p {
  margin-bottom: 1rem;
  line-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-height: 2rem;
  max-height: 8rem;
}

.control-row {
  bottom: 2vw;
}

.hot-row .pic {
  float: left;
  width: 180px;
  height: 140px;
  border-radius: 15px;
  overflow: hidden;
}

.hot-row p {
  margin-bottom: 0;
}

.hot-row:not(.have-logo) .pic {
  display: none;
}

.hot-row.have-logo .info {
  float: right;
  padding-left: 2%;
  padding-top: 1%;
  width: calc(100% - 185px);
}

.hot-content {
  display: none;
}

.btn-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
  width: 80px;
  height: 80px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  background-size: 100% 100%;
}

.btn-navigation.swiper-button-next, .btn-navigation.swiper-button-prev {
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  opacity: 1;
}

.btn-navigation.swiper-button-next::after, .btn-navigation.swiper-button-prev::after {
  content: "";
}

.btn-navigation.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block .words-bg {
  position: absolute;
  top: 8vh;
  width: calc(70vw - 15vw);
}

.block .words-bg img {
  width: calc(12.8rem * 1.7);
  height: calc(12.8rem * 1.7);
}

.block .words-inner {
  position: relative;
  margin-left: 5vw;
  padding-top: 18vh;
  width: 75%;
  height: 100%;
}

.block .title-wrap {
  position: relative;
  margin-bottom: 15vh;
  z-index: 1;
}

.block .title-wrap .title {
  position: relative;
  width: 12.8rem;
  height: 11.1rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: .2rem;
  text-align: center;
}

.block .title-wrap .txt {
  padding: 2.3rem 3rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block .title-wrap .en {
  position: absolute;
  left: calc(12.8rem + 2rem);
  bottom: 0;
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: .5rem;
  line-height: 7rem;
}

.block .title-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block .title-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/title-bg.webp);
  background-size: 100% 100%;
}

.block .title-bg svg {
  width: 100%;
  height: 100%;
}

.block .subtitle {
  font-weight: 500;
}

.block h5.subtitle {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-height: 1.5rem;
  max-height: 1.5rem;
}

.block h4.subtitle {
  font-size: 2rem;
  letter-spacing: .2rem;
}

.block h3.subtitle {
  position: relative;
  margin-bottom: 6vh;
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: .5rem;
}

.block h3.subtitle .shadow {
  position: absolute;
  left: 15px;
  top: -3rem;
  z-index: -1;
  font-size: calc(3.9rem * 1.4);
  font-weight: 800;
  color: #B1C3B5;
}

.block-1 {
  background-color: #E0E5DF;
}

.block-1 h4.subtitle {
  margin-bottom: 4vh;
}

.block-1 h4.subtitle span:nth-of-type(1) {
  position: relative;
}

.block-1 h4.subtitle span:nth-of-type(1)::after {
  content: "";
  margin-left: 1rem;
  position: absolute;
  top: 10%;
  width: 1px;
  height: 180%;
  background-color: #3FACA0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.block-1 h4.subtitle span:nth-of-type(2) {
  padding-left: 13rem;
}

.block-1 .words-bg {
  right: 0;
}

.block-1 .title-bg svg {
  fill: #3FACA0;
}

.block-1 .title-wrap .en {
  color: #D2D9D1;
}

.block-1 .subtitle-wrap {
  padding-right: 8rem;
}

.block-1 .control-row {
  position: absolute;
  right: 0;
}

.block-1 .btn-more {
  background-image: url(../images/index/btn-bg01.svg);
  color: #3FAB9F;
}

.block-2 {
  background-color: #C2D2C7;
}

.block-2 h5.subtitle {
  margin-bottom: 25px;
}

.block-2 .words-bg {
  left: -4vw;
}

.block-2 .words-inner {
  margin-left: 3vw;
  width: 80%;
}

.block-2 .title-bg svg {
  fill: #72A07F;
}

.block-2 .title-wrap .en {
  color: #A6B9A9;
}

.block-2 .subtitle-wrap {
  padding-left: 8rem;
}

.block-2 .control-row {
  position: absolute;
  left: 8rem;
}

.block-2 .btn-more {
  background-image: url(../images/index/btn-bg02.svg);
  color: #5F705C;
}

.block-2 .btn-navigation {
  background-image: url(../images/common/icon-arrow-green.svg);
}

.block-3 {
  background-color: #9AA698;
}

.block-3 .words-bg {
  right: 0;
}

.block-3 .title-bg svg {
  fill: #4D6652;
}

.block-3 .title-wrap {
  margin-bottom: 0;
}

.block-3 .title-wrap .en {
  color: #8E9A8C;
}

.block-3 .control-row {
  position: absolute;
  right: 0;
}

.block-3 .btn-more {
  background-image: url(../images/index/btn-bg03.svg);
  color: #fff;
}

.block-3 .btn-navigation {
  display: block;
  margin: 1rem auto;
  background-image: url(../images/common/icon-arrow-white.svg);
}

.block-3 .btn-navigation.swiper-button-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-3 .btn-navigation.swiper-button-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block-contact {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.block-contact .contact-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 3vw);
  background-size: cover;
  background-position: center center;
}

.block-contact .contact-bg::before {
  content: "";
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 56, 61, 0.8);
}

.block-contact .contact-bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: polygon(calc((100% - 1680px) / 2) calc(3vw + 80px + 8.2rem), calc(100% - ((100% - 1680px) / 2)) calc(3vw + 80px + 8.2rem), calc(100% - ((100% - 1680px) / 2)) calc(3vw + 80px + 8rem + 31vw), calc((100% - 1680px) / 2) calc(3vw + 80px + 8rem + 31vw));
          clip-path: polygon(calc((100% - 1680px) / 2) calc(3vw + 80px + 8.2rem), calc(100% - ((100% - 1680px) / 2)) calc(3vw + 80px + 8.2rem), calc(100% - ((100% - 1680px) / 2)) calc(3vw + 80px + 8rem + 31vw), calc((100% - 1680px) / 2) calc(3vw + 80px + 8rem + 31vw));
}

.block-contact .block-inner {
  position: relative;
  z-index: 1;
  padding: calc(3vw + 80px) 0 0 0;
  margin: 0 auto;
  width: 1680px;
}

.block-contact .title-wrap {
  padding-left: 2vw;
  margin-bottom: 0;
}

.block-contact .title-wrap .en {
  padding-left: 2vw;
  bottom: 3rem;
  color: transparent;
  font-size: 10rem;
  line-height: 9rem;
  width: calc(100% - 12.8rem - 2vw);
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #B8A375;
}

.block-contact .title-wrap .txt {
  color: rgba(255, 255, 255, 0.8);
}

.block-contact .title-bg svg {
  fill: #3F495D;
}

.block-contact .formouter {
  position: relative;
  margin-top: -3rem;
  height: 31vw;
  overflow: hidden;
  background-image: url(../images/index/cotact-mask.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.block-contact .map {
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.block-contact .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.block-contact .contact-info {
  padding-left: 5vw;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 55%);
  height: 100%;
}

.block-contact .contact-info > div {
  width: 100%;
}

.history-thumbs {
  margin-top: 8vh;
  margin-left: 0;
  padding-left: 3rem;
  height: calc(100% - 11.1rem - 8vh - 5vh);
  width: calc(100% - 80px - 1rem);
  color: #fff;
}

.history-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
}

.history-thumbs .swiper-slide .works-thumb {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.history-thumbs .swiper-slide .works-info {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  opacity: .3;
}

.history-thumbs .swiper-slide:not(.swiper-slide-active) {
  padding-left: 100px;
}

.history-thumbs .swiper-slide.swiper-slide-active {
  padding-left: 0;
}

.history-thumbs .swiper-slide.swiper-slide-thumb-active .works-thumb {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.history-thumbs .swiper-slide.swiper-slide-thumb-active .works-info {
  opacity: 1;
}

.history-thumbs .swiper-slide .link {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.history-thumbs .works-thumb,
.history-thumbs .works-info {
  display: inline-block;
  vertical-align: middle;
}

.history-thumbs .works-thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.history-thumbs .works-info {
  padding-left: 6%;
  width: calc(100% - 105px);
  letter-spacing: .2rem;
}

.history-thumbs .works-info div {
  margin-bottom: 3px;
  line-height: 2.2rem;
  letter-spacing: .3rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Barlow', serif;
}

.block-inner {
  margin: 0 auto;
  padding: 3vw 0;
  width: 92%;
}

.trapezoid-block {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: 100%;
}

.trapezoid-block .trapezoid-swiper {
  height: 100%;
  width: 100%;
}

.trapezoid-wrap {
  position: relative;
  height: 100%;
}

.info-row {
  margin: 4vw 0;
}

.info-row > div {
  display: inline-block;
  vertical-align: top;
}

.info-row .icon {
  width: 6vw;
}

.info-row .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.info-row .info {
  padding-left: 15px;
  width: calc(100% - 6vw - 5px);
}

.info-row .info span {
  display: block;
}

.info-row .info span:not(.en) {
  letter-spacing: .1rem;
}

.info-row .info span.en {
  color: #B8A375;
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

.info-row h3 {
  margin-top: 10px;
  font-size: 1.45rem;
  letter-spacing: .3rem;
}

.trapezoid-swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.trapezoid-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.screen-h .trapezoid-overlay1.left {
  position: absolute;
  width: 70vw;
  background: #ccc;
  left: -20vw;
  height: 100%;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-overlay1.left .trapezoid-content {
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.screen-h .trapezoid-overlay1.left .objectfit {
  height: 100%;
}

.screen-h .trapezoid-overlay1.right {
  position: absolute;
  width: 70vw;
  background: #ccc;
  right: -17vw;
  height: 100%;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-overlay2.left {
  position: absolute;
  width: 70vw;
  background: #ccc;
  right: -17vw;
  height: 100%;
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-overlay2.left .trapezoid-content {
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.screen-h .trapezoid-overlay2.right {
  position: absolute;
  width: 70vw;
  background: #ccc;
  left: -20vw;
  height: 100%;
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-block .trapezoid-wrap {
  width: 87vw;
}

.screen-h .trapezoid-block .swiper-slide {
  height: 100%;
}

.screen-h .trapezoid-block .trapezoid-swiper-pagination {
  bottom: 3vh;
  width: 36vw;
}

.screen-h .block-2 .trapezoid-swiper-pagination {
  left: initial;
  right: 0;
}

.screen-h .block-2 .trapezoid-wrap {
  position: absolute;
  right: 0;
}

.screen-h .block-contact .trapezoid-wrap {
  width: 100%;
}

.screen-h .block-contact .trapezoid-overlay2.left {
  right: -9vw;
  width: 55vw;
}

.screen-h .block-contact .trapezoid-overlay2.left .trapezoid-content {
  margin-left: -9vw;
}

@media screen and (max-width: 1600px) {
  .screen-h .btn-more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .screen-h .btn-navigation {
    width: 60px;
    height: 60px;
  }
  .screen-h .info-row h3 {
    font-size: 1.3rem;
  }
  .screen-h .banner-leftbar .logo-v img {
    width: 70px;
  }
  .screen-h .banner-leftbar .social-btn {
    width: 30px;
    height: 30px;
  }
  .screen-h .banner-title .subtitle {
    font-size: 2rem;
    letter-spacing: .4rem;
  }
  .screen-h .banner-title .subtitle span:nth-of-type(1) {
    margin-left: -6.5rem;
  }
  .screen-h .banner-title .en {
    letter-spacing: .5rem;
  }
  .screen-h .control-row {
    bottom: 2vw;
  }
  .screen-h .hot-row .pic {
    width: 9rem;
    height: 7rem;
    border-radius: .7rem;
  }
  .screen-h .hot-row.have-logo .info {
    width: calc(100% - 9rem - 5px);
  }
  .screen-h .history-thumbs {
    height: calc(100% - 8.88rem - 8vh - 2vw);
  }
  .screen-h .history-thumbs .works-thumb {
    width: 70px;
    height: 70px;
  }
  .screen-h .history-thumbs .works-info {
    width: calc(100% - 75px);
  }
  .screen-h .history-thumbs .works-info div {
    font-size: 1.6rem;
  }
  .screen-h .history-thumbs .works-info h3 {
    font-size: 1.2rem;
  }
  .screen-h .history-thumbs .swiper-slide:not(.swiper-slide-active) {
    padding-left: 70px;
  }
  .screen-h .block .words-bg img {
    width: calc(12.8rem * 1.7 * 0.8);
    height: calc(12.8rem * 1.7 * 0.8);
  }
  .screen-h .block .title-wrap .title {
    width: calc(12.8rem * .8);
    height: calc(11.1rem * .8);
    font-size: 2rem;
  }
  .screen-h .block .title-wrap .txt {
    padding: 2rem;
  }
  .screen-h .block .title-wrap .en {
    left: calc((12.8rem * .8) + 2rem);
    font-size: 6rem;
    line-height: 5.5rem;
  }
  .screen-h .block h4.subtitle {
    font-size: 1.6rem;
  }
  .screen-h .block h3.subtitle {
    font-size: 2.4rem;
    letter-spacing: .3rem;
  }
  .screen-h .block h3.subtitle .shadow {
    left: 10px;
    top: -2rem;
    font-size: calc(2.4rem * 1.4);
  }
  .screen-h .block-1 h4.subtitle span:nth-of-type(2) {
    padding-left: 11.5rem;
  }
  .screen-h .block-2 h5.subtitle {
    margin-bottom: 10px;
  }
  .screen-h .block-contact .block-inner {
    padding-top: calc(3vh + 60px);
    padding-bottom: 3vh;
    width: 88%;
  }
  .screen-h .block-contact .contact-bg2 {
    -webkit-clip-path: polygon(calc((100% - 88%) / 2) calc(3vh + 60px + 6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 5.9rem + 31vw), calc((100% - 88%) / 2) calc(3vh + 60px + 5.9rem + 31vw));
            clip-path: polygon(calc((100% - 88%) / 2) calc(3vh + 60px + 6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 5.9rem + 31vw), calc((100% - 88%) / 2) calc(3vh + 60px + 5.9rem + 31vw));
  }
  .screen-h .block-contact .title-wrap .en {
    width: calc(100% - 12.8rem * .8 - 2vw);
  }
  .screen-h .trapezoid-words p {
    line-height: 1.6rem;
  }
  .screen-h .trapezoid-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 1266px) {
  .screen-h .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .screen-h .btn-navigation {
    width: 45px;
    height: 45px;
  }
  .screen-h .banner-title {
    right: calc(4vw + 45px + 2vw);
  }
  .screen-h .history-thumbs {
    padding-left: 0;
    width: calc(100% - 65px);
  }
  .screen-h .history-thumbs .swiper-slide:not(.swiper-slide-active) {
    padding-left: 45px;
  }
  .screen-h .history-thumbs .works-info {
    letter-spacing: 0;
  }
  .screen-h .info-row h3,
  .screen-h .info-row .info span.en {
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .screen-h .info-row h3 {
    margin-top: 5px;
  }
  .screen-h .block .title-wrap .title {
    width: calc(12.8rem * .68);
    height: calc(11.1rem * .68);
    font-size: 1.8rem;
  }
  .screen-h .block .title-wrap .txt {
    padding: 1.5rem;
  }
  .screen-h .block .title-wrap .en {
    left: calc((12.8rem * .68) + 2rem);
    font-size: 4.5rem;
    line-height: 4rem;
  }
  .screen-h .block .words-bg {
    top: 11vh;
  }
  .screen-h .block .words-bg img {
    width: calc(12.8rem * 1.7 * 0.68);
    height: calc(12.8rem * 1.7 * 0.68);
  }
  .screen-h .block-1 .subtitle-wrap {
    padding-right: 65px;
  }
  .screen-h .block-2 .subtitle-wrap {
    padding-left: 4rem;
  }
  .screen-h .block-2 .control-row {
    left: 4rem;
  }
  .screen-h .block-contact .title-wrap .en {
    width: calc(100% - 12.8rem * .68 - 2vw);
  }
  .screen-h .block-contact .contact-bg2 {
    -webkit-clip-path: polygon(calc((100% - 88%) / 2) calc(3vh + 60px + 4.6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 4.6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 4.6rem + 31vw), calc((100% - 88%) / 2) calc(3vh + 60px + 4.6rem + 31vw));
            clip-path: polygon(calc((100% - 88%) / 2) calc(3vh + 60px + 4.6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 4.6rem), calc(100% - ((100% - 88%) / 2)) calc(3vh + 60px + 4.6rem + 31vw), calc((100% - 88%) / 2) calc(3vh + 60px + 4.6rem + 31vw));
  }
  .screen-h .block-contact .contact-info {
    width: 50%;
  }
  .screen-h .trapezoid-block .trapezoid-wrap {
    width: 90vw;
  }
}

@media screen and (max-width: 1024px) {
  .screen-h .history-thumbs .works-info div {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  .screen-h .history-thumbs .works-info h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .screen-h .info-row {
    margin: 20px 0;
  }
  .screen-h .block-contact .block-inner {
    width: 94%;
  }
}

@media screen and (max-height: 550px) {
  .screen-h .trapezoid-overlay1.left {
    left: -22vw;
  }
  .screen-h .trapezoid-overlay1.right {
    right: -22vw;
    width: 78vw;
  }
  .screen-h .trapezoid-overlay2.left {
    right: -22vw;
  }
  .screen-h .trapezoid-overlay2.right {
    left: -22vw;
    width: 78vw;
  }
  .screen-h .trapezoid-block .trapezoid-wrap {
    width: 91vw;
  }
}

.screen-v .btn-more {
  width: 7vh;
  height: 7vh;
  line-height: 7vh;
}

.screen-v .btn-navigation {
  width: 7vh;
  height: 7vh;
}

.screen-v .btn-more,
.screen-v .btn-navigation {
  margin: 0 .25rem;
}

.screen-v .banner-leftbar {
  left: 4vw;
}

.screen-v .banner-leftbar .logo-v {
  margin-top: 2vh;
}

.screen-v .banner-leftbar .logo-v img {
  width: 60px;
}

.screen-v .banner-leftbar .social-row {
  display: none;
}

.screen-v .banner-title {
  right: 4vw;
  bottom: 25vh;
}

.screen-v .banner-title .subtitle {
  font-size: 2.8vh;
  letter-spacing: .6vh;
}

.screen-v .banner-title .subtitle span:nth-of-type(1) {
  margin-left: -9vh;
}

.screen-v .banner-title .en {
  font-size: 1.2vh;
  letter-spacing: .85vh;
}

.screen-v .control-row {
  bottom: 2vh;
}

.screen-v .info-row {
  margin: 0;
  display: inline-block;
  width: 49.5%;
}

.screen-v .info-row h3 {
  font-size: 1.3rem;
}

.screen-v .hot-row .pic {
  width: calc(25vh * .4);
  height: calc(19.5vh * .4);
  border-radius: 0.5vh;
}

.screen-v .hot-row.have-logo .info {
  width: calc(100% - (25vh * .4) - 5px);
}

.screen-v .hot-row.have-logo p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
  line-height: 22.5px;
  max-height: 67.5px;
}

.screen-v .hot-row:not(.have-logo) p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-height: 22.5px;
  max-height: 90px;
}

.screen-v .history-thumbs {
  position: absolute;
  top: 0;
  margin-top: 0;
  padding-left: 0;
  padding-left: calc(13.3vh + 2%);
  width: calc(100% - (7vh + .5rem) * 3 - 2%);
  height: 100%;
}

.screen-v .history-thumbs .swiper-slide:not(.swiper-slide-active) {
  padding-left: 70px;
}

.screen-v .history-thumbs .works-thumb {
  width: 70px;
  height: 70px;
}

.screen-v .history-thumbs .works-info {
  padding-left: 4vh;
  width: calc(100% - 75px);
}

.screen-v .history-thumbs .works-info div {
  font-size: 1.6rem;
}

.screen-v .history-thumbs .works-info h3 {
  font-size: 1.2rem;
}

.screen-v .block .words-bg {
  top: calc(60px - 3vh);
  left: 0;
}

.screen-v .block .words-bg img {
  width: calc(13.3vh * 1.7);
  height: calc(13.3vh * 1.7);
}

.screen-v .block .words-inner {
  padding-top: 0;
  margin-left: 0;
  width: 100%;
}

.screen-v .block .title-wrap {
  margin-bottom: 0;
}

.screen-v .block .title-wrap .title {
  width: 13.3vh;
  height: 11.6vh;
  font-size: 2.8vh;
}

.screen-v .block .title-wrap .txt {
  padding: 2.5vh;
}

.screen-v .block .title-wrap .en {
  font-size: 3.5rem;
  line-height: 3rem;
  bottom: initial;
  top: 1.5rem;
  left: initial;
  right: 0;
  text-align: initial;
  text-justify: initial;
  text-align-last: initial;
}

.screen-v .block h4.subtitle {
  font-size: 1.2rem;
}

.screen-v .block h4.subtitle span:nth-of-type(2) {
  padding-left: 9rem;
}

.screen-v .block h3.subtitle {
  margin-bottom: 3vh;
  font-size: 1.8rem;
  letter-spacing: .3rem;
}

.screen-v .block h3.subtitle .shadow {
  top: -20px;
  font-size: calc(1.8rem * 1.4);
}

.screen-v .block-1,
.screen-v .block-2,
.screen-v .block-3 {
  padding-top: calc(2vh + 60px);
}

.screen-v .block-1 .subtitle-wrap,
.screen-v .block-2 .subtitle-wrap,
.screen-v .block-3 .subtitle-wrap {
  padding-left: calc(13.3vh + 2rem);
}

.screen-v .block-1 h4.subtitle {
  margin-bottom: 3vh;
}

.screen-v .block-1 .subtitle-wrap {
  padding-right: calc(60px + 5%);
}

.screen-v .block-1 .trapezoid-words p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-height: 22.5px;
  max-height: 90px;
}

.screen-v .block-2 .control-row {
  left: initial;
  right: 0;
}

.screen-v .block-2 .subtitle-wrap {
  padding-right: 65px;
}

.screen-v .block-2 h5.subtitle {
  margin-bottom: 1vh;
}

.screen-v .block-3 .btn-navigation {
  display: inline-block;
}

.screen-v .block-3 .btn-navigation.swiper-button-prev {
  -webkit-transform: initial;
          transform: initial;
}

.screen-v .block-3 .btn-navigation.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.screen-v .block-contact .block-inner {
  padding-top: calc(3vh + 60px);
  padding-bottom: 5vh;
  width: 88%;
}

.screen-v .block-contact .contact-bg {
  height: 100%;
}

.screen-v .block-contact .contact-bg2 {
  display: none;
}

.screen-v .block-contact .formouter {
  margin-top: 5vh;
  height: auto;
  background: none;
}

.screen-v .block-contact .map {
  height: 50vh;
}

.screen-v .block-contact .contact-info {
  padding-left: calc(13.3vh + 2vw);
  padding-bottom: 5vh;
  float: none;
  width: 100%;
  min-height: 20vh;
}

.screen-v .block-contact .title-wrap {
  padding-left: 0;
}

.screen-v .block-contact .title-wrap .en {
  left: 13.3vh;
  width: calc(100% - 13.3vh);
  letter-spacing: 0;
}

.screen-v .trapezoid-overlay1.left,
.screen-v .trapezoid-overlay2.left {
  height: calc(100% - 40vh);
}

.screen-v .trapezoid-block .trapezoid-wrap > .objectfit {
  height: 100%;
}

.screen-v .trapezoid-content {
  height: 100%;
}

.screen-v .trapezoid-words {
  position: relative;
  padding-right: 3vw;
  margin: 0 0 0 6%;
  width: 94%;
  height: 40vh;
}

.screen-v .trapezoid-words p {
  margin-bottom: 10px;
}

.screen-v .trapezoid-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 3px;
}

@media (max-width: 920px) {
  .screen-v .btn-more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .screen-v .btn-navigation {
    width: 60px;
    height: 60px;
  }
  .screen-v .history-thumbs {
    position: relative;
    padding-left: 3vh;
    width: calc(100% - (60px + .5rem) * 3 - 2%);
    height: calc(100% - 11.6vh - 2vh);
  }
  .screen-v .info-row h3,
  .screen-v .info-row .info span.en {
    font-size: 1.2rem;
    letter-spacing: .2rem;
  }
  .screen-v .info-row h3 {
    margin-top: 5px;
  }
  .screen-v .info-row .icon {
    width: 60px;
  }
  .screen-v .info-row .info {
    width: calc(100% - 65px);
  }
  .screen-v .hot-row.have-logo p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 22.5px;
    max-height: 45px;
  }
  .screen-v .hot-row:not(.have-logo) p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 22.5px;
    max-height: 45px;
  }
  .screen-v .block .words-bg {
    top: calc(50px - 3vh);
    left: -4vh;
  }
  .screen-v .block h3.subtitle {
    margin-bottom: 1vh;
  }
  .screen-v .block .title-wrap .en {
    font-size: 8vh;
    line-height: 7vh;
    bottom: 0;
    top: initial;
  }
  .screen-v .block-1 .subtitle-wrap, .screen-v .block-2 .subtitle-wrap, .screen-v .block-3 .subtitle-wrap {
    padding-left: 3vh;
    margin-top: 8vh;
  }
  .screen-v .block-1 .trapezoid-words p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 22.5px;
    max-height: 45px;
  }
  .screen-v .block-contact .contact-bg {
    height: 60%;
  }
  .screen-v .block-contact .block-inner {
    padding-bottom: 0;
    width: 100%;
  }
  .screen-v .block-contact .contact-info {
    padding-left: 3vh;
    margin: 0 auto;
    width: 96%;
  }
  .screen-v .block-contact .map {
    height: 40vh;
  }
  .screen-v .block-contact .title-wrap {
    margin: 0 auto;
    width: 96%;
  }
  .screen-v .trapezoid-words {
    padding-right: 0;
    margin: 0 auto;
    width: 96%;
  }
}

@media (max-width: 767px) {
  .screen-v .banner-title .subtitle {
    font-size: 30px;
    letter-spacing: 8px;
  }
  .screen-v .banner-title .subtitle span:nth-of-type(1) {
    margin-left: -100px;
  }
  .screen-v .banner-title .en {
    font-size: 12px;
    letter-spacing: 5px;
    text-align: right;
  }
  .screen-v .info-row {
    width: 100%;
    margin-bottom: 4vh;
  }
  .screen-v .swiper-button .swiper-button-next:not(.swiper-button-disabled),
  .screen-v .swiper-button .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 1;
  }
  .screen-v .swiper-button .swiper-button-next.swiper-button-disabled,
  .screen-v .swiper-button .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
  }
}

@media screen and (max-width: 640px) {
  .screen-v .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .screen-v .btn-navigation {
    width: 45px;
    height: 45px;
  }
  .screen-v .history-thumbs {
    width: 100%;
    height: calc(100% - 11.6vh - 2vh - 55px);
  }
  .screen-v .hot-row.have-logo .info {
    padding-left: 0;
    width: 100%;
  }
  .screen-v .hot-row:not(.have-logo) p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 5;
    line-height: 22.5px;
    max-height: 112.5px;
  }
  .screen-v .block-1 .trapezoid-words p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 5;
    line-height: 22.5px;
    max-height: 112.5px;
  }
  .screen-v .trapezoid-overlay1.left,
  .screen-v .trapezoid-overlay2.left {
    height: calc(100% - 52vh);
  }
  .screen-v .trapezoid-words {
    height: 52vh;
  }
}

@media screen and (max-width: 480px) {
  .screen-v .hot-row .pic {
    margin-bottom: 7px;
  }
  .screen-v .hot-row:not(.have-logo) p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 4;
    line-height: 22.5px;
    max-height: 90px;
  }
  .screen-v .info-row .info span,
  .screen-v .info-row .info span.en {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .screen-v .info-row h3 {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .screen-v .info-row .icon {
    width: 50px;
  }
  .screen-v .info-row .info {
    padding-left: 10px;
    width: calc(100% - 55px);
  }
  .screen-v .history-thumbs {
    margin-top: 2vh;
    height: calc(100% - 11.6vh - 4vh - 55px);
  }
  .screen-v .history-thumbs .works-thumb {
    width: 50px;
    height: 50px;
  }
  .screen-v .history-thumbs .works-info {
    padding-left: 20px;
    width: calc(100% - 55px);
  }
  .screen-v .history-thumbs .works-info div {
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  .screen-v .history-thumbs .works-info h3 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .screen-v .history-thumbs .swiper-slide:not(.swiper-slide-active) {
    padding-left: 0;
  }
  .screen-v .block .title-wrap .en {
    right: initial;
    left: calc(13.3vh + 2.5rem);
    line-height: 48px;
    font-size: 56px;
  }
  .screen-v .block h5.subtitle {
    font-size: 17px;
  }
  .screen-v .block h4.subtitle {
    font-size: 17px;
  }
  .screen-v .block h4.subtitle span:nth-of-type(1)::after {
    height: 32px;
  }
  .screen-v .block h4.subtitle span:nth-of-type(2) {
    display: block;
    margin-top: -10px;
  }
  .screen-v .block h3.subtitle {
    margin-bottom: 2vh;
    font-size: 22px;
    letter-spacing: 3px;
  }
  .screen-v .block h3.subtitle .shadow {
    left: 8px;
    top: -16px;
    font-size: calc(22px * 1.4);
  }
  .screen-v .block .words-bg {
    top: calc(50px - 6vh);
    left: -5vh;
  }
  .screen-v .block-1 .subtitle-wrap, .screen-v .block-2 .subtitle-wrap, .screen-v .block-3 .subtitle-wrap {
    margin-top: 5vh;
    padding: 0 3%;
  }
  .screen-v .block-1 h4.subtitle {
    margin-bottom: 10px;
  }
  .screen-v .block-1 .subtitle-wrap {
    margin-top: 3vh;
  }
  .screen-v .block-3 .subtitle-wrap {
    margin-top: 3vh;
  }
  .screen-v .block-contact .title-wrap .en {
    left: 13.3vh;
    font-size: 44px;
    line-height: 38px;
    letter-spacing: -3px;
  }
  .screen-v .trapezoid-words {
    margin: 0 auto;
    padding-right: 0;
    width: 94%;
  }
  .screen-v .trapezoid-words p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .btn-more {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .screen-v .btn-navigation {
    width: 35px;
    height: 35px;
  }
  .screen-v .info-row h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .screen-v .hot-row .pic {
    margin-bottom: 7px;
    width: calc(88px * .7);
    height: calc(68px * .7);
    border-radius: 5px;
  }
  .screen-v .hot-row.have-logo p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 18px;
    max-height: 36px;
  }
  .screen-v .hot-row:not(.have-logo) p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 5;
    line-height: 18px;
    max-height: 90px;
  }
  .screen-v .history-thumbs .works-info h3 {
    letter-spacing: 0;
  }
  .screen-v .history-thumbs .works-info div, .screen-v .history-thumbs .works-info h3 {
    font-size: 14px;
  }
  .screen-v .banner-title .subtitle {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .screen-v .banner-title .subtitle span:nth-of-type(1) {
    margin-left: -60px;
  }
  .screen-v .banner-title .en {
    letter-spacing: 3px;
  }
  .screen-v .block h3.subtitle {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .screen-v .block h3.subtitle .shadow {
    font-size: calc(18px * 1.4);
  }
  .screen-v .block h4.subtitle {
    letter-spacing: 0;
    font-size: 13px;
  }
  .screen-v .block h4.subtitle span:nth-of-type(2) {
    padding-left: 7rem;
  }
  .screen-v .block .title-wrap .en {
    letter-spacing: 5px;
    line-height: 24px;
    font-size: 24px;
  }
  .screen-v .block-1 .trapezoid-words p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 6;
    line-height: 18px;
    max-height: 108px;
  }
  .screen-v .block-2 h5.subtitle {
    letter-spacing: 0;
    font-size: 13px;
  }
  .screen-v .block-contact .title-wrap .en {
    letter-spacing: 0;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .screen-v .btn-navigation {
    width: 45px;
    height: 45px;
  }
  .screen-v .hot-row .pic {
    margin-bottom: 10px;
    width: 88px;
    height: 68px;
  }
  .screen-v .hot-row.have-logo .info {
    padding-left: 0;
    width: 100%;
  }
  .screen-v .control-row {
    position: relative;
    margin-top: 20px;
    padding-right: 60px;
    text-align: right;
  }
  .screen-v .info-row {
    margin-bottom: 20px;
  }
  .screen-v .banner-title {
    bottom: calc(2vw + 100px);
  }
  .screen-v .banner-title .subtitle {
    font-size: 30px;
    letter-spacing: 8px;
  }
  .screen-v .banner-title .subtitle span:nth-of-type(1) {
    margin-left: -100px;
  }
  .screen-v .banner-title .en {
    font-size: 12px;
    letter-spacing: 5px;
    text-align: right;
  }
  .screen-v .history-thumbs {
    margin-top: 3rem;
    width: calc(100% - (45px + .5rem) * 3 - 60px - 2%);
    height: 70px;
  }
  .screen-v .history-thumbs .swiper-slide:not(.swiper-slide-active) {
    padding-left: 0;
  }
  .screen-v .history-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
    display: none;
  }
  .screen-v .history-thumbs .swiper-slide.swiper-slide-thumb-active {
    height: 70px !important;
  }
  .screen-v .block .words-bg {
    top: -1rem;
    left: -3rem;
  }
  .screen-v .block .words-bg img {
    width: calc(12.8rem * 1.7 * .5);
    height: calc(12.8rem * 1.7 * .5);
  }
  .screen-v .block .title-wrap .title {
    width: calc(12.8rem * .5);
    height: calc(11.1rem * .5);
    font-size: 1.5rem;
  }
  .screen-v .block .title-wrap .txt {
    padding: 1rem;
  }
  .screen-v .block .title-wrap .en {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .screen-v .block h3.subtitle {
    margin-bottom: 15px;
  }
  .screen-v .block-1, .screen-v .block-2, .screen-v .block-3 {
    padding-top: 20px;
  }
  .screen-v .block-1 .subtitle-wrap, .screen-v .block-2 .subtitle-wrap, .screen-v .block-3 .subtitle-wrap {
    padding-right: 0;
  }
  .screen-v .block-1 .subtitle-wrap {
    margin-top: 3rem;
  }
  .screen-v .block-2 .subtitle-wrap {
    margin-top: 5rem;
  }
  .screen-v .block-3 .control-row {
    position: absolute;
  }
  .screen-v .block-contact .block-inner {
    padding-top: 20px;
  }
  .screen-v .block-contact .contact-bg {
    height: 100%;
  }
  .screen-v .block-contact .title-wrap .en {
    left: calc(12.8rem * .5);
  }
  .screen-v .block-contact .formouter {
    margin-top: 3rem;
  }
  .screen-v .block-contact .map {
    min-height: 250px;
  }
  .screen-v .trapezoid-block .trapezoid-wrap > .objectfit {
    height: calc(100vh - 50px - 2vh);
  }
  .screen-v .trapezoid-block .trapezoid-swiper {
    height: calc(100vh - 50px - 2vh);
  }
  .screen-v .trapezoid-words {
    padding-bottom: 20px;
    height: auto;
  }
}

.not-touchable .btn-more {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .btn-more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.not-touchable .btn-navigation.swiper-button-disabled {
  opacity: .3;
}

.not-touchable .history-thumbs .swiper-slide:hover .works-thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.not-touchable .history-thumbs .swiper-slide:hover .works-info {
  opacity: 1;
}

.not-touchable .block:not(.block-3) .btn-navigation {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .block:not(.block-3) .btn-navigation.swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.not-touchable .block:not(.block-3) .btn-navigation.swiper-button-next:hover {
  -webkit-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotate(180deg);
}

.not-touchable .block-3 .btn-navigation {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .block-3 .btn-navigation.swiper-button-prev:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
}

.not-touchable .block-3 .btn-navigation.swiper-button-next:hover {
  -webkit-transform: scale(1.1) rotate(-90deg);
          transform: scale(1.1) rotate(-90deg);
}

.trapezoid-words p,
.info-row .info span:not(.en),
.info-row h3 {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
}
