@charset "UTF-8";
/* ************************************** _
タイトル：works.css
概要：施工実績のスタイルシート
更新：2026.02.25
_ ************************************** */
.p-works__intro {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-works__intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .p-works__intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p-works__intro {
    margin-bottom: 25px;
  }
}
.p-works__filter {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .p-works__filter {
    gap: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .p-works__filter {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .p-works__filter {
    margin-top: 25px;
  }
}
.p-works__filter-heading {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  color: #5b6871;
}
@media (max-width: 1024px) {
  .p-works__filter-heading {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .p-works__filter-heading {
    font-size: 20px;
  }
}
.p-works__filter-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 1024px) {
  .p-works__filter-list {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .p-works__filter-list {
    gap: 8px;
  }
}
.p-works__filter-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #5b6871;
  border-radius: 10rem;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .p-works__filter-btn {
    font-size: 13px;
    padding: 4px 20px;
  }
}
@media (max-width: 1024px) {
  .p-works__filter-btn {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media (max-width: 480px) {
  .p-works__filter-btn {
    font-size: 11px;
    padding: 4px 15px;
  }
}
.p-works__filter-btn:hover {
  background: #5b6871;
  color: #fff;
}
.p-works__filter-btn.is-active {
  background: #5b6871;
  color: #fff;
}
.p-works__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 23px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-works__grid {
    gap: 40px 20px;
  }
}
@media (max-width: 480px) {
  .p-works__grid {
    margin-bottom: 40px;
  }
}
.p-works__item {
  width: calc((100% - 46px) / 3);
}
@media (max-width: 1024px) {
  .p-works__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .p-works__item {
    width: 100%;
  }
}
.p-works__link:hover .p-works__thumb img {
  transform: scale(1.05);
}
.p-works__link:hover .p-works__title {
  color: #5b6871;
}
.p-works__thumb {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-works__thumb {
    margin-bottom: 17px;
  }
}
.p-works__thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-works__cat {
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 3px 20px;
  border: 1px solid #5b6871;
  border-radius: 10rem;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .p-works__cat {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .p-works__cat {
    margin-bottom: 8px;
  }
}
.p-works__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.8;
  transition: color 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .p-works__title {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media (max-width: 1024px) {
  .p-works__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-works__service {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media (max-width: 480px) {
  .p-works__service {
    gap: 8px 15px;
  }
}
.p-works__service-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  color: #80817e;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .p-works__service-tag {
    font-size: 12px;
  }
}

.p-detail__title {
  font-size: 36px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .p-detail__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .p-detail__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p-detail__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-detail__cat {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 3px 20px;
  border: 1px solid #5b6871;
  border-radius: 10rem;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .p-detail__cat {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p-detail__cat {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .p-detail__cat {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.p-detail__eyecatch {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .p-detail__eyecatch {
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  .p-detail__eyecatch {
    margin: 0 auto 30px;
  }
}
.p-detail__eyecatch img {
  width: 100%;
  height: auto;
}
.p-detail__content {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-detail__content {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .p-detail__content {
    margin-bottom: 40px;
  }
}
.p-detail__bottom {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .p-detail__bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .p-detail__bottom {
    padding-bottom: 80px;
  }
}
.p-detail__bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e4e1d9;
  top: 60px;
}
@media (max-width: 1024px) {
  .p-detail__bottom::after {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .p-detail__bottom::after {
    top: 25px;
  }
}
.p-detail__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-detail__gallery {
    gap: 12px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .p-detail__gallery {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.p-detail__gallery-item {
  width: calc((100% - 60px) / 5);
  max-height: 120px;
}
@media (max-width: 1024px) {
  .p-detail__gallery-item {
    width: calc((100% - 48px) / 5);
  }
}
@media (max-width: 480px) {
  .p-detail__gallery-item {
    width: calc((100% - 24px) / 4);
  }
}
.p-detail__gallery-item img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-detail__spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .p-detail__spec {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .p-detail__spec {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .p-detail__spec {
    font-size: 12px;
  }
}
.p-detail__spec th,
.p-detail__spec td {
  padding: 20px 0px;
  border-bottom: 1px solid #80817e;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .p-detail__spec th,
  .p-detail__spec td {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 1024px) {
  .p-detail__spec th,
  .p-detail__spec td {
    padding: 17px 20px 17px 0;
  }
}
@media (max-width: 480px) {
  .p-detail__spec th,
  .p-detail__spec td {
    padding: 12px 25px 12px 0;
  }
}
.p-detail__spec th {
  width: 30%;
  font-weight: 500;
}
@media (max-width: 480px) {
  .p-detail__spec th {
    width: 35%;
  }
}
.p-detail__spec td {
  width: 70%;
  white-space: pre-wrap;
}
@media (max-width: 480px) {
  .p-detail__spec td {
    width: 65%;
  }
}/*# sourceMappingURL=works.css.map */