@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Roboto:wght@500&display=swap');



.roboto{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.NotoSansLight{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}


.NotoSansMedium{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.NotoSansBold{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}



.container1040{
    width: 1040px;
    margin: 0 auto;
}

/*header*/

header{
    height: 70px;
    position: fixed;
    display: block;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    /* display: flex; */
}

.HeaderLogo{
    float: left;
}

.HeaderMenu{
    display: flex;
    float: right;
}

.HeaderMenu li{
    padding: 20px 30px 20px 0;
}


.HeaderMenu li a{
    color: black;
    text-decoration: none;
}


.HeaderMenu li a p{
    font-size: 12px;
    line-height: 15px;
}


.HeaderEng{
    font-size: 10px;
    /* line-height: 10px; */
    /* display: block; */
    color: #0099cc;
}

.HeaderOnline{
    width: 140px;
    height: 70px;
    background-color: #191d6a;
    padding: 0!important;
}

.HeaderOnline p{
    text-align: center;
    margin: 20px 0;
    color: #ffffff;

}


.HeaderRight{
    margin-left: auto;
}

.main{
    padding-top: 70px;
}


/*footer*/

footer{
    height: 340px;
    background-image: url('../img/footer_back.jpg');
    background-size: auto 340px;
    margin-top: 60px;
}

.FooterLogo{
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 40px;
}

address{
    font-size: 14px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 40px;
}

.FooterNav{
    display: flex;
    list-style: none;
    color: #ffffff;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 0;
}

.FooterNav li{
    color: #ffffff;
}

.FooterNav li a{
    color: #ffffff;
    padding: 0 18px;
    font-size: 14px;
    line-height: 14px;
}


.FooterNav li{
    border-right: 1px solid #ffffff;
    line-height: 14px;
}

.FooterNav li:last-child{
    border-right: 0px;
}

footer nav{
    margin-bottom: 40px;
}

footer small{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    display: block;
}

.FooterSP{
    display: none;
    width: 100%;
}

/**/

.sideMenu a{
    text-decoration: none;
    color: #000;
}

.menuWidth{
    width: 215px;
    margin: 0 auto;
}

.HamburgerMenu {
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}


.sideMenu {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    padding-top: 80px;
    position: fixed;
    right: -300px;
    transition: all 0.6s;
    top: 0;
    width: 280px;
    z-index: 200;
}

.sideMenu li {
    padding: 15px 0 15px 15px;
}

.hamburger {
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 300;
    /* background-color: #80b4db; */
}

.hamburger span {
    background-color: #0099cc;
    height: 2px;
    /* height: 3px; */
    left: 17.5px;
    position: absolute;
    transition: all 0.6s;
    width: 45px;
    /* border-radius: 3px; */
}

.hamburger__lineTop {
    top: 25px;
}
.hamburger__lineCenter {
    top: 34px;
}
.hamburger__lineBottom {
    top: 43px;
}

.overlay {
    background-color: #fff;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
}

.nav-open .sideMenu {
    background-color: #fff;
    right: 0;
}

.nav-open .hamburger__lineTop {
    top: 34px;
    transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
    left: 50%;
    width: 0;
}
.nav-open .hamburger__lineBottom {
    top: 34px;
    transform: rotate(-45deg);
}
.nav-open .overlay {
    opacity: 0.4;
    visibility: visible;
}

section {
    margin: 0 auto 200px;
    text-align: center;
    width: 80%;
}


ul{
    list-style: none;
}

.sideMenuLogo{
    /* margin-top: 110px; */
    position: absolute;
    width: 180px;
    /* bottom: 90px; */
    /* left: 40px; */
    bottom: 100px;
    right: 0;
    bottom: 100px;
    left: 0;
    margin: auto;
}

.sideMenuLogo img{
    width: 100%;
}


.HamburgerMenu{
    display: none;
}

.sideMenuTitle {
    font-size: 18px;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    line-height: 20px;
}

.subMenuTitle{
    font-size: 14px;
    color: #0099cc;
}

.addressSp{
    display: none;
}


@media screen and (max-width: 959px) {

    .HamburgerMenu {
        display: block;
    }

    .HeaderMenu{
        display: none;
    }
    

    .FooterSP{
        display: block;
    }


    .FooterNav li:nth-child(4){
        border-right: 0px;
    }

    .FooterNav li a {
        padding: 0 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .FooterLogo {
        text-align: center;
        padding: 50px 0 0 0;
        margin-bottom: 30px;
    }


    .addressSp{
        display: block;
    }
}


