.service-visual {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

@media (min-width: 901px) and (min-height: 700px) {
  .detail-page {
    height: calc(100vh - 190px);
    min-height: 610px;
    max-height: 730px;
  }

  .detail-hero,
  .detail-body {
    min-height: 0;
    overflow: hidden;
  }

  .detail-hero {
    display: flex;
    flex-direction: column;
    padding: 22px max(3.2vw, 34px) 18px;
  }

  .detail-hero .section-label {
    margin-bottom: 10px;
  }

  .detail-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(44px, 4.7vw, 70px);
  }

  .detail-intro {
    font-size: 16px;
    line-height: 1.5;
  }

  .service-visual {
    flex: 1;
    min-height: 0;
    max-height: 390px;
    margin-top: 16px;
  }

  .detail-body {
    justify-content: flex-start;
    padding: 22px max(3.5vw, 38px) 18px;
    font-size: 15px;
    line-height: 1.48;
  }

  .detail-body p {
    margin-top: 0;
    margin-bottom: 7px;
  }

  .detail-body .service-copy-heading,
  .detail-body .service-copy-heading:first-child {
    margin: 12px 0 6px;
    font-size: 12px;
  }

  .detail-body .service-copy-heading:first-child {
    margin-top: 0;
  }

  .detail-body ul {
    margin: 0 0 8px;
    padding-left: 20px;
  }

  .detail-body .button {
    margin-top: 8px;
    padding: 13px 20px;
  }

  .service-pagination-link {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
