.kv-image{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.site-item{
  margin-bottom: 150px;
}
.site-item:last-of-type{
  margin-bottom: 0px;
}
.link-title{
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
}
.link:hover{
  color: #999;
}
.section-wrapper:last-of-type{
  margin-bottom: -50px;
}
  @media screen and (max-width:768px){
    .kv-wrapper{
      padding: 75px 20px;
    }
    .section-inner{
      max-width: 768px;
      padding: 0 0;
    }
    .section-inner.flex-rc{
      display: block;
    }
    .works-copy.first{
      margin-bottom: 50px;
    }
  }
    /* ーーーーSPーーーー */
    @media screen and (max-width:540px){
      .kv-wrapper{
        padding: 75px 0 50px;
      }
      .section-wrapper{
        padding: 25px 20px;
      }
      .section-wrapper:first-of-type{
        padding: 0 20px 25px;
      }
      .works-copy.section{
        padding: 0 20px ;
        margin: 0 auto;
        max-width: 500px;
      }
      .section-wrapper:last-of-type{
        margin-bottom: -25px;
      }
  }