@media only screen and (min-width: 735px) {
    .headline-center-ll {
        position: absolute;
    }
    .headline-center-s {
        position: relative;
    }
}
@media only screen and (max-width: 735px) {
    .headline-center-ll {
        position: relative;
    }
    .headline-center-s {
        position: absolute;
    }
}

@media only screen and (min-width: 1068px) {
    .page-overview .section-hero .section-copy {
    max-width: 56rem
}
    .headline-center-ol {
        position: absolute;
    }
}
@media only screen and (max-width: 1068px) {
    .headline-center-ol {
        position: relative;
    }
}
@media only screen and (max-width:734px) {
  .page-overview .gallery .button-margin {
  margin-bottom: 10px;
}
}

.beforeQuo {
    position: relative;
 }
 .beforeQuo:before {
    content: "「";
    position: absolute;
    top: -5px;
    left: -1.2rem;
    display: block;
 }

 /* Next step：仅保留两卡时左对齐，避免 1fr 均分整行 */
.section-next-step .card-set {
    grid-auto-columns: auto;
    justify-content: start;
}