@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.hedImg_in::after {
  content: '';
  display: inline-block;
  width: 70%;
  height: 180px;
  background: url("../images/company/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 20px;
}

/* index
--------------------------------------------*/




}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {
.hedImg_in::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url("../images/company/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 10px;
}

/* index
--------------------------------------------*/










}
