@import url("https://fonts.googleapis.com/css2?family=Cinzel&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-swiper .swiper-slide.blur-effect img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: -1;
}

.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;
}

.banner-top {
  position: absolute;
  z-index: 1;
  top: calc((100% - 49vmin) / 2  - 40px - 2vw);
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-top .hexagon {
  height: 49vmin;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.banner-top .en {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 7.3vmin;
  line-height: 49vmin;
  color: rgba(255, 255, 255, 0.7);
  width: calc(49vmin + 2%);
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.banner-top .en::after {
  content: '';
  width: 100%;
  display: inline-block;
}

.banner-top .page-title {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}

.banner-top .page-title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 3vmin;
  letter-spacing: .2em;
}

.banner-top .page-title span:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  height: 5.6rem;
  width: 1px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1600px) {
  .screen-h .banner-leftbar .logo-v img {
    width: 70px;
  }
  .screen-h .banner-leftbar .social-btn {
    width: 30px;
    height: 30px;
  }
}

.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;
}

@media screen and (max-width: 480px) {
  .screen-v .banner-top .hexagon {
    height: 64vmin;
  }
  .screen-v .banner-top .en {
    font-size: 2.4rem;
    line-height: 64vmin;
    width: calc(64vmin + 2%);
  }
  .screen-v .banner-top .page-title {
    margin-top: 12px;
  }
  .screen-v .banner-top .page-title span {
    font-size: 18px;
  }
  .screen-v .banner-top .page-title span::before {
    height: 44px;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .banner-top .en {
    width: 80%;
    font-size: 30px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .banner-top {
    top: calc((100% - 49vmin) / 2 - 4rem);
  }
  .screen-v .banner-top .en {
    width: 18rem;
    font-size: 2.4rem;
  }
  .screen-v .banner-top .page-title {
    margin-top: 12px;
  }
  .screen-v .banner-top .page-title span {
    font-size: 18px;
  }
  .screen-v .banner-top .page-title span::before {
    height: 44px;
  }
}

@media screen and (max-height: 300px) {
  .screen-v .banner-top {
    top: calc((100% - 150px) / 2 - 4rem);
  }
  .screen-v .banner-top .hexagon {
    height: 150px;
  }
  .screen-v .banner-top .en {
    font-size: 26px;
    line-height: 150px;
    width: 180px;
  }
}

.banner-top .hexagon {
  background-image: url(../images/contact/banner_top.webp);
}

.block .words-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1560px;
}

.block .half-block {
  display: inline-block;
  width: 49.5%;
}

.block .title {
  position: relative;
  color: #929292;
  font-weight: 700;
  font-size: 4.4vmin;
  letter-spacing: .3rem;
}

.block .title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 24vmin);
  height: 1px;
  border-bottom: 1px solid #929292;
}

.block .embossing {
  position: absolute;
  width: 48vw;
}

.block .embossing img {
  width: 100%;
}

.block-1 {
  background-color: #f2f1ec;
}

.block-1 .words-inner {
  padding-top: 20vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-1 .map {
  width: 69vmin;
  height: 69vmin;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.block-1 .map > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.block-1 .map > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1rem;
  bottom: -1rem;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.block-1 .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.block-1 .contactus {
  padding-left: 10vw;
  width: calc(100% - 69vmin - 1rem);
}

.block-1 .embossing {
  top: 15vmin;
  right: 0;
}

.block-2 {
  position: relative;
  background-image: url(../images/contact/pic_01.webp);
  background-position: right;
}

.block-2::before {
  content: "";
  position: absolute;
  background-image: url(../images/contact/pic_01_layer.webp);
  background-position: right;
  width: 100%;
  height: 100%;
}

.block-2 .words-inner {
  padding-top: 18vh;
  padding-bottom: 5vh;
}

.block-2 .embossing {
  top: 10vh;
  left: -2rem;
}

.block-2 .title {
  width: 93%;
}

.block-2 .service {
  padding-right: 5rem;
}

.block-2 .desc {
  position: relative;
  margin: 2vw 0;
  width: 93%;
  color: #929292;
}

.block-2 .desc p {
  margin-bottom: .5vw;
}

.block-inner {
  position: relative;
  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%;
}

.info-row {
  margin: 6vmin 0;
}

.info-row > div {
  display: inline-block;
  vertical-align: top;
}

.info-row .icon {
  width: 6vw;
  height: 6vw;
  background-size: 100%;
  border-radius: 50%;
  border: 1px solid #929292;
}

.info-row .icon.phone {
  background-image: url(../images/contact/icon_phone.svg);
}

.info-row .icon.address {
  background-image: url(../images/contact/icon_address.svg);
}

.info-row .info {
  padding-left: 15px;
  width: calc(100% - 6vw - 5px);
  color: #929292;
}

.info-row .info a {
  color: #929292;
}

.info-row .info span {
  display: block;
}

.info-row .info span:not(.en) {
  letter-spacing: .1rem;
}

.info-row .info span.en {
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

.info-row h3 {
  margin-top: 10px;
  font-size: 1.45rem;
  letter-spacing: .2rem;
}

.layer-form {
  position: relative;
  z-index: 1;
  color: #929292;
}

.layer-form form {
  text-align: left;
}

.layer-form form label {
  font-size: 1rem;
}

.layer-form form .en {
  font-size: 13px;
  letter-spacing: 1px;
}

.layer-form form textarea {
  max-width: 100%;
}

.layer-form .form-control {
  background-color: rgba(204, 212, 212, 0.3);
  color: #666;
  font-size: 1rem;
}

.layer-form select.form-control:focus {
  color: #666;
  background-color: rgba(204, 212, 212, 0.3);
}

.layer-form .btn-block {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #29383d;
  color: #fff;
}

.layer-form .form-remark {
  margin-top: 3rem;
  color: #bbbbbb;
  font-size: 12px;
}

.screen-h .trapezoid-overlay1.left {
  position: absolute;
  width: 73vw;
  background-color: #a5aeb0;
  background-image: url(../images/common/bg_noise.webp);
  top: 0;
  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: #fff;
  left: -20vw;
  height: 100%;
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-block .swiper-slide {
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .screen-h .info-row span.en,
  .screen-h .info-row h3 {
    font-size: 1.3rem;
  }
  .screen-h .block .title {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  .screen-h .block-2 .service {
    padding-right: 0;
  }
  .screen-h .trapezoid-overlay1.left {
    width: 70vw;
  }
  .screen-h .trapezoid-overlay2.right {
    width: 80vw;
    left: -22vw;
  }
}

@media screen and (max-width: 1266px) {
  .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-1 .contactus {
    width: calc(100% - 60vmin - 1rem);
  }
}

@media screen and (max-width: 767px) {
  .screen-h .info-row {
    margin: 20px 0;
  }
  .screen-h .block-1 .map {
    width: 60vmin;
    height: 60vmin;
  }
}

@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-v .info-row {
  margin: 0;
  display: inline-block;
  width: 49.5%;
}

.screen-v .info-row h3 {
  font-size: 1.3rem;
}

.screen-v .trapezoid-overlay1.left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40vh - 60px - 2rem);
  background-color: #a5aeb0;
  background-image: url(../images/common/bg_noise.webp);
}

.screen-v .block .words-inner {
  padding-top: 0;
  width: 80%;
  height: 100%;
}

.screen-v .block .title {
  margin-bottom: 6vmin;
  font-size: 1.8rem;
  letter-spacing: .3rem;
}

.screen-v .block .title::before {
  width: calc(100% - 10rem);
}

.screen-v .block .half-block {
  width: 100%;
}

.screen-v .block-1,
.screen-v .block-2 {
  padding-top: 60px;
}

.screen-v .block-1 .words-inner {
  display: block;
}

.screen-v .block-1 .embossing {
  top: 60px;
  right: initial;
  left: 12vw;
}

.screen-v .block-1 .map,
.screen-v .block-1 .contactus {
  width: 100%;
}

.screen-v .block-1 .map {
  height: calc(100% - 40vh - 30px);
}

.screen-v .block-1 .map > div {
  margin: 0 auto;
}

.screen-v .block-1 .contactus {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40vh;
}

.screen-v .block-1 .contactus > div {
  width: 100%;
}

.screen-v .block-2 {
  background: #fff;
}

.screen-v .block-2::before {
  display: none;
}

.screen-v .block-2 .desc {
  margin: 0;
}

.screen-v .block-2 .words-inner {
  padding-bottom: 0;
  width: 100%;
}

.screen-v .block-2 .embossing {
  top: 20px;
  right: initial;
  left: 12vw;
}

.screen-v .block-2 .service {
  padding-right: 0;
}

.screen-v .layer-title {
  padding: 8vh 10% 5vh 10%;
}

.screen-v .layer-form {
  padding: 5vh 10%;
  position: relative;
  background-image: url(../images/contact/pic_01.webp);
  background-size: cover;
  background-position: center;
}

.screen-v .layer-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact/pic_01_layer_v.webp);
}

.screen-v .layer-form label {
  color: #fff;
}

.screen-v .layer-form .form-control {
  background-color: #f0f2f2;
}

.screen-v .layer-form select.form-control:focus {
  background-color: #f0f2f2;
}

.screen-v .layer-form .form-remark {
  margin-top: 5vmin;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1024px) {
  .screen-v .block-1,
  .screen-v .block-2 {
    padding-top: 50px;
  }
}

@media (max-width: 920px) {
  .screen-v .info-row {
    width: 100%;
    margin-bottom: 3vh;
  }
  .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;
    height: 60px;
  }
  .screen-v .info-row .info {
    width: calc(100% - 60px - 5px);
  }
}

@media (max-width: 767px) {
  .screen-v .info-row {
    width: 100%;
    margin: 2vh 0;
  }
}

@media screen and (max-width: 640px) {
  .screen-v .block .embossing {
    width: 80%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .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;
    height: 50px;
  }
  .screen-v .info-row .info {
    padding-left: 10px;
    width: calc(100% - 55px);
  }
  .screen-v .block .title {
    margin-bottom: 2vh;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .screen-v .block .title::before {
    width: calc(100% - 110px);
  }
  .screen-v .block-1 .words-inner {
    width: 88%;
  }
  .screen-v .block-1 .map > div::before {
    right: -10px;
    bottom: -10px;
  }
  .screen-v .block-1 .map {
    height: calc(100% - 40vh - 30px);
  }
  .screen-v .block-1 .map > div {
    width: 94%;
  }
  .screen-v .block-1 .contactus > div {
    padding-top: 3vh;
  }
  .screen-v .block-2 .desc {
    padding: 0 4%;
    margin-top: 4vh;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .screen-v .layer-title {
    padding-left: 6%;
    padding-right: 6%;
  }
  .screen-v .layer-form .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .info-row h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .screen-v .block .title {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .info-row {
    margin-bottom: 20px;
  }
  .screen-v .block .title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .screen-v .block .title::before {
    width: calc(100% - 110px);
  }
  .screen-v .block-1, .screen-v .block-2 {
    padding-top: 20px;
  }
  .screen-v .block-1 .map {
    margin-bottom: 3rem;
    min-height: auto;
    height: 80vh;
  }
  .screen-v .block-1 .contactus {
    padding-top: 8vh;
    display: block;
    height: auto;
  }
  .screen-v .trapezoid-overlay1.left {
    height: calc(80vh);
  }
}
