.footer {
    margin-top: 160px;
}
footer.footer {
    background-color: #ffffff;
    width: 100%;
    height: 366px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-top: 1px solid;
}

.footer-a {
    margin-left: 190px;
}

.footer-b {
    padding: 0 80px;
    margin-top: 60px;
}

.footer-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* ===== 左側（会社情報） ===== */
.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.crumbs {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-bottom: 20px;
}

.image-placeholder {
    width: 220px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.companyName-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.72px;
    color: #000000;
    margin: 10px 0;
}

.companyInfo {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-top: 0;
}

.companyInfo p {
    margin: 4px 0;
}

/* ===== 右側（メニュー） ===== */

.footer-right {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
    gap: 60px;
    align-items: flex-start;
    margin-top: 0;
    z-index: 100;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ===== フッター下部（リンク・コピーライト） ===== */
.footer-bottom {
    position: relative;
    width: 100%;
    height: 110px;
    /* 少し余裕を持たせる */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
}

.footer-links {
    position: absolute;
    margin-top: 70px;
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.footer-links li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
    color: #000000;
    text-decoration: none;
}

.copyright {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-bottom: 40px;
}
.footer-links-top {
    display: flex;
    gap: 30px;
}
.footer-main {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    line-height: 32px;
    margin-bottom: 17px;
}
.footer-sub {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
    .footer {
        margin-top: 120px;
    }
    .footer-b {
        padding: 0 40px;
    }
    .footer-right {
        display: none;
    }
    .footer-links {
        margin-top: 20px;
        display: block;
        position: static;
    }
    .footer-bottom {
        position: static;
        display: block;
    }
    .copyright {
        margin-top: 35px;
    }
}
