.org-footer * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.org-footer {
    width: 100%;
    background-color: #093522;
    padding: 75px 0 20px;
}
    .org-footer__inner {
        display: flex;
        justify-content: space-between;
        width: 1140px;
        margin-inline: auto;
    }
        .org-footer__left {
            padding-top: 5px;
        }
        .org-footer__ttl a {
            font-size: 35px;
            font-weight: 900;
            line-height: 1.4;
            color: #FFF;
        }
        .org-footer__address-txt {
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            color: #FFF;
            margin-top: 16px;
        }
        .org-footer__tel-txt {
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            color: #FFF;
            margin-top: 20px;
        }
        .org-footer__contact-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 39px;
        }
            [class*="org-footer__contact-link"] {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 220px;
                height: 50px;
                border-radius: 5px;
                border: 1px solid #FFF;
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                color: #FFF;
                --icn-color: #FFF;
                position: relative;
            }
            [class*="org-footer__contact-link"] svg {
                position: absolute;
                top: 50%;
                right: 14px;
                transform: translateY(-50%);
            }
        .org-footer__nav {
            display: grid;
            grid-template-columns: 96px 160px;
            gap: 50px;
        }
        .org-footer__nav-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
            .org-footer__nav-link {
                font-size: 16px;
                font-weight: 700;
                line-height: 1;
                color: #FFF;
            }
        .org-footer__bottom {
            margin-top: 90px;
            border-top: 1px solid #969696;
        }
            .org-footer__copyright-txt {
                font-size: 14px;
                font-weight: 700;
                line-height: 1;
                color: #FFF;
                text-align: center;
                margin-top: 17px;
            }