a
{
    text-decoration: none;

    color: #070707;
}

/* ============== .foot ============== */
.foot
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 632px;
    padding: 90px 0 42px;
}

@media print, screen and (max-width: 1920px)
{
    .foot
    {
        height: 32.91667vw;
        padding: 4.6875vw 0 2.1875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot
    {
        height: auto;
        padding: 5.85938vw 0 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot
    {
        padding: 6.66667vw 0 4vw;
    }
}

.foot::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_foot_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top center;
    background-size: cover;

    inset: 0;
}

@media print, screen and (max-width: 430px)
{
    .foot::before
    {
        background-image: url(../images/img_foot_bg_sp.jpg);
    }
}

.foot__nav
{
    margin-bottom: 108px;
}

@media print, screen and (max-width: 1920px)
{
    .foot__nav
    {
        margin-bottom: 5.625vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__nav
    {
        margin-bottom: 5.85938vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__nav
    {
        display: none;
    }
}

.foot__listBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width: 1025px)
{
    .foot__listBox
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 1.95312vw 3.90625vw;
    }
}

.foot__link
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;

    position: relative;

    display: inline-block;

    letter-spacing: .1em;

    color: #fff;
}

.foot__link::before
{
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;

    width: 5px;
    height: 5px;
    margin: 0 auto;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    opacity: 0;
    background-color: #c6ac7a;
}

@media print, screen and (max-width: 1920px)
{
    .foot__link::before
    {
        top: -.9375vw;

        width: .26042vw;
        height: .26042vw;
    }
}

@media (any-hover: hover)
{
    .foot__link:hover
    {
        color: #c6ac7a;
    }
    .foot__link:hover::before
    {
        opacity: 1;
    }
}

.foot__wrp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 430px)
{
    .foot__wrp
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.foot__logo
{
    display: block;

    width: 224px;

    -webkit-transition: .3s;
            transition: .3s;
}

@media print, screen and (max-width: 1920px)
{
    .foot__logo
    {
        width: 11.66667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__logo
    {
        width: 14.64844vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__logo
    {
        width: 26.66667vw;
        margin-bottom: 4vw;
    }
}

.foot__logo > img
{
    display: block;

    width: 100%;
}

@media (any-hover: hover)
{
    .foot__logo:hover
    {
        opacity: .8;
    }
}

.foot__overviewBox
{
    margin: 0 40px;
}

@media print, screen and (max-width: 1920px)
{
    .foot__overviewBox
    {
        margin: 0 2.08333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__overviewBox
    {
        margin: 0 2.92969vw 0 5.85938vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__overviewBox
    {
        margin: 0 0 4vw;
    }
}

.foot__item
{
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 16px;

    text-align: left;
    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .foot__item
    {
        margin-bottom: .83333vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__item
    {
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__item
    {
            flex-direction: column;

        margin-bottom: 4vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.foot__term
{
    width: 117px;
    line-height: 1.6666;
}

@media print, screen and (max-width: 1920px)
{
    .foot__term
    {
        width: 6.09375vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__term
    {
        width: 7.8125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__term
    {
        width: 100%;
    }
}

.foot__description
{
    line-height: 1.6666;

    width: 420px;
  
    color: #fff !important;
}

@media print, screen and (max-width: 1920px)
{
    .foot__description
    {
        width: 21.875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__description
    {
        width: 31.25vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__description
    {
        width: 100%;
        margin-top: 2.66667vw;
    }
}

.foot__description--tel
{
    display: contents;
}

.foot__contact
{
    position: relative;
    z-index: 10;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 244px;
    height: 227px;
    padding-top: 81px;

    -webkit-transition: .3s;
            transition: .3s;
}

@media print, screen and (max-width: 1920px)
{
    .foot__contact
    {
        width: 12.70833vw;
        height: 11.82292vw;
        padding-top: 4.21875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__contact
    {
        width: 17.57812vw;
        height: 15.625vw;
        padding-top: 4.88281vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__contact
    {
        width: 49.33333vw;
        height: 45.33333vw;
        padding-top: 13.33333vw;
    }
}

.foot__contact::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

    width: 228px;
    height: 227px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/img_cta_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .foot__contact::before
    {
        width: 11.875vw;
        height: 11.82292vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__contact::before
    {
        width: 15.625vw;
        height: 15.625vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__contact::before
    {
        width: 40vw;
        height: 40vw;
    }
}

@media (any-hover: hover)
{
    .foot__contact:hover
    {
        opacity: .8;
    }
}

.foot__contactBlack
{
    width: 100%;
    padding: 4px 0 5px;

    background-color: #070707;
}

@media print, screen and (max-width: 1920px)
{
    .foot__contactBlack
    {
        padding: .20833vw 0 .26042vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__contactBlack
    {
        padding: .29297vw 0 .39062vw;
    }
}

.foot__contactTxt
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 430px)
{
    .foot__contactTxt
    {
        line-height: 1.5;

        white-space: nowrap;
    }
}

.foot__contactTel
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    margin-top: 15px;

    letter-spacing: .05em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .foot__contactTel
    {
        margin-top: .78125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .foot__contactTel
    {
        margin-top: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__contactTel
    {
        margin-top: 1.6vw;
    }
}

.foot__copy
{
    font-weight: 500;

    margin-top: 120px;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 1920px)
{
    .foot__copy
    {
        margin-top: 6.25vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .foot__copy
    {
        margin-top: 4vw;
    }
}