@charset "UTF-8";
/* ========================================
   Privacy Policy Page Hero
   共通 .hero + .hero-image + .hero-content + .title--hero--white を使用
   Figma: PC 160:945 / SP 277:7505
   Contact と同じ構造。差分: object-position + SP 文字色黒
======================================== */
.privacy-page .hero-image img {
  object-position: center 20%;
}

.privacy-page .hero-content {
  width: max-content;
}

@media (max-width: 960px) {
  .privacy-page .hero-image img {
    margin-top: 0;
    object-position: center 20%;
  }
  .privacy-page .title--hero--white {
    color: #000;
    line-height: 42px;
    margin-bottom: -12px;
  }
  .privacy-page .subtitle--hero--white {
    color: #000;
  }
}