.main-wrap .name {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .main-wrap .name {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.main-wrap .pic {
  width: 100%;
  margin-bottom: 3.0208vw;
}
.main-wrap .pic:last-of-type {
  margin-bottom: 0;
}
.main-wrap .pic img {
  width: 100%;
  height: auto;
  display: block;
}