.footer {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: #444;
}

.footer a {
    color: #f8f8f8;
}

.footer__info {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #f8f8f8;
}

.footer__nav {
    width: 20vw;
}

.footer__nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__nav ul li {
    margin: 4vh auto;
    font-size: 1.5vw;
}

.footer__nav ul li img {
    width: 10vw;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    padding: 0 10vw;
    border-left: 0.25vw #f8f8f8 solid;
}

.footer__company {
    margin: 3vh 0 20vh;
}

.footer__company--ch {
    font-size: 2.8vw;
    margin: 0 0 4vh;
    letter-spacing: 5px;
}

.footer__company--en {
    font-size: 2.8vw;
    letter-spacing: 8px;
}

.footer__address {
    margin: 1vh 0;
    font-size: 1.3vw;
    letter-spacing: 2px;
}

.footer__address p {
    margin: 2vh 0;
}

.Yuuhakuchi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 10vh;
    text-align: center;
    letter-spacing: 2px;
    background-color: #f8f8f8;
}