a svg {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
    transition: all 0.3s ease;
    fill: #020055;
}
a.arrow-link.-block,
.arrow-link a.-block,
.arrow-link.-block {
    display: block;
    position: relative;
    padding-right: 1.25em;
}
a.arrow-link.-block svg,
.arrow-link a.-block svg,
.arrow-link.-block svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
}
small {
    font-size: 70%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.accTrg {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
input,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input,
button,
textarea,
label,
select {
    font-family: inherit;
    font-size: 100%;
    color: #000;
    vertical-align: middle;
    box-sizing: border-box;
}
button {
    border: none;
    background: transparent;
    margin: 0;
}

/* _footer.scss */
.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.footer_main {
    background: #FAF8F6;
}

.footer_main .footer_pc_aside {
    flex: 0 0 auto;
    background: #F00000;
    max-width: 343px;
    width: 23%;
    padding-top: 154px;
}

.footer_main .footer_pc_aside a {
    display: block;
    max-width: 197px;
    width: 70%;
    margin: auto;
}

.footer_main .ft-header {
    display: flex;
    align-items: center;
}

.footer_main .ft-header .ft-title {
    aspect-ratio: 107/11;
}

.footer_main .ft-header .ft-title a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_main .ft-header .ft-title a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer_main .ft-header .ft-nav_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.28vw;
    margin: 0;
}

.footer_main .ft-header .ft-nav_area li {
    flex: 0 0 auto;
    margin: 0;
}

.footer_main .ft-header .ft-nav_area li a {
    padding-bottom: 0.25em;
    border-bottom: 1px dashed transparent;
}

.footer_main .ft-header .ft-nav_area li a:hover {
    border-bottom: 1px dashed;
}

.footer_main .ft-header .ft-nav_area li a svg {
    fill: #000;
    margin: 0 0 0 0.25em;
}

.footer_main a {
    font-size: 1.4rem;
    color: #000;
}

.footer_main .ft-footer .ft-nav_sub a {
    padding-bottom: 0.25em;
    border-bottom: 1px dashed transparent;
}

.footer_main .ft-footer .ft-nav_sub a:hover {
    border-bottom: 1px dashed;
}

.ft-nav_hd {
    color: #000;
}

.footer-bottom .footer-inner {
    display: flex;
    align-items: center;
}

.footer-bottom .footer-inner .ft-imgBox {
    max-width: 300px;
    aspect-ratio: 20/1;
    width: 100%;
}

.simpleFooter {
    padding: 10px 0;
    color: #999;
    background-color: #fff;
    box-shadow: 0px 0 0 0;
    margin: 0;
}

.simpleFooter .copyright {
    margin: 0;
}

.simpleFooter .copyright small {
    color: #5a5a5a;
    display: block;
}

@media print,
screen and (min-width: 769px) {
    .footer {
        padding-bottom: calc(48px + 1.7vw);
    }

    .footer .footer-inner {
        padding: 1.14vw;
    }

    .footer .footer_main {
        display: flex;
    }

    .footer .footer_main .footer-inner {
        padding: 60px;
    }

    .footer .footer_main .ft-header {
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 57px;
    }

    .footer .footer_main .ft-header .ft-title {
        max-width: 287px;
        width: 20.5vw;
        min-width: 187px;
    }

    .footer .footer_main .ft-grid {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-template-rows: repeat(3, auto);
        grid-gap: 2% 5%;
        margin-bottom: 4.56vw;
    }

    .footer .footer_main .ft-grid .ft-nav_hd,
    .footer .footer_main .ft-grid .ft-nav_hd a {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .footer .footer_main .ft-grid .ft-area_sell {
        grid-area: 1/1/2/2;
    }

    .footer .footer_main .ft-grid .ft-area_lease {
        grid-area: 1/2/2/3;
    }

    .footer .footer_main .ft-grid .ft-area_buy {
        grid-area: 1/3/2/4;
    }

    .footer .footer_main .ft-grid .ft-area_rent {
        grid-area: 1/4/2/5;
    }

    .footer .footer_main .ft-grid .ft-area_selection {
        grid-area: 2/1/3/5;
        padding-top: 55px;
    }

    .footer .footer_main .ft-grid .ft-area_useful {
        grid-area: 3/1/4/5;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_hd {
        position: relative;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #BD967C;
    }

    .footer .footer_main .ft-grid .ft-area .accTrg {
        display: none;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list {
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li {
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a {
        margin-bottom: 1rem;
        border-bottom: 1px dashed transparent;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:hover {
        color: #000;
        border-bottom: 1px dashed;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a svg {
        display: none;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful {
        display: flex;
        display: block;
        gap: 2.28vw;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_hd,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_hd {
        flex: 0 0 220px;
        border: none;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list {
        flex: 1 1 0;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list li,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list li {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list li a,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list li a {
        padding: 0 0 0 2rem;
        margin-right: 3rem;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list li a svg,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list li a svg {
        display: block;
        fill: #000;
        right: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list li a.ft-outer-link,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list li a.ft-outer-link {
        padding-right: 2rem;
    }

    .footer .footer_main .ft-grid .ft-area.ft-area_selection .ft-nav_list li a.ft-outer-link .ft-outer-link_icon,
    .footer .footer_main .ft-grid .ft-area.ft-area_useful .ft-nav_list li a.ft-outer-link .ft-outer-link_icon {
        left: auto;
        right: 0;
    }

    .footer .footer_main .ft-footer .ft-nav_sub {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer .footer_main .ft-footer .ft-nav_sub li::before,
    .footer .footer_main .ft-footer .ft-nav_sub li:last-child::after {
        content: "|";
        margin: 0 0.5em;
        color: #000;
    }

    .footer .footer-bottom .footer-inner {
        text-align: left;
        margin-top: 1.14vw;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .footer-bottom .footer-inner .ft-imgBox {
        margin: 0;
    }

    .simpleFooter {
        text-align: center;
        margin: 50px 0 0 0;
    }

    .simpleFooter .copyright {
        line-height: 44px;
    }

    .simpleFooter .copyright small {
        text-align: center;
        font-size: 1.2rem;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .footer {
        padding-bottom: calc(83px + 1.7vw);
    }
}

@media print,
screen and (min-width: 769px) {
    .old-layout .footer .footer_main .ft-footer .ft-nav_sub {
        margin-bottom: 2em;
    }

    .old-layout .footer .footer_main .ft-footer .ft-nav_sub li {
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    small {
        font-size: 90%;
    }
    .footer {
        padding-bottom: 32px;
    }

    .footer .footer-inner {
        padding: 16px 0;
    }

    .footer .footer_main {
        background: #F6F1EE;
    }

    .footer .footer_main .footer_pc_aside {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 22px 0;
    }

    .footer .footer_main .footer_pc_aside a {
        display: block;
        max-width: 267px;
        margin: auto;
    }

    .footer .footer_main .ft-header {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .footer .footer_main .ft-header .ft-title {
        width: 214px;
        margin: 48px auto;
    }

    .footer .footer_main .ft-header .ft-nav_area {
        padding: 0 16px;
    }

    .footer .footer_main .ft-grid {
        border-bottom: 1px solid #BD967C;
        margin-bottom: 24px;
    }

    .footer .footer_main .ft-grid .ft-area {
        position: relative;
        border-top: 1px solid #BD967C;
    }

    .footer .footer_main .ft-grid .ft-area .accTrg {
        position: absolute;
        width: 100%;
        height: 4.8rem;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .footer .footer_main .ft-grid .ft-area .accTrg::before {
        content: "";
        display: block;
        width: 0.2rem;
        height: 1.2rem;
        border: none;
        background-color: #000;
        background-image: none;
        background-size: auto;
        border-radius: 0;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        right: 2.1rem;
        transition: 0.3s ease-out;
    }

    .footer .footer_main .ft-grid .ft-area .accTrg::after {
        content: "";
        display: block;
        width: 1.2rem;
        height: 0.2rem;
        border-radius: 0;
        background: #000;
        position: absolute;
        right: auto;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 1.6rem;
    }

    .footer .footer_main .ft-grid .ft-area .accTrg:hover {
        background: rgba(2, 0, 85, 0.04);
    }

    .footer .footer_main .ft-grid .ft-area .accTrg.active {
        background: rgba(2, 0, 85, 0.04);
    }

    .footer .footer_main .ft-grid .ft-area .accTrg.active:hover {
        background: rgba(2, 0, 85, 0.04);
    }

    .footer .footer_main .ft-grid .ft-area .accTrg.active::before {
        height: 0.2rem;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_hd {
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_hd * {
        display: block;
        font-size: 1.6rem;
        line-height: 1;
        padding: 1em;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list {
        display: none;
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li {
        border-top: 1px solid #D8C3B4;
        margin: 0;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a {
        padding: 1em;
        background: rgba(255, 255, 255, 0.2);
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #020055;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:hover svg {
        fill: #020055;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a svg {
        fill: #000;
        right: 1.6rem;
    }

    .footer .footer_main .ft-grid .ft-area .ft-nav_list li a.ft-outer-link svg:not(.ft-outer-link_icon) {
        display: none;
    }

    .footer .footer_main .ft-footer .ft-nav_sub {
        margin: 0;
    }

    .footer .footer_main .ft-footer .ft-nav_sub li {
        margin: 0 16px 12px;
    }

    .footer .footer-bottom .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .footer-bottom .footer-inner .ft-imgBox {
        width: 80vw;
        margin-bottom: 18px;
    }

    .simpleFooter {
        background-color: #fff;
    }

    .simpleFooter .copyright {
        background-color: #fff;
    }

    .simpleFooter .copyright small {
        padding: 10px;
        font-size: 1rem;
        text-align: center;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .old-layout .footer .footer_main .ft-grid .ft-area .ft-nav_list li a {
        color: #020055;
    }

    .old-layout .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:visited,
    .old-layout .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:active {
        color: #020055;
    }

    .old-layout .footer .footer_main .ft-grid .ft-area .ft-nav_list li a:hover {
        color: #020055 !important;
    }
}