@charset "UTF-8";

/* ------------------------------- 
Common
------------------------------- */
/* 見出し */
.sec-title {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.sec-title .sub {
    display: block;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    line-height: 100%;
    color: var(--c-green);
}


/* ------------------------------- 
404
------------------------------- */
.sec-404 {
    padding-top: 1rem;
    margin-bottom: 3rem;
}
