@charset "utf-8";
.service__bg::before { content: ""; display: block; position: fixed; top: 0px; left: 0px; z-index: -1; width: 100%; height: 400px; background: url("../images/service/bg_service.jpg") top center no-repeat; background-color: rgba(255,255,255,0.4); background-blend-mode: lighten; background-size: cover; }

/*-- テキスト --*/

/*-- 見出し --*/

/*-- case --*/
.service__case-image { width: 100%; margin: 0 auto; }

@media screen and (max-width: 767px) {
  .service__bg::before { height: 200px; }

  /*-- テキスト --*/

  /*-- 見出し --*/
}
