@charset "UTF-8";

.org-footer * {
    font-weight: 400;
    color: #FFF;
    font-family: "Noto Sans JP";
    box-sizing: border-box;
}
.org-footer * a:hover {
    text-decoration: none;
}

.org-footer {
    background: #304151;
}
    .org-footer__inner {
        width: 1080px;
        margin: 0 auto;
        padding: 50px 0 20px;
    }
        [class*="org-footer__flex--"] {
            display: flex;
            justify-content: space-between;
        }
        .org-footer__flex--main {
            margin-bottom: 90px;
        }
            .org-footer__title {
                width: 310px;
                font-size: 22px;
                font-weight: 500;
                line-height: 1.5;
                margin-bottom: 14px;
                font-family: "Zen Old Mincho";
            }
            .org-footer__text {
                font-size: 13px;
                font-weight: 400;
                line-height: 1.5;
            }
        .org-footer__right {
            display: flex;
            gap: 0 60px;
            margin-top: 10px;
        }
            .footer__link-item:not(:last-child) {
                margin-bottom: 20px;
            }
                .footer__link-item a {
                    display: flex;
                    align-items: center;
                    gap: 0 9px;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 1;
                }
                    .footer__link-item a::before {
                        content: '';
                        background: #FFF;
                        width: 5px;
                        height: 1px;
                    }
                    .footer__link-item a:hover {
                        color: #FFF;
                        opacity: .7;
                        transform: .4s;
                    }
        .copyright {
            font-size: 13px;
            font-weight: 400;
            line-height: 1.5;
        }
        .default__link-list {
            display: flex;
            align-items: center;
            gap: 0 25px;
        }
            .default__link-item a {
                font-size: 13px;
                font-weight: 400;
                line-height: 1.5;
            }
            .default__link-item a:hover {
                color: #FFF;
                opacity: .7;
                transition: .4s;
            }
        .footer_pagetop {
            display: none;
        }