/* header */
.header__logo {
    width: 8.3%;
}

.header__container {
    align-items: center;
    padding: 14px 0;
}

/* 下層fv */
.mv {
    position: relative;
}


.mv__img-box {
    text-align: right;
    position: relative;
    width: 100%;
    display: inline-block;
}


.mv::before {
    content: "";
    display: block;
    background-image: url(/image/lower__fv-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    aspect-ratio: 1440 / 409;
}

.mv::after {
    content: "";
    display: block;
    background-image: url(/about/image/lower__fv-white.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
}

.mv__img {
    width: 73%;
    position: relative;
}

.mv__left {
    position: absolute;
    z-index: 10;
    top: 46.6%;
    left: 5.5%;

    color: #fff;
}

.mv__left-home {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.mv__sub-text {
    font-size: 16px;
}

.mv__title {
    font-size: 36px;
    margin-top: 20px;
}


.lower__button {
    background-color: #E3A145;
    color: #fff;
    width: auto;
    padding: 12px 30px;
}

/* footer */
.contact__container {
    top: 110px;
    margin-bottom: 206px;
}

.footer__bg {
    position: relative;
}

.footer__bg::after {
    content: "";
    display: block;
    background-image: url(../image/lower_footer-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    aspect-ratio: 1440 / 162;
    position: absolute;
    bottom: 0;
    left: 0;
}

.company {
    padding-top: 60px;
    background-color: #FFF8EF;
    padding-bottom: 10px;
}

.company__title-border {
    width: 13.5%;
}

@media (max-width:960px) {
    .mv__sub-text {
        font-size: 12px;
    }

    .mv__title {
        font-size: 22px;
        margin-top: 10px;
    }

    .home__icon {
        width: 22px;
        display: flex;
    }

    .contact__container {
        top: 36px;
        margin-bottom: 92px;
    }

    .header__logo {
        width: 85px;
    }



}


@media (max-width:768px) {
    .header__logo {
        width: 85px;
    }

    .mv::before {
        background-image: url(../image/lower_mv-blue.png);
        background-size: contain;
        aspect-ratio: 375 / 225;
        height: auto;
        bottom: -18px;
    }

    .mv::after {
        background-image: url(../image/lower_mv-white.png);
        bottom: -19px;
        aspect-ratio: 375 / 97;
    }

    .mv__title {
        font-size: 15px;
        margin-top: 15px;
    }

    .mv__img {
        width: 65.8%;
    }

    .home__icon {
        width: 15px;
    }

    .fv__span {
        font-size: 9px;
    }

    .mv__sub-text {
        font-size: 10px;
    }

    .mv__left-home {
        align-items: center;
    }

    .home__icon-box {
        display: flex;
    }

    .mv__left {
        top: 52%;
    }

    .lower__button {
        margin: 0;
    }

    .contact__container {
        top: 0;
        margin-bottom: 40px;
    }

    .footer {
        padding-top: 15px;
    }

}