@charset "UTF-8";
/* 個別ページ
--------------------------- */
.works-single {
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  .works-single {
    padding: 50px 0 100px;
  }
}
.works-single__page-title {
  margin-bottom: 65px;
  text-align: center;
  font-size: 60px;
  line-height: 1.43;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .works-single__page-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.works-single__page-title > span {
  position: relative;
  bottom: 2px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .works-single__page-title > span {
    padding-left: 15px;
    font-size: 14px;
  }
}

.works_city {
  margin-bottom: 25px;
  text-align: center;
}

.works_category {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.works_category_item {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  margin-bottom: 80px;
  padding: 5px 10px;
  background-color: #385DBF;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .works_category_item {
    margin-bottom: 50px;
  }
}

.works-single-title {
  margin-bottom: 80px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .works-single-title {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

.works_mainImg {
  margin-bottom: 25px;
}
.works_mainImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

.works_gallery {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .works_gallery {
    margin-bottom: 100px;
  }
}
.works_gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .works_gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.works_gallery .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}

.works_point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .works_point {
    margin-bottom: 100px;
  }
}

.works_point_title {
  width: 200px;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .works_point_title {
    font-size: 20px;
  }
}

.works_point_content {
  width: 100%;
  max-width: 850px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .works_point_content {
    padding-top: 0px;
  }
}

.works_pointTitle {
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .works_pointTitle {
    margin-bottom: 20px;
  }
}

.works_pointText {
  line-height: 2;
}

.works_data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .works_data {
    margin-bottom: 100px;
  }
}

.works_data_title {
  width: 200px;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
}

.works_data_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  width: 100%;
  max-width: 850px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .works_data_content {
    grid-template-columns: 1fr;
    gap: 30px 30px;
    padding-top: 0px;
  }
}

.works_data_item {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.works_data_item > span {
  display: inline-block;
  width: 130px;
}

/* その他の施工事例 */
.etc-ttl {
  margin: 200px 0 50px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
}

/* 一覧ページ
--------------------------- */
.works-list {
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  .works-list {
    padding: 50px 0 100px;
  }
}
.works-list__page-title {
  margin-bottom: 65px;
  text-align: center;
  font-size: 60px;
  line-height: 1.43;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .works-list__page-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.works-list__page-title > span {
  position: relative;
  bottom: 2px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .works-list__page-title > span {
    padding-left: 15px;
    font-size: 14px;
  }
}

.works-list-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 30px;
}
@media screen and (max-width: 1090px) {
  .works-list-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .works-list-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 10px;
  }
}

.works-list-card {
  width: 100%;
}
.works-list-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 880/1060;
}
.works-list-card__content {
  padding: 30px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .works-list-card__content {
    padding: 20px 10px;
  }
}
.works-list-card__city {
  margin-bottom: 15px;
  font-size: 14px;
}
.works-list-card__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .works-list-card__title {
    font-size: 16px;
  }
}
.works-list-card__category-item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}