header .navi {
    width: 100%;
    background-color: #22aa88;
    padding: 0.3rem 0;
}

header .navi .flex_center {
    margin: auto;
    padding: 0 1rem;
}

header .navi .flex_center a,
header .navi .flex_center p {
    color: #FFFFFF;
}

header .navi .flex_center a:hover {
    color: #fff462;
}

header .navi a {
    transition: all 1s;
    text-decoration: none !important;
    font-size: 16px;
}

header {
    width: 100%;
    height: 150px;
    align-items: center;
    font-weight: 600;
}

#header.invert {
    background-color: #fff;
    transition: 0.3s;
}

header .logo {
    width: 100%;
    height: auto;
    padding-top: 0px;
    margin: 15px auto 15px auto;
}

header .nav {
    margin: auto;
    justify-content: baseline;
    line-height: 1.6;
}

header .list-item {
    list-style: none;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 30px;
}

header .list-item {
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

header nav ul {
    height: 100%;
    margin-bottom: 0;
}

header .hamburger-menu {
    display: none;
}

header .btn_wrap {
    margin: 0 10px 0 0;
}

header .btn_01,
header .btn_02 {
    border-radius: 10px !important;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

header .btn_01 {
    margin-right: 10px;
}

header .btn_01:hover,
header .btn_02:hover {
    text-decoration: none;
}

header p {
    font-size: 14px;
}

header .h1 {
    font-size: 16px;
}

header i {
    line-height: 2.5 !important;
    margin-right: 0.5em;
}

header .mob_head {
    display: none;
}

@media screen and (max-width: 1540px) {
    header .list-item {
        margin-right: 15px;
    }

    header .btn_01,
    header .btn_02 {
        width: initial;
        min-width: 130px;
    }
}

@media screen and (max-width: 900px) {
    header {
        height: 80px;
    }

    header .pc_head {
        display: none;
    }

    header .mob_head {
        display: block;
    }

    header .logo {
        width: auto;
        object-fit: cover;
        text-align: center;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 5px;
        z-index: 2;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: initial;
        border: initial;
        color: #9d9d9d;
    }

    .fa-bars {
        zoom: 2;
    }

    .menu {
        position: fixed;
        top: 0px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        opacity: 0.99;
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .menu__item {
        padding: 0.75em;
        width: 95%;
        border-bottom: 2px solid #22aa88;
        margin: auto;
    }

    .menu__item i {
        line-height: initial;
    }

    .menu__item a {
        width: 100%;
        height: auto;
        text-align: center;
        color: #22aa88;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu__item a:hover {
        text-decoration: none !important;
    }

    .menu__item .wp {
        color: #FF7799;
    }

    .menu__item .cntct {
        color: #0074CC;
    }

    .menu {
        transform: translateX(100vw);
        transition: all .3s linear;
        border-top: 1px solid #9d9d9d;
    }

    .menu.is-active {
        transform: translateX(0);
    }

    .dropdown__lists {
        display: none;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    header {
        height: 80px;
    }

    .menu .menu__item.pt50 {
        padding-top: 30px !important;
    }
}