.ishiwata-hero:has(> .ishiwata-hero__inner > .container > h3) {
  height: 580px;
}
@media (max-width: 768px) {
  .ishiwata-hero:has(> .ishiwata-hero__inner > .container > h3) {
    height: auto;
  }
}
.ishiwata-hero .container {
  position: relative;
}
.ishiwata-hero h2 {
  font-size: 3.5rem;
  font-weight: 900;
  padding: 0.75rem;
  width: 720px !important;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .ishiwata-hero h2 {
    font-size: 1.6rem;
    width: 100% !important;
    margin-top: 1rem;
  }
}
.ishiwata-hero h2 .mado-red {
  color: #cd3535;
}
.ishiwata-hero h2 .mado-blue {
  color: #0a2b6f;
}
.ishiwata-hero h3 {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0a2b6f;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ishiwata-hero h3 {
    top: -1rem;
    right: auto;
    left: 0;
    font-size: 1rem;
  }
}
.ishiwata-hero h3 strong {
  font-size: 900;
}/*# sourceMappingURL=mado.css.map */