/* PageHero — 固定ヘッダーの下に回り込み、ページ上端から配置 */
.ph-sec {
  position: relative;
  z-index: 0;
  margin-top: -88px !important; /* = .site-body padding-top（内ページ） */
  height: 420px !important;
}

.ph-title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .ph-sec {
    margin-top: -62px !important;
    height: 260px !important;
  }
  .ph-title {
    font-size: 24px !important;
  }
}
