@charset "UTF-8";

/*--------理念--------*/
#hd_company+section .heading.block_header_2{
    margin-bottom: 40px;
}
#hd_company+section .heading.block_header_2 .h{
    font-size: 3.2rem!important;
    width: 100%;
    background: none;
    padding-bottom: 0;
}
#hd_company+section .heading.block_header_2 p{
    font-size: 6rem;
    line-height: 1.2;
}
#hd_company+section .inner_item_img{
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	padding: 10px;
	transform: rotate(5deg);
}
#hd_company+section .inner_item_txt{
    padding-right: 8%;
}

@media screen and (max-width: 900px){
    #hd_company + section .inner_item_img{
        margin: 0 2% 30px;
    }
    #hd_company+section .heading.block_header_2 {
	    margin-bottom: 20px;
    }
    #hd_company+section .heading.block_header_2 p{
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 901px){
  #hd_company+section .heading.block_header_2 p{
        font-size: 3.2rem;
  }
}
