section.mv {
  z-index: 1;
}
section.mv .mv_inner .swiper {
  position: relative;
}
section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide .mv_bottom_navi_text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide .mv_bottom_navi_text_wrapper {
    bottom: auto;
    top: 42px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 102px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;
    gap: 5px;
  }
}
section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide .mv_bottom_navi_text_wrapper span.line {
  width: 34.72px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section.mv .mv_inner .swiper .swiper-wrapper .swiper-slide .mv_bottom_navi_text_wrapper span.line {
    display: none;
  }
}
section.mv .mv_inner .swiper .swiper-wrapper .div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.mv .mv_inner .swiper .swiper-wrapper .pagination_wrapper {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.mv .mv_inner .swiper .swiper-wrapper .pagination_wrapper {
    display: none;
  }
}
section.mv .mv_inner .swiper .mv_bottom_navi {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  z-index: 5;
}
section.mv .mv_inner .swiper .mv_bottom_navi .mv_bottom_navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
section.mv .mv_inner .swiper .swiper-button-prev-custom {
  cursor: pointer;
}
section.mv .mv_inner .swiper .swiper-button-prev-custom img {
  vertical-align: middle;
}
section.mv .mv_inner .swiper .swiper-button-next-custom {
  cursor: pointer;
}
section.mv .mv_inner .swiper .swiper-button-next-custom img {
  vertical-align: middle;
}
section.mv .scroll_down_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
section.mv .scroll_down_wrapper .c-scrolldown {
  width: 1px;
  height: 30px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
section.mv .scroll_down_wrapper .c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -30px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -30px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -30px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30px;
  }
}
section.project {
  position: relative;
  z-index: 5;
  background: #f9f9f8;
  border-radius: 25px 25px 0 0;
  padding-top: 75.5px;
  padding-bottom: 25px;
}

section.client {
  padding-top: 25.5px;
  padding-bottom: 200px;
}
section.client .client_inner {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  section.client .client_inner {
    margin-top: 40px;
    gap: 40px;
  }
}
section.client .client_inner .client_inner_item {
  width: calc(14.285% - 30.8571px);
}
@media screen and (max-width: 767px) {
  section.client .client_inner .client_inner_item {
    width: calc(33.3333% - 26.6666px);
  }
}
section.client .client_inner .client_inner_item .client_inner_item_img img {
  width: 100%;
}

.vimeo-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}
.vimeo-container iframe {
  position: relative;
  z-index: -1;
  border: none;
  width: 100%;
  height: 56.25vw;
  min-width: calc(var(--vh) * 177.77);
  min-height: calc(var(--vh) * 100);
}

section.awards {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  section.awards {
    padding-top: 0;
  }
}

section.clients {
  padding-top: 80px;
}

section.hr {
  padding-top: 80px;
}
section.hr hr.clients_border {
  color: #DBDBDB;
}

section.board {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  section.board {
    padding-top: 100px;
  }
}

section.page_contact {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.page_contact {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

section.profile {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  section.profile {
    padding-top: 100px;
  }
}/*# sourceMappingURL=top.css.map */