@charset "UTF-8";
html, body#it_career_fair {
  font-family: 'Noto Sans JP', 'Roboto', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #121212;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 991px) {
  html.is-fixed,
  html.is-fixed body#it_career_fair {
    height: 100%;
    overflow: hidden;
  }
}

/*================================================
　　　　* フッターのCTAボタン反映用（スタイルの優先度を下げるため、id外に記述）
================================================*/
#footer .button {
  display: inline-block;
  padding: 15px 20px;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0.875em;
  font-weight: 600;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: 8px 10px 20px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
  cursor: pointer;
}

#footer .button:hover {
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@import "css/common/reset.css";
@import "css/common/style.css";
@import "css/module/contents-top.css";
@import "css/module/contents-detail.css";
@import "css/plugin/lity.min.css";
@import "css/plugin/slick.css";
@import "css/shared/footer.css";

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