.works2{
  display: flex;
}
.works2-contents2-box{
  width: 50%;
  height: auto;
  display: flex;
}
.works2-contents2-img{
  width: 130%;
  height: auto;
  align-self: flex-start;
}
.works2-contents2-img2{
  width: 100%;
  height: auto;
  align-self: flex-start;
  padding: 0px 10px;
}
@media screen and (max-width: 480px){
  .works2{
    display: block;
    width: 100%;
  }
  .works-contents2-text{
    padding-top: 40px;
  }
  .works2-contents2-box{
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .works2-contents2{
    width: 100%;
  }
  .works2-contents2-img{
    width: 100%;
    height: auto;
    margin: auto;
  }
  .works2-contents2-img2{
    width: 100%;
    height: auto;
    margin: 0px auto 20px auto;
  }
  .works2-contents2-img2{
    padding: 0;
  }
}
