/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: #f7f8f8;
}
main section.s01 {
  padding: 130px 0 0;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 38px;
  color: #877c5e;
}
main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
main section.s01 .wrapper .t03 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
main section.s02 {
  padding: 80px 0 120px;
}
main section.s02 .wrapper{
  width: 1100px;
  margin: 0 auto;
}
footer .wrapper .recruitbox {
  display: none;
}
footer .wrapper .contactbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-color: #f7f8f8;
  }
  main section.s01 {
    padding: 50px 20px 0;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 28px;
    color: #877c5e;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
  }
  main section.s01 .wrapper .t03 {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  main section.s02 {
    padding: 40px 20px 70px;
  }
  footer .wrapper .recruitbox {
    display: none;
  }
  footer .wrapper .contactbox {
    display: none;
  }
  footer .wrapper .infobox {
    background-color: #3b3e3d;
    padding: 50px 0;
  }
  footer .wrapper .infobox .t06 {
    text-align: center;
    font-size: 20px;
  }
  footer .wrapper .infobox .t06 a {
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
}