@charset "UTF-8";
/* CSS Document */
.inner {
  margin: 0 22px;
}
@media(min-width:768px) {
  .inner-header {
    margin: 0 180px;
  }
  .inner-footer {
    margin: 0 180px;
  }
}

/*work*/
.section-work {
  color: #777;
  height: 100%;
  line-height: 30px;
  background-image: url("../images/SHUNTA_image_mono02.jpg");
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-work h1 {
  padding: 80px 0 30px 0;
}
.section-work img {
  width: 100%;
}
.section-work p {
  text-align: left;
  line-height: 30px;
}
.work {
  padding-bottom: 30px;
}
.work a{
   word-break: break-word;
}
@media(min-width:768px){
  .section-work p {
  text-align: center;
  line-height: 30px;
 }
}