@charset "UTF-8";

/*//////////////////// Footer ////////////////////*/
.l-footer {
    padding: 0;
}
.org-footer {
    padding: 80px 0 16px;
    background: #1d3a6d;
    color: #fff;
}
    .org-footer * {
        font-family: "Zen Kaku Gothic New", sans-serif;
        box-sizing: border-box;
    }
    .org-footer__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        width: 1140px;
        margin: 0 auto 75px;
    }
    .org-footer__info-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 365px;
        flex-shrink: 0;
    }
        .org-footer__info {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
            .org-footer__name {
                margin: 0;
                font-size: 20px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.06em;
                color: #fff;
                text-decoration: none;
            }
            .org-footer__address {
                margin: 0;
                font-style: normal;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.6;
                color: #fff;
            }
        .org-footer__contact {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
            .org-footer__tel {
                display: inline-flex;
                gap: 5px;
                align-items: center;
                margin: 0;
                color: #fff;
            }
                .org-footer__tel-icn {
                    display: block;
                    flex-shrink: 0;
                    width: 20px;
                    height: 24px;
                    color: #fff;
                }
                .org-footer__tel-num {
                    font-size: 28px;
                    font-weight: 500;
                    line-height: 1;
                    color: #fff;
                }
            .org-footer__detail {
                display: flex;
                flex-direction: column;
                gap: 1px;
                margin: 0;
            }
                .org-footer__detail p {
                    margin: 0;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.6;
                    color: #fff;
                }
    .org-footer__nav {
        display: flex;
        gap: 80px;
        align-items: flex-start;
    }
        .org-footer__nav-col {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
            .org-footer__nav-col--contents {
                width: 190px;
            }
            .org-footer__nav-col--lifeplan {
                width: 160px;
            }
            .org-footer__nav-col--other {
                width: 160px;
            }
            .org-footer__nav-ttl {
                margin: 0;
                padding-bottom: 16px;
                border-bottom: 1px solid #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                color: #fff;
            }
            .org-footer__nav-lists {
                display: flex;
                gap: 30px;
            }
            .org-footer__nav-list {
                display: flex;
                flex-direction: column;
                gap: 14px;
                margin: 0;
                padding: 0;
                list-style: none;
            }
                .org-footer__nav-link {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1;
                    color: #fff;
                    text-decoration: none;
                }
    .org-footer__copy {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
