.mv_under_ttl::after {
  content: "Works";
}

.read {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .read {
    padding: 120px 0;
  }
}
.read_txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .read_txt {
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
  }
}

.works_content {
  background-color: #E0EEE9;
  padding: 60px 0 10px;
}
@media screen and (min-width: 768px) {
  .works_content {
    padding: 100px 0 10px;
  }
}
.works_content_list {
  counter-reset: listnum;
}
.works_content_item {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .works_content_item {
    display: flex;
    gap: 80px;
    margin-bottom: 100px;
  }
}
.works_content_item::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  z-index: 10;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 90px;
  font-style: italic;
  line-height: 1;
  color: rgba(155, 192, 182, 0.6);
  font-weight: 500;
  top: -50px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .works_content_item::before {
    font-size: 120px;
    top: -60px;
    left: -40px;
  }
}
.works_content .works_slider {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .works_content .works_slider {
    margin-bottom: 0px;
    width: 50%;
  }
}
.works_content .works_slider .line {
  position: relative;
}
.works_content .works_slider .line::after {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 1px solid #3E3E3E;
}
.works_content .works_slider .swiper-slide {
  box-sizing: border-box;
}
.works_content .works_slider .swiper-slide img {
  width: 100%;
}
.works_content .swiper-pagination {
  position: relative;
  padding: 30px 20px 0;
}
.works_content .swiper-pagination-bullet {
  background-color: #1E5445;
  height: 10px;
  width: 10px;
  margin: 0 10px !important;
}
@media screen and (min-width: 768px) {
  .works_content_box {
    width: 50%;
  }
}
.works_content_category {
  margin-bottom: 10px;
}
.works_content_category span {
  padding: 4px 16px;
  color: #fff;
}
.works_content_category.new_con span {
  background-color: #0B2C85;
}
.works_content_category.reform span {
  background-color: #1E5445;
}
.works_content_category.heritage span {
  background-color: #562400;
}
.works_content_ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .works_content_ttl {
    font-size: 20px;
  }
}/*# sourceMappingURL=works.css.map */