@media (max-width: 767px) {
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.4rem;
    }
    .header-main .logo-left .logo {
        width: 164px;
        max-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;
    }
    #logo .header-logo {
        width: 253px;
        height: auto;
    }
    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0px;
        padding: 0;
        margin-top: 0px;
        margin-left: 0;
        padding-top: 90px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    #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;
    }
    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;
    }
    .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 30px;
        margin-bottom: 0;
    }
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        width: 100%;
        font-size: 1.7rem;
        text-align: left;
        font-weight: 400;
        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: #000;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        min-height: 54px;
        padding-left: 25px;
        border-bottom: 1px solid #c7c7c7;
    }
    .header-main .main-menu .nav>li::after {
        left: 30px;
        width: 13px;
        display: none;
        height: 13px;
    }
    .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: 16px;
        height: 5px;
        background-image: url(../images/takanokokan/icon-right-2.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
        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: 13px;
        height: 13px;
        background: #f89627;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        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: 8px;
        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: 145px;
        margin: 0 auto;
        width: 100%;
    }
    .footer-wrap {
        padding: 30px 0 20px;
        border-radius: 10px;
    }
    a.link-footer img {
        width: 209px;
    }
    #go-top a {
        width: 38px;
        height: 38px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 10px;
        bottom: 80px;
    }
    .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);
    }
    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }
    ul.list-anchor li a {
        font-size: 1.2rem;
        line-height: 1.2;
        align-items: flex-end;
        justify-content: flex-start;
        text-align: left;
        margin: 0;
        padding: 5px 0;
        min-height: 40px;
        padding-left: 0;
        padding-right: 8px;
    }
    ul.list-anchor li a::before {
        bottom: 0;
        left: 0;
        height: 6px;
    }
    ul.list-anchor li a::after {
        width: 14px;
        height: 14px;
        right: 6px;
        position: absolute;
        bottom: 6px;
    }
    .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%);
        }
    }
    .img-work-wrap {
        gap: 10px;
    }
    .img-work-wrap .img {
        margin-bottom: 10px;
        height: auto;
    }
    .home-work-right {
        padding-left: 0;
    }
    .box-list-anchor {
        padding: 17px 12px 35px;
    }
    ul.list-anchor {
        flex-wrap: wrap;
        gap: 10px 23px;
    }
    ul.list-anchor li {
        width: calc(50% - 13px);
    }
    .sub-title {
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .sub-title::after {
        width: 15px;
        height: 15px;
        left: -20px;
    }
    a.btn.btn-file {
        margin-bottom: 21px;
        min-height: 60px;
        font-size: 13px;
        padding-left: 55px;
        border-width: 1px;
        border-radius: 10px;
        padding-right: 55px;
    }
    a.btn.btn-file::before {
        width: 21px;
        height: 25px;
        left: 20px;
    }
    a.btn.btn-file::after {
        width: 14px;
        height: 14px;
        right: 15px;
    }
    .header-top {
        padding: 0;
    }
    .page-header-img {
        height: 231px;
        position: relative;
    }
    .page-header-img::after {
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
    .page-header {
        padding-top: 0;
        padding: 0 0 30px;
        height: auto;
    }
    .page-header-title {
        margin-top: 18px;
        padding-left: 39px;
    }
    .title-en {
        font-size: 1rem;
    }
    .title-jp {
        font-size: 2.2rem;
        margin-top: 5px;
    }
    .title-jp::after {
        width: 15px;
        height: 15px;
        left: -24px;
    }
    .page-header::before {
        height: 453px;
        background-image: url(../images/takanokokan/after-page-sm.png);
        top: 72px;
    }
    .title-sub {
        font-size: 1.75rem;
        padding-left: 25px;
        margin-right: -30px;
    }
    .text-care-cs p {
        font-size: 1.3rem;
    }
    .title-sub::after {
        width: 15px;
        height: 15px;
        left: 0;
    }
    .page-header .container,
    .page-anchor .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .box-bg-mail {
        padding: 30px;
    }
    .box-bg-avaliable {
        padding: 18px 20px;
        border-radius: 10px;
    }
    .list-care li {
        font-size: 1.3rem;
        padding-left: 20px;
    }
    .list-care li span {
        font-size: 1.4rem;
        padding-left: 0;
    }
    .list-care li::after {
        width: 12px;
        height: 12px;
        transform: none;
        top: 5px;
    }
    .box-bg-mail::before {
        height: 112px;
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
    }
    .box-bg-mail::after {
        height: 206px;
    }
    .img-care-2 {
        margin: 0 -30px;
    }
    .title-line {
        font-size: 1.5rem;
        padding-bottom: 10px;
        line-height: 1.5;
    }
    .title-line::after {
        width: 60px;
        height: 1px;
    }
    .img-care-2 img {
        border-radius: 10px;
    }
    .img-care-cs {
        max-width: 214px;
        margin: 0 auto;
    }
    .img-care-cs img {
        border-radius: 5px;
    }
    .text-care-cs h3 {
        font-size: 1.5rem;
        margin-top: 20px;
        line-height: 1.33;
        border-width: 1px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    .care-04::after {
        width: 356px;
        height: 357px;
        top: -120px;
        right: -120px;
        background-image: url(../images/takanokokan/page/bg-3-sm.png);
    }
    .list-dot::before {
        width: 13px;
        height: 13px;
        top: 5px;
        transform: none;
    }
    .list-dot li {
        padding-left: 25px;
    }
    .care-02::after {
        height: 871px;
    }
    .text-under-cs {
        text-decoration-thickness: 2px;
    }
    .box-img-care-3 img {
        max-width: 268px;
    }
    .box-img-care-3 p {
        font-size: 1rem;
        padding-top: 10px;
    }
    .box-step {
        flex-direction: column;
        padding: 15px;
        border-radius: 10px;
        border-width: 1px;
        margin-bottom: 35px;
    }
    .box-step-left {
        width: 100%;
        font-size: 1.5rem;
        gap: 18px;
        min-height: unset;
        border-right: none;
        border-bottom: 1px solid #aeaeae;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .num-step {
        font-size: 1.7rem;
    }
    .box-step-right {
        padding: 0;
        line-height: 1.35;
    }
    .box-step::after {
        width: 30px;
        height: 16px;
        bottom: -25px;
    }
    .title-cs {
        font-size: 1.5rem;
        min-height: 38px;
        padding-bottom: 15px;
        padding-top: 5px;
        padding-left: 13px;
        margin-bottom: 20px;
    }
    .title-cs::after {
        width: 2px;
        height: 35px;
    }
    .slide-care .slick-slide {
        padding: 0 8px;
    }
    .slide-care .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .slide-care-item-2 {
        margin-top: 35px;
    }
    .box-event-info {
        gap: 40px 12px;
    }
    .box-event {
        width: calc(33.33% - 8px);
        padding: 35px 10px 10px;
        border-radius: 10px;
    }
    .mr--10 {
        margin-right: -10px;
    }
    .month-event {
        width: 55px;
        height: 55px;
        font-size: 1.2rem;
        top: -28px;
    }
    .month-event span {
        font-size: 2.6rem;
        margin-top: -10px;
    }
    .event-info {
        line-height: 1.35;
    }
    .care-05::after {
        width: 100%;
        height: 357px;
        right: -120px;
        top: auto;
        bottom: -225px;
    }
    .contact-infor {
        padding: 22px 30px;
        border-radius: 10px;
    }
    .content-contact {
        flex-direction: column;
        display: flex;
        gap: 0;
    }
    .phone-number {
        font-size: 2.5rem;
        position: relative;
    }
    .phone-number::after {
        width: 20px;
        height: 21px;
        left: -23px;
    }
    .content-contact::after {
        width: 100%;
        height: 1px;
        display: none;
    }
    .content-contact-left {
        padding-bottom: 17px;
        border-bottom: 1px solid;
        margin-bottom: 17px;
        width: 100%;
    }
    a.btn.btn-main {
        min-height: 50px;
        border-radius: 22px;
        font-size: 1.4rem;
        padding: 0;
        width: 100%;
        padding-right: 40px;
    }
    .content-contact-right {
        width: 100%;
    }
    .btn-main::after {
        width: 32px;
        height: 32px;
    }
    .care-08::after {
        height: 365px;
        background-image: url(../images/takanokokan/bg-care-8-sm.png);
    }
    a.btn.btn-social {
        max-width: 192px;
        margin: 0 auto;
        font-size: 1.3rem;
        align-items: center;
        gap: 19px;
        min-height: 43px;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 0 15px;
    }
    a.btn.btn-social img {
        width: 25px;
        height: 25px;
    }
    .btn-social::after {
        right: 11px;
    }
    footer {
        padding: 30px 0;
    }
    .footer-wrap::after {
        width: 50px;
        height: 27px;
        top: -15px;
    }
    .box-home-banner {
        flex-direction: column;
    }
    .home-banner-left {
        width: 100%;
    }
    .home-banner-right {
        padding: 20px;
    }
    .home-banner .box-bg-avaliable {
        position: static;
        padding: 15px 20px;
    }
    .home-banner .list-care {
        margin: 0;
    }
    .home-banner .list-care li {
        font-size: 1.5rem;
        margin-bottom: 6px;
        padding-left: 15px;
    }
    .home-banner .list-care li::after {
        width: 9px;
        height: 9px;
        top: 7px;
    }
    .home-map-left-img iframe {
        width: 100%;
        height: 211px;
    }
    .home-banner .list-care li span {
        font-size: 1rem;
    }
    .title-flex-left h3 {
        font-size: 1.8rem;
    }
    .home-banner::after {
        height: 320px;
        top: 30px;
    }
    .home-banner::before {
        width: 700px;
        height: 700px;
        right: -210px;
        top: -10px;
    }
    #banner-home {
        position: relative;
    }
    #banner-home::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f7f5e8;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: -6;
    }
    .main-title-en {
        font-size: 1rem;
    }
    .main-title-jp {
        font-size: 2rem;
    }
    .main-title-jp::before {
        width: 15px;
        height: 15px;
        left: -20px;
        top: 7px;
    }
    .main-title-jp::after {
        width: 313px;
        height: 49px;
        bottom: -20px;
    }
    .news-item.item-list {
        padding: 14px 13px;
        border-radius: 10px;
        gap: 0;
    }
    .news-item.item-list .title a {
        -webkit-line-clamp: 2;
        font-size: 1.4rem;
        line-height: 1.428;
    }
    .news-item.item-list .title {
        padding-right: 35px;
        margin-top: 10px;
    }
    .news-item .date {
        font-size: 1.2rem;
    }
    a.btn.btn-main.btn-more {
        max-width: 185px;
        margin: 0 auto;
        font-size: 1.3rem;
    }
    .home-news::after {
        height: 322px;
        bottom: 0;
        top: auto;
    }
    .home-news::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f7f5e8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -6;
    }
    .about-section::after {
        width: 513px;
        height: 515px;
        top: -185px;
        right: -195px;
    }
    .home-connect-right {
        height: auto;
        padding-left: 20px;
        height: 282px;
        margin-top: 25px;
    }
    .home-connect-right .img-connect img {
        max-width: 100%;
        border-radius: 25px 0 0 25px;
    }
    .home-connect-right .img-connect {
        margin-right: -30px;
    }
    .box-slide-care {
        margin-top: 40px;
    }
    .care-container {
        flex-direction: column;
    }
    .care-img {
        width: auto;
        margin: 0 -15px;
    }
    .care-wrapper {
        width: 100%;
        margin: -20px 0 0;
        padding: 20px;
    }
    .title-care p {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 25px;
    }
    a.btn.btn-phone-header {
        width: 70px;
        height: 68px;
        background-color: #f9f2e5;
        flex-direction: column;
        border-radius: 10px;
        margin-right: 85px;
        font-size: 1.4rem;
        font-weight: 500;
        font-family: 'Zen Maru Gothic', sans-serif;
        gap: 2px;
        color: #f27a0f;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 13;
    }
    a.btn.btn-phone-header img {
        width: 22px;
    }
    .title-care {
        padding-bottom: 20px;
    }
    .title-care p::after {
        width: 12px;
        height: 12px;
    }
    .title-care p::before {
        width: 21px;
        height: 21px;
        right: 0;
    }
    .care-wrapper>p {
        margin-top: 10px;
    }
    .service-2 .img-left {
        margin: 0 -15px;
    }
    .img-left img {
        border-radius: 10px;
    }
    .service-infor .care-2 {
        width: 100%;
        padding: 20px;
        min-height: unset;
    }
    .service-infor .care-2>p {
        margin-top: 10px;
    }
    .care-container.reverse {
        flex-direction: column;
    }
    .care-container.reverse .care-wrapper {
        margin-right: auto;
    }
    .service-2::after {
        width: 716px;
        height: 866px;
        background-size: cover;
        top: -275px;
        right: -170px;
    }
    .service-home::after {
        height: 212px;
        top: 125px;
    }
    .home-map-content {
        flex-direction: column;
        gap: 20px;
    }
    .home-map-right {
        width: 100%;
    }
    .map-title {
        font-size: 1.3rem;
        gap: 8px;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
    .map-title img {
        width: 32px;
    }
    .lead-dot li {
        font-size: 1.2rem;
        padding-left: 17px;
    }
    .lead-dot li::after {
        width: 10px;
        height: 10px;
        top: 5px;
        transform: none;
    }
    .box-slider-wrapper {
        flex-direction: column;
    }
    .box-slider-left {
        width: auto;
        margin-left: -30px;
    }
    .box-slider-right {
        width: auto;
        margin: 0 -15px;
    }
    .box-slider-wrapper .slider-left-item img {
        height: auto;
        border-radius: 0 25px 25px 0;
    }
    .box-slider-right-inner {
        margin: 0;
    }
    .slider-right-item {
        padding: 20px 25px;
        border: none;
    }
    .title-slider {
        font-size: 1.5rem;
        padding-bottom: 20px;
    }
    .sub-content {
        margin-top: 10px;
    }
    .box-slider-right-inner .slick-list {
        z-index: 1;
    }
    .slider-right-item {
        border-radius: 0;
        position: relative;
        background-color: transparent;
    }
    .box-slider-right {
        position: relative;
    }
    .box-slider-right::after {
        content: "";
        width: 100%;
        height: calc(100% + 65px);
        background-color: #fff;
        z-index: -1;
        position: absolute;
        bottom: 0;
        left: 0;
        border: 1px solid #f89627;
        border-radius: 32px;
    }
    .box-slider-wrapper::after {
        width: 100vw;
        height: 253px;
        right: -30px;
        top: 100px;
    }
    .slide-arrow {
        width: 29px;
        height: 29px;
    }
    .contact-home::before {
        width: 100%;
        z-index: -1;
        border-radius: 0 0 25px 0;
        top: -220px;
    }
    .contact-form-home {
        margin-left: -15px;
        margin-right: -15px;
    }
    .toggle-hd {
        font-size: 1.7rem;
        padding: 16px 0;
    }
    .toggle-hd::before {
        width: 34px;
        height: 34px;
        right: 15px;
    }
    .toggle-hd::after {
        width: 32px;
        height: 25px;
        left: 22px;
    }
    .contact-home::after {
        height: calc(100% - 62px);
        top: 62px;
    }
    .btn-social.btn-banner {
        width: 125px;
        height: 29px;
        font-size: 1rem;
        padding: 0;
        padding-left: 18px;
        padding-right: 0;
        justify-content: flex-start;
        min-height: unset;
        right: 4px;
        bottom: 8px;
    }
    .btn-banner::after {
        width: 11px;
        height: 11px;
        right: 5px;
    }
    .toggle-cont {
        padding: 15px;
    }
    a.btn.btn-close-popup {
        font-size: 1.6rem;
        gap: 45px;
        max-width: 170px;
        min-height: 50px;
        padding: 0 21px;
    }
    a.btn.btn-close-popup img {
        width: 15px;
    }
    .toggle-contact {
        border-radius: 30px;
    }
    .box-btn-close {
        padding: 30px 0;
    }
    ul.slick-dots li {
        width: 8px;
        height: 8px;
        margin: 3px 0;
    }
    ul.slick-dots {
        left: -20px;
    }
    .box-slider-wrapper ul.slick-dots {
        flex-direction: row;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: -38px;
    }
    .box-slider-wrapper ul.slick-dots li {
        margin: 0 3px;
    }
    .prev-arrow {
        left: 25px;
    }
    .next-arrow {
        right: 25px;
    }
    .slide-arrow {
        bottom: -45px;
    }
    .box-contact-header {
        padding: 30px;
        margin: 30px 0;
        position: relative;
    }
    .box-contact-header::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f7f5e8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
    }
    .box-contact-header::before {
        content: "";
        width: 100%;
        height: 365px;
        background-image: url(../images/takanokokan/bg-header-contact.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: -3;
    }
    .site-header .top-links {
        flex-direction: column;
        padding: 0 30px 30px;
        border: none;
    }
    .site-header .top-links a {
        min-height: 55px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px !important;
        border-radius: 20px;
        font-size: 1.5rem;
        position: relative;
        margin-bottom: 25px;
        border: none;
        box-shadow: 0px 0px 8px 0px rgba(169, 177, 181, 0.45);
    }
    .site-header .top-links a img {
        position: absolute;
        right: 15px;
    }
    .img-bg img {
        max-width: unset;
        width: 855px;
        right: 0;
        position: absolute;
        transform: translateX(calc(50% - 315px));
    }
    .box-home-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .daytime-02 {
        text-align: justify !important;
    }
    .daytime-06 .img-daytime {
        margin: 0 -30px;
    }
    .daytime-06 .img-daytime img {
        height: 332px;
    }
    .daytime-bg {
        max-width: unset;
        width: 685px;
        right: 0;
        position: absolute;
        transform: translateX(calc(50% - 255px));
        top: 240px;
    }
    .term-06::after {
        max-width: unset !important;
        width: 685px !important;
        right: 0 !important;
        position: absolute !important;
        transform: translateX(calc(50% - 565px)) !important;
        top: 205px !important;
        height: 70px !important;
    }
    .page-term .title-jp p {
        font-size: 1.5rem;
    }
    .header-wrapper .header-main .main-menu .nav {
        position: relative;
    }
    .header-wrapper .header-main .main-menu .nav::after {
        content: "";
        width: 288px;
        height: 288px;
        background-image: url(../images/takanokokan/bg-canh.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    header .btn-main::after {
        transform: translateY(-50%) rotate(-90deg);
    }
    header .phone-number {
        font-family: 'Zen Maru Gothic', sans-serif;
        padding-left: 20px;
    }
    header .phone-number::after {
        left: 0;
    }
    .about-section::before {
        height: 56px;
        background-size: cover;
        background-position: center left -40px;
        bottom: 20px;
    }
    .box-link-bottom-home {
        border-radius: 10px;
    }
    .footer-left .box-email:nth-child(2) {
        font-size: 1.3rem;
    }
    .home .submit-btn .btn {
        min-height: unset !important;
    }
    .box-bg-mail .list-care li {
        font-size: 1.6rem;
    }
}