@charset "UTF-8";

@media not all and (min-width: 769px) {
  :root:where(html[lang="ja"]) .header .logo {
    max-inline-size: 177px;
  }
}

@media not all and (min-width: 1029px) and (min-width: 769px), print {
  :root:where(html[lang="ja"]) .step_group_title {
    font-size: calc(var(--rem) * 18);
  }
}
