@media(max-width:767px) {
    /* html{
        height: -webkit-fill-available;
    } */
    img {
        height: auto;
    }
    a:not(.btn):hover {
        opacity: 1;
    }
    body.logged-in header {
        top: 0px;
    }
    body {
        font-size: 1.3rem;
    }
    .header-main .logo-left .logo {
        width: 158px;
        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: 80px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    .header-wrapper .header-main .main-menu .nav {
        position: relative;
    }
    .header-main .main-menu .nav::after {
        content: "";
        width: 288px;
        height: 288px;
        top: 0;
        background-image: url(../images/hospital/index/bg-canh.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    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 - 80px);
        position: relative;
        margin-top: 0;
        padding-bottom: 145px;
        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;
    }
    .header-wrapper .header-main .main-menu .nav>li>a,
    .header-wrapper .header-main .main-menu .toggle-hd {
        width: 100%;
        font-size: 1.5rem;
        text-align: left;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 18px 0px;
        color: #333333;
        position: relative;
        justify-content: flex-start;
        min-height: unset;
        text-shadow: none;
        font-family: "Zen Kaku Gothic New", sans-serif;
        padding-right: 40px;
        padding-left: 23px;
        border-bottom: 1px solid #C7C7C7;
        border-right: none;
    }
    .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/hospital/index/icon-right-sm.svg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        left: auto;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::before {
        content: "";
        width: 13px;
        height: 2px;
        background: linear-gradient(90deg, rgba(33, 47, 121, 1) 50%, rgba(194, 222, 239, 1) 50%);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3px;
    }
    html #wpadminbar {
        display: none;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        padding-top: 5px;
        padding-bottom: 0;
    }
    html.menu-open {
        overflow: hidden;
    }
    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;
    }
    .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: 185px;
        margin: 0 auto;
        width: 100%;
    }
    .footer-wrap {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    a.link-footer img {
        width: 209px;
    }
    header {
        position: relative;
        z-index: 4;
    }
    #go-top a {
        width: 40px;
        height: 40px;
    }
    #go-top a img {
        width: 100%;
        height: 100%;
    }
    #go-top.show {
        right: 5px;
        bottom: 25px;
    }
    .breadcrumds {
        display: none;
    }
    ul.list-anchor {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-wrap: wrap;
        display: flex;
        margin-top: 0;
        padding: 0 0;
        gap: 15px 0;
        border-radius: 10px;
    }
    ul.list-anchor li {
        width: 50%;
        border-right: 1px solid #aeaeae;
        min-width: unset;
    }
    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
        border-right: none;
    }
    ul.list-anchor li a {
        font-size: 1.2rem;
        line-height: 1.2;
        color: #29a6dd;
        align-items: center;
        justify-content: center;
        text-align: left;
        margin: 0;
        padding: 0;
        text-align: center;
        letter-spacing: 0.075em;
        min-height: 21px;
        min-width: none;
    }
    ul.list-anchor li a::before {
        bottom: 0;
        left: 0;
        background: #089abc;
    }
    ul.list-anchor li a::after {
        width: 12px;
        height: 14px;
        right: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }
    a.btn.btn-footer {
        max-width: 182px;
        min-height: 43px;
        padding-left: 38px;
    }
    footer a.btn.btn-footer {
        max-width: 235px;
        margin: 0;
        margin-bottom: 24px;
        height: 56px;
        font-size: 1.5rem;
        padding-left: 0;
    }
    .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;
    }
    header:after {
        width: 262px;
        height: 108px;
        left: -10px;
        top: -10px;
    }
    .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;
    }
    a.btn.btn-contact h2 {
        font-size: 2.3rem;
        padding-bottom: 0;
        padding-right: 20px;
    }
    a.btn.btn-contact::after {
        width: 15px;
        height: 6px;
        bottom: 50%;
        transform: translateY(50%);
        right: 40px;
    }
    .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::after {
        width: 30px;
        height: 30px;
        background-image: url(../images/index/icon-plus.svg);
        right: 20px;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd.active::after {
        background-image: url(../images/index/icon-minus.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;
    }
    header::before {
        display: none;
    }
    .mega-menu-right {
        padding: 0 0 0 0;
    }
    .header-main .main-menu .nav>li a.btn {
        font-size: 15px;
        color: #333333;
        padding: 10px 0 10px 45px;
        font-family: "Shippori Mincho B1", serif;
        margin-bottom: 0;
        border-bottom: none;
    }
    .header-main .main-menu a.btn.btn-mega::after {
        display: none;
    }
    .header-main .main-menu a.btn.btn-mega:before {
        width: 15px;
        height: 5px;
        left: 17px;
        background-image: url(../images/index/icon-arrow-sub.svg);
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd {
        max-width: calc(100% - 30px);
        margin-left: 15px;
        position: relative;
    }
    .header-wrapper .header-main .main-menu .nav>li>.toggle-hd:after {
        display: block;
        position: absolute;
        content: '';
        width: 17px;
        height: 17px;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../images/index/icon-plus.svg);
        background-size: 100% 100%;
    }
    header .header-wrapper::before {
        background: white;
        height: 64px;
        left: 0;
        top: 0;
        border-radius: 0;
        opacity: 1;
        width: 100%;
    }
    .box-img-pdf:not(:first-child) {
        margin-top: 15px;
    }
    .box-banner-home {
        flex-direction: column;
    }
    .box-home-banner-content {
        position: static;
        transform: none;
    }
    .box-banner-slider {
        width: 100%;
        margin: 0;
    }
    a.btn.btn-phone-header {
        width: 70px;
        height: 68px;
        background-color: #e6eff4;
        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: #212f79;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 13;
    }
    a.btn.btn-phone-header img {
        width: 22px;
    }
    a.menu-btn.btn-sm.show- {}
    a.btn.btn-phone-header {
        width: 70px;
        height: 68px;
        background-color: #e6eff4;
        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: #212f79;
        letter-spacing: 0.1em;
    }
    a.btn.btn-phone-header img {
        width: 22px;
    }
    .box-medic-info {
        position: static;
        border-radius: 0;
    }
    .box-flex-medic-info {
        flex-direction: column;
        gap: 0;
    }
    .medic-info-left {
        width: 100%;
        padding: 0;
    }
    .medic-info-right {
        width: 100%;
    }
    .box-time-info {
        font-size: 1.4rem;
        width: 135px;
    }
    .name-time {
        font-size: 1.4rem;
    }
    .medic-info-left td:first-child {
        font-size: 1.5rem;
    }
    .medic-info-left td {
        padding: 0;
        font-size: 1.3rem;
    }
    span.dot {
        width: 11px;
        height: 11px;
    }
    a.btn.btn-medic {
        border-width: 2px;
        font-size: 1.5rem;
        min-height: 52px;
    }
    a.btn.btn-medic::before {
        width: 28px;
        height: 32px;
        left: 27px;
    }
    a.btn.btn-medic::after {
        width: 28px;
        height: 28px;
    }
    .box-home-banner-content::after {
        width: 655px;
        height: 600px;
        display: none;
    }
    .home-banner::after {
        width: 655px;
        height: 600px;
        top: -110px;
        right: -111px;
        background-image: url(../images/hospital/index/bg-sm-1.png);
        left: auto;
    }
    .main-slide-item img {
        border-radius: 20px;
    }
    .medic-info {
        padding: 30px 15px 0;
    }
    .home-news-imp-box {
        padding: 0;
    }
    .news-important .news-item.item-list {
        /* padding: 0; */
    }
    .news-item.item-list {
        padding: 15px 0;
        margin-bottom: 5px;
    }
    .news-item.item-list .title a {
        font-size: 1.4rem;
    }
    .news-item.item-list .title {
        padding-right: 35px;
    }
    .news-item.item-list::after {
        width: 16px;
        height: 5px;
        right: 9px;
        bottom: 16px;
    }
    .date {
        font-size: 1.2rem;
    }
    .home-news-imp-box a.btn.btn-more {
        position: relative;
        margin-top: 25px;
        top: auto;
        right: auto;
        margin: 25px auto 0;
    }
    .main-title-en {
        font-size: 1.3rem;
    }
    .main-title-en::after {
        width: 58px;
        left: calc(100% + 13px);
    }
    .main-title-en::before {
        width: 29px;
        left: calc(100% + 13px);
    }
    .main-title-jp {
        font-size: 2rem;
        margin-top: 15px;
    }
    a.btn.btn-more {
        min-width: 131px;
        min-height: 40px;
        font-size: 1.4rem;
        padding-right: 15px;
    }
    a.btn.btn-more::after {
        width: 28px;
        height: 28px;
    }
    a.btn.btn-main {
        padding: 2px;
        min-width: 185px;
        font-size: 1.3rem;
    }
    a.btn.btn-main span {
        min-height: 47px;
    }
    a.btn.btn-main::after {
        width: 36px;
        height: 36px;
        right: 10px;
    }
    .home-hospital-flex.mb-60 {
        flex-direction: column;
        gap: 25px;
    }
    .home-hospital-left {
        width: 100%;
    }
    .box-home-hospital-search {
        flex-direction: column;
        margin: -30px -30px 0;
        padding: 30px 28px;
        position: relative;
        z-index: 2;
    }
    .home-hospital-search-left {
        width: 100%;
    }
    .home-hospital-search-right {
        width: 100%;
        border-left: none;
        padding: 23px 0 0;
        border-top: 1px solid #c7c7c7;
        margin-top: 25px;
    }
    .title-hos-search {
        font-size: 1rem;
    }
    .title-hos-search h3 {
        font-size: 1.7rem;
    }
    .img-pp-search {
        width: 170px;
    }
    .box-tab-search ul.tabs-nav {}
    .box-tab-search {
        margin: 10px -10px 0;
        justify-content: center;
    }
    ul.tabs-nav li {
        width: 145px;
        min-height: 34px;
        border-radius: 17px;
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    a.medic-tem {
        width: 80px;
    }
    a.medic-tem::after {
        top: 90px;
        bottom: auto;
    }
    a.btn.btn-file::before {
        width: 14px;
        height: 14px;
        right: 15px;
    }
    table.table-info-cs td:first-child {
        font-size: 1.3rem;
        padding: 0 5px;
    }
    .slider-access .slick-slide {
        padding: 0 8px;
    }
    .slider-access .slick-list {
        margin: 0 -8px;
    }
    .medic-tem-img svg {
        width: 100%;
        height: 100%;
    }
    .box-medic-tem {
        gap: 30px 30px;
        align-items: center;
        justify-content: center;
    }
    .medic-tem-img {
        margin-bottom: 5px;
    }
    .medic-button {}
    .home-hospital-search-right a.btn.btn-main {
        min-width: 190px;
        border-radius: 27px;
    }
    .home-hospital-search-right a.btn.btn-main span {
        min-height: 51px;
        padding-left: 15px;
        border-radius: 26px;
        justify-content: flex-start;
        font-size: 1.3rem;
    }
    .home-hospital-search-right a.btn.btn-main span br {
        display: none;
    }
    .home-hospital-search-right a.btn.btn-main::after {
        width: 36px;
        height: 36px;
    }
    .title-hos-search img {
        width: 20px;
    }
    .home-hospital::before {
        height: 103px;
    }
    .home-hospital:after {
        height: 343px;
    }
    .box-home-hospital-search::after {
        border-top-left-radius: 30px;
        height: 50%;
    }
    .home-hospital::before {
        height: 103px;
    }
    .home-hospital:after {
        height: 343px;
    }
    .home-news::after {
        width: 287px;
        height: 287px;
        bottom: 150px;
    }
    .img-home-hos-search {
        position: relative;
        height: 187px;
        margin: 0 -30px;
        min-height: 187px;
    }
    .img-home-hos-search img {
        max-width: 100%;
    }
    .our-strength-item {
        flex-direction: column;
        padding-bottom: 58px;
        margin-bottom: 20px;
    }
    .our-strength-item-title {
        width: 243px;
        height: 105px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
        padding-left: 25px;
        border-width: 2px;
        gap: 20px;
        border-radius: 25px;
    }
    .our-strength-item-title a {
        font-size: 1.4rem;
    }
    .num-our {
        font-size: 2.8rem;
        padding-bottom: 34px;
    }
    .num-our::after {
        width: 28px;
        height: 1px;
        bottom: 30px;
    }
    .our-strength-item-title::after {
        width: 20px;
        height: 20px;
        right: 14px;
        bottom: 16px;
    }
    .our-strength-item.reverse .our-strength-item-title {
        left: 50%;
        padding-left: 25px;
    }
    .home-our::after {
        background-image: url(../images/hospital/index/bg-3-sm.png);
        height: 1309px;
        top: -80px;
    }
    .box-home-health {
        flex-direction: column-reverse;
    }
    .home-health-right-top {
        width: 100%;
        padding: 8px;
        border-width: 2px;
        border-radius: 105px;
    }
    .home-health-right {
        width: 100%;
    }
    .home-health-right-top img {
        border-radius: 105px;
    }
    .home-health-left {
        width: 100%;
        padding-top: 35px;
    }
    .home-health-left-top-img img {
        width: 229px;
    }
    a.btn.btn-link {
        min-width: 235px;
        font-size: 1.4rem;
        min-height: 49px;
        padding-left: 25px;
    }
    a.btn.btn-link::after {
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .home-health-left-top p {
        font-size: 1.3rem;
        padding: 28px 0;
        line-height: 1.54;
    }
    .home-health::before {
        height: 53px;
        width: 537px;
        left: -50px;
        top: 30px;
        z-index: 1;
    }
    .home-health::after {
        background-image: url(../images/hospital/index/bg-heal-sm.png);
    }
    .box-hospital-bottom {
        border: none;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .box-hospital-bottom-link {
        position: static;
        padding: 0;
        margin-top: 40px;
    }
    .img-hospital-bottom {
        border: 2px solid #f89627;
        border-radius: 10px;
        padding: 6px;
        margin: 0 -12px;
    }
    .img-hospital-bottom img {
        border-radius: 10px;
    }
    .logo-hos-bottom img {
        width: 190px;
    }
    .box-hospital-bottom-link p {
        font-size: 1.3rem;
        padding: 28px 0 28px;
    }
    .box-hospital-bottom-link a.btn.btn-link {
        min-width: 196px;
        border-radius: 21px;
    }
    .box-hospital-bottom-link::after {
        display: none;
    }
    .home-hospital-bottom::after {
        background-image: url(../images/hospital/index/bg-hos-sm.png);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        clip-path: unset;
        height: 224px;
    }
    .home-hospital-bottom::before {
        content: "";
        width: 100%;
        height: calc(100% - 224px);
        background-color: #fffceb;
        position: absolute;
        top: 224px;
        left: 0;
        z-index: -1;
    }
    .box-home-recruit {
        flex-direction: column-reverse;
    }
    .home-recruit-left {
        width: 100%;
        padding-top: 33px;
    }
    .home-recruit-right {
        width: 100%;
    }
    .home-recruit-right img {
        position: static;
        max-width: 100%;
    }
    .home-recruit-right-img {
        margin: 0 -15px;
        height: 49.5169vw;
    }
    .home-recruit-right::after {
        width: 243px;
        height: 47px;
        left: -39px;
    }
    .home-recruit-left-top-img {
        max-width: 184px;
        margin: 0 auto;
    }
    .home-recruit-left p {
        font-size: 1.3rem;
        padding: 30px 0;
    }
    .home-recruit-left a.btn.btn-link {
        min-width: 186px;
        min-height: 47px;
    }
    .home-recruit::after {
        background-image: url(../images/hospital/index/bg-recruit-sm.png);
        height: calc(100% - 40px);
        bottom: 0;
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .home-recruit::before {
        display: none;
    }
    .home-recruit-left::after {
        display: none;
    }
    .title-recruit {
        font-size: 3.5rem;
    }
    .footer-left {
        flex-direction: column;
        gap: 15px;
        border-bottom: none;
        padding-bottom: 25px;
        align-items: center;
    }
    .footer-left p {
        text-align: center;
    }
    .footer::after {
        background-image: url(../images/hospital/index/bg-ft-sm.png);
    }
    .footer::before {
        width: 243px;
        height: 104px;
        top: 92px;
    }
    .box-footer-bottom {
        flex-direction: column;
        /* padding: 12px 20px; */
    }
    .box-phone-bottom {
        width: 100%;
        padding: 12px 20px 12px 45px;
        border-radius: 8px;
    }
    .box-phone-bottom a {
        font-size: 3.1rem;
    }
    .footer-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-wrap .medic-info-left {
        padding: 0 13px;
    }
    .box-link-social {
        margin-left: auto;
        margin-right: auto;
    }
    .box-menu-phone {
        margin: 0;
        width: 100%;
        box-shadow: none;
    }
    .home-news-left {
        width: 100%;
    }
    header .box-footer-bottom {
        background-color: #e6eff4;
        padding: 25px 30px 30px;
        margin-top: 30px;
    }
    .box-btn-top-header {
        padding: 30px;
        border: none;
    }
    a.link-header {
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 23px;
        margin: 0;
        border-radius: 23px;
        margin-bottom: 25px;
        font-size: 1.5rem;
        box-shadow: 0 0 8px 0 rgba(169, 177, 181, 0.45);
    }
    a.link-header::before {
        display: none;
    }
    a.link-header::after {
        right: 16px;
    }
    .page-header {
        height: 267px;
        margin-top: 83px;
        padding-top: 20px;
    }
    .title-en {
        font-size: 1.3rem;
        padding-left: 70px;
    }
    .title-en::after {
        width: 58px;
        height: 1px;
    }
    .title-jp {
        font-size: 2.1rem;
        margin-top: 17px;
    }
    .breadcrums {
        display: none;
    }
    .page-header-img::after {
        width: 100vw;
        height: 158px;
    }
    .page-header::after {
        width: 100%;
        height: 100%;
        background-image: url(../images/hospital/about/after-page-sm.png);
    }
    .page-anchor {
        padding: 18px 5px;
        margin-top: -17px;
        border-radius: 10px;
    }
    .sub-title {
        padding-left: 25px;
        font-size: 1.7rem;
    }
    .sub-title::after {
        width: 20px;
        height: 20px;
        left: 0;
    }
    .img-about-1 {
        max-width: 245px;
        margin: 0 auto;
    }
    .flex-about-1 {
        font-size: 1.2rem;
        gap: 13px;
        margin-top: 8px;
    }
    .flex-about-1 h3 {
        font-size: 2rem;
    }
    .about-01::after {
        width: 309px;
        height: 404px;
        right: -95px;
        bottom: 165px;
        top: auto;
    }
    .about-01::before {
        width: 238px;
        height: 238px;
        left: -70px;
        bottom: 0;
    }
    .title-border {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
    .title-border::after {
        width: 39px;
    }
    ul.list-dot li {
        font-size: 1.3rem;
        padding-left: 23px;
        line-height: 1.54;
    }
    ul.list-dot li::before {
        width: 15px;
        height: 15px;
        top: 3px;
    }
    .about-02::before {
        width: 381px;
        height: 381px;
        right: -127px;
        bottom: -245px;
    }
    .img-about-3-left {
        max-width: 241px;
        margin: 0 auto;
    }
    .about-3-right-title .num-our {
        font-size: 3rem;
    }
    .about-3-right-title {
        font-size: 1.5rem;
        gap: 20px;
        padding-bottom: 6px;
        margin-bottom: 15px;
    }
    .about-3-right-title p {
        min-height: 42px;
    }
    .text-about-3-right {
        padding-top: 25px;
    }
    .text-about-3-right>p {
        line-height: 1.73;
        text-align: justify;
    }
    .about-03::before {
        width: 238px;
        height: 238px;
    }
    .about-03::after {
        width: 231px;
        height: 231px;
        right: -50px;
        bottom: -180px;
    }
    .about-04::before {
        height: 112px;
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
    }
    .img-data-about {
        max-width: 241px;
        margin: 0 auto 10px;
    }
    .box-link-img-about {
        flex-direction: column;
        gap: 45px;
        max-width: 215px;
    }
    .box-text-link-about {
        width: 138px;
        height: 83px;
        padding: 15px;
        right: -7px;
        bottom: -15px;
        border-radius: 10px;
        line-height: 1.14;
    }
    .box-text-link-about p {
        font-size: 1rem;
        padding-bottom: 5px;
    }
    .box-text-link-about a {
        font-size: 1.3rem;
    }
    .about-05::after {
        height: calc(100% - 120px);
    }
    .table-info-left {
        width: 68px;
        font-size: 1.4rem;
        padding: 14px 9px;
        padding-right: 7px;
        padding-left: 0;
    }
    .table-info-right {
        padding: 14px 9px;
        line-height: 1.378;
    }
    .info-02::after {
        width: 348px;
        height: 456px;
        right: -122px;
        top: -350px;
    }
    a.btn.btn-main.large {
        min-width: 243px;
    }
    a.btn.btn-main.large span {
        min-height: 52px;
        font-size: 1.3rem;
        padding: 0;
    }
    .toggle-info .toggle-hd {
        min-height: 47px;
        border-radius: 20px;
        font-size: 1.4rem;
        border-width: 1px;
    }
    .toggle-info .toggle-hd::after {
        width: 21px;
        height: 21px;
        right: 10px;
    }
    .toggle-info {
        margin-bottom: 15px;
    }
    a.btn.btn-file {
        min-height: 60px;
        font-size: 1.3rem;
        border-radius: 10px;
        padding-left: 55px;
        padding-right: 35px;
        margin-bottom: 15px;
    }
    a.btn.btn-file::after {
        left: 20px;
        width: 21px;
        height: 26px;
    }
    .toggle-info .toggle-cont {
        padding: 20px 0;
    }
    table.table-info td:first-child {
        font-size: 1.4rem;
        padding: 0 5px;
    }
    .title-cs {
        font-size: 1.5rem;
        min-height: 40px;
        padding-top: 10px;
    }
    .title-cs::after {
        width: 2px;
        height: 40px;
    }
    .box-map {
        height: 180px;
        margin: 0 -30px;
    }
    a.btn.btn-gg {
        max-width: 185px;
        height: 50px;
        border-radius: 8px;
        font-size: 1.3rem;
        padding-right: 27px;
    }
    a.btn.btn-gg::after {
        width: 12px;
        height: 12px;
        right: 14px;
    }
    .access-02::before {
        width: 230px;
        height: 230px;
        top: -250px;
        right: -50px;
    }
    .title-icon {
        font-size: 1.5rem;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .title-icon img {
        width: 25px;
    }
    .slider-access .slick-arrow {
        width: 33px;
        height: 33px;
        top: 78px;
    }
    .slider-access .slick-arrow.next-arrow {
        right: -17px;
    }
    .slider-access .slick-arrow.prev-arrow {
        left: -17px;
    }
    .slider-access .slick-list p {
        text-align: center;
        line-height: 1.54;
        letter-spacing: 0.075em;
    }
    .slider-access ul.slick-dots {
        margin-top: 30px;
    }
    .slider-access ul.slick-dots li {
        width: 9px;
        height: 9px;
    }
    .access-03::before {
        height: 317px;
    }
    .access-03::after {
        width: 238px;
        height: 238px;
        top: -20px;
    }
    .access-04::before {
        width: 276px;
        height: 276px;
        top: -50px;
        right: -50px;
    }
    .box-border {
        border-width: 1px;
        padding: 15px 10px;
        border-radius: 5px;
    }
    .page-out .box-link-img-about {
        max-width: 100%;
        padding-right: 22px;
    }
    .page-out .box-text-link-about {
        width: 185px;
        height: 84px;
        right: -22px;
    }
    .box-text-link-about::after {
        width: 18px;
        height: 18px;
        right: 11px;
        bottom: 11px;
    }
    #out-01 .access-02::before {
        width: 381px;
        height: 381px;
        left: 0;
        transform: none;
        top: -220px;
    }
    .out-02::after {
        width: 309px;
        height: 404px;
        top: -45px;
        right: -73px;
    }
    .box-out-02 .medic-info-left {
        padding: 5px 20px;
    }
    .box-out-02 .box-time-info {
        width: 120px;
    }
    .box-out-02 .name-time {
        font-size: 1.2rem;
    }
    .box-out-02 .time-info {
        font-size: 1.2rem;
    }
    .box-out-02 {
        border-width: 1px;
    }
    table.table-out:not(.table-out-scroll) tr {
        display: flex;
        flex-direction: column;
    }
    table.table-out:not(.table-out-scroll) tr td {
        width: 100%;
        display: block;
        padding: 13px;
        height: auto;
        line-height: 1.34;
    }
    table.table-out:not(.table-out-scroll) td:first-child {
        width: 100%;
        padding: 13px;
        font-size: 1.5rem;
    }
    table.table-out.table-out-scroll{
        width: 700px;
    }
    .out-04::before {
        height: 238px;
        width: 238px;
        left: -63px;
        top: -60px;
    }
    .out-05.access-02::before {
        top: -120px;
    }
    .text-out-left {
        padding: 20px 0 0;
    }
    .text-out-left h3 {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
    .img-out-left {
        max-width: 241px;
        margin: 0 auto;
    }
    .out-06::before {
        width: 238px;
        height: 238px;
        right: -50px;
        top: -100px;
    }
    .hospital-title {
        font-size: 1.2rem;
    }
    .box-hospital {
        padding: 8px 12px 13px;
        border-width: 1px;
        border-radius: 10px;
        margin-bottom: 18px;
    }
    .hospital-img img {
        width: 86px;
        height: auto;
    }
    .hospital-title::after {
        width: 15px;
        height: 15px;
        right: -7px;
    }
    .hospital-01::before {
        width: 230px;
        height: 230px;
        top: -25px;
        right: -50px;
    }
    .box-hospital.has-link img {
        width: 100%;
    }
    .box-hospital.has-link .hospital-title {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        line-height: 1.13;
        min-height: 37px;
        margin: 0;
    }
    .box-hospital.has-link {
        padding: 0;
    }
    .box-hospital.has-link img {
        width: 100%;
    }
    .box-hospital.has-link .hospital-title {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        line-height: 1.13;
        min-height: 37px;
        margin: 0;
    }
    .box-hospital.has-link {
        padding: 0;
    }
    .box-hos-3 {
        padding: 25px 11px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-hos-3 .img-pp-search {
        width: 160px;
    }
    a.btn.btn-link-pop {
        min-height: 36px;
        font-size: 1.3rem;
        border-radius: 15px;
        padding-left: 15px;
    }
    .popup-item {
        width: calc(100vw - 10px);
    }
    .popup-item-cont {
        padding: 15px 25px 30px;
    }
    .img-title-pop {
        width: 67px;
    }
    .box-title-popup {
        gap: 20px;
    }
    .title-popup {
        font-size: 1.4rem;
    }
    .title-popup span {
        font-size: 2.5rem;
    }
    .close-popup-cs {
        width: 45px;
        height: 45px;
        right: -8px;
        top: -8px;
    }
    .box-hos-3 .text-pp-seacch {
        font-size: 1rem;
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 26px;
    }
    .box-hos-3 .text-pp-seacch span {
        font-size: 1.5rem;
    }
    .box-hos-3 .list-link-hospital {
        padding: 0;
    }
    .box-hos-3 .box-tab-search {
        margin-top: 30px;
    }
    .hospital-03::after {
        height: 165px;
    }
    .box-hos-3 .title-hos-search {
        width: 100px;
        height: 26px;
        font-size: 1.5rem;
        top: -16px;
    }
    .box-hos-3 .title-hos-search img {
        width: 14px;
    }
    ul.list-sao li {
        padding-left: 18px;
    }
    ul.list-sao li::after {
        color: #000;
        font-size: 1.3rem;
    }
    .box-border-contact {
        border-radius: 5px;
        padding: 20px 15px;
    }
    .box-contact {
        flex-direction: column;
    }
    .box-contact-left,
    .box-contact-right {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #212f79;
        padding-left: 0;
        padding-bottom: 12px;
        margin-bottom: 25px;
    }
    .box-contact-left a,
    .box-contact-right a {
        font-size: 2.3rem;
        padding-left: 47px;
        left: 0;
        display: block;
        text-align: left;
        width: fit-content;
        margin: auto;
    }
    .box-contact-left a::after {
        width: 28px;
        height: 30px;
        left: 10px;
    }
    .box-contact-right a::after {
        width: 29px;
        height: 29px;
        left: 10px;
    }
    .box-contact-left p,
    .box-contact-right p {
        font-size: 1.25rem;
        padding-top: 5px;
    }
    .box-contact-right {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .single-hos-02 .title-cs {
        padding: 0 14px;
        line-height: 1.17;
        padding-bottom: 16px;
    }
    .box-info-hos {
        flex-direction: column;
        padding: 20px 25px;
    }
    .info-hos-left {
        padding: 0;
        width: 100%;
    }
    .info-hos-left h3 {
        font-size: 2rem;
        margin-top: 10px;
    }
    .info-hos-right {
        width: 100%;
        border-top: 1px solid #29a6dd;
        border-left: none;
        padding: 15px 0 0;
        margin-top: 10px;
    }
    .info-hos-left::after {
        width: 101px;
        height: 101px;
        transform: none;
        top: -10px;
        right: 0;
        left: auto;
    }
    .box-name-hospital h2 {
        font-size: 2rem;
    }
    .box-name-hospital {
        border-width: 2px;
        margin-top: -13px;
        min-height: 92px;
        border-radius: 10px;
    }
    .single-department .page-header {
        padding-top: 20px;
        height: 120px;
    }
    .single-department .page-header-img {
        display: none;
    }
    .title-404 {
        font-size: 2.5rem;
        gap: 20px;
    }
    .title-404 span {
        font-size: 5rem;
    }
    .section-404::after {
        width: 381px;
        height: 381px;
    }
    section.section-404 {
        margin-top: 60px;
    }
    header .box-time-info {
        flex-direction: column;
    }
    header .time-info {
        margin-left: 10px;
        font-size: 1.3rem;
    }
    header .name-time {
        font-size: 1.2rem;
    }
    .box-hospital-bottom::after {
        width: 315px;
        height: 46px;
        top: -39px;
        right: -10px;
    }
    .box-hospital-bottom::before {
        width: 98px;
        height: 52px;
        left: -40px;
        top: 100px;
    }
    .home-recruit-left p::after {
        width: 131px;
        height: 89px;
    }
    .page-outpatient .box-text-link-about a {
        font-size: 1.4rem;
        line-height: 1.37;
        display: block;
    }
    .page-outpatient .box-text-link-about {
        width: 185px;
        letter-spacing: 0.075em;
        padding-top: 10px;
    }
    .box-border p br {
        display: block;
    }
    .table-cs tr:first-child td {
        font-size: 1.3rem;
    }
    .table-cs td:first-child {
        font-size: 1.3rem;
    }
    body .hospital-img {
        width: 86px;
    }
    body .box-hospital.has-link .hospital-title {
        padding-right: 30px;
    }
    .with-line:after {
        display: none;
    }
    .with-line .large-6.col-12:not(:first-child) .col-inner {
        padding-top: 12px;
    }
    section#hospital-03 .box-hos-3 a.btn.btn-link-pop::after {
        right: 20px;
        width: 10px;
    }
    section#hospital-03 .box-hos-3 a.btn.btn-link-pop::after {
        right: 20px;
        width: 10px;
    }
    section#hospital-03 a.btn.btn-link-pop {
        border-radius: 34px;
    }
    .diab-02 table.table-out td:first-child br {
        display: none;
    }
    table.table-health td:first-child {
        font-size: 1.3rem;
        width: 100px;
        padding: 10px;
    }
    table.table-health td:last-child {
        width: 40px;
        padding: 10px;
    }
    body.page-health table.table-health td:first-child{
        width: 165px;
    }
    .toggle-info .toggle-hd:hover{
        opacity: 1;
    }
    footer .box-time-info {
        flex-wrap: wrap;
        width: 105px;
    }
    footer .box-time-info .name-time {
        font-size: 1.2rem;
    }
    footer .time-info {
        font-size: 1.3rem;
        margin-left: 10px;
    }
    .main-menu .medic-info-left {
        padding: 8px 13px;
        background-color: white;
        border-radius: 8px;
    }
    .img-out-left img {
        height: auto;
    }
    .box-btn-404 a.btn.btn-main span {
        min-height: 44px;
    }
    .symtoms-filter .sidebar-item:not(.sidebar-arc) .select select {
        width: 160px;
        height: 43px;
        font-size: 1.3rem;
        padding-left: 20px;
        padding-right: 18px;
        background-size: 12px 8px;
        background-position: center right 15px;
        /* border-radius: 0; */
    }
    .sidebar.sidebar-symtoms .label {
        font-size: 1.5rem;
        margin-right: 10px;
    }
    .symtoms-filter.recruit-filter {
        padding: 20px 0;
    }
    .symtoms-filter.recruit-filter .sidebar-item {
        margin-bottom: 0;
    }
    .list-symtoms .news-item.item-list {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .list-symtoms .box-cat .date {
        font-size: 1.2rem;
        width: 80px;
    }
    a.cat-symtoms {
        min-width: 130px;
        font-size: 1.3rem;
        min-height: 30px;
    }
    .list-symtoms .news-item.item-list .title {
        margin-left: 0;
        margin-top: 7px;
    }
    .list-symtoms .news-item.item-list .title a {
        font-size: 1.4rem;
    }
    footer .medic-info-left {
        width: 100%;
    }
    .box-banner-entrance-recruit::after {
        width: 15px;
        height: 15px;
        right: 15px;
        bottom: 15px;
    }
    .toggle-message .toggle-cont {
        padding-bottom: 30px;
    }
    .box-btn-hos a.btn.btn-main.large {
        min-width: 265px;
        text-align: center;
    }
    .box-hos-3 .box-tab-search {
        margin-left: 0;
        margin-right: 0;
    }
    .popup-item-cont {
        padding-right: 15px;
    }
    .popup-item-cont .popup-item-cont-inner {
        padding-right: 15px;
    }
    section#health-01 .box-border p br:not(.hide-for-small):not(.show-full) {
        display: block;
    }
    .js-scrollable .table-health {
        width: 700px;
    }
    .show-full {
        display: block !important;
    }
    a.btn.btn-file.no-file {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .header-entrance .header-wrapper .header-main .main-menu .nav>li>a::after {
        background-image: url(../images/hospital/index/icon-right-sm-2.svg);
    }
}

@media(max-width:767px) {
    .small-table{
        width: 100% !important;
    }
    #single-hos-07 table{
        width: 700px !important;
    }
    .toggle-dept.toggle-info .toggle-hd{
        min-height: 35px;
        font-size: 14px;
        padding-left: 15px;
    }
    .department-content table td:first-child{
        width: 140px !important;
    }
    .post-content table td:nth-child(2){
        width: auto !important;
    }
    html body.single-department a.btn.btn-main.btn-dept {
        min-width: 100%;
    }
    .single-department .dept-sub-title {
        margin-bottom: 25px;
    }
    .department-content .js-scrollable table {
        width: 700px !important;
    }
    .single-department:not(.page-template) .page-header {
        padding-top: 20px;
    }
    .box-banner-slider ul.slick-dots {
        left: -15px;
        bottom: 50%;
        transform: translateY(50%);
    }
    .box-banner-slider ul.slick-dots li {
        width: 8px;
        height: 8px;
    }
    .box-title-popup-link {
        flex-direction: column;
        align-items: flex-start;
    }
    .js-scrollable {
        overflow-y: hidden !important;
    }
    .sub-link-about a:before {
        content: "";
        width: 16px;
        height: 5px;
        background-image: url(../images/hospital/index/icon-right-sm.svg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -12px;
        background-color: transparent;
        left: auto;
    }
    .box-title-popup {
        width: 100%;
    }
    .link-popup {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .box-title-popup-link {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .link-popup a.btn.btn-main {
        min-width: 240px;
        margin: 0 auto;
    }
    .link-popup a.btn.btn-main span {
        min-height: 54px;
    }
    p.btn.btn-pop-cs {
        font-size: 1.3rem;
        min-height: 35px;
        padding-left: 34px;
    }
    p.btn.btn-pop-cs::after {
        width: 12px;
        height: 12px;
        left: 18px;
    }
    .sub-link-about {
        padding: 4px 23px 32px;
        border-bottom: 1px solid #c7c7c7;
    }
    .sub-link-about a {
        display: block;
        text-align: left;
        font-size: 1.5rem;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding-left: 15px;
        position: relative;
    }
    .sub-link-about a:after {
        width: 5px;
        height: 5px;
        content: "";
        background: #212f79;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    li.nav-item.nav-about>a {
        border-bottom: none !important;
    }
    footer.footer-entrance .footer::before {
        display: none;
    }
    .banner-link-home h3 {
        margin: 0 -5px;
    }
    .js-scrollable .table-info-cs {
        width: 600px;
    }
    .home-message-box-title{
        text-align: center;
    }
    .jiko-content ul.list-dot li{
        line-height: 1.53;
        margin-bottom: 15px;
    }
    
    .single-hos-07 .post-content ul li::after{
        top: 7px;
    }
    .health-03 .text-out-left h3{
        font-size: 14px;
    }
    
    .single-department .text-out-left.post-content{
        padding-top: 15px;
    }
    .page-header > .container{
        padding-right: 10px;
    }
}