@charset "utf-8";



.hidden {
  position: absolute;
  left: -9999px;
}

section{
    width: 1168px;
    height: calc(100vh - 250px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

section img{
   vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}

footer{
    width: 1920px;
    margin: 0 auto;
    height: 150px;
    position: relative;
    overflow: hidden;
}

footer img{
    position: absolute;
    left: 0;
    top 0;
}

footer ul{
   
width: 1000px;
    height: 30px;
    margin: 0 auto;
    
}

footer li {
    padding-top: 10px;
    width: 200px;
    float: left;
    text-align: center;
    
}
address{
    width: 600px;
    height: 120px;
    margin: 0 auto;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    margin-top: 20px;
}

address p {
    text-align: center;
}

small{
    font-size: 100%;
    text-align: center;
    display: block;
    
}