@charset "UTF-8";
/**************************************/
/**************************************
* 共通
***************************************/
.under__case .under__main {
  position: relative;
  z-index: 0;
}

/**************************************
* Case / 施工実績
**************************************
/* -------------------------
 * 個別記事
 * ------------------------- */
.case-single__meta {
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .case-single__meta {
    width: 90%;
    margin-inline: auto;
  }
}

.case-single__ttl-area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-bottom: 2rem;
}

.case-single__category {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7rem 1.2rem 0.5rem;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  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: 15px;
  position: relative;
}
@media (max-width: 834px) {
  .case-single__category {
    font-size: 13px;
  }
}
.case-single__category::after {
  content: "";
  background: #fff;
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1em;
  z-index: 1;
}

.case-single__year {
  line-height: 1;
  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;
}

.case-single__ttl {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .case-single__ttl {
    font-size: 20px;
  }
}

.case-single__ttl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 834px) {
  .case-single__ttl-container .line-horizontal.scroll-activate.active {
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .case-single__ttl-container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.case-single__flex {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .case-single__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .case-single__flex {
    width: 90%;
    margin-inline: auto;
  }
}

.case-single__details-ttl {
  font-size: 16px;
  margin-bottom: 70px;
  min-width: 72px;
  padding-top: 30%;
}
@media (max-width: 1240px) {
  .case-single__details-ttl {
    padding-top: 0;
  }
}
@media (max-width: 834px) {
  .case-single__details-ttl {
    margin-bottom: 30px;
  }
}

.case-single__detail-list li {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .case-single__detail-list li {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.case-single__detail-title {
  font-weight: 500;
}

/* swiper */
.case-single__swiper {
  position: relative;
}
.case-single__swiper img {
  aspect-ratio: 960/650;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-single__swiper .swiper-pagination {
  position: static;
  margin-inline: auto;
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .case-single__swiper .swiper-pagination {
    margin-top: 30px;
  }
}
.case-single__swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.case-single__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin-inline: 0;
}
.case-single__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* -------------------------
 * アーカイブ
 * ------------------------- */
.case-archive__ttl-area {
  margin-top: 3rem;
}
@media (max-width: 834px) {
  .case-archive__ttl-area {
    margin-top: 2rem;
  }
}

.case-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-archive__category {
  border-radius: 50px;
  background: #000;
  padding: 0.5rem 1.1rem 0.3rem;
}

.case-archive__year {
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid #fff;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 834px) {
  .case-archive__year {
    font-size: 13px;
  }
}

.case-archive__ttl {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .case-archive__ttl {
    font-size: 18px;
  }
}

.case-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-archive__img {
  width: 100%;
  height: auto;
}

.case-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/225;
}

.case-archive__ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .case-archive__ttl-area {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.case-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media (max-width: 834px) {
  .case-archive__list {
    grid-template-columns: 1fr;
  }
}

.case-archive-nav__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.case-archive-nav__cat-list li a {
  padding: 10px 10px;
  min-width: 130px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .case-archive-nav__cat-list li a {
    font-size: 16px;
  }
}
.case-archive-nav__cat-list li a.active {
  color: #fff;
  background: #000;
}

.case-archive-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  row-gap: 20px;
}
@media (max-width: 834px) {
  .case-archive-nav {
    margin-bottom: 30px;
  }
}

/* -------------------------
 * 年代で絞り込むボタン
 * ------------------------- */
.case-archive-nav__select-year.custom-select {
  position: relative;
  width: 200px;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .case-archive-nav__select-year.custom-select {
    width: 180px;
  }
}
.case-archive-nav__select-year.custom-select select {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: none;
  border-radius: 50px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}
@media (max-width: 834px) {
  .case-archive-nav__select-year.custom-select select {
    font-size: 16px;
  }
}
.case-archive-nav__select-year.custom-select .material-symbols-outlined {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 26px;
  color: #000;
}
@media (max-width: 834px) {
  .case-archive-nav__select-year.custom-select .material-symbols-outlined {
    font-size: 22px;
  }
}

.case-archive-nav__select-year.custom-select select:focus {
  outline: none;
}

/* -------------------------
 * 個別記事
 * ------------------------- *//*# sourceMappingURL=case.css.map */