@charset "UTF-8";
.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  .visible-pc {
    display: none !important;
  }
}

.snippets-sns {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snippets-sns li a svg {
  vertical-align: middle;
}

.main--page.page--works {
  position: relative;
  background-color: #EAEAEA;
  padding: 13.75rem 0 10rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works {
    padding: 7.25rem 0 4rem 0;
  }
}
.main--page.page--works .page__inner {
  display: grid;
  grid-template-areas: "content title";
  grid-template-columns: 1fr auto;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .page__inner {
    grid-template-areas: "title" "content";
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.main--page.page--works .works__heading {
  grid-area: title;
  align-self: start;
  position: sticky;
  top: 13.75rem;
  display: flex;
  flex-direction: column;
  padding: 0 7.5rem 0 3rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__heading {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    position: sticky;
    top: -2.5rem;
    background-color: #EAEAEA;
  }
}
.main--page.page--works .works__heading .works__title {
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  letter-spacing: 0.325rem;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__heading .works__title {
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 1.125rem;
    letter-spacing: 0.225rem;
    line-height: 1.625rem;
  }
}
.main--page.page--works .works__heading .works__nav {
  writing-mode: vertical-rl;
  margin-top: 7rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__heading .works__nav {
    margin-top: 2rem;
    align-self: stretch;
    writing-mode: horizontal-tb;
    padding: 0.625rem;
    font-size: 0.8125rem;
  }
}
.main--page.page--works .works__heading .works__nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__heading .works__nav ul {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.main--page.page--works .works__heading .works__nav ul li {
  position: relative;
  padding-top: 1rem;
}
.main--page.page--works .works__heading .works__nav ul li.current-menu-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 8px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m5%208-4.330128-7.5h8.660258z%22%20fill%3D%22%23404a4d%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.main--page.page--works .works__heading .works__nav ul li span,
.main--page.page--works .works__heading .works__nav ul li a {
  display: inline-block;
  padding: 0 0.375rem;
}
.main--page.page--works .works__heading .works__nav ul li a {
  color: #818181;
}
@media (any-hover: hover) {
  .main--page.page--works .works__heading .works__nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #404A4D;
  }
}
.main--page.page--works .works__heading .works__nav ul li span {
  color: #404A4D;
}
.main--page.page--works .works__heading .works__nav ul li.current-menu-item a {
  color: #404A4D;
}
.main--page.page--works .works__content {
  grid-area: content;
}
.main--page.page--works .works__content .works__fv .fv__picture .fv__picture__img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 630px;
  object-fit: cover;
  aspect-ratio: 1099/619;
}
.main--page.page--works .works__content .works__fv .fv__text {
  margin: 0;
  padding: 2rem 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__fv .fv__text {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
.main--page.page--works .works__content .works__fv .fv__text .fv__text__copy {
  font-size: 1.1875rem;
  line-height: 1.2;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__fv .fv__text .fv__text__copy {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.main--page.page--works .works__content .works__fv .fv__text .fv__text__caption {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #818181;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__fv .fv__text .fv__text__caption {
    font-size: 0.75rem;
  }
}
.main--page.page--works .works__content .works__fv .fv__text .fv__text__caption .fv__text__caption__subtitle {
  display: inline-flex;
  align-items: center;
}
.main--page.page--works .works__content .works__fv .fv__text .fv__text__caption .fv__text__caption__subtitle::before {
  content: "";
  display: inline-block;
  margin: 0 0.75rem;
  width: 1px;
  height: 0.875rem;
  background-color: #818181;
}
.main--page.page--works .works__content .works__fv .fv__text .fv__text__cta {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__fv .fv__text .fv__text__cta {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .main--page.page--works .works__content .works__fv a:where(:any-link, :enabled, summary):hover .fv__text .fv__text__cta {
    color: #666152;
  }
}
.main--page.page--works .works__content .works__gallery {
  margin: 10rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery {
    margin: 4rem 0;
  }
}
.main--page.page--works .works__content .works__gallery .gallery__title {
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .gallery__title {
    margin: 0 0 1.5rem 0;
    padding: 0 1.5rem 0 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main--page.page--works .works__content .works__gallery .gallery__title h2 {
  margin: 0;
  padding: 0;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .gallery__title h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .gallery__content {
    padding: 0 1.5rem 0 1.5rem;
  }
}
.main--page.page--works .works__content .works__gallery .gallery__content .gallery__lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(366px, 1fr));
  gap: 2.5rem 0;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .gallery__content .gallery__lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
.main--page.page--works .works__content .works__gallery .gallery__content .gallery__lists .gallery__list .gallery__list__img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.main--page.page--works .works__content .works__gallery .gallery__content .gallery__lists .gallery__list .gallery__list__title {
  margin: 0;
  padding: 1.25rem 1.5rem 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .gallery__content .gallery__lists .gallery__list .gallery__list__title {
    font-size: 0.8125rem;
    padding: 1rem 0 0 0;
  }
}
@media screen and (max-width: 767.99px) {
  .main--page.page--works .works__content .works__gallery .housing__nav {
    margin-top: 1rem;
    align-self: flex-end;
  }
}
.main--page.page--works .works__content .works__gallery .housing__nav ul {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main--page.page--works .works__content .works__gallery .housing__nav ul .housing__nav__button {
  cursor: pointer;
  padding: 0.5rem 0.25rem 0.5rem 1.75rem;
  border: none;
  background: none;
  color: #404A4D;
  line-height: 1;
  font-size: 0.8125rem;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2219.75%22%20y%3D%2219.75%22%20width%3D%2215.5%22%20height%3D%2215.5%22%20rx%3D%227.75%22%20transform%3D%22rotate(180%2019.75%2019.75)%22%20stroke%3D%22%23404A4D%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: center left;
  background-repeat: no-repeat;
}
.main--page.page--works .works__content .works__gallery .housing__nav ul .housing__nav__button.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2219.75%22%20y%3D%2219.75%22%20width%3D%2215.5%22%20height%3D%2215.5%22%20rx%3D%227.75%22%20transform%3D%22rotate(180%2019.75%2019.75)%22%20fill%3D%22%23404A4D%22%20stroke%3D%22%23404A4D%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M17%209.73602L10.1429%2016L7%2013.129L7.80571%2012.393L10.1429%2014.5227L16.1943%209L17%209.73602Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.main--page.page--works .works__content .works__gallery .js-content {
  display: none;
}
.main--page.page--works .works__content .works__gallery .js-content.is-display {
  display: grid;
}

.single-works {
  position: relative;
  top: 0;
  background-color: #EAEAEA;
  padding: 0;
}
.single-works .single-works__fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-works .single-works__fv .fv__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.single-works .single-works__fv .fv__overlay .fv__catchphrase {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  padding: 3rem 1rem 3rem 1rem;
  font-size: 1.3125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__fv .fv__overlay .fv__catchphrase {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    font-size: 1.1875rem;
  }
}
.single-works .single-works__content {
  max-width: 1366px;
  margin: 0 auto;
  padding: 7.5rem 3.5rem;
  display: grid;
  grid-template-columns: 17.25rem 1fr;
  gap: 3.5rem;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__content {
    padding: 2.5rem 1.5rem 4rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.single-works .single-works__content .content__info .content__info__title {
  margin: 0 0 2rem 0;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__content .content__info .content__info__title {
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
  }
}
.single-works .single-works__content .content__info .content__info__lists {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.single-works .single-works__content .content__info .content__info__lists .content__info__list {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.single-works .single-works__content .content__info .content__info__lists .content__info__list .name {
  font-weight: normal;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.single-works .single-works__content .content__info .content__info__lists .content__info__list .name::after {
  content: "：";
}
.single-works .single-works__content .content__main {
  padding: 0 0 0 3.5rem;
  border-left: 1px solid #404A4D;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__content .content__main {
    padding: 2.5rem 0 0 0;
    border-top: 1px solid #404A4D;
    border-left: none;
    font-size: 0.8125rem;
  }
}
.single-works .single-works__content .content__main p {
  margin-top: 0;
}
.single-works .single-works__content .content__main p:last-of-type {
  margin-bottom: 0;
}
.single-works .single-works__images {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__images {
    padding: 0;
    gap: 0;
  }
}
.single-works .single-works__images .images img {
  display: block;
}
.single-works .single-works__images .images.images__column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767.99px) {
  .single-works .single-works__images .images.images__column2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.single-works .single-works__images .images__column2.images__img2h img {
  aspect-ratio: 607/340;
  object-fit: cover;
}
.single-works .single-works__images .images__column2.images__img2v img {
  aspect-ratio: 607/809;
  object-fit: cover;
}
.single-works .return-to-previous-page {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}
.single-works .return-to-previous-page .return-to-previous-page__link {
  display: block;
  width: 100%;
  padding: 7.5rem 0 10rem 0;
  text-align: center;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media (any-hover: hover) {
  .single-works .return-to-previous-page .return-to-previous-page__link:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (max-width: 767.99px) {
  .single-works .return-to-previous-page .return-to-previous-page__link {
    padding: 4rem 0;
    font-size: 0.8125rem;
  }
}/*# sourceMappingURL=works.css.map */