header.hero__header--original {
  display: none;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 11.5rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}
.hero__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
}
.hero__head-img {
  width: 18rem;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.hero__bg {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero__bg-img {
  width: 81.25rem;
  height: auto;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.hero__pattern {
  position: absolute;
  pointer-events: none;
}
.hero__pattern--left {
  height: 15.5rem;
  left: 0;
  top: 17.5rem;
  width: 21.9375rem;
}
.hero__pattern--right {
  right: 0;
  top: 0;
  width: 18.1875rem;
  height: 14rem;
}
.hero__pattern-img {
  position: absolute;
  inset: 0;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.hero__acs {
  position: absolute;
  height: 21.6875rem;
  right: 0;
  top: 22.8125rem;
  width: 25.5625rem;
  pointer-events: none;
}
.hero__acs-img {
  position: absolute;
  inset: 0;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.hero__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  z-index: 1;
}
.hero__top-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.hero__top-img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.hero__top-text {
  position: absolute;
}
.hero__top-text--left {
  left: 14rem;
  top: 8.75rem;
  width: 2.5rem;
  height: auto;
}
.hero__top-text--right {
  right: 14rem;
  top: 8.75rem;
  width: 2.5rem;
  height: auto;
}
.hero__top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.hero__top-logo {
  width: 13.625rem;
  height: auto;
  margin-bottom: 2rem;
}
.hero__top-nav {
  width: 3.125rem;
  height: auto;
}
.hero__top-wrapper {
  width: 100%;
  padding-top: 6.25rem;
  position: relative;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  z-index: 1;
  margin-top: 10.3125rem;
}
.hero__content-inner {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}
.hero__content-title {
  height: 11.5625rem;
  width: 28.875rem;
  position: relative;
  object-fit: contain;
  pointer-events: none;
}

/* --------------------------------------------------- */
/* works */
/* --------------------------------------------------- */
.works {
  background-color: rgba(178, 151, 103, 0.5);
  display: flex;
  gap: 4.1875rem;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.works__content {
  display: flex;
  flex-direction: column;
  gap: 3.625rem;
  align-items: flex-end;
  position: relative;
  flex-shrink: 0;
}
.works__content-inner {
  display: flex;
  flex-direction: column;
  gap: 2.875rem;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}
.works__content-img {
  aspect-ratio: 512/350;
  width: 32rem;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.works__desc {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.works__title {
  height: 3.5rem;
  width: 12.625rem;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.works__images {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 628/1057;
  width: 39.25rem;
}
.works__images-pic {
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.works__pic {
  position: absolute;
  height: 32.375rem;
  left: 0;
  top: -9.25rem;
  width: 18.75rem;
  object-fit: cover;
  pointer-events: none;
}
.works__acs {
  position: absolute;
  bottom: 0;
  height: 22.75rem;
  left: 0;
  width: 33.25rem;
  object-fit: cover;
  pointer-events: none;
}

/* --------------------------------------------------- */
/* renov */
/* --------------------------------------------------- */
.renov {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7rem;
  padding-top: 8.125rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}
.renov__inner {
  display: flex;
  flex-direction: column;
  gap: 8.125rem;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 54.75rem;
}
.renov__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.renov__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 9.375rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.renov__title img {
  height: 3.5rem;
  width: 28.75rem;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.renov__content {
  display: flex;
  flex-direction: column;
  gap: 5.3125rem;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.renov__list {
  display: flex;
  flex-direction: column;
  gap: 3.875rem;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.renov__sp_list {
  display: none;
}
.renov__container {
  display: flex;
  gap: 5.25rem;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.renov__container:last-child {
  width: auto;
}
.renov__flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}
.renov__flow-img {
  height: 20.375rem;
  width: 50rem;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}
.renov__pic {
  position: absolute;
  height: 32.375rem;
  left: 71.25rem;
  top: 39.875rem;
  width: 18.75rem;
  object-fit: cover;
  pointer-events: none;
}

/* --------------------------------------------------- */
/* contact */
/* --------------------------------------------------- */
.contact {
  background-color: #fff;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  width: 100%;
}
.contact__desc {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 19.5rem;
}
.contact__title {
  height: 3.5rem;
  width: 16.5rem;
  position: relative;
  object-fit: cover;
  pointer-events: none;
}

/* --------------------------------------------------- */
/* blog */
/* --------------------------------------------------- */
.blog {
  width: 100%;
}
.blog__inner {
  width: 100%;
  padding: 8.125rem 0;
}
.blog__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3.125rem;
}
.blog__title {
  width: 9.5rem;
  aspect-ratio: 152/56;
  margin-bottom: 1.625rem;
}
.blog__title-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.blog__desc-text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.0375rem;
  color: #000;
  font-weight: 300;
}
.blog__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.125rem;
}

/* --------------------------------------------------- */
/* instagram */
/* --------------------------------------------------- */
.instagram {
  width: 100%;
  background-color: #fff;
}
.instagram__inner {
  width: 100%;
  padding: 8.125rem 13.75rem;
}
.instagram__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.instagram__img {
  aspect-ratio: 400/500;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.instagram__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3.125rem;
}
.instagram__desc-text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.0375rem;
  color: #000;
  font-weight: 300;
}
.instagram__title {
  width: auto;
  height: 4rem;
  aspect-ratio: 263/56;
  margin-bottom: 1.625rem;
}
.instagram__title-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

@media screen and (max-width: 879px) {
  header.hero__header {
    display: flex;
  }
  .hero {
    margin-top: var(--header-height);
    padding-bottom: 17.5625rem;
  }
  .hero__head {
    display: none;
  }
  .hero__bg {
    padding-top: 0;
    max-width: unset;
    align-items: flex-start;
  }
  .hero__bg-img {
    width: 22.5rem;
    height: auto;
  }
  .hero__top-img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
  .hero__top-wrapper {
    padding-top: 7.625rem;
  }
  .hero__top-wrapper .hero__header {
    display: none;
  }
  .hero__top-text--left {
    width: 2rem;
    left: 1.5rem;
    top: unset;
    bottom: 2.25rem;
  }
  .hero__top-text--right {
    width: 2rem;
    right: 1.5rem;
    top: 2.25rem;
  }
  .hero__top-box {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    height: 100%;
  }
  .hero__top-logo {
    width: 6.5rem;
  }
  .hero__top-nav {
    position: absolute;
    left: 50%;
    bottom: 2.25rem;
    transform: translateX(-50%);
  }
  .hero__pattern {
    display: none;
  }
  .hero__content {
    margin-top: 0;
    padding: 0 1.5rem;
  }
  .hero__content-inner {
    gap: 1.75rem;
    width: 100%;
  }
  .hero__content-title {
    width: 19.5rem;
    height: auto;
  }
  .hero__acs {
    width: 18rem;
    height: 16.25rem;
    right: 0;
    top: 22rem;
    z-index: 1;
  }
  /* --------------------------------------------------- */
  /* works */
  /* --------------------------------------------------- */
  .works {
    padding: 0 0 4.375rem 0;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 4rem;
  }
  .works__images {
    width: 16.75rem;
  }
  .works__images-pic {
    width: 100%;
    height: auto;
  }
  .works__pic {
    width: 10.875rem;
    height: auto;
    top: -11.875rem;
  }
  .works__acs {
    display: none;
  }
  .works__link {
    margin: 0 auto;
    margin-top: 0.625rem;
  }
  .works__content {
    align-items: flex-start;
    padding: 0 2.375rem;
    gap: 2.5rem;
  }
  .works__content-inner {
    width: 100%;
    gap: 2.5rem;
  }
  /* --------------------------------------------------- */
  /* renov */
  /* --------------------------------------------------- */
  .renov {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  .renov__inner {
    padding: 0 1.5rem;
    width: 100%;
    gap: 3.125rem;
  }
  .renov__wrapper {
    gap: 4.375rem;
  }
  .renov__title {
    padding-left: 0;
  }
  .renov__title img {
    width: 20.125rem;
    height: auto;
  }
  .renov__content {
    gap: 3.125rem;
  }
  .renov__list {
    display: none;
  }
  .renov__sp_list {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
  }
  .renov__container {
    width: 100%;
    gap: unset;
    justify-content: center;
  }
  .renov__pic {
    display: none;
  }
  .renov__flow-img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------- */
  /* contact */
  /* --------------------------------------------------- */
  .contact {
    padding: 4.375rem 1.5rem;
    flex-direction: column;
    gap: 2rem;
  }
  .contact__desc {
    width: 100%;
    gap: 1.875rem;
  }
  /* --------------------------------------------------- */
  /* blog */
  /* --------------------------------------------------- */
  .blog__inner {
    padding: 4.375rem 1.5rem;
  }
  .blog__wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 2rem;
    align-items: center;
  }
  .blog__desc {
    margin-right: auto;
  }
  .blog__desc-text {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: 0.03rem;
  }
  .blog__list {
    width: calc(100% + 3rem);
    padding: 0 1.5rem;
    overflow-x: auto;
    transform: translateX(-1.5rem);
    justify-content: flex-start;
    gap: 1.875rem;
  }
  /* --------------------------------------------------- */
  /* instagram */
  /* --------------------------------------------------- */
  .instagram__inner {
    padding: 4.375rem 1.5rem;
  }
  .instagram__list {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    width: calc(100% + 3rem);
    padding: 0 1.5rem;
    transform: translateX(-1.5rem);
  }
  .instagram__item {
    flex: none;
    width: 70%;
  }
  .instagram__wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 2rem;
    align-items: center;
  }
  .instagram__desc {
    margin-right: auto;
  }
  .instagram__desc-text {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: 0.03rem;
  }
}

/*# sourceMappingURL=top.css.map */
