@charset "UTF-8";

html{
    font-size: calc(100vw / 144);
}

body{
    font-family: 'Roboto','kozuka-gothic-pr6n', sans-serif;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #000;
    background-color: #fff;
}

img{
    max-width: 100%;
    height: auto;
}

.nav-item__btn{
    display: none;
}

/* ----------------------
* header 
-------------------------*/

.header{
    width: 100%;
    position: fixed;
    z-index: 100010;
    display: block;
    top: 0;
    left: 0;
    background-color: #fff;
}

.header-inner{
    width: 100%;
    padding: 1% 3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.haeder-title{
    width: 45.2%;

}

.logo-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-listItem{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}

.logo-listItem:first-of-type{
    width: 40%;
}

.logo-listItem:last-of-type{
    width: 46.2%;
}

.logo-listItem a{
    width: 100%;
    display: block;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-listItem:first-of-type a{
    padding-top: 31.25%;
    background-image: url(../img/transit-logo.png);
}

.logo-listItem:last-of-type a{
    padding-top: 21.1%;
    background-image: url(../img/branding-logo.png);
}

.nav{
    display: block;
    width: 50%;
}

.nav-list{
    display: flex;
    position: absolute;
    top: 90%;
    left: 30%;
}

.nav-listItem:not(:last-of-type){
    padding-right: 15%;
    box-sizing: border-box;
}


.nav-listItem a{
    display: block;
    outline: none;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}



/* ----------------------
* /header 
-------------------------*/

/* ---------------------
* common
------------------------*/

.section{
    width: 87.5%;
    margin: 0 auto;
}

.section-title{
    color: #fff;
    font-size: 3.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 0.25em;
    text-align: center;
    padding-top: 0.25em;
    background-color: #385042;
}

.section-para{
    font-size: 1.6rem;
    font-family: 'kozuka-gothic-pr6n',sans-serif;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.sns-list{
    display: flex;
    width: 12%;
    margin: 2% auto 0;
    justify-content: space-between;
}

.sns-listItem{
    width: 23%;
}



.sns-list a{
    outline: none;
    display: block;
}

/* ---------------------
* common
------------------------*/

/* -----------------------
* footer
------------------------- */
.footer{
    padding: 6% 0 3%;
}

.footer-wrapper{
    text-align: center;
}

.footer-wrapper small a{
    display: block;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
}

/* -----------------------
* footer
------------------------- */

@media screen and (max-width:769px){
    html{
        font-size: calc(100vw / 37.5);
    }
    
    .nav-item__btn{
        display: none;
    }
    
    /* ----------------------
    * header 
    -------------------------*/
    
    
    
    /* ----------------------
    * /header 
    -------------------------*/
    
    /* ---------------------
    * common
    ------------------------*/
    
    .section{
        width: 100%;
        padding: 10% 5.2% 0;
        box-sizing: border-box;

    }
    
    .section-para{
        font-size: 1.2rem;
    }
    
    .sns-list{
        width: 30%;
        padding-top: 5%;
    }
    
    .sns-listItem{
        width: 23%;
    }
    
    
    
    .sns-list a{
        outline: none;
        display: block;
    }
    
    /* ---------------------
    * common
    ------------------------*/
    
    /* -----------------------
    * footer
    ------------------------- */
    .footer{
        padding: 25% 5.2% 8%;
        box-sizing: border-box;
    }

    .footer-wrapper{
        padding-top: 5%;
    }
    
    .footer-wrapper small{
        font-size: 1.2rem;
    }
    
}
