@charset "utf-8";
.global_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.border_wr {
    border-right: #fff 1px solid;
}
.top_head {
    display: flex;
}
.top_head li {
    flex: 1;
    text-align: center;
    background-color: #435b72;
}
.top_head li:nth-child(1) {
    background-color: transparent;
}
.top_head li a {
    display: block;
    color: #fff;
    padding: 1.2em 0;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.head_nav_logo {
    text-align: center !important;
}

.home .head_contact, .index_demo .head_contact {
    top: 80px !important;
}

.home .head_nav_logo, .index_demo .head_nav_logo {
    padding-top: 30px !important;
}

.top_mv .swiper-slide {
    padding-top: 230px !important;
}

.home .h1_text, .index_demo .h1_text {
    top: 80px !important;
}

@media screen and (max-width: 820px) {
    .top_head {
    display: none;
    }
    .home .h1_text, .index_demo .h1_text {
    top: 0px !important;
}
.head_nav_logo {
    text-align: left !important;
}
.home .head_contact, .index_demo .head_contact {
    top: 50px !important;
}
.open.home .head_contact, .open.index_demo .head_contact {
    top: 1% !important;
}
.top_mv .swiper-slide {
    padding-top: 160px !important;
}
}
