.site-footer-modern {
    background: #0f2748;
    color: rgba(255,255,255,.82);
    margin-top: 0;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.site-footer-modern,
.site-footer-modern * {
    box-sizing: border-box;
}
.site-footer-modern__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 24px 28px;
}
.site-footer-modern__intro {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}
.site-footer-modern__intro h2 {
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    position: static;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.45;
    font-family: 'Yu Gothic UI', 'Meiryo', sans-serif;
}
.site-footer-modern__intro h2::before,
.site-footer-modern__grid h3::before {
    content: none !important;
    display: none !important;
}
.site-footer-modern__intro p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.site-footer-modern__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 22px;
    align-items: start;
}
.site-footer-modern__grid section {
    min-width: 0;
}
.site-footer-modern__grid h3 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    position: static;
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
    font-family: 'Yu Gothic UI', 'Meiryo', sans-serif;
}
.site-footer-modern__grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.site-footer-modern__grid li,
.site-footer-modern__grid a {
    color: rgba(255,255,255,.78);
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
.site-footer-modern__grid a {
    text-decoration: none;
}
.site-footer-modern__grid a:hover {
    color: #fff;
    text-decoration: underline;
}
.site-footer-modern__bottom {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .88rem;
    line-height: 1.6;
    text-align: center;
}
.site-footer-modern__bottom p {
    margin: 0;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}
@media (max-width: 767px) {
    .site-footer-modern__inner {
        padding: 28px 18px 76px;
    }
    .site-footer-modern__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .site-footer-modern__grid {
        grid-template-columns: 1fr;
    }
}
