/*==================================================
  worksMotto
==================================================*/
.worksMotto {
  width: 100%;
  margin-bottom: 60px;
  padding: 60px 20px;
  color: #fff;
  background-image: url("/images/recruit/works/main_img.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .worksMotto {
    padding: 120px 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .worksMotto {
    padding: 180px 40px;
  }
}

.worksMotto .worksMotto__leadText {
  margin: 0;
  font-size: 17px;
  font-size: 0.94444rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .worksMotto .worksMotto__leadText {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .worksMotto .worksMotto__leadText {
    font-size: 32px;
    font-size: 1.77778rem;
    text-align: left;
  }
}
