@charset "UTF-8";

.l-footer *{
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
    color: #231815;
}

.l-footer.org-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding: 99px 0 0 0;
    font-family: 'Zen Old Mincho', sans-serif;
    color: #231815;
}

.l-footer.org-footer .footer__bg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 454px;
    overflow: hidden;
    pointer-events: none;
    background: url(/images/top/footer__bg.webp) center / cover no-repeat;
}
.l-footer.org-footer .footer__main {
    position: relative;
    z-index: 1;
    width: 100%;
}

.l-footer.org-footer .footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}

.l-footer.org-footer .footer__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 400px;
}

.l-footer.org-footer .footer__company {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.l-footer.org-footer .footer__logo-link {
    display: block;
    text-decoration: none;
}

.footer__logo-link:hover {
    opacity: 1;
    }

.l-footer.org-footer .footer__logo-img {
    display: block;
    width: 335px;
    height: 50px;
}

.l-footer.org-footer .footer__address {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #231815;
}

.l-footer.org-footer .footer__tel {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #231815;
}

.l-footer.org-footer .footer__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.l-footer.org-footer .footer__info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.l-footer.org-footer .footer__info-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 81px;
    height: 22px;
    padding: 0 10px 1px;
    margin: 0;
    background: rgba(35, 24, 21, 0.06);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.l-footer.org-footer .footer__info-txt {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
}

.l-footer.org-footer .footer__nav {
    display: flex;
    gap: 58px;
}

.l-footer.org-footer .footer__nav-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.l-footer.org-footer .footer__nav-ttl {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #231815;
}

.l-footer.org-footer .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-footer.org-footer .footer__nav-list li + li {
    margin-top: 0;
}

.l-footer.org-footer .footer__nav-link {
    display: block;
    position: relative;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-decoration: none;
    color: #231815;
}

.l-footer.org-footer .footer__nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #231815;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.l-footer.org-footer .footer__nav-link:hover::after {
    transform: scaleX(1);
}

.l-footer.org-footer .footer__bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 24px;
    background: #231815;
}

.l-footer.org-footer .footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

.l-footer.org-footer .footer__menu {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-footer.org-footer .footer__menu-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    text-decoration: none;
    color: #fff;
}

.l-footer.org-footer .footer__menu-link:hover {
    opacity: 0.7;
}

.l-footer.org-footer .footer__copy {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    white-space: nowrap;
}
.float__link {
    width: 50px;
    display: block;
}
.float__link img {
    width: 100%;
    height: 100%;
}
.float__linkbox {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 7;
    display: flex;
    flex-direction: column;
    gap: 5px;
}