@charset "utf-8";

.t_cta,
.footer {
    position: relative;
    z-index: 20;
}

.t_cta .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.t_cta .inner {
    padding: 48px 0 64px;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
}

.t_cta .inner .sec-head {
    padding-bottom: 21px;
}

.t_cta .inner .sec-head .tit-en,
.t_cta .inner .sec-head .tit-ja {
    color: #FFF;
}

.t_cta .inner .sec-head .line {
    width: 15%;
}

.t_cta .inner .sec-head .line::before {
    background-color: #FFF;
}

.t_cta .inner .morebtn {
    max-width: 413px;
}

.t_cta .inner .morebtn a {
    background-color: transparent;
    border-color: #FFF;
}

.t_cta .inner .morebtn:hover a {
    background-color: #C10500;
}

.t_cta .inner .morebtn:hover a .link-text {
    color: #FFF;
}

.t_cta .inner .morebtn a .arrow {
    background-image: url(/system_panel/uploads/images/20260817135111497184.svg);
}

.t_cta .inner .morebtn:hover a .arrow {
    background-image: url(/system_panel/uploads/images/20260816101112492774.svg);
}

.t_cta .inner .sec-head .tit-ja br {
    display: none;
}

.footer {
    background-color: #000000;
    color: #FFF;
}

.footer::after {
    content: "";
    width: 100%;
    height: 11px;
    background-color: #C10500;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .inner {
    padding: 54px 0 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5%;
    justify-content: space-between;
}

.footer .inner .c-prof {
    max-width: 312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.footer .inner .f-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 75px;
    width: 100%;
}

.footer .inner .f-menu .list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.footer .inner .f-menu .list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2%;
    border-right: 1px solid #FFF;
}

.footer .inner .f-menu .list a:last-child {
    border-right: none;
}



.footer .inner .f-menu .list .tit-ja {
    font-size: clamp(1.063rem, 0.688rem + 0.47vw, 1.25rem);
    font-weight: 400;
}

.footer .inner .f-menu .list .tit-en {
    font-size: clamp(0.75rem, 0.5rem + 0.31vw, 0.875rem);
    color: #c10500;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .footer .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer .inner .f-menu .list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    }

    .footer .inner .f-menu .list a {
        padding: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .footer .inner .f-menu .list {
        display: flex;
        flex-direction: column;
    }

    .footer .inner .f-menu .list a {
        padding: 20px 0;
        border-right: none;
        position: relative;
    }

    .footer .inner .f-menu .list a::after {
        content: "";
        width: 10%;
        height: 1px;
        background-color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }

    .footer .inner .f-menu .list a:last-child::after {
        content: none;
    }

    .footer .inner .f-menu {
        align-items: center;
        gap: 60px;
    }

}

@media (max-width: 767px) {
    .t_cta .inner .sec-head .tit-ja br {
        display: block;
    }

    .t_cta .inner .sec-head .tit-ja {
        line-height: calc(35/24);
    }
}