body {
  z-index: -2; }

main {
  margin-top: 80px;
  background: url(../images/rec_gerbera.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding: 0 0 125px;
  position: relative;
  z-index: -1; }

#breadcrumb {
  padding-bottom: 125px; }

#recruit {
  background: #ffffff;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative; }

#recruit:before, #recruit:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #838383;
  -webkit-box-shadow: 0 15px 10px #838383;
  -moz-box-shadow: 0 15px 10px #838383;
  box-shadow: 0 15px 10px #838383;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

#recruit:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

#recruit h2 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 275%;
  font-size: 2.25rem;
  margin-top: 0; }

#recruit .text {
  font-size: 1rem;
  margin-top: 35px;
  line-height: 2;
  font-family: "Times New Roman", "ff-serif", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: 1px; }

#recruit .text span {
  font-size: 1.25rem;
  color: #ff7746; }

#recruit .button {
  font-size: 0.9rem;
  margin-top: 25px;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #333;
  transition: ease-in 0.25s;
  box-sizing: border-box; }

#recruit .button:hover {
  cursor: pointer;
  background: #4e4e4e;
  border-color: #4e4e4e; }

#recruit .button:hover a {
  color: #ffffff;
  transition: ease-in 0.25s; }

#recruit .tel {
  margin-top: 25px; }

footer {
  margin-top: 100px; }

@media screen and (max-width: 480px) {
  #breadcrumb {
    padding-bottom: 60px; }
  main {
    margin-top: 55px;
    background-size: auto 100%; }
  #recruit {
    width: 90%; }
  .text {
    font-size: 0.85rem; }
  .text .span {
    font-size: 1.1rem; }
  footer {
    margin-top: 75px; } }
