/* ========================================
   ABOUT
======================================== */
.about{padding:40px 0 0}
.about-logo{
    width:160px;height:160px;
    margin:0 auto 56px;
    opacity:.9;
}
.about-logo img{
    width:100%;height:100%;
    object-fit:contain;
    filter:none;
}
.about-grid{
    display:grid;grid-template-columns:1fr 1fr;
    gap:56px;align-items:start;
}
.about-lead{
    font-family:'Zen Old Mincho',serif;
    font-size:clamp(18px,2.2vw,24px);
    font-weight:700;line-height:1.9;
    letter-spacing:.02em;
}
.about-body{
    font-size:13.5px;font-weight:400;line-height:2.2;
    color:#666;
}
.about-body p+p{margin-top:1.4em}
