  @charset "UTF-8";

h2 {position: relative;}
h2::before {
  content: url(/company/recruit/adoption_detail/images/common/h2_mark.png);
  position: relative;
  top: 0;
  margin-right: 10px;
}
h2::after {
  content: "";
}

.side_main_title{
  text-align: center;
}

.human_resourcesBlock{
  max-width: 1020px;
    margin: 50px auto 0;
}

.human_resourcesBlock img{
      margin: 0 auto;
    display: block;
}

.human_resourcesBlock p{
      margin: 6% auto;
          width: 900px;
    font-size: 2rem;
    letter-spacing: 2.8px;
    line-height: 1.4;
}

.human_resourcesBlock h2{
  text-align: center;
    margin-bottom: 55px;
    display: inline-block;
  }

@media screen and (max-width:1200px) {
}
@media screen and (max-width:1024px) {
	.human_resourcesBlock{
		width: 100%;
		padding: 0 2%;
	}
	.human_resourcesBlock p{
		width: 100%;
	}  
}
@media screen and (max-width:750px) {
	.wrapper {
		padding-top: 60px;
	}
	.human_resourcesBlock p{
	  font-size: 1.6rem;
	}
}
@media all and (max-width:540px) {

}

@media all and (max-width:640px) {

}
@media all and (max-width:480px) {

}