@charset "UTF-8";

/* ============================================================
   フッター
   ============================================================ */
.l-footer {
    position: relative;
    overflow: hidden;
    background: url("/images/top/footer__bg.webp") no-repeat center center / cover;
    padding: 0;
    height: 628px;
}

.l-footer *,
.org-footer * {
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
}

.l-footer a {
    text-decoration: none;
}
.l-footer a:hover {
    opacity: 1;
}
.org-footer__inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.org-footer__body {
    display: flex;
    align-items: stretch;
    gap: 80px;
    width: 1140px;
    margin: 0 auto;
}

.org-footer__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 736px;
    min-width: 0;
    padding: 71px 0 0;
}

.org-footer__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.org-footer__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.org-footer__top {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.org-footer__company {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.org-footer__company-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.org-footer__logo a {
    display: block;
}

.org-footer__logo img {
    display: block;
    width: 250px;
    height: 62px;
}

.org-footer__company-name {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

.org-footer__company-info {
    display: flex;
    flex-direction: column;
}

.org-footer__company-address,
.org-footer__company-tel {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.org-footer__btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    margin-bottom: 6px;
}

.org-footer__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 50px;
    padding: 15px 20px 15px 20px;
    border: 1px solid #89847f;
    border-radius: 99999px;
    background: #fff;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.org-footer__btn span {
    color: #3d3d3d;
}

.l-footer .org-footer__btn:hover {
    background: #3d3d3d;
    border-color: #3d3d3d;
    color: #fff;
    opacity: 1;
}
.l-footer .org-footer__btn:hover span {
    color: #fff;
}
.org-footer__btn-arrow {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background-color: currentColor;
    -webkit-mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
    mask: url("/images/top/new-more-arrow.svg") no-repeat center / contain;
}

.org-footer__line {
    border: none;
    width: 100%;
    height: 1px;
    margin: 0;
    background: #fff;
}

.org-footer__nav-list,
.org-footer__search-list,
.org-footer__legal-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.org-footer__nav-link,
.org-footer__search-link,
.org-footer__legal-link {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: opacity 0.25s ease;
    padding-left: 15px;
}

.org-footer__nav-link {
    color: #fff;
}
.org-footer__nav-link:before,
.org-footer__search-link:before,
.org-footer__legal-link:before{
    background: #fff;
    content: '';
    width: 9px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 11px;
}


.org-footer__nav-link:after,
.org-footer__search-link:after,
.org-footer__legal-link:after {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.org-footer__nav-link:hover:after,
.org-footer__search-link:hover:after,
.org-footer__legal-link:hover:after {
    transform: scale(1, 1);
}
.org-footer__search {
    display: flex;
    gap: 40px;
}

.org-footer__search-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.org-footer__search-ttl {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.org-footer__search-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.org-footer__legal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.org-footer__copy {
    margin: 0;
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.org-footer__visual {
    flex: 0 0 810px;
    width: 810px;
    height: 585px;
    overflow: hidden;
}

.org-footer__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}