.container {
  line-height: 140%;
}

.img1 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  /*background: url(../img/d_01.jpg) center;*/
  background: url(../img/recruit_01_01.jpg) center;
  background-size: cover;
  height: 580px;
  max-width: 1160px;
}
.img1 img {
  text-align: center;
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;

  width: 100%;
  max-width: 1128px;
}

.area1,
.area2 {
  padding: 0 6em 0 6em;
}

.area1 h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding: 0 0 0 0;
  margin: .7em 0 .7em 0;
  font-size: 160%;
}

.area1 h4 {
  margin: 0 0 .5em 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 160%;
  text-align: center;
}

.area1 p {
  line-height: 1.4;
  font-size: 120%;
}



@media(max-width: 767px) {
  .area1 {
    padding: 0;
  }
  .area1 h3 {
    font-size: 140%;
  }
  .area1 h4 {
    font-size: 140%;
  }
  .area1 p {
    font-size: 100%;
  }

}

@media(max-width: 480px) {
  .img1 {
    height: 200px;
  }
}
