/* .hd0001 ------------------------- */

.hd0001 {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 1000px) {

    .hd0001 {
        font-size: 1.5vw;
    }

}

/* .hd0001 #t-nav {
    background: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    padding: 40px 0 8px;
}

.hd0001 #g-nav {
    position: fixed;
    z-index: 99;
    top: 72px;
    left: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    padding: 16px 0;
    width: 100%;
    background: #fff;
}

.head-animation {
    transform: translateY(-100%);
}

.hd0001 .hideclass {
    transform: translateY(-72px);
} */


/* .hd0001 .top-nav-bg {
    background: #fff;
}

.hd0001 .g-nav-bg {
    background: #F8F9F9;
} */


.hd-logo {
    max-width: 300px;
    margin-bottom: 0;
    line-height: 1;
}


.top-nav-content {
    width: 80%;
}

.hd0001 .g-nav {
    height: 62px;
}

.hd0001 .top-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.hd0001 .top-nav ul {
    display: flex;
    align-items: center;
}

.hd0001 .top-nav ul li {}

.hd0001 .top-nav ul li a {
    padding: .5em 1em;
    font-size: min(3vw, 14px);
}

.hd0001 .top-nav .item-sitemap {
    position: relative;
}

.hd0001 .top-nav .item-sitemap::before {
    position: absolute;
    content: "";
    background: #15459B;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.hd0001 .header-logo {
    width: 200px;
}


.hd0001 .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 98%;
    max-width: 1040px;
    height: 62px;
    margin: auto;
}

.hd0001 .menu li {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;

}

.hd0001 .menu li a {
    display: block;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd0001 .menu li a:hover {
    /* text-decoration: underline var(--color-accent); */
    /* color: var(--color-accent); */
    opacity: 1;
}


.hd0001 .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 25px;
    top: 100%;
    left: 0px;
    z-index: 500;
    color: #fff;
    transition: all .5s;
    width: 100%;
    border: none;
}

.hd0001 .sub-menu {
    display: block;
}


.hd0001 .menu li:hover ul {

    visibility: visible;
    opacity: 1;
}

.hd0001 .sub-menu li {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.655);
    width: 280px;
    font-weight: normal;
}

.hd0001 .sub-menu li a {
    display: block;
    white-space: nowrap;
    padding: .7em 2em;
    border-bottom: solid 1px #ffffff46;

}

.hd0001 .sub-menu li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.hd0001 .sub-menu li:last-child {
    border: none;
}


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

    .hd0001 {
        width: 100%;
    }


    /* .hd0001 .header-logo {
        width: 165px;
    } */

    .hd0001 .top-nav-flex {
        height: 58px;
    }

    .hd0001 .g-nav {
        height: auto;
    }

    .hd0001 .sp-nav-ttl {
        background: var(--color-main);
        color: #fff;
        font-size: 14px;
        padding: .5em;
        /* margin-top: 40px; */
    }





    .hd0001 .menu {
        width: 100%;
        height: auto;
        flex-direction: column;
        font-size: 14px;
    }

    .hd0001 .menu li {
        text-align: left;
        position: relative;

        width: 100%;
        flex-direction: column;
    }

    .hd0001 .menu li a {
        padding: 1em;
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid var(--color-main);
    }

    .hd0001 .menu li a:hover {
        /* background: var(--color-bg);
        color: #fff;
        opacity: 1; */
        text-decoration: none;
    }


    .hd0001 .sub-menu {
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        display: block;
        position: absolute;
        top: 25px;
        top: 100%;
        left: 0px;
        z-index: 500;
        /* padding-left: 7%; */
        color: #fff;
        transition: all .5s;
        width: 100%;
        border: none;
        border-top: solid 1px #95b0e0;

    }

    .hd0001 .sub-menu li {
        background: #F8F9F9;
        border-bottom: none;

    }

    .hd0001 .sub-menu li a {
        position: relative;
        padding-left: 2em;
    }

    .hd0001 .sub-menu li a:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        background: #000;
        width: 8px;
        height: 1px;
    }


    .hd0001 .menu li:hover ul {

        visibility: visible;
        opacity: 1;
    }

    .hd0001 .sub-menu li {
        width: 100%;
        margin-left: 0;
        text-align: left;
        width: 280px;
        font-weight: normal;
        width: 100%;
        padding: 0;
        color: #fff;
        text-align: left;

    }


    .sp-nav .sub-menu li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: .5em;
        padding-left: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
        border-bottom: none;
        white-space: normal;
    }

    .sp-nav .sub-menu li a:hover {
        background: #ccc;
    }

    .hd0001 .sub-menu li a:hover {
        color: #fff;
        text-decoration: none;
        opacity: .7;
    }

    .hd0001 .sub-menu li:last-child {
        border: none;
    }

    .hd0001 .sub-menu {
        display: none;
    }

    .hd0001 .is-active .sub-menu.is-open {
        display: block;
        width: 100%;
        background: #F8F9F9;
        position: unset;
        animation: fadeIn 0.5s ease;
        visibility: visible;
        opacity: 1;
        padding: 0.5em 0;
    }






    .hd0001 .menu li span.is-active::before {
        display: none;
    }

    .hd0001 .js-drildown-trigger {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 40px;
        height: 40px;
    }

    .hd0001 .js-drildown-trigger::before {
        content: "";
        position: absolute;
        right: 6px;
        top: 20px;
        display: block;
        width: 2px;
        height: 14px;
        background-color: #15459B;
        opacity: 1;
        transition: opacity 5.7s;
    }

    .hd0001 .js-drildown-trigger::after {
        content: "";
        position: absolute;
        right: 0;
        top: 26px;
        display: block;
        width: 14px;
        height: 2px;
        background-color: #15459B;
    }

    .is-active .js-drildown-trigger::before {
        display: none;

    }

    /* 
    .head-animation {
        transform: translateY(0);
    }

    .hideclass {
        transform: translateY(0);
    }


    .hd0001 #t-nav {
        padding: 8px 0;
    } */

    .hd0001 .btnwrap {
        margin-top: 24px;
        margin-bottom: 34px;
    }

}






/* ------------------------------- */

.sp-nav {
    display: none;
}

/*============
  nav
  =============*/

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

    .sp-nav {
        display: block;
        position: fixed;
        padding: 24px;
        padding-top: 0;
        top: 58px;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: auto;
        background: #F8F9F9;
        background: #fff;

        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 99;
        opacity: 0;
        text-align: left;
    }

    .open .sp-nav {
        left: 0;
        opacity: 1;
    }

    .sp-nav .inner {
        /* padding-top: 20px; */
    }

    .sp-nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* .sp-nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #95B0E0;
    } */






    /*============
  .toggle_btn
  =============*/
    .toggle_btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        width: 24px;
        height: 19px;
        transition: all .5s;
        cursor: pointer;
        z-index: 99;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background-color: #707070;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 0px;
    }

    .toggle_btn span:nth-child(2) {
        top: 8px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 0px;
    }

    .open .toggle_btn span {
        background-color: #707070;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }

}