@charset "UTF-8";
/* ========================================
   About Page Hero
   共通 .hero + .hero-image + .hero-content + .title--hero--black を使用
   Figma: PC 588:1159 / SP 799:2617
======================================== */
.about-page .hero-image img {
  object-position: center 30%;
}

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