@media screen and (min-width: 1024px) {
  .archive-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .archive-works .ctn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.archive-works .cat-list {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .archive-works .cat-list {
    margin-top: 0;
    margin-right: 50px;
    width: 300px;
  }
}
.archive-works .cat-list .item {
  border-top: 1px solid #555150;
  border-left: 1px solid #555150;
  border-right: 1px solid #555150;
}
.archive-works .cat-list .item:last-child {
  border-bottom: 1px solid #555150;
}
.archive-works .cat-list .item a {
  position: relative;
  display: block;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .archive-works .cat-list .item a {
    padding: 30px;
  }
}
.archive-works .cat-list .item a span {
  display: inline-block;
}
.archive-works .cat-list .item a .arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 7px);
  right: 25px;
}
.archive-works .cat-list .item a .arrow svg {
  width: 16px;
  height: 14px;
}
.archive-works .cat-list .item a .arrow svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.wrap-s {
  max-width: 1000px;
}

.single-works .main-h {
  line-height: 1.6em;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-works .main-h {
    margin-bottom: 60px;
  }
}
.single-works .ctn .block:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block:not(:first-child) {
    margin-top: 80px;
  }
}
.single-works .ctn .block .h {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-bottom: 30px;
  border-left: 5px solid #555150;
  padding-bottom: 2px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .h {
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .property-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-works .ctn .block .property-list .item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .property-list .item {
    margin-top: 0;
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
.single-works .ctn .block .property-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .property-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.single-works .ctn .block .property-list .item .heading {
  text-align: center;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .property-list .item .heading {
    padding: 20px 0;
  }
}
.single-works .ctn .block .property-list .item .img-list {
  margin-top: 20px;
}
.single-works .ctn .block .property-list .item .img-list__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .property-list .item .img-list__item:not(:first-child) {
    margin-top: 20px;
  }
}
.single-works .ctn .block .property-list .before .heading {
  background: #f1f1f1;
}
.single-works .ctn .block .property-list .after .heading {
  background: #555150;
  color: #fff;
}
.single-works .ctn .block .property-info-list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list {
    border-left: 1px solid #555150;
    border-bottom: 1px solid #555150;
  }
}
.single-works .ctn .block .property-info-list .item {
  border-top: 1px solid #555150;
  border-left: 1px solid #555150;
  border-right: 1px solid #555150;
}
.single-works .ctn .block .property-info-list .item:last-child {
  border-bottom: 1px solid #555150;
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list .item:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list .item:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list .item:not(:first-child) {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list .item {
    width: 33.3333333333%;
  }
}
.single-works .ctn .block .property-info-list .item dt, .single-works .ctn .block .property-info-list .item dd {
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .property-info-list .item dt, .single-works .ctn .block .property-info-list .item dd {
    padding: 20px 30px;
  }
}
.single-works .ctn .block .property-info-list .item dt {
  font-weight: bold;
  background: #f1f1f1;
}
.single-works .ctn .block .property-info-list .item dd {
  border-top: 1px solid #555150;
  line-height: 1.6em;
}
.single-works .ctn .block .property-info-list .item dd ul li:not(:first-child) {
  margin-top: 10px;
}
.single-works .ctn .block .details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-works .ctn .block .details-list .item {
  margin-top: 20px;
  width: calc(50% - 10px);
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .details-list .item {
    margin-top: 30px;
    width: calc(33.3% - 20px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .details-list .item {
    width: calc(25% - 22.5px);
  }
}
.single-works .ctn .block .details-list .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .details-list .item:nth-child(2n) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .details-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .details-list .item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .details-list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.single-works .ctn .block .details-list .item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .details-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .ctn .block .details-list .item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.single-works .ctn .block .details-list .item a {
  display: block;
}
.single-works .ctn .block .details-list .item .caption {
  padding: 10px;
  font-size: clamp(1rem, 2vw, 1.4rem);
  background: #f1f1f1;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .single-works .ctn .block .details-list .item .caption {
    padding: 15px;
  }
}
.single-works .ctn .block .comment__text {
  margin-top: -7px;
}