@charset "utf-8";

/* 私たちの仕事 */
.maintitle{
  margin-bottom: 100px;
}
.works .sp{
  display: none;/* sp画像消す */
}
.works .pc{
  width: 60vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .works .pc img{
  width: 100%;
}

/* 事業内容 */
.business .subtitle{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  border-bottom: .6px solid #4d4d4d;
  width: 4em;
  padding-bottom: 10px;
}
.business{
  margin: 150px 0 200px;
}
.business .content li{
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.business .content li:last-child{
  margin-bottom: 0;
}
.business .content li::before{
  content: "・";
}

@media screen and (max-width: 768px) {

  .inner{
    width: 90vw;
  }
  .works{
    height: auto;
  }
  /* pc画像消す */
  .works .pc{
    display: none;
  }
  /* sp画像表示 */
  .works .sp{
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
  .works .sp img{
    width: 100%;
  }
  .maintitle{
    height: auto;
    font-size: 20px;
    margin: 40px auto 60px;
    padding: 0;
    border-bottom: none;
  }

  .business{
    margin: 100px 0 150px;
  }
  .business .subtitle{
    font-size: 18px;
    margin-bottom: 34px;
  }
  .business .content li{
    line-height: 1.5;
  }
}
