@charset "UTF-8";

.sig {
    display: block;
    margin-top: 2rem;
    text-align: right;
}

/* ==========================================
   ABOUT 見出し
========================================== */

.about-intro__content h2 {
    max-width: 700px;
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1.28;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

@media screen and (min-width:1025px) and (max-width:1500px) {

    .about-intro__content h2 {
        font-size: 52px;
    }

}