@charset "UTF-8";
.mvHeader__worksTop {
  width: 100%;
  height: auto;
}

.works__mvTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1230px) {
  .works__mvTitle {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}

.works__mvTitle-en {
  font-family: "Cinzel", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .works__mvTitle-en {
    font-size: 48px;
  }
}

.works__mvTitle-ja {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-margin-before: -4px;
          margin-block-start: -4px;
}

.mvHeader__works {
  width: 100%;
  aspect-ratio: 1600/854;
  overflow: hidden;
  position: relative;
}
.mvHeader__works img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mvHeader__works {
    aspect-ratio: 1600/1200;
  }
}

.inner-900 {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 30px;
  overflow: hidden;
}

.inner-1260 {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 30px;
}

/* 実績一覧 */
.worksArchive {
  -webkit-margin-before: 152px;
          margin-block-start: 152px;
}
@media (max-width: 768px) {
  .worksArchive {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
  }
}

.worksArchive__nav {
  list-style: none;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
@media (max-width: 768px) {
  .worksArchive__nav {
    height: 44px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}

.worksArchive__nav-link {
  list-style-type: none;
  padding: 3px 30px;
  border: solid 1px var(--main-color-dark);
  border-radius: 9999px;
  -webkit-transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  .worksArchive__nav-link {
    font-size: 14px;
    padding: 3px 20px;
  }
}
.worksArchive__nav-link.is-active {
  color: #fff;
  font-weight: 700;
  background-color: var(--main-color-dark);
}
@media (any-hover: hover) {
  .worksArchive__nav-link:hover {
    color: #fff;
    font-weight: 700;
    background-color: var(--main-color-dark);
  }
}

.worksArchive__content {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
@media (max-width: 768px) {
  .worksArchive__content {
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}

.worksArchive__items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  row-gap: 77px;
}
@media (max-width: 1000px) {
  .worksArchive__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 42px;
  }
}
@media (max-width: 768px) {
  .worksArchive__items {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 36px;
  }
}

.worksArchive__item {
  list-style-type: none;
}

.worksItem {
  display: block;
}
.worksItem:hover .worksItem__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.worksItem__img {
  overflow: hidden;
  width: auto;
  height: auto;
  aspect-ratio: 360/240;
}
.worksItem__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.worksItem__meta {
  width: auto;
  -webkit-margin-before: 14px;
          margin-block-start: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .worksItem__meta {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.worksItem__title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .worksItem__title {
    font-size: max(2.0833333333vw, 14px);
  }
}

.worksItem__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .worksItem__category {
    font-size: 12px;
  }
}
.worksItem__category.--woo::after, .worksItem__category.--dear-home::after, .worksItem__category.--moc::after, .worksItem__category.--mitsunaka::after, .worksItem__category.--estate::after {
  content: "";
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  translate: 0 -50%;
}
.worksItem__category.--woo::after {
  background: url(../img/service/logo-woo.svg) no-repeat left center/contain;
  width: 53px;
  height: 10px;
}
.worksItem__category.--dear-home::after {
  background: url(../img/service/logo-dearhome.svg) no-repeat left center/contain;
  width: 87px;
  height: 18px;
}
.worksItem__category.--moc::after {
  background: url(../img/service/logo-moc.svg) no-repeat left center/contain;
  width: 51px;
  height: 14px;
}
.worksItem__category.--mitsunaka::after {
  background: url(../img/service/logo-mitsunaka_l.svg) no-repeat left center/contain;
  width: 33px;
  height: 28px;
}
.worksItem__category.--estate::after {
  background: url(../img/service/logo-kanagawaesteet.svg) no-repeat left center/contain;
  width: 120px;
  height: 14px;
}
@media (max-width: 500px) {
  .worksItem__category.--estate::after {
    width: 102px;
    height: 12px;
  }
}
/* 実績詳細 */
.works__wrap {
  -webkit-margin-before: 115px;
          margin-block-start: 115px;
  -webkit-margin-after: 42px;
          margin-block-end: 42px;
}
@media (max-width: 768px) {
  .works__wrap {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.works__head {
  width: 184px;
  height: 40px;
  background: var(--main-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #faf6ef;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .works__head {
    font-size: 12px;
  }
}

.works__content {
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
}

.works__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.works__title {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .works__title {
    font-size: 24px;
  }
}

.works__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.works__category.--woo::after, .works__category.--dear-home::after, .works__category.--moc::after, .works__category.--mitsunaka::after, .works__category.--estate::after {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  translate: 0 -50%;
}
.works__category.--woo::after {
  background: url(../img/service/logo-woo.svg) no-repeat left center/contain;
  width: 58px;
  height: 11px;
}
.works__category.--dear-home::after {
  background: url(../img/service/logo-dearhome.svg) no-repeat left center/contain;
  width: 96px;
  height: 19px;
}
.works__category.--moc::after {
  background: url(../img/service/logo-moc.svg) no-repeat left center/contain;
  width: 56px;
  height: 15px;
}
.works__category.--mitsunaka::after {
  background: url(../img/service/logo-mitsunaka_l.svg) no-repeat left center/contain;
  width: 36px;
  height: 30px;
}
.works__category.--estate::after {
  background: url(../img/service/logo-kanagawaesteet.svg) no-repeat left center/contain;
  width: 131px;
  height: 15px;
}
.works__info {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  width: min(450px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works__term,
.works__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 21px 5px;
}

.works__term {
  width: 24.2222222222%;
  -webkit-margin-end: 6.4444444444%;
          margin-inline-end: 6.4444444444%;
  border-bottom: solid 2px var(--main-color-dark);
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.works__term:first-of-type {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.works__term:first-of-type + .works__description {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
@media (max-width: 360px) {
  .works__term {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.works__description {
  width: 69.3333333333%;
  border-bottom: dotted 1px var(--main-color-dark);
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.works__info + .works__swiper-container {
  -webkit-margin-before: 129px;
          margin-block-start: 129px;
}

.works__textWrap {
  -webkit-margin-before: 77px;
          margin-block-start: 77px;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 2.333;
}
@media (max-width: 768px) {
  .works__textWrap {
    -webkit-margin-before: 42px;
            margin-block-start: 42px;
    
    font-size: 14px;
  }
}

.works__textWrap h2,
.works__textWrap h3,
.works__textWrap h4,
.works__textWrap h5,
.works__textWrap h6,
.works__textWrap table {
  margin: 1em 0 0.5em;
}

.works__textWrap table th,
.works__textWrap table td {
  border: 1px var(--main-color-dark) solid;
  padding: 0 0.5em;
}

.works__textWrap img {
	margin: 1em 0;
}

.works__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.333;
}
@media (max-width: 768px) {
  .works__text {
    font-size: 14px;
  }
}

.works__buttonWrap {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .works__buttonWrap {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

/* 実績詳細 スライダー */
.works__swiper-container {
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  width: 100%;
}

.worksMain__swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 900/593;
  position: relative;
}

.worksMain__swiper-slide {
  width: 100%;
}
.worksMain__swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksMain__swiper-button-prev,
.worksMain__swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 19px;
  height: 39px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.worksMain__swiper-button-prev:hover,
.worksMain__swiper-button-next:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .worksMain__swiper-button-prev,
  .worksMain__swiper-button-next {
    width: 11px;
    height: 23px;
  }
}

.worksMain__swiper-button-prev {
  left: 20px;
  background: url(img/works/slide-arrow-left.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .worksMain__swiper-button-prev {
    left: 12px;
  }
}

.worksMain__swiper-button-next {
  right: 20px;
  background: url(img/works/slide-arrow-right.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .worksMain__swiper-button-next {
    right: 12px;
  }
}

.worksThumbnail__swiper {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  .worksThumbnail__swiper {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.worksThumbnail__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worksThumbnail__swiper-slide {
  overflow: hidden;
  width: 150px;
  height: 100px;
  cursor: pointer;
}
.worksThumbnail__swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.worksThumbnail__swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .worksThumbnail__swiper-slide {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 439px) {
  .worksThumbnail__swiper-slide {
    width: 90px;
    height: 60px;
  }
}

/* 実績一覧 スライダー */
.worksTop__swiper-container {
  -webkit-margin-before: 107px;
          margin-block-start: 107px;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .worksTop__swiper-container {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.worksTop__swiper {
  width: min(1200px, 100%);
  overflow: visible;
}

.worksTop__swiper-slide {
  width: 100%;
  aspect-ratio: 1200/646;
  height: auto;
}

.topSwiper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.3333333333%;
     -moz-column-gap: 4.3333333333%;
          column-gap: 4.3333333333%;
}
@media (max-width: 768px) {
  .topSwiper-card {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}

.topSwiper-card__img {
  width: 70.5833333333%;
  height: auto;
  aspect-ratio: 847/646;
}
.topSwiper-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .topSwiper-card__img {
    aspect-ratio: 847/847;
  }
}

.topSwiper-card__head {
  -webkit-margin-before: 34px;
          margin-block-start: 34px;
  width: 17.6666666667%;
  height: auto;
}
@media (max-width: 768px) {
  .topSwiper-card__head {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
    width: 136px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.topSwiper-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .topSwiper-card__title {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .topSwiper-card__title {
    font-size: 15px;
  }
}

.topSwiper-card__type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 21px;
          margin-block-start: 21px;
  font-size: 12px;
  line-height: 1.416;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 768px) {
  .topSwiper-card__type {
    font-size: 10px;
  }
}
.topSwiper-card__type.--woo::after, .topSwiper-card__type.--dear-home::after, .topSwiper-card__type.--moc::after, .topSwiper-card__type.--mitsunaka::after, .topSwiper-card__type.--estate::after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 1200px) {
  .topSwiper-card__type.--woo::after, .topSwiper-card__type.--dear-home::after, .topSwiper-card__type.--moc::after, .topSwiper-card__type.--mitsunaka::after, .topSwiper-card__type.--estate::after {
    left: 0;
    top: calc(100% + 8px);
    translate: 0;
  }
}
.topSwiper-card__type.--woo::after {
  background: url(../img/service/logo-woo.svg) no-repeat left center/contain;
  width: 62px;
  height: 12px;
}
.topSwiper-card__type.--dear-home::after {
  background: url(../img/service/logo-dearhome.svg) no-repeat left center/contain;
  width: 103px;
  height: 20px;
}
.topSwiper-card__type.--moc::after {
  background: url(../img/service/logo-moc.svg) no-repeat left center/contain;
  width: 60px;
  height: 16px;
}
.topSwiper-card__type.--mitsunaka::after {
  background: url(../img/service/logo-mitsunaka_l.svg) no-repeat left center/contain;
  width: 39px;
  height: 32px;
}
.topSwiper-card__type.--estate::after {
  background: url(../img/service/logo-kanagawaesteet.svg) no-repeat left center/contain;
  width: 141px;
  height: 16px;
}
@media (max-width: 768px) {
  .topSwiper-card__type.--estate::after {
    width: 120px;
    height: 14px;
  }
}
.topSwiper-card__more {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 768px) {
  .topSwiper-card__more {
    -webkit-margin-before: 42px;
            margin-block-start: 42px;
  }
}

/*----------------------------------
  ページ別要素
-----------------------------------*/
/* 実績一覧 */
body.post-type-archive-works .padding-header,
body.works .padding-header {
  padding-top: 255px;
}
@media (max-width: 768px) {
  bod.post-type-archive-works .padding-header,
  body.works .padding-header {
    padding-top: 150px;
  }
}
body.post-type-archive-works .main-visual,
body.works .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

/* 実績詳細 */
body.single-works .padding-header,
body.construction-w .padding-header,
body.woo-w .padding-header,
body.dear-home-w .padding-header,
body.moc-w .padding-header,
body.mitsunaka-w .padding-header,
body.estate-w .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.single-works .padding-header,
  body.construction-w .padding-header,
  body.woo-w .padding-header,
  body.dear-home-w .padding-header,
  body.moc-w .padding-header,
  body.mitsunaka-w .padding-header,
  body.estate-w .padding-header {
    padding-top: 100px;
  }
}
body.single-works .padding-header,
body.construction-w .main-visual,
body.woo-w .main-visual,
body.dear-home-w .main-visual,
body.moc-w .main-visual,
body.mitsunaka-w .main-visual,
body.estate-w .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

/* カテゴリ切り替え時のスクロール位置調整 */
#works-archive {
  scroll-margin-top: 152px;
}
@media (max-width: 768px) {
  #works-archive {
    scroll-margin-top: 90px;
  }
}