body{
    line-height: 30px;
}
#wrapper::before {
    content: '';
    background: url(../img/bg_fix.png) no-repeat center center/cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#header{
    left: 48px;
    right: 48px;
}
.header__main-container {
    border-radius: 50px;
    margin-top: 30px;
}
#key{
    height: 478px;
    position: relative;
    z-index: 2;
}
#wrapper{
    padding: 0;
}
#key .ttl{
    margin-top: 0;
    padding-top: 240px;
}
#key .ttl .ttl-eng{
    color: #F089A0;
    opacity: 0.6;
}
#key .ttl .ttl-jp{
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 2;
}
.ttl2{
    text-align: center;
    margin-bottom: 49px;
}
.ttl2 span{
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.2em;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 74px 0;
}
.ttl2 span::before{
    content: '';
    background: url(../img/device/circle-logo.png) no-repeat center center;
    width: 196px;
    height: 196px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
    #header {
        left: 0;
        right: 0;
    }
    .header__main-container {
        border-radius: 0;
        margin-top: 0;
    }
    .toggleMenu{
        height: 69px;
    }
    #key .ttl .ttl-eng {
        font-size: 54px;
    }
   
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header .header__logo {
        margin-left: 0;
    }
    #header .header_menu {
        margin-right: 0;
    }
    .header__sub-container {
        flex-basis: 140px;
    }
    header .header__logo {
        width: 140px;
    }
    #header .header_menu .g_nav>li>a {
        padding: 22px 8px;
        font-size: 14px;
    }
    #header {
        left: 10px;
        right: 10px;
    }
}