/* ========================================
   ページコンテンツ背景画像（共通コンポーネント）
======================================== */
.l-contents {
  position: relative;
}
.l-contents::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* 背景画像のバリエーション */
.l-contents[data-bg="education"]::before {
  width: 90%;
  max-width: 1155px;
  height: 574px;
  background-image: url("/wp/wp-content/themes/otsuma/assets/images/page-bg/education-contents-bg.png");
  background-size: contain;
}

@media (max-width: 767px) {
  /* .page-title-section {
    height: 350px;
  } */
  .l-contents[data-bg="education"]::before {
    top: 70px;
    width: 320px;
    height: 160px;
    background-size: contain;
  }
}
