@charset "UTF-8";
/* ========================================
   Contact Page Hero
   共通 .hero + .hero-image + .hero-content + .title--hero--white を使用
   Figma: PC 160:1298 / SP 277:6757
======================================== */
.contact-page .hero-image img {
  object-position: center 30%;
}

@media (max-width: 960px) {
  .contact-page .hero-image img {
    margin-top: 0;
    object-position: center 25%;
  }
}