.works-items.flex {
    justify-content: space-between;
}
.page-lead-en {
    margin-left: -0.3em;
}
.works-item {
    width: calc(33.333% - 26px);
    margin-bottom:90px;
      position: relative;
}

.works-item-title {
    font-size: 17px;
    padding-top: 20px;
    line-height: 1.6;
}
.works-item-cat {
    position: absolute;
    z-index: 2;
    background: #333;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    line-height: 1;
}
.works-item-cat.shop {
    background: #48a57f;
}
.works-item-cat.company {
    background: #b7a674;
}
.works-item-cat.public {
    background: #4799b7;
}.works-item-cat.home {
    background: #db7373;
}
.service-item-summary {
    line-height: 1.6em;
    font-size: 14px;
    padding-top: 16px;
}
.works-item-data {
    line-height: 1.6em;
    font-size: 14px;
}
.works-item-tmb {
    overflow: hidden;
    border-radius: 8px;
}
.works-item a .works-item-tmb img {
   transition: .4s;
}
.works-item a:hover .works-item-tmb img {
  transform: scale(1.1,1.1);
   transition: .4s;
}
.works-summary {
    padding-bottom: 60px;
}
.works-location {
    font-size: 14px;
    line-height: 1.7;
}
.works-detail {
      font-size: 14px;
    line-height: 1.7;
}

.works-data {
      font-size: 14px;
    line-height: 1.7;
}
.works-gallery img {
    margin-bottom: 40px;
    width: 100%;
}
.btn-back {
    text-align: center;
    padding-top: 60px;

}
.btn-back a {
    text-decoration: underline;
    font-size: 22px;
}
.archive .works-item {
    width: calc(25% - 15px);
    margin-bottom: 50px;
    position: relative;
}
.archive .works-item-title {
    font-size: 15px;
    padding-top: 16px;
    line-height: 1.6;
}
.archive .service-item-summary {
    line-height: 1.6em;
    font-size: 12px;
    padding-top: 5px;
}
.archive .works-item-data {
    line-height: 1.6em;
    font-size: 12px;
}
.archive .works-item-cat {
    font-size: 12px;
    padding: 8px 12px;
}
.l-sec.archive {
    padding-top: 220px;
}
.single .page-lead-en {
    font-size: 100px;
    line-height: 1em;
    margin-top: 150px;
    margin-left: -0.3em;
    z-index: 3;
    position: relative;
}
.single h2.page-title {
    letter-spacing: 0.05em;
    padding-top: 16px;
    font-size: 22px;
    font-weight: 700;
}
.single .page-title-line {
    width: 90px;
}
.single header .siteid {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #000;
}

.single header .global li a {
   color: #000;
}
.single header .global li:after {
color: #000;
}
.single .works-name {
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: 600;
}
    .swiper-container {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .thumbnail-slide {
      width: 86px;
      height:86px;
      cursor: pointer;
      margin-right: 15px;
    }
    .thumbnail-slide img {
      width: 86px;
      height:86px;
      object-fit: cover;
    }
.thumbnails {
     margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}
    .thumbnail-slide.active {
  
    }

.comment {
    padding-top: 40px;
    line-height: 2em;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
display: none;
}
.swiper-pagination {
display: none!important;
}

@media screen and (max-width:1000px) {

.works-item {
    width: calc(50% - 10px);
    margin-bottom: 50px;
    position: relative;
}.archive .works-item {
    width: calc(50% - 10px);
    margin-bottom: 50px;
    position: relative;
}
  
}

@media screen and (max-width:650px) {
.works-item-title {
    font-size: 14px;
    padding-top: 13px;
    line-height: 1.6;
}
.service-item-summary {
    line-height: 1.6em;
    font-size: 12px;
    padding-top: 8px;
}
.works-item-data {
    line-height: 1.6em;
    font-size: 12px;
}.works-item-cat {
    font-size: 11px;
    padding: 8px 14px;
}.inner-m {
    width: 85%;
    margin: 0 auto;
}.thumbnail-slide img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}.archive .works-item-title {
    font-size: 14px;
    padding-top: 16px;
    line-height: 1.6;
}.archive .works-item {
    width: calc(50% - 6px);
    margin-bottom: 50px;
    position: relative;
}.thumbnail-slide {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-right: 10px;
}.thumbnails {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}.l-sec.archive {
    padding-top: 120px;
}
}