<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* subpage-box--philosophy */
.subpage-box--philosophy {
    padding-bottom: 44px;
}
.subpage-box--philosophy-sec__ttl {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 12px;
    border-left: 4px solid var(--accent-clr);
    margin-bottom: 19px;
}
.subpage-box--philosophy-sec__blue-bg {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px 7px 13px 8px;
    background: #f0f4fa;
    margin-bottom: 20px;
}
.subpage-box--philosophy-sec__box {
    border: 1px solid #707070;
    padding: 12px 19px 21px 9px;
    font-size: 1.6rem;
}
.subpage-box--philosophy-sec__box__ttl {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 12px 3px;
}
.subpage-box--philosophy-sec__box__list__items {
    padding-left: 1.5em;
    text-indent: -.8em;
}
.subpage-box--philosophy-sec__box__list__items:not(:last-child) {
    margin-bottom: 1.5em;
}
.subpage-box--philosophy-sec--founder {
    margin-top: 54px;
}
.subpage-box--philosophy-sec--founder .subpage-box--philosophy-sec__ttl {
    margin-bottom: 17px;
}
.subpage-box--philosophy-sec__img-wrapper {
    max-width: 226px;
    margin: 0 auto 16px;
}
.subpage-box--philosophy-sec--founder__txt {
    font-size: 1.6rem;
    line-height: 2;
}

/* subpage-box--history */
.subpage-box--history {
    margin-top: 36px;
}
.subpage-box--history__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 43px;
}
.subpage-box--history-sec:first-of-type {
    margin-top: 23px;
}
.subpage-box--history-sec:last-of-type {
    margin-top: 26px;
}
.subpage-box--history__table {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: -.05em;
    border-top: 1px solid #707070;
}
.subpage-box--history__table__row {
    display: grid;
    grid-template-columns: 57px auto;
    border-bottom: 1px solid #707070;
}
.subpage-box--history__table__year {
    padding: 10px 0 16px 6px;
    background: #f4f4f2;
}
.subpage-box--history__table__dtl {
    padding: 10px 0 16px 5px;
}
.subpage-box--history__table__dtl hr {
    margin: 16px 0 11px 2px;
}
.subpage-box--history-sec__ttl {
    color: #888;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (min-width:751px) {
    /* subpage-box--philosophy */
    .subpage-box--philosophy &gt; * {
        max-width: 832px;
    }
    .subpage-box--philosophy-sec__ttl {
        font-size: 2.4rem;
        padding-left: 12px;
        border-left: 4px solid var(--accent-clr);
        margin-bottom: 24px;
    }
    .subpage-box--philosophy-sec__blue-bg {
        font-size:  2rem;
        line-height: 1.45;
        padding: 15px 24px 20px;
        margin-bottom:  21px
    }
    .subpage-box--philosophy-sec__box {
        border: 1px solid #707070;
        padding: 21px 32px 20px 24px;
    }
    .subpage-box--philosophy-sec__box__ttl {
        margin: 0 0 20px 6px;
    }
    .subpage-box--philosophy-sec__box__list__items:not(:last-child) {
        margin-bottom: 1.75em;
    }
    .subpage-box--philosophy-sec--founder {
        margin-top: 65px;
    }
    .subpage-box--philosophy-sec--founder .subpage-box--philosophy-sec__ttl {
        margin-bottom: 21px;
    }
    .subpage-box--philosophy-sec--founder {
        display: grid;
        grid-template-columns: 1fr 27.163%;
        grid-template-rows: auto 1fr;
        gap: 0 96px;
        grid-template-areas: "ttl img"
                             "txt img" ;
    }
    .subpage-box--philosophy-sec__ttl {
        grid-area: ttl;
    }
    .subpage-box--philosophy-sec__img-wrapper {
        grid-area: img;
        max-width: 100%;
        margin: 12px 0 0 0;
    }
    .subpage-box--philosophy-sec--founder__txt {
        grid-area: txt;
        font-feature-settings: "palt";
        letter-spacing: .03em;
    }

    /* subpage-box--history */
    .subpage-box--history {
        margin-top: 37px;
    }
    .subpage-box--history__txt {
        line-height: 2;
        margin-bottom: 37px;
    }
    .subpage-box--history-sec:first-of-type {
        margin-top: 23px;
    }
    .subpage-box--history-sec:last-of-type {
        margin-top: 25px;
    }
    .subpage-box--history__table {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
        border-top: 1px solid #888;
    }
    .subpage-box--history__table__row {
        display: grid;
        grid-template-columns: 102px auto;
        border-bottom: 1px solid #888;
    }
    .subpage-box--history__table__year {
        padding: 7px 0 0 25px;
        background: #f4f4f2;
        border-right: 1px solid #707070;
    }
    .subpage-box--history__table__dtl {
        padding: 7px 0 7px 26px;
    }
    .subpage-box--history__table__dtl hr {
        margin: 7px 0 7px -3px;
    }
    .subpage-box--history-sec__ttl {
        margin-bottom: 10px;
    }
}</pre></body></html>