#project .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #545454;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
#project .btn a:hover {
  opacity: 0.6;
}
#project .btn a::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #545454;
}
@media (max-width: 999px) {
  #project .btn a {
    font-size: 14px;
  }
  #project .btn a::after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  #project .btn a::after {
    width: 25px;
  }
}

#project h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #545454;
  position: relative;
  padding-bottom: 10px;
}
#project h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 1px;
  background-color: #545454;
}
@media (max-width: 999px) {
  #project h2 {
    font-size: 20px;
  }
  #project h2::before {
    width: 90px;
  }
}
@media (max-width: 767px) {
  #project h2 {
    font-size: 18px;
  }
  #project h2::before {
    width: 70px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 126px;
}
#mainimg .mainsliders {
  /* position: relative; */
  display: flex;
}
#mainimg .video {
  /* height: 100%;
  z-index: 1; */
  flex: 1;
}
#mainimg .video p {
  width: 100%;
  height: 100%;
}
#mainimg .video video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg #mainslider {
  width: 35%;
}
#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  width: 43.75%;
  aspect-ratio: 700/269;
  background: url(../images/main-bg.webp) no-repeat center/cover;
  bottom: 0;
  right: 0;
}
#mainimg .catch {
  position: absolute;
  bottom: 4%;
  right: 10.625%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.2em;
  color: #fff;
  max-width: calc(33.125% - 10px);
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 90px;
  }
  #mainimg #mainslider img, #mainimg .video video {
    height: 400px;
  }
  #mainimg .catch {
    font-size: 14px;
  }
  #mainimg .catch br {
    display: none;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg #mainslider img, #mainimg .video video {
    height: 300px;
  }
  #mainimg .catch {
    max-width: unset;
    right: unset;
    left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  #mainimg #mainslider img, #mainimg .video video {
    height: 200px;
  }
}

/* ----------------------------------------------
project
------------------------------------------------- */
#project h2 {
  text-align: center;
  margin-bottom: 110px;
}
#project .contents {
  margin-bottom: 65px;
}
#project .btn {
  margin-right: 4.9375%;
}
#project .btn a {
  justify-content: end;
}
@media (max-width: 999px) {
  #project h2 {
    margin-bottom: 90px;
  }
  #project .contents {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #project h2 {
    margin-bottom: 70px;
  }
  #project .contents {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=index.css.map */