@charset "UTF-8";
/* ------------------------------------------------- *
 *        company-profile-module
 * ------------------------------------------------- */
header .box-main-visual {
  position: relative;
  margin-top: 27px; }

#recruit header {
  padding-bottom: 0px; }
#recruit .box-main-visual {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }
#recruit h1 {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-size: 32px;
  letter-spacing: 0px;
  color: #242424;
  text-align: center;
  margin-left: 20px;margin-top:15px; }

/* ------------------------------------------------- *
 *        responsive-module
 * ------------------------------------------------- */
@media screen and (max-width: 991px) {
  header .box-main-visual{margin-top:50px;}
  #recruit h1{font-size:28px;} }
@media screen and (max-width: 767px) {
  header .box-main-visual {
    margin-top: 36px; }
    header .box-main-visual .sp-titile {
      position: absolute;
      z-index: 999;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px; } }

/*# sourceMappingURL=recruit.css.map */
@media screen and (max-width:767px) {#recruit h1 {color:#fff;}}
