.main {
  width: 100vw;
  background: #231f20;
}

.top-container {
  width: 100%;
  height: 100lvh;
  min-height: 545px;
  position: relative;
  overflow: hidden;
}
.top-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-logo {
  width: 120px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.top-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-content h2 {
  font-family: "Klee One";
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 240%;
  letter-spacing: 1rem;
  color: #ffffff;
  writing-mode: vertical-rl;
}

.service {
  width: 100%;
  max-width: 500px;
  margin: 160px auto 80px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.service img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
@media (max-width: 600px) {
  .service {
    margin: 120px auto 80px;
  }
}

.service-description {
  position: absolute;
  top: -80px;
  left: 16px;
  color: #ffffff;
  padding-right: 16px;
}
.service-description h3 {
  font-family: "Klee One";
  font-weight: 400;
  font-size: 2.285rem;
  letter-spacing: 15%;
}
.service-description h3 small {
  font-size: 2rem;
}
.service-description p {
  font-family: "Klee One";
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 15%;
  line-height: 170%;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .service-description {
    top: -72px;
  }
}

.aboutus {
  color: #ffffff;
  width: 100%;
  max-width: 500px;
  margin: 80px auto;
}
.aboutus h3 {
  font-size: 2rem;
  font-weight: semi-bold;
  text-align: center;
}

.aboutus-logo {
  margin: 60px auto;
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.aboutus-detail {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.aboutus-detail ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}
.aboutus-detail ul li {
  display: flex;
  gap: 48px;
}
.aboutus-detail ul li strong {
  width: 68px;
  font-weight: semi-bold;
}
.aboutus-detail ul li a {
  text-decoration: none;
  color: #ffffff;
}

.access {
  width: 100%;
  height: 240px;
  margin-top: 40px;
}

.footer {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer span {
  display: block;
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.footer-links {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}

.sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0.5px solid #ffffff;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.sns-link img {
  width: 14px;
  height: 14px;
}/*# sourceMappingURL=hamazuan.css.map */