@charset "utf-8";
#area_menu_kv{
  background-image: url("/recruit/img/business/industry/header_SP.jpg");
}
#area_conts .fact_ttl{
  font-size: 2rem;
  margin-top: 5rem;
}
#area_conts .fact_ttl .bar {
  font-weight: normal;
}
#area_conts .fact_subttl{
  margin: 4rem auto 2rem;
}
.box_blue .area_img {
  width: 14.4rem;
}
/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC*/
  #area_menu_kv{
  background-image: url("/recruit/img/business/industry/header_PC.jpg");
}
.box_blue .area_img {
  width: 18.5rem;
}
}