.v-headline {
  background-image: url(../../../img/views/works/pc/main_bg.jpg);
}

.v-service {
  padding: 58px 0 45px;
}
.v-service__desc {
  color: #666;
  font-weight: bold;
  line-height: 2;
  margin: 18px 0 40px;
  text-align: center;
}
.v-service__img {
  margin-top: 28px;
}

.v-others .v-heading3 {
  margin-bottom: 30px;
}
.v-others__wrap {
  background-image: url(../../../img/views/works/pc/ot_bg1.png);
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding: 60px 0;
}
.v-others__wrap--2 {
  background-image: url(../../../img/views/works/pc/ot_bg2.png);
  background-position: center right;
}
.v-others__wrap--3 {
  background-image: url(../../../img/views/works/pc/ot_bg3.png);
}
.v-others__wrap--4 {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.v-others__wrap--4 .v-layout {
  background-color: #EDF6D4;
  padding: 67px 66px;
}
.v-others .v-text {
  padding-left: 66px;
}
.v-others .v-img {
  padding-right: 75px;
}
.v-others p {
  color: #666;
  line-height: 1.9;
}
.v-others p.v-title {
  color: #80BA3F;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .v-headline {
    background-image: url(../../../img/views/works/sp/main_bg.jpg);
  }

  .v-service {
    padding: 2.8rem 0 3.7rem;
  }
  .v-service__desc {
    font-weight: normal;
    line-height: 1.5;
    margin: 1.4rem 0 3.5rem;
    white-space: nowrap;
  }
  .v-service__img {
    margin: 1.8rem -1.3rem 0;
  }

  .v-others .v-heading3 {
    margin-bottom: 3rem;
  }
  .v-others p {
    line-height: 1.5;
    padding-left: 1.5rem;
  }
  .v-others p.v-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
  }
  .v-others__wrap {
    background: none;
    margin-bottom: 1.9rem;
    padding: 0;
  }
  .v-others__wrap--4 {
    margin-bottom: 0;
    padding: 0;
  }
  .v-others__wrap--4 .v-layout {
    margin: 0;
    padding: 1.8rem 2.7rem 1.5rem;
  }
  .v-others__wrap--4 .v-layout p {
    padding-left: 0;
  }
  .v-others__wrap--4 .v-layout p.v-title {
    padding-left: 0.3rem;
  }
  .v-others .v-text {
    padding-left: 0;
  }
  .v-others .v-img {
    margin-top: 1rem;
    padding-right: 0;
    text-align: center;
  }
  .v-others .v-img img {
    width: 32rem;
  }
}
/*# sourceMappingURL=index.css.map */