#career .title {
  height: 190px;
  margin-bottom: 100px;
}

#career .title h2 img {
  height: 40px;
}

#career .title.sogo {
  background: url(../../img/page/recruit/career/title-sogo.jpg) center center/cover no-repeat;
}

#career .title.gengyo {
  background: url(../../img/page/recruit/career/title-gengyo.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px) {
  #career .title {
    height: 50vw;
    margin-bottom: 10vw;
  }
  #career .title h2 img {
    height: 9vw;
  }
}

#career .table {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  #career .table {
    margin-bottom: 10vw;
  }
}

#career .copyright {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 12px;
  line-height: 1.7em;
}

@media screen and (max-width: 640px) {
  #career .copyright {
    font-size: 3vw;
  }
}

#career .links {
  width: 400px;
  margin: 0  auto 50px;
}

#career .links a {
  display: block;
  background: url(../../img/page/recruit/common/arrow-circle-right-white.svg) right 20px center/auto 1.6em no-repeat #9d163a;
  color: #ffffff;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#career .links a:hover {
  background-color: #000000;
}

@media screen and (max-width: 640px) {
  #career .links {
    width: 90%;
    margin-bottom: 6vw;
  }
  #career .links a {
    font-size: 4vw;
  }
}

/*# sourceMappingURL=career.css.map */