/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%);
}

#header {
    width: 100%;
}

.header__inner {
    width: 1366px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header__inner {
        width: 100%;
        height: 70px;
    }
}

.header__main {
    width: 284px;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .header__main {
        width: 230px;
        margin-left: 25px;
    }
}

.header__sub {
    position: relative;
    width: calc(100% - 284px);
}

@media screen and (max-width: 767px) {
    .header__sub {
        width: calc(100% - 230px);
    }
}

.header-main__logo {
    width: 284px;
    font-size: 1px;
}

@media screen and (max-width: 767px) {
    .header-main__logo {
        width: 230px;
    }
}

.header-main__logo .header-main__image {
    max-width: 100%;
}

/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
.gnavi-area {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .gnavi-area {
        display: none;
    }
}

.global-nav__wrapper {
    margin: 0 20px 0 auto;
    position: relative;
    width: auto;
}

.global-nav__lists {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.global-nav__list {
    line-height: 1;
    position: relative;
}

.global-nav__list.gnavi001, .global-nav__list.gnavi002, .global-nav__list.gnavi003, .global-nav__list.gnavi004 {
    padding-right: 22px;
    margin-right: 22px;
}

.global-nav__list.gnavi001::after, .global-nav__list.gnavi002::after, .global-nav__list.gnavi003::after, .global-nav__list.gnavi004::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #b8c4ce;
    position: absolute;
    top: -1px;
    right: 0;
}

.global-nav__list.gnavi006 {
    width: 135px;
    text-align: center;
    margin-left: 25px;
}

.global-nav__list.gnavi006 .global-nav__link {
    background: #00906F;
    border-radius: 3px;
    padding: 10px 0 12px;
    opacity: 1!important;
}
.global-nav__list.gnavi006 .global-nav__link:hover {
    background: #FBA067;
}

.global-nav__list.gnavi006 .global-nav__txt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 23px;
    background: url("../../image/header-ic002.svg") no-repeat 2px 6px;
    background-size: 15px auto;
    display: inline-block;
}

.global-nav__list.gnavi007 {
    width: 135px;
    text-align: center;
    margin-left: 5px;
}

.global-nav__list.gnavi007 .global-nav__link {
    background: #f5843c;
    border-radius: 3px;
    padding: 17px 0 18px;
    opacity: 1!important;
}

.global-nav__list.gnavi007 .global-nav__link:hover {
    background: #007a63;
}

.global-nav__list.gnavi007 .global-nav__txt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    background: url("../../image/header-ic001.svg") no-repeat top -4px left;
    background-size: 27px auto;
}

.global-nav__link {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.global-nav__txt {
    font-size: 14px;
    font-weight: 500;
}

.global-nav__link.current,
.global-nav__link:hover {
    color: #007a63;
}
