/* header
--------------------------------------------------------- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 11;
    width: 100%;
    box-sizing: border-box;
    max-width: 1920px;
    /* background: #02126d; */
}

.header::after {
    content: "";
    display: block;
    clear: both;
}

.header .logo {
    padding: 35px 0 0 30px;
    float: left;
    transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.changed {
    transform: translate(0px, 0px) !important;
    transition: all 1.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gnav {
    float: right;
    position: relative;
    box-sizing: border-box;
}

.gnav::after {
    content: "";
    display: block;
    clear: both;
}

.gnav ul {
    padding: 0 160px 0 0px;
    background: #02126d;
    transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    filter: alpha(opacity=100);
    transform-origin: left top;
}

.gnav ul::after {
    content: "";
    display: block;
    clear: both;
}

.gnav ul.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-120px);
}

.gnav ul li {
    float: left;
    display: table;
}

.gnav ul li:first-child a {
    /* padding-left: 70px; */
}

.gnav ul li a {
    color: #fff;
    font-weight: 500;
    /* font-family: "Work Sans", sans-serif; */
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 18px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    transition: all 350ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gnav ul li a:hover {
    color: #9E9E9E;
    transform: translateY(-5px);
}

.gnav ul li ul {
    padding: 0 0px 0 0px;
    background: #1c2b80;
    transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    filter: alpha(opacity=100);
    transform-origin: left top;
    width: 300px;
}

.gnav ul li ul::after {
    content: "";
    display: block;
    clear: both;
}

.gnav ul li ul.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-120px);
}

.gnav ul li ul li {
    /* float: left; */
    display: block;
    width: 100%;
    font-size: 14px;
}

.gnav ul li:first-child a {
    /* padding-left: 70px; */
}

.gnav ul li ul li a {
    color: #fff;
    font-weight: 500;
    /* font-family: "Work Sans", sans-serif; */
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: all 350ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.gnav ul li ul li a:hover {
    color: #9E9E9E;
    transform: translateY(-5px);
    text-decoration: none;
}

.gnav .switchWrap {
    width: 60px;
    height: 60px;
    background: #fbd050;
    display: block;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99999;
}

.gnav .swich_inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 301;
}

.gnav .switch__line {
    display: block;
    width: 35px;
    height: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    background: #000;
    margin: auto;
    transition: all 350ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gnav .switch__line:nth-child(1) {
    top: 45%;
}

.gnav .switch__line:nth-child(2) {
    top: 55%;
}

.gnav .hover .switch__line:nth-child(1),
.gnav .hover .switch__line:nth-child(2) {
    top: 50%;
}

.gnav .active .switch__line:nth-child(1),
.gnav .active .switch__line:nth-child(2) {
    top: 50%;
}

.gnav .active .switch__line:nth-child(1) {
    transform: rotate(45deg);
}

.gnav .active .switch__line:nth-child(2) {
    transform: rotate(-45deg);
}


/* ul.blog */

.gnav ul.blog {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    padding-left: 18px;
    width: 90px;
    height: 60px;
    /* background: #fbd050; */
    display: block;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: -20px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99999;
}

.gnav ul.blog:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 0;
    content: "";
    border-left: #111 1px dotted;
    z-index: -1;
}

.gnav ul.blog li a {
    width: 80px;
    height: 50px;
    font-size: 12px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
    padding: 0;
}

.gnav ul.blog li a:hover {
    color: #fff;
}

.gnav ul.blog li a i {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding-right: 3px;
    text-align: center;
    width: 60px;
}


/* English */

.ti-lang-en:before {
    /*     content: url(../img/common/icon_english.svg) */
    content: '';
    margin: 0 0px 0 0;
    content: " ";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/common/icon_english.svg);
    background-size: cover;
    vertical-align: middle;
}

.ti-lang-ja:before {
    content: '';
    margin: 0 0px 0 0;
    content: " ";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/common/icon_english.svg);
    background-size: cover;
    vertical-align: middle;
}

.gnav ul.blog li a:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 0;
    content: "";
    border-bottom: #ddd 1px dotted;
    z-index: -2;
}

.gnav ul.blog li a:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 1px solid;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gnav ul.blog li a:hover:after {
    right: 0;
    border-bottom: #fff 1px solid;
}


/*.l-header_2*/

.l-header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* min-width: 320px; */
    /* z-index: 2000; */
    /* -webkit-transition: all .3s ease; */
    /* transition: all .3s ease; */
    /* -webkit-transition-property: margin, -webkit-transform; */
    /* transition-property: margin, -webkit-transform; */
    /* transition-property: margin, transform; */
    /* transition-property: margin, transform, -webkit-transform; */
}

@media all and (min-width: 600px) {
    .l-header {
        /* width: 100%; */
        /* min-width: 1200px; */
    }
}

.l-header.is-set {
    margin-top: -110px
}

@media all and (max-width: 599px) {
    .l-header.is-set .nav-btn {
        margin-top: -110px
    }
}

.l-header.is-fixed {
    position: fixed;
    margin-top: 0
}

@media all and (max-width: 599px) {
    .l-header.is-fixed .nav-btn {
        position: fixed;
        margin-top: 0
    }
}

@media all and (min-width: 600px) {
    .l-header.is-fixed {
        min-width: 1200px
    }
}

.l-header.is-return {
    margin-top: -110px
}

@media all and (max-width: 599px) {
    .l-header.is-return .nav-btn {
        margin-top: -110px
    }
}

.l-header.is-set .l-header .hd-info__logo-link img:nth-of-type(1) {
    opacity: 0
}

.l-header.is-set .l-header .hd-info__logo-link img:nth-of-type(2) {
    opacity: 1
}

.l-header.is-fixed .hd-info__logo-link img:nth-of-type(2) {
    opacity: 1
}

.l-header.is-fixed .hd-info {
    background: #fff
}

@media all and (min-width: 600px) {
    .l-header.is-fixed .hd-info__logo {
        margin-top: 0
    }
    .l-header.is-fixed .nav-list__txt span:before {
        background: #242c40
    }
    .l-header.is-fixed .nav-list__txt,
    .l-header.is-fixed .nav-list__link {
        color: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link {
        border-color: #242c40;
        color: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link:before {
        background: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link:hover {
        color: #fff
    }
}

.l-header .hd-info {
    position: relative;
    z-index: 3;
    height: 55px
}

@media all and (min-width: 600px) {
    .l-header .hd-info {
        height: 110px
    }
}

.l-header .hd-info__inner {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
}

@media all and (max-width: 599px) {
    .l-header .hd-info__inner.is-open {
        background: #242c40;
        border-bottom: 1px solid #242c40
    }
}

@media all and (min-width: 600px) {
    .l-header .hd-info__inner {
        /* height: 100%; */
    }
}

.l-header .hd-info__logo {
    width: 88px;
    padding: 15px
}

@media all and (min-width: 600px) {
    .l-header .hd-info__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px;
        width: 136px;
        margin: 10px 0 0 50px;
        padding: 0
    }
}

.l-header .hd-info__logo img:nth-of-type(2) {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.l-header .hd-info__logo-link {
    position: relative;
    display: block
}

.l-header .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l-header .nav-btn__line {
    position: absolute;
    left: 14px;
    width: 27px;
    height: 1px;
    content: '';
    background: #242c40;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l-header .nav-btn__line:nth-child(1) {
    top: 23px
}

.l-header .nav-btn__line:nth-child(2) {
    top: 31px
}

.l-header .nav-btn.is-open {
    background: #242c40
}

.l-header .nav-btn.is-open .nav-btn__line {
    background: #fff
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-header .nav-btn__chara {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center
}

@media all and (max-width: 599px) {
    .l-nav {
        overflow: auto;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 2;
        width: 100%;
        max-height: calc(100vh - 55px);
        min-width: 320px;
        padding: 0 0 55px;
        background: #242c40;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        opacity: 0
    }
    .l-nav::-webkit-scrollbar {
        display: none
    }
    .l-nav.is-close {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
        transition: opacity .3s ease, visibility 0s ease .3s
    }
    .l-nav.is-open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease, visibility 0s ease;
        transition: opacity .3s ease, visibility 0s ease
    }
}

@media all and (max-width: 599px) {
    /* .nav-list {
border-top: 1px solid #1b2130
}

.nav-list__item {
border-bottom: 1px solid #1b2130
}

.nav-list__txt,
.nav-list__link {
position: relative;
display: block;
padding: 10px 25px;
color: #fff;
font-size: 1.5rem
}

.nav-list__txt:before,
.nav-list__txt:after {
position: absolute;
content: '';
display: block;
top: 50%;
right: 19px;
width: 18px;
height: 1px;
background: #fff;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}

.nav-list__txt:after {
opacity: 1;
-webkit-transform: translateY(-50%) rotate(90deg);
-ms-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
-webkit-transition: all .3s ease;
transition: all .3s ease
}

.nav-list__txt.is-active:after {
opacity: 0;
-webkit-transform: translateY(-50%) rotate(270deg);
-ms-transform: translateY(-50%) rotate(270deg);
transform: translateY(-50%) rotate(270deg)
} */
    /* 
.nav-list__link:before {
position: absolute;
content: '';
top: 50%;
right: 13px;
display: block;
width: 27px;
height: 4px;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: 100% 50%;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2268px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M67.979%2C5.490%20L-0.008%2C5.490%20L-0.008%2C4.516%20L65.550%2C4.516%20L62.050%2C1.127%20L62.761%2C0.438%20L67.979%2C5.490%20Z%22%2F%3E%3C%2Fsvg%3E");
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
} */
    /* 
.nav-list-btn {
margin: 25px 25px 0
} */
    /* 
.nav-list-btn__link {
position: relative;
display: block;
padding: 10px 15px;
border: 1px solid #fff;
text-align: center;
color: #fff;
box-sizing: border-box
} */
    /* 
.nav-list-btn__link:before {
position: absolute;
content: '';
top: 50%;
right: 13px;
display: block;
width: 27px;
height: 4px;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: 100% 50%;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2268px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M67.979%2C5.490%20L-0.008%2C5.490%20L-0.008%2C4.516%20L65.550%2C4.516%20L62.050%2C1.127%20L62.761%2C0.438%20L67.979%2C5.490%20Z%22%2F%3E%3C%2Fsvg%3E");
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
} */
    .nav-list-btn__txt {
        margin: auto;
        text-transform: uppercase;
        font-size: 2rem;
        color: #fff
    }
    .nav-child-list {
        display: none;
        padding: 12px 0;
        background: #1b2130
    }
    .nav-child-list__link {
        display: block;
        padding: 8px 5px;
        color: #fff;
        font-size: 1.3rem
    }
    .sub-nav-list {
        margin: 25px 5px 0
    }
    .sub-nav-list__link {
        display: block;
        padding: 5px 0;
        color: #fff
    }
}

@media all and (min-width: 600px) {
    .nav-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 50px
    }
    .nav-list__item {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .nav-list__item.item-child {
        position: relative
    }
    .nav-list__item.item-child:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: -40px
    }
    .nav-list__item.item-child:hover .nav-list__txt+.nav-child-list {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease, visibility 0s;
        transition: opacity .3s ease, visibility 0s
    }
    .nav-list__item.item-child:hover .nav-list__txt span:before {
        width: 100%
    }
    .nav-list__txt {
        position: relative;
        cursor: default
    }
    .nav-list__txt,
    .nav-list__link {
        display: block;
        padding: 0 20px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 500
    }
    .nav-list__txt span,
    .nav-list__link span {
        position: relative
    }
    .nav-list__txt span:before,
    .nav-list__link span:before {
        position: absolute;
        content: '';
        display: block;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: width .3s ease;
        transition: width .3s ease
    }
    .nav-list__link:hover span:before {
        width: 100%
    }
    .nav-child-list {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background: #242c40;
        top: 65px;
        left: 20px;
        padding: 20px 30px;
        -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
        transition: opacity .3s ease, visibility 0s ease .3s
    }
    .nav-child-list__link {
        /* display: block; */
        /* padding: 5px 0; */
        /* color: #fff; */
        /* font-size: 1.4rem; */
    }
    .nav-child-list__link:hover {
        text-decoration: underline
    }
    .nav-child-list.list-services {
        width: 200px
    }
    .nav-child-list.list-company {
        /* width: 200px */
    }
    .nav-child-list.list-recruit {
        width: 170px
    }
    .nav-list-btn {
        margin-left: 20px
    }
    .nav-list-btn__link {
        position: relative;
        display: block;
        width: 140px;
        padding: 5px;
        border: 1px solid #fff;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }
    .nav-list-btn__link:before {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #fff;
        -webkit-transition: width .3s ease;
        transition: width .3s ease
    }
    .nav-list-btn__link:hover {
        color: #242c40
    }
    .nav-list-btn__link:hover:before {
        width: 100%
    }
    .nav-list-btn__txt {
        position: relative;
        z-index: 1
    }
}

@media all and (min-width: 600px) and (max-width: 1400px) {
    .l-header .hd-info__logo {
        margin-left: 25px
    }
    .nav-list {
        margin-right: 25px
    }
    .nav-list__txt,
    .nav-list__link {
        padding: 0 10px
    }
    .nav-child-list {
        left: 10px
    }
}

.l-header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* min-width: 320px; */
    /* z-index: 2000; */
    /* -webkit-transition: all .3s ease; */
    /* transition: all .3s ease; */
    /* -webkit-transition-property: margin, -webkit-transform; */
    /* transition-property: margin, -webkit-transform; */
    /* transition-property: margin, transform; */
    /* transition-property: margin, transform, -webkit-transform; */
}

@media all and (min-width: 600px) {
    .l-header {
        /* width: 100%; */
        /* min-width: 1200px; */
    }
}

.l-header.is-set {
    margin-top: -110px
}

@media all and (max-width: 599px) {
    .l-header.is-set .nav-btn {
        margin-top: -110px
    }
}

.l-header.is-fixed {
    position: fixed;
    margin-top: 0
}

@media all and (max-width: 599px) {
    .l-header.is-fixed .nav-btn {
        position: fixed;
        margin-top: 0
    }
}

@media all and (min-width: 600px) {
    .l-header.is-fixed {
        min-width: 1200px
    }
}

.l-header.is-return {
    margin-top: -110px
}

@media all and (max-width: 599px) {
    .l-header.is-return .nav-btn {
        margin-top: -110px
    }
}

.l-header.is-set .l-header .hd-info__logo-link img:nth-of-type(1) {
    opacity: 0
}

.l-header.is-set .l-header .hd-info__logo-link img:nth-of-type(2) {
    opacity: 1
}

.l-header.is-fixed .hd-info__logo-link img:nth-of-type(2) {
    opacity: 1
}

.l-header.is-fixed .hd-info {
    background: #fff
}

@media all and (min-width: 600px) {
    .l-header.is-fixed .hd-info__logo {
        margin-top: 0
    }
    .l-header.is-fixed .nav-list__txt span:before {
        background: #242c40
    }
    .l-header.is-fixed .nav-list__txt,
    .l-header.is-fixed .nav-list__link {
        color: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link {
        border-color: #242c40;
        color: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link:before {
        background: #242c40
    }
    .l-header.is-fixed .nav-list-btn__link:hover {
        color: #fff
    }
}

.l-header .hd-info {
    position: relative;
    z-index: 3;
    height: 55px
}

@media all and (min-width: 600px) {
    .l-header .hd-info {
        height: 110px
    }
}

.l-header .hd-info__inner {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
}

@media all and (max-width: 599px) {
    .l-header .hd-info__inner.is-open {
        background: #242c40;
        border-bottom: 1px solid #242c40
    }
}

@media all and (min-width: 600px) {
    .l-header .hd-info__inner {
        /* height: 100%; */
    }
}

.l-header .hd-info__logo {
    width: 88px;
    padding: 15px
}

@media all and (min-width: 600px) {
    .l-header .hd-info__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px;
        width: 136px;
        margin: 10px 0 0 50px;
        padding: 0
    }
}

.l-header .hd-info__logo img:nth-of-type(2) {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.l-header .hd-info__logo-link {
    position: relative;
    display: block
}

.l-header .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l-header .nav-btn__line {
    position: absolute;
    left: 14px;
    width: 27px;
    height: 1px;
    content: '';
    background: #242c40;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l-header .nav-btn__line:nth-child(1) {
    top: 23px
}

.l-header .nav-btn__line:nth-child(2) {
    top: 31px
}

.l-header .nav-btn.is-open {
    background: #242c40
}

.l-header .nav-btn.is-open .nav-btn__line {
    background: #fff
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-header .nav-btn__chara {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center
}

@media all and (min-width: 600px) {
    .nav-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 50px
    }
    .nav-list__item {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .nav-list__item.item-child {
        position: relative
    }
    .nav-list__item.item-child:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: -40px
    }
    .nav-list__item.item-child:hover .nav-list__txt+.nav-child-list {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease, visibility 0s;
        transition: opacity .3s ease, visibility 0s
    }
    .nav-list__item.item-child:hover .nav-list__txt span:before {
        width: 100%
    }
    .nav-list__txt {
        position: relative;
        cursor: default
    }
    .nav-list__txt,
    .nav-list__link {
        display: block;
        padding: 0 20px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 500
    }
    .nav-list__txt span,
    .nav-list__link span {
        position: relative
    }
    .nav-list__txt span:before,
    .nav-list__link span:before {
        position: absolute;
        content: '';
        display: block;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: width .3s ease;
        transition: width .3s ease
    }
    .nav-list__link:hover span:before {
        width: 100%
    }
    .nav-child-list {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background: #242c40;
        top: 65px;
        left: 20px;
        padding: 20px 30px;
        -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
        transition: opacity .3s ease, visibility 0s ease .3s
    }
    .nav-child-list__link {
        /* display: block; */
        /* padding: 5px 0; */
        /* color: #fff; */
        /* font-size: 1.4rem; */
    }
    .nav-child-list__link:hover {
        text-decoration: underline
    }
    .nav-child-list.list-services {
        width: 200px
    }
    .nav-child-list.list-company {
        /* width: 200px */
    }
    .nav-child-list.list-recruit {
        width: 170px
    }
    .nav-list-btn {
        margin-left: 20px
    }
    .nav-list-btn__link {
        position: relative;
        display: block;
        width: 140px;
        padding: 5px;
        border: 1px solid #fff;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }
    .nav-list-btn__link:before {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #fff;
        -webkit-transition: width .3s ease;
        transition: width .3s ease
    }
    .nav-list-btn__link:hover {
        color: #242c40
    }
    .nav-list-btn__link:hover:before {
        width: 100%
    }
    .nav-list-btn__txt {
        position: relative;
        z-index: 1
    }
}

@media all and (min-width: 600px) and (max-width: 1400px) {
    .l-header .hd-info__logo {
        margin-left: 25px
    }
    .nav-list {
        margin-right: 25px
    }
    .nav-list__txt,
    .nav-list__link {
        padding: 0 10px
    }
    .nav-child-list {
        left: 10px
    }
}

@media screen and (min-width: 1025px) {
    body {
        font-size: 15px;
    }
    .header.scroll .logo,
    .header.scroll2 .logo {
        padding: 25px 0 0 25px;
    }
    .header.scroll .gnav ul,
    .header.scroll2 .gnav ul {
        padding: 0 75px 0 0px;
    }
    .header.scroll .gnav ul li ul,
    .header.scroll2 .gnav ul li ul {
        padding: 0 20px 0 0px;
    }
    .header.scroll .gnav ul li:first-child a,
    .header.scroll2 .gnav ul li:first-child a {
        /* padding-left: 40px; */
    }
    .header.scroll .gnav ul li a,
    .header.scroll2 .gnav ul li a {
        font-size: 16px;
        height: 60px;
        padding: 0px 25px;
    }
    .header.scroll .gnav ul li ul li a,
    .header.scroll2 .gnav ul li ul li a {
        font-size: 16px;
        height: 60px;
        padding: 0px 15px;
    }
    .header.scroll .switchWrap,
    .header.scroll2 .switchWrap {
        width: 60px;
        height: 60px;
    }
    .header.scroll .switch__line,
    .header.scroll2 .switch__line {
        width: 28px;
    }
}