@media(max-width:767px) {
    /* html{
        height: -webkit-fill-available;
    } */
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.4rem;
    }
    .header-main .logo-left .logo {
        width: 253px;
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: flex-start;
        margin: 0;
        margin-left: 0px;
        padding-top: 0;
        z-index: 20;
    }
    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0px;
        padding: 0;
        margin-top: 0px;
        padding-top: 160px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    /* .header-main .main-menu::after {
        content: "";
        width: 100%;
        height: 272px;
        bottom: 0;
        background-image: url(../images/index/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -2;
        bottom: 0;
        left: 0;
    }
    .header-main .main-menu::before {
        content: "";
        width: 321px;
        height: 70px;
        bottom: 0;
        background-image: url(../images/index/bg-text.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        bottom: 90px;
    } */
    #logo .header-logo {
        width: 100%;
    }
    header .main-menu {
        overflow-y: hidden;
    }
    body.menu-open header:before {
        display: none;
    }
    .box-slide-banner {
        margin-top: 140px;
    }
    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }
    /* .menu-open .header-main .main-menu::after {
        content: "";
        width: 184px;
        height: 40px;
        background-image: url(../images/index/logo-after.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: -1;
    } */
    nav.navbar.nav-main {
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 188px);
        position: relative;
        margin-top: 0;
        padding-bottom: 45px;
        width: 100%;
    }
    .box-menu-phone {
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0;
    }
    /* .menu-open .header-main .main-menu::after {
        content: "MENU";
        font-size: 2.7rem;
        font-family: 'Josefin Slab', serif;
        font-weight: 600;
        position: absolute;
        top: 25px;
        left: 30px;
        color: #39B04A;
    } */
    /* .header-wrapper .header-main .main-menu .nav>li.current>a {
        color: #2FC5F7;
    } */
    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding-right: 0;
        padding-top: 0px;
    }
    .header-wrapper .header-main .content-left {
        width: 100%;
    }
    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 0px;
        text-align: center;
        border-right: none;
        padding: 0 35px;
        margin-bottom: 0;
    }
    /* .header-main .main-menu .nav>li:not(:last-child):after {
        display: none;
    } */
    /* .header-wrapper .header-main .main-menu .nav>li:first-child>a {
        border-top: 1px solid #f6ab3b;
    } */
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        width: 100%;
        font-size: 1.5rem;
        text-align: left;
        font-weight: bold;
        line-height: 1.3;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 0px;
        color: #b10d15;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        min-height: 50px;
        padding-left: 12px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .header-wrapper .header-main .main-menu .nav>li>a img {
        display: none;
    }
    .header-main .main-menu .nav>li a.btn {
        box-shadow: none;
        border-radius: 0;
    }
    .header-wrapper .header-main .main-menu .nav>li>a br {
        display: none;
    }
    .header-wrapper .header-main .main-menu .nav>li>a span {
        margin-top: 0;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        width: 21px;
        height: 7px;
        background-image: url(../images/index/icon-right.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 19px;
        background-color: transparent;
        left: auto;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::before,
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #b10d15;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    html #wpadminbar {
        display: none;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd::after {
        content: "";
        width: 17px;
        height: 17px;
        background-image: url(../images/index/icon-open.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
    }
    .header-wrapper .header-main .main-menu .nav>li.active>.toggle-hd::after {
        background-image: url(../images/index/icon-close.svg);
    }
    .menu-sm-link {
        padding: 20px 0;
    }
    .menu-sm-link a {
        display: flex;
        padding-left: 30px;
        position: relative;
        margin-bottom: 15px;
        text-align: left;
    }
    .menu-sm-link a:after {
        content: "";
        width: 10px;
        height: 2px;
        background: #0095ff;
        position: absolute;
        left: 10px;
        top: 9px;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 0;
        padding-top: 15px;
        position: relative;
        height: 65px;
    }
    /* .header-wrapper .header-main .main-menu .nav>li>a::after,
    .header-wrapper .header-main .main-menu .nav>li>a::before {
        display: none;
    } */
    /* .header-wrapper .header-main .main-menu .nav>li:hover a {
        background-color: #fff399;
        opacity: 1;
    } */
    /* .header-main .main-menu .nav>li:last-child>a {
        border-bottom: none;
    } */
    html.menu-open {
        overflow: hidden;
    }
    /* .header-wrapper .header-main .main-menu .nav>li:nth-child(1) {
        border-top: 1px solid #000000;
    } */
    ul.list-link-sm {
        padding: 0 43px;
    }
    ul.list-link-sm li a {
        padding-left: 20px;
        display: block;
        margin-bottom: 13px;
        position: relative;
        font-size: 1.6rem;
        font-weight: 500;
        color: #038473;
    }
    ul.list-link-sm li a:after {
        content: "";
        width: 13px;
        height: 13px;
        background: #eb535b;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 0;
    }
    ul.list-link-sm li:nth-child(2) a:after {
        background: #00a6cb;
    }
    .header-top-right {
        display: none;
    }
    .header-wrapper {
        padding-bottom: 0;
        position: relative;
        z-index: 21;
    }
    .header-top.flex-row {
        justify-content: space-between !important;
        align-items: center;
        padding-bottom: 0;
        min-height: unset;
        border-radius: 0;
        padding-left: 0;
        position: relative;
        z-index: 19;
    }
    /* body.menu-open header {
        z-index: 9;
    } */
    .box-scroll::after {
        height: 80px;
    }
    @keyframes pathmove {
        0% {
            height: 0;
            top: 0px;
            opacity: 0;
        }
        30% {
            height: 80px;
            opacity: 1;
        }
        100% {
            height: 0;
            top: 80px;
            opacity: 0;
        }
    }
    .footer-logo {
        max-width: 233px;
        margin: 0 auto;
        width: 100%;
    }
    .footer-wrap {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    a.link-footer img {
        width: 209px;
    }
    #go-top a {
        width: 85px;
        height: 65px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 10px;
        bottom: 65px;
    }
    .breadcrums {
        display: none;
    }
    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
        margin-top: 0;
        padding: 0;
    }
    ul.list-anchor li {
        width: calc(50% - 7px);
        margin-right: 14px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }
    ul.list-anchor li a {
        font-size: 1.3rem;
        line-height: 1.2;
        background-color: #fff;
        align-items: flex-end;
        justify-content: center;
        text-align: left;
        margin: 0;
        padding: 5px 0;
        padding-bottom: 12px;
        min-height: 40px;
        padding-left: 8px;
        padding-right: 8px;
    }
    ul.list-anchor li a::before {
        bottom: 0;
        left: 0;
        height: 6px;
    }
    ul.list-anchor li a::after {
        width: 22px;
        height: 19px;
        right: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }
    .box-img-mega-menu {
        display: none;
    }
    .box-mega-right {
        padding: 0;
    }
    .header-main .main-menu .nav>li .mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: none;
        background: transparent;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        width: auto;
    }
    .header-wrapper .header-main .main-menu .nav>li.toggle-mb {
        padding: 0 35px;
    }
    header:after {
        width: 286px;
        height: 222px;
        left: -6px;
        top: -110px;
    }
    .box-menu-sm a.btn.btn-main {
        max-width: 250px;
    }
    .box-menu-sm a.btn.btn-main.btn-blank::after {
        right: 12px;
    }
    .box-menu-sm a.mt-25 {
        max-width: 254px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
        border-radius: 30px;
    }
    .box-menu-sm a.btn {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        min-height: 59px;
        border-radius: 28px;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
    }
    .box-menu-sm {
        padding-left: 30px;
        padding-right: 30px;
    }
    a.btn.btn-main.btn-blank::after {
        width: 30px;
        height: 30px;
        right: 25px;
    }
    .box-menu-sm a.btn img {
        height: 59px;
    }
    a.btn.btn-view {
        font-size: 1.1rem;
    }
    a.btn.btn-view img {
        width: 20px;
        padding-bottom: 5px;
    }
    .box-scroll {
        display: block;
    }
    a.scroll {
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.1em;
        font-size: 1.2rem;
    }
    .recruit-cate {
        width: 68px;
        padding: 0 10px 1px;
        min-height: 22px;
        border-radius: 4px;
        font-size: 1.1rem;
        max-width: unset;
        min-width: unset;
    }
    .sub-title.small span {
        font-size: 1.4rem;
    }
    .main-title.size-large p {
        font-size: 2rem;
    }
    .home-company-left .main-title {
        padding-right: 0px;
    }
    .box-slide-cont h2:after {
        height: 1px;
        width: 97%;
        left: 50%;
        transform: translateX(-50%);
    }
    #loading .loading-inner img {
        width: 230px;
    }
    .img-employee-cs {
        height: 180px;
    }
    .box-menu-phone::after {
        display: none;
    }
    .box-sub-link-mega a {
        display: block;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 20px;
        position: relative;
    }
    .box-sub-link-mega a::after {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url(../images/index/icon-right-mega.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd.active::after {
        background-image: url(../images/index/icon-close.svg);
    }
    .popup-content {
        max-width: 300px;
        max-height: 180px;
    }
    body .box-link-language a {
        padding-left: 30px;
    }
    .scroll_down:after {
        height: 90px;
        width: 1px;
    }
    .scroll_down:before {
        width: 8px;
        height: 8px;
        left: -3px;
    }
    .scroll_down a {
        font-size: 1.5rem;
    }
    @keyframes circlemove {
        0% {
            bottom: 90px;
        }
        100% {
            bottom: 0px;
        }
    }
    .header-main .logo-left .logo::after {
        display: none;
    }
    .sub-title span {
        font-size: 14px;
    }
    .marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll 15s linear infinite;
    }

    .marquee span {
    display: inline-block;
    padding-right: 2rem; /* space between repeats */
    }

    @keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
    }
}