img {
  width: 100%;
}
.container{
  padding: 0 24px;
  max-width: 327px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .container{
    max-width: 1000px;
  }
}
.page-title{
  display: block;
  color: #222;
  font-size: 2.4rem;
  letter-spacing: normal;
  padding: 80px 0 42px;
  text-align: center;
  border-bottom: solid 3px #333;
}
.sub-title{
  font-size: 1.8rem;
  font-weight: bold;
  padding: 56px 0;
  text-align: center;
}
.work-item{
  margin-bottom: 32px;
}
.image-box{
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .image-box{
    max-width: 1000px;
  }
  .work-item__message{
    display: flex;
    margin-top: 16px;
  }
  .work-item__image{
    width:20%;
    margin-right: 10px;
  }
  .work-item__message__text{
    width: 80%;
  }
}

.name{
  margin-bottom: 12px;
}
.introduce{
 margin-bottom: 16px;
}
.works-box{
  margin: 0 auto 60px;
}
.works-box:nth-last-of-type(1){
  margin-bottom: 80px;
}
.dt{
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
  margin-bottom: 4px;
}
.dd{
  text-align: justify;
  margin-bottom: 16px;
  line-height: 1.5;
}
.dd:nth-last-of-type(1){
  margin-bottom: 0;
}
