.h.scroll{
    background: #000;
}
@media screen and (min-width: 1025px){
    .h{
        position: fixed;
        top: 0;
        width: 100%;
        padding: 50px 0 25px;
        z-index: 999;
    }
    .h-container{
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 0 225px 0 80px;
    }
    .h-logo{
        max-width: 150px;
    }
    .h-gnav-list-item{
        line-height: 1;
    }
    .h-gnav-list-item > a,
    .h-gnav-list-item > span{
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin: 0 25px;
    }
    .h-gnav-list-item.bdr-g > a,
    .h-gnav-list-item.bdr-g > span{
        border-bottom: 6px solid #5C9D51;
        padding-bottom: 5px;
    }
    .h-gnav-list-item.contact a{
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
        width: 131px;
        height: 40px;
        margin: -10px 25px 0 65px;
        display: block;
    }

    
    .h-gnav-list-item.contact a::before,
    .h-gnav-list-item.contact a::after{
        content: "";    
        height: 6px;
        width: 2px;
        background: #fff;
        position: absolute;
        left: 0;
    }
    .h-gnav-list-item.contact a::before{
        top: 0;
    }
    .h-gnav-list-item.contact a::after{
        bottom: 0;
    }
    .h-gnav-list-item.contact a .deco{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -39px;
        letter-spacing: 1.5px;
    }
    .h-gnav-list-item.contact a .deco{
        margin: 0;
    }
    .h-gnav-list-item.contact a .deco::before{
        content: "";
        position: absolute;
        height: 2px;
        width: 35px;
        background: #fff;
        top: 50%;
        right: -42px;
        margin-top: -1px;
    }
    .h-gnav-list-item.contact a .deco::after{
        content: "";
        position: absolute;
        background: url(../img/base/icn_mail.svg) no-repeat center center / cover;
        right: -77px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 14px;
    }
    .h-gnav-list-item-menu{
        display: none;
    }
    .h-gnav-list-item.business:hover .h-gnav-list-item-menu{
        display: block;
    }
    .h-gnav-list-item-menu {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 100%;
        top: 32px;
        background: #fff;
        padding: 20px 0;
    }
    .h-gnav-list-item-menu-list{
        max-width: 660px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .h-gnav-list-item-menu-ttl{
        display: block;
        max-width: 660px;
        margin: auto;
        font-size: 1.8rem;
        position: relative;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .h-gnav-list-item-menu-ttl::before{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 35px;
        background-color: #5C9D51;
    }
    .h-gnav-list-item-menu-list-item {
        width: 50%;
        padding: 0 0 20px 20px;
    }
    .h-gnav-list-item-menu-list-item:last-of-type{
        padding-bottom: 0;
    }
    .h-gnav-list-item-menu-list-item a {
        position: relative;
        cursor: pointer;
    }
    .h-gnav-list-item-menu-list-item a::before {
        content: ">";
        color: #5C9D51;
        font-size: 1.8rem;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .h-lang{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .lang-item a{
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .lang-item-ja a{
        background: #000;
    }
    .lang-item-en a{
        background: #245B16;
    }
    .lang-item-th a{
        background: #5C9D51;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1400px){
    .h-container{
        padding: 0 185px 0 40px;
    }
    .h-gnav-list-item > a,
    .h-gnav-list-item > span{
        font-size: 14px;
        margin: 0 12px;
    }
    .h-gnav-list-item.contact a{
        width: 90px;
        margin: -10px 50px 0 54px;
    }
    .h-gnav-list-item.contact a .deco{
        font-size: 14px;
    }
    .h-gnav-list-item.contact a .deco::before{
        width: 20px;
        right: -26px;
    }
    .h-gnav-list-item.contact a .deco::after{
        right: -65px;
    }
}

@media screen and (max-width: 1025px){
    .h{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 50px;
    }
    .h-container{
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 50px;
    }
    .h-logo{
        max-width: 75px;
    }
    .h-menu{
        cursor: pointer;
        padding: 10px;
        width: auto;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 99999;
    }
    .h-menu-btn{
        height: 24px;
        position: relative;
        width: 35px;
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .h-menu-btn span{
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #245B16;
        height: 2px;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .h-menu-btn .t{
        top: 0;
    }
    .h-menu-btn .m{
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .h-menu-btn .b{
        bottom: 0;
        
    }
    
    .h-menu-btn.active .t {
        top: 3px;
        -webkit-transform: translateY(8px) rotate(-135deg);
        transform: translateY(8px) rotate(-135deg);
    }
    .h-menu-btn.active .m {
        opacity: 0;
    }
    .h-menu-btn.active .b {
        bottom: 3px;
        -webkit-transform: translateY(-8px) rotate(135deg);
        transform: translateY(-8px) rotate(135deg);
    }
    .h-gnav{
        display: none;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translateX(140%);
        transform: translateX(140%);
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 9999;
    }
    .h-gnav.open{
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .h-gnav-list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        height: 60vh;
        background: #fff;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 50px;
        z-index: 9999;
    }
    .h-gnav-list-item{
        line-height: 1;
        width: 100%;
        text-align: center;
    }
    .h-gnav-list-item a{
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        padding: 20px 0;
        color: #245B16;
        width: 100%;
    }
    .h-gnav-list-item > span{
        display: none;
    }
    .h-gnav-list-item-menu-ttl{
        display: none;
    }
    .h-lang{
        position: absolute;
        right: 55px;
        bottom: auto;
        top: 0;
    }
    .lang-item a{
        width: 45px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.2rem;
    }
    .lang-item-ja a{
        background: #000;
    }
    .lang-item-en a{
        background: #245B16;
    }
    .lang-item-th a{
        background: #5C9D51;
    }
}