.linkArea01 li:nth-child(3) {
  background: url("../images/pic_index02.jpg") no-repeat 100% 0;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .linkArea01 li:nth-child(3) {
    background-size: cover;
  }
}
