@charset "utf-8";

#area_projectst_kv .area_projectst_kvimg{
  background-image: url("/recruit/img/business/technology/projectstory/header_SP.jpg");
}
.area_projectst_kvimg{
  height: 22rem;
  background-size: cover;
  background-position: center;
}
#area_projectst_ttl{
  font-weight: bold;
  margin-top: -4.2rem;
}
#area_projectst_ttl .menu_ttl{
  display: inline-block;
  background-color: #FFF;
  font-size: 1.8rem;
  padding: 1rem 1.6rem 1rem 1.6rem;
}
#area_projectst_ttl h2{
  font-size: 2.8rem;
  padding-top: 2rem;
}
.area_question {
  margin-bottom: 2rem;
}
/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC*/
  #area_projectst_kv .area_projectst_kvimg{
    background-image: url("/recruit/img/business/technology/projectstory/header_PC.jpg");
  }

  #area_projectst_kv{
    position: relative;
  }
  .area_projectst_kvimg{
    height: 50rem;
  }
  #area_projectst_ttl{
    position: absolute;
    top: 22rem;
  }
  #area_projectst_ttl .menu_ttl{
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  #area_projectst_ttl h2>span{
    background: #FFF;
    padding: 1rem 1.6rem 1rem 1.6rem;
    font-size: 4.2rem;
    line-height: 1.75;
  }
  .area_banner img{
    width: 68rem;
  }

}