/* Smartphone axis: header and hero (Figma 794:2393, y=0..281). */
@media screen and (max-width: 767.98px) {
  .uc-ebook-hero {
    min-height: 0;
    aspect-ratio: 414 / 281;
    padding-top: 3.75rem;
    background-image: url("../../img/uc/ebook-new-graduate/hero-bg-sp.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .uc-ebook-hero .uc-breadcrumbs {
    width: calc(100% - 1.25rem);
    margin-inline: auto;
    margin-bottom: 2.3022rem;
  }

  .uc-ebook-hero__inner {
    width: 90%;
    max-width: 20.9178rem;
    margin-inline: auto;
  }

  .uc-ebook-hero__header {
    max-width: none;
    padding-left: 0.25rem;
  }

  .uc-ebook-hero__badge {
    width: 4.1047rem;
    min-height: 2.0355rem;
    margin-bottom: 0.0466rem;
    margin-left: 0.2282rem;
    font-size: 1.375rem;
  }

  .uc-ebook-hero__title {
    margin-bottom: 0.4752rem;
    border-bottom-width: 0.09rem;
  }

  .uc-ebook-hero__title-text {
    padding-bottom: 0.1563rem;
    font-size: 2.2369rem;
    letter-spacing: 0.2237rem;
  }

  .uc-ebook-hero__subtitle {
    max-width: 13.5699rem;
    font-size: 0.9919rem;
    line-height: 1.3;
    letter-spacing: 0.119rem;
  }

  .uc-ebook-hero__person {
    display: none;
  }
}
