@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Sans+JP:wght@100..900&family=Reem+Kufi:wght@400..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media (max-width: 767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-for-small {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #333;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 15px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 99;
    border-radius: 50%;
    right: 15px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(77, 87, 89, 0.25);
}

#go-top.show {
    opacity: 1;
    bottom: 15px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a img {
    margin: 0 auto;
}


/*FONT*/

.ff-klee {
    font-family: "Klee One", cursive;
}

.ff-kufi {
    font-family: "Reem Kufi", sans-serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}


/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.blur {
    opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.anim.fade {
    opacity: 0;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
    opacity: 1;
    animation-name: slideinBottom;
    animation-duration: 0.5s;
}

@keyframes slideinBottom {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    opacity: 1;
}

.anim.fadeup-2.is-animated {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: .5s;
}

.home .anim.fadedown.is-animated {
    opacity: 1;
    animation-name: fadedown;
    animation-duration: 0.5s;
}

.anim.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.animbefore.is-animated:before {
    animation: fadeup 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    opacity: 1;
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup-2 {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim.effectfade {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
    opacity: 1;
    transform: translate(0, 0);
}


/*HEADER*/


/* .header-wrapper:after {
    content: "";
    height: 713px;
    width: 713px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    top: -202px;
    left: -108px;
    z-index: -5;
} */

.header-main .logo-left .logo {
    margin-right: 0px;
    width: 240px;
    line-height: 1;
    padding: 0;
    position: relative;
}

.header-inner {
    position: static;
    padding-left: 60px;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
}

.header-main .main-menu .nav {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 25px;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: 0.3s;
    padding-bottom: 0px;
    margin-right: 0px;
}

.header-main .main-menu .nav>li:last-child a {
    border: none;
}

.header-main .main-menu .nav>li>a {
    font-weight: 500;
    padding: 0 16px;
    text-align: center;
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.18;
    gap: 10px;
    min-height: 55px;
    border-right: 1px solid rgba(34, 117, 191, 0.5);
    text-align: left;
    min-width: 162px;
}


/* .header-main .main-menu .nav>li>a span {
    margin-top: 10px;
} */

.header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    /*線になる丸の形状*/
    width: 100%;
    height: 5px;
    background: #212f79;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向にスケール拡大*/
}


/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */

.header-main .main-menu .nav>li:nth-last-child(1) {
    border-right: none;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
}

@media (min-width: 768px) {
    .header-main .main-menu .nav>li.current>a::after,
    .header-main .main-menu .nav>li:hover>a::after {
        opacity: 1;
        width: 100%;
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }
}

a.menu-btn {
    width: 72px;
    min-height: 76px;
    position: absolute;
    border: none;
    top: 0px;
    right: 0px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: 0 0 6px rgba(169, 177, 181, 0.45);
    border-bottom-left-radius: 10px;
    background-color: #fff;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 21px;
    background-color: #212f79;
    left: 20px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 30px;
}

a.menu-btn span:nth-child(3) {
    top: 39px;
}

a.menu-btn::after {
    content: "MENU";
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    position: absolute;
    color: #212f79;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.3rem;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    padding-left: 2px;
}

a.menu-btn.open:after {
    content: "CLOSE";
}

body.menu-open header:before {
    display: none;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    left: 20px;
    background-image: unset;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.main-menu li.nav-item:hover>a span::after,
.main-menu li.nav-item.current>a span::after {
    left: 50%;
    opacity: 1;
}

.loading-active main {
    opacity: 0;
}

.loading-active header {
    opacity: 0;
}

.loading-active footer {
    opacity: 0;
}

.color-main-1 {
    color: #212f79;
}

.color-main-2 {
    color: #e545a1;
}

.color-main-3 {
    color: #ec5a24;
}

.color-main-4 {
    color: #29a6dd;
}

.color-1 {
    color: #212f79;
}

.color-2 {
    color: #9acef4;
}

.color-3 {
    color: #076893;
}

.color-4 {
    color: #0071b7;
}

a.link-header {
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 25px;
    position: relative;
    margin: 0 20px;
}

a.link-header:last-child {
    margin-right: 0;
}

a.link-header:last-child::before {
    display: none;
}

a.link-header::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/hospital/index/icon-blank.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

a.link-header::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(199, 199, 199, 0.5);
    position: absolute;
    right: -20px;
    top: 0;
}

.box-top-header {
    display: flex;
    padding-top: 15px;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 20px;
    gap: 35px;
}

.box-menu-phone {
    padding-left: 36px;
    padding-bottom: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
    border-bottom-left-radius: 15px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.box-btn-top-header {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}

.box-tel-header {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    padding-left: 35px;
    text-align: center;
}

.box-tel-header a {
    font-size: 3rem;
    color: #2275bf;
    position: relative;
    line-height: 1;
}

.box-tel-header a::after {
    content: "";
    width: 27px;
    height: 30px;
    background-image: url(../images/hospital/index/icon-phone.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
}

.box-banner-home {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.box-banner-slider {
    width: calc(100% - 30px);
    margin-right: -120px;
    position: relative;
}

.box-banner-slider ul.slick-dots {
    position: absolute;
    left: -45px;
    bottom: 60px;
    z-index: 1;
}

.news-important .news-item.item-list::after {
    background-color: #e81c24;
}

.news-important .news-item.item-list .box-news-cont .title {
    padding: 0;
}

.news-important .box-news-cont {
    display: flex;
    align-items: center;
    gap: 30px;
}

.box-home-banner-content {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 386px;
    text-align: justify;
}

.box-home-banner-content::after {
    content: "";
    width: 691px;
    height: 691px;
    background-image: url(../images/hospital/index/bg-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.box-home-banner-content h2 {
    color: #212f79;
}

.main-slide-item {
    border-radius: 40px;
}

.main-slide-item img {
    border-radius: 40px;
}

ul.slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #468cc1;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li.slick-active {
    background-color: #468cc1;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.home-banner {
    position: relative;
    margin-top: 100px;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.home-banner::after {
    content: "";
    top: -65px;
    left: -136px;
    width: 953px;
    height: 1095px;
    background-image: url(../images/hospital/index/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
}

a.btn.btn-more {
    min-width: 143px;
    min-height: 43px;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #e81c24;
    background-color: #fff;
    border-radius: 22px;
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #e81c24;
    font-weight: 500;
    padding-right: 30px;
    box-shadow: 0px 0px 11px 0px rgba(169, 177, 181, 0.45);
}

a.btn.btn-more:hover {
    background-color: #e81c24;
    color: #fff;
}

a.btn.btn-more:hover::after {
    background-image: url(../images/hospital/index/icon-right-red-hover.svg);
}

a.btn.btn-more::after {
    width: 31px;
    height: 31px;
    background-image: url(../images/hospital/index/icon-right-red.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    right: 10px;
}

.dot {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #212f79;
    margin: auto;
}

.dash {
    display: block;
    font-size: 18px;
    font-weight: 600;
    width: 12px;
    height: 2px;
    background: #212f79;
    margin: auto;
}

.medic-info {
    padding: 20px 30px;
}

.box-medic-info {
    position: absolute;
    border-radius: 30px 0 0 30px;
    background-color: rgba(255, 255, 255, 0.9);
    right: 0;
    bottom: -80px;
}

.box-time-info {
    display: flex;
    width: 175px;
    justify-content: space-between;
    font-size: 1.7rem;
    font-weight: bold;
}

.name-time {
    font-size: 1.7rem;
    font-weight: bold;
    color: #212f79;
    letter-spacing: 0.05em;
}

.time-info {
    font-weight: 500;
    color: #3F3F3F;
    letter-spacing: 0.05em;
}

.medic-info-left td {
    font-weight: 500;
    width: 33px;
    vertical-align: middle;
    text-align: center;
    height: 48px;
}

.medic-info-left td:first-child {
    text-align: left;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #212f79;
}

.medic-info-left table {
    width: 100%;
}

.medic-info-left table tr {
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

.medic-info-left table tr:last-child {
    border-bottom: none;
}

a.btn.btn-medic {
    border: 3px solid #fff;
    background: linear-gradient(90deg, #2956a5 0%, #49bfe3 100%);
    min-height: 60px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
    letter-spacing: 0.05em;
}

a.btn.btn-medic::after {
    width: 32px;
    height: 32px;
    background-image: url(../images/hospital/index/icon-right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
}

a.btn.btn-medic::before {
    width: 33px;
    height: 36px;
    background-image: url(../images/hospital/index/icon-date.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 35px;
}

.box-flex-medic-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.medic-info-right {
    width: 130px;
}

.note-medic {
    line-height: 1.43;
    letter-spacing: 0.05em;
    margin: 7px 0px;
}

.home-news-imp-box {
    position: relative;
    padding: 20px 30px 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.58);
}

.home-news-imp-box a.btn.btn-more {
    position: absolute;
    top: 23px;
    right: 30px;
}

.date {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
}

.news-item.item-list {
    padding: 20px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 30px;
    position: relative;
}

.news-item.item-list:hover .title a {
    color: #212f79;
}

.news-item.item-list:hover::after {
    right: 20px;
}

.news-item.item-list::after {
    content: "";
    width: 18px;
    height: 6px;
    mask-image: url(../images/hospital/index/arrow-right.svg);
    -webkit-mask-image: url(../images/hospital/index/arrow-right.svg);
    background-color: #212f79;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 30px;
    bottom: 22px;
    transition: .3s;
    position: absolute;
}

.news-item.item-list:last-child {
    margin-bottom: 0;
}

.news-item.item-list .title {
    padding-top: 10px;
}

.news-item.item-list .title a {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
}

.box-home-news {
    display: flex;
}

.home-news-left {
    width: 700px;
}

.box-btn-news a.btn.btn-main {
    border-radius: 38px;
}

.box-btn-news a.btn.btn-main span {
    border-radius: 36px;
}

.home-news-right {
    flex: 1;
    position: relative;
    height: 580px;
    margin-top: 75px;
}

.home-news-right .img-news-right {
    position: absolute;
    left: 105px;
    top: 0;
    height: 100%;
}

.home-news-right .img-news-right img {
    max-width: unset;
    border-radius: 20px;
}

a.btn.btn-main {
    padding: 3px;
    background: linear-gradient(90deg, #bcd9e9 0%, #49bfe3 100%);
    border-radius: 30px;
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #212f79;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
    letter-spacing: 0.05em;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
}

a.btn.btn-main span {
    background-color: #fff;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 1px);
    height: 100%;
    border-radius: 28px;
    transition: 0.3s;
    padding-right: 30px;
    font-weight: 500;
}

a.btn.btn-main.large {
    min-width: 443px;
    border-radius: 35px;
    font-size: 1.8rem;
}

a.btn.btn-main.large span {
    min-height: 70px;
    border-radius: 33px;
    font-weight: bold;
}

a.btn.btn-main::after {
    width: 53px;
    height: 53px;
    background-image: url(../images/hospital/index/icon-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
    transition: 0.3s;
}

a.btn.btn-main:hover {
    background: #212f79;
    color: #fff;
}

a.btn.btn-main:hover span {
    background-color: #212f79;
    color: #fff;
}

a.btn.btn-main:hover::after {
    background-image: url(../images/hospital/index/icon-right-blue-hover.svg);
}

a.btn.btn-main.small {
    min-width: 272px;
    font-size: 1.6rem;
}

a.btn.btn-main.small span {
    min-height: 54px;
}

a.btn.btn-main.small::after {
    width: 41px;
    height: 41px;
}

.home-news {
    position: relative;
}

.home-news::after {
    content: "";
    width: 574px;
    height: 575px;
    background-image: url(../images/hospital/index/bg-canh.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.main-title-en {
    font-size: 2.6rem;
    font-family: "Reem Kufi", sans-serif;
    letter-spacing: 0.1em;
    color: #468cc1;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.main-title-en::after {
    content: "";
    width: 115px;
    height: 2px;
    background-color: #c2deef;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 25px);
    z-index: -1;
}

.main-title-en::before {
    content: "";
    width: 57px;
    height: 2px;
    background-color: #212f79;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 25px);
}

.main-title-jp {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #212f79;
    margin-top: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.home-hospital-left {
    width: 390px;
}

.home-hospital-flex {
    display: flex;
    align-items: flex-end;
}

.home-hospital-right {
    flex: 1;
    line-height: 1.69;
}

ul.tabs-nav {
    margin-top: 10px;
}

ul.tabs-nav li {
    min-height: 46px;
    border: 1px solid #468cc1;
    background-color: #468cc1;
    border-radius: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: flex-start;
    padding: 0 22px;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    cursor: pointer;
    width: 185px;
    margin-bottom: 22px;
}

ul.tabs-nav li.active,
ul.tabs-nav li:hover {
    background-color: #fff;
    color: #468cc1;
}

ul.tabs-nav li.active::after,
ul.tabs-nav li:hover::after {
    background-color: #468cc1;
}

ul.tabs-nav li:last-child {
    margin-bottom: 0;
}

ul.tabs-nav li::after {
    content: "";
    width: 13px;
    height: 6px;
    mask-image: url(../images/hospital/index/arrow-right.svg);
    -webkit-mask-image: url(../images/hospital/index/arrow-right.svg);
    background-color: #fff;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 15px;
    position: absolute;
}

.box-tab-search {
    display: flex;
    gap: 8px;
}

.box-home-hospital-search {
    display: flex;
    padding: 45px 30px 25px;
    padding-right: 0;
    margin-left: 240px;
    position: relative;
}

.box-home-hospital-search::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-top-left-radius: 60px;
}

.title-recruit {
    font-size: 7rem;
    letter-spacing: 0.1em;
    font-family: "Reem Kufi", sans-serif;
    color: #b0e2de;
    text-align: center;
    line-height: 1;
}

.home-hospital-search-right {
    flex: 1;
    padding-left: 40px;
    border-left: 1px solid #c7c7c7;
}

.home-hospital-search-right a.btn.btn-main {
    width: 100%;
    padding: 2px;
    min-width: 130px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 20px;
}

.home-hospital-search-right a.btn.btn-main span {
    border-radius: 19px;
    padding: 0 12px;
    min-height: 90px;
}

.home-hospital-search-right a.btn.btn-main::after {
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 10px;
    top: auto;
    transform: none;
}

.home-hospital-search-left {
    width: 445px;
}

.title-hos-search {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #8bbbcc;
}

.title-hos-search h3 {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #212f79;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.box-medic-tem {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.medic-tem {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.075em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.1875;
    display: block;
    position: relative;
}

.medic-tem::after {
    content: "";
    width: 12px;
    height: 4px;
    mask-image: url(../images/hospital/index/arrow-right.svg);
    -webkit-mask-image: url(../images/hospital/index/arrow-right.svg);
    background-color: #212f79;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: -6px;
    bottom: 20px;
    position: absolute;
}

.medic-tem-img {
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
    margin-bottom: 8px;
    border-radius: 50%;
    display: flex;
}

.medic-tem svg>* {
    transition: 0.3s;
}

.medic-tem:hover {
    opacity: 1 !important;
}

.medic-tem:hover circle {
    fill: #0071b7 !important;
}

.medic-tem:hover path {
    stroke: #fff !important;
    fill: #fff !important;
}

.medic-tem:nth-child(2)::after {
    background-color: #29a6dd;
}

.medic-tem:nth-child(2):hover circle {
    fill: #29a6dd !important;
}

.medic-tem:nth-child(3)::after {
    background-color: #00a498;
}

.medic-tem:nth-child(3):hover circle {
    fill: #00a498 !important;
}

.medic-tem:nth-child(3):hover path {
    fill: #00a498 !important;
}

.medic-tem:nth-child(4)::after {
    background-color: #f28e1e;
}

.medic-tem:nth-child(4):hover circle {
    fill: #f28e1e !important;
}

.medic-tem:nth-child(5)::after {
    background-color: #f9825d;
}

.medic-tem:nth-child(5):hover circle {
    fill: #f9825d !important;
}

.medic-tem:nth-child(6)::after {
    background-color: #e81c24;
}

.medic-tem:nth-child(6):hover circle {
    fill: #e81c24 !important;
}

.medic-tem:nth-child(7)::after {
    background-color: #7ab723;
}

.medic-tem:nth-child(7):hover circle {
    fill: #7ab723 !important;
}

.img-home-hos-search {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media(min-width:768px) {
    .img-home-hos-search {
        left: calc(-50vw + 50%);
        width: calc(50vw - 300px);
    }
}

.img-home-hos-search {
    min-height: 422px;
}

.img-home-hos-search img {
    max-width: unset;
    width: 100%;
    max-height: 422px;
    object-fit: cover;
}

.home-hospital {
    position: relative;
}

.home-hospital:after {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background-color: #d4f1fc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}

.home-hospital::before {
    content: "";
    width: 100%;
    height: 224px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -2;
}

.our-strength-item {
    display: flex;
    position: relative;
    margin-bottom: 35px;
}

.list-our-strength {
    position: relative;
}

.list-our-strength::before {
    content: '';
    width: 1089px;
    height: 1089px;
    background-image: url(../images/hospital/index/bg-xanh.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -190px;
    z-index: -1;
}

.our-strength-item.reverse {
    flex-direction: row-reverse;
}

.our-strength-item.reverse .our-strength-item-title {
    right: unset;
    left: 50px;
    padding-left: 50px;
}

.our-strength-item:hover .our-strength-item-title {
    border-color: #468cc1;
}

.our-strength-item:hover .our-strength-item-img img {
    transform: scale(1.05);
}

.our-strength-item-img {
    border-radius: 10px;
    overflow: hidden;
}

.our-strength-item-img img {
    transition: 0.3s;
}

.our-strength-item-title {
    position: absolute;
    width: 485px;
    height: 209px;
    border-radius: 50px;
    padding-left: 50px;
    display: flex;
    right: 50px;
    border: 3px solid transparent;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    gap: 45px;
    background-color: rgba(255, 255, 255, 0.95);
}

.our-strength-item-title a {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #212f79;
    line-height: 1.24;
    display: block;
    flex: 1;
}

.our-strength-item-title::after {
    content: "";
    width: 39px;
    height: 39px;
    background-image: url(../images/hospital/index/icon-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 28px;
    bottom: 30px;
    position: absolute;
}

.num-our {
    font-size: 5.5rem;
    color: #468cc1;
    font-family: "Reem Kufi", serif;
    position: relative;
    line-height: 1;
    padding-bottom: 68px;
}

.num-our::after {
    content: "";
    width: 56px;
    height: 2px;
    background-color: #468cc1;
    position: absolute;
    transform: rotate(-47deg);
    left: 0;
    bottom: 68px;
}

.home-our {
    position: relative;
}

.home-our::after {
    content: "";
    width: 100%;
    height: 2246px;
    background-image: url(../images/hospital/index/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}

.box-home-health {
    display: flex;
}

.home-health-left {
    width: 47%;
}

.home-health-right {
    width: 53%;
}

.home-health-right-top {
    padding: 18px;
    border: 3px solid #f24c8f;
    border-radius: 242px;
}

.home-health-right-top img {
    border-radius: 242px;
}

.home-health-left-top {
    max-width: 480px;
    margin-left: auto;
    text-align: center;
}

.home-health-left-top p {
    padding: 40px 0;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.78;
}

a.btn.btn-link {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 335px;
    min-height: 70px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #f24c8f;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    border: 2px solid #f24c8f;
    padding-left: 38px;
    justify-content: flex-start;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
}

a.btn.btn-link::after {
    width: 28px;
    height: 28px;
    mask-image: url(../images/hospital/index/icon-blank.svg);
    -webkit-mask-image: url(../images/hospital/index/icon-blank.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #f24c8f;
    right: 25px;
}

a.btn.btn-link:hover {
    background-color: #f24c8f;
    color: #fff;
}

a.btn.btn-link:hover::after {
    background-color: #fff;
}

.home-health {
    position: relative;
}

.home-health::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/hospital/index/bg-health.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.home-health::before {
    content: "";
    width: 1074px;
    height: 109px;
    background-image: url(../images/hospital/index/after-heal.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: -1;
}

.img-hospital-bottom img {
    border-radius: 20px;
}

.box-hospital-bottom {
    padding: 13px 15px;
    border: 3px solid #f89627;
    border-radius: 20px;
    position: relative;
}

.box-hospital-bottom::after {
    content: "";
    width: 634px;
    height: 94px;
    background-image: url(../images/hospital/index/after-hos-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: -1;
}

.box-hospital-bottom::before {
    content: "";
    width: 529px;
    height: 281px;
    background-image: url(../images/hospital/index/after-hos-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -240px;
    bottom: 0;
    z-index: 1;
}

.box-hospital-bottom-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 70px 30px 20px 100px;
    text-align: center;
    z-index: 1;
}

.box-hospital-bottom-link::after {
    content: "";
    width: 50vw;
    height: calc(100% + 35px);
    top: 0;
    background-color: rgba(255, 252, 235, 0.95);
    position: absolute;
    left: 0;
    z-index: -1;
    border-top-left-radius: 190px;
}

.box-hospital-bottom-link p {
    padding: 40px 0;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.78;
}

.box-hospital-bottom-link a.btn.btn-link {
    min-width: 280px;
    color: #f28e1e;
    border-color: #f28e1e;
}

.box-hospital-bottom-link a.btn.btn-link::after {
    background-color: #f28e1e;
}

.box-hospital-bottom-link a.btn.btn-link:hover {
    background-color: #f28e1e;
    color: #fff;
}

.box-hospital-bottom-link a.btn.btn-link:hover::after {
    background-color: #fff;
}

.home-hospital-bottom {
    position: relative;
}

.home-hospital-bottom::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fffceb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: ellipse(100% 100% at 50% 100%);
}

.box-home-recruit {
    display: flex;
    align-items: flex-end;
}

.home-recruit-left {
    text-align: center;
    width: 410px;
    position: relative;
    padding-top: 65px;
}

.home-recruit-left::after {
    content: "";
    width: calc(50vw + 270px);
    height: 571px;
    background-image: url(../images/hospital/index/bg-7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center right;
    right: -240px;
    z-index: -3;
    top: 0;
}

.home-recruit-left p {
    padding: 40px 0;
    font-size: 2.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.57;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.home-recruit-left p::after {
    content: "";
    width: 235px;
    height: 160px;
    background-image: url(../images/hospital/index/after-hos-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-recruit-left a.btn.btn-link {
    min-width: 280px;
    color: #29a6dd;
    border-color: #29a6dd;
}

.home-recruit-left a.btn.btn-link::after {
    background-color: #29a6dd;
}

.home-recruit-left a.btn.btn-link:hover {
    background-color: #29a6dd;
    color: #fff;
}

.home-recruit-left a.btn.btn-link:hover::after {
    background-color: #fff;
}

.home-recruit-left-top-img {
    text-align: left;
}

.home-recruit {
    position: relative;
}

.home-recruit::after {
    content: "";
    width: 100%;
    height: calc(100% - 93px);
    bottom: 0;
    background-color: #b0e2de;
    position: absolute;
    left: 0;
    z-index: -5;
}

.home-recruit::before {
    content: "";
    width: 100%;
    height: 104px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: -4;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 92px;
}

.home-recruit-right {
    flex: 1;
    position: relative;
    height: 483px;
}

.home-recruit-right::after {
    content: "";
    width: 708px;
    height: 171px;
    background-image: url(../images/hospital/index/after-recruit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -40px;
}

.home-recruit-right img {
    max-width: unset;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.footer {
    position: relative;
}

.footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/hospital/index/bg-ft.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.footer::before {
    content: "";
    width: 485px;
    height: 207px;
    background-image: url(../images/hospital/index/bg-canh-ft.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 180px;
    z-index: -1;
}

.footer-left {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}

a.link-footer {
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.footer-right {
    display: flex;
    gap: 60px;
    max-width: 950px;
    margin: 0 auto;
}

a.sub-link-footer {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: block;
    margin-left: 12px;
    margin-bottom: 5px;
}

.box-link-footer {
    width: -moz-max-content;
    width: max-content;
    min-width: 190px;
}

.box-link-social {
    width: 176px;
}

.box-link-social a {
    display: block;
}

.box-footer-bottom {
    display: flex;
    gap: 22px;
    align-items: center;
}

.box-phone-bottom {
    width: 318px;
    background-color: #fff;
    padding: 12px 27px 20px 50px;
    text-align: center;
    border-radius: 10px;
}

.box-phone-bottom a {
    font-size: 3.2rem;
    font-weight: 500;
    color: #212f79;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}

.box-phone-bottom a::after {
    content: "";
    width: 30px;
    height: 32px;
    mask-image: url(../images/hospital/index/icon-phone.svg);
    -webkit-mask-image: url(../images/hospital/index/icon-phone.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #212f79;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
}

footer .medic-info-left {
    width: 419px;
    background-color: #fff;
    padding: 0px 18px;
    border-radius: 10px;
}

.box-footer-bottom-right {
    flex: 1;
}

.page-header {
    height: 510px;
    padding-top: 225px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 444px;
    background-image: url(../images/hospital/about/after-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.title-en {
    font-size: 2.6rem;
    color: #468cc1;
    letter-spacing: 0.1em;
    font-family: "Reem Kufi", sans-serif;
    font-weight: 400;
    padding-left: 130px;
    position: relative;
}

.title-en::after {
    content: "";
    width: 115px;
    height: 2px;
    background: linear-gradient(90deg, rgb(33, 47, 121) 50%, rgb(194, 222, 239) 50%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title-jp {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    color: #212f79;
    line-height: 1.24;
    margin-top: 20px;
}

.page-header-img::after {
    content: "";
    width: calc(50vw + 270px);
    height: 444px;
    background-image: url(../images/hospital/about/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.breadcrumds {
    position: relative;
    padding: 90px 0 0px;
}

.breadcrumds ul {
    display: flex;
    justify-content: flex-start;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.breadcrumds ul li>a {
    font-size: 1.5rem;
    color: #808080;
}

.breadcrumds ul li {
    position: relative;
}

.breadcrumds ul li:not(:last-child) {
    margin-right: 25px;
}

.breadcrumds ul li span {
    font-size: 1.5rem;
    color: #808080;
}

.breadcrumds ul li span br {
    display: none;
}

.breadcrumds ul li:not(:nth-last-child(1)):after {
    content: ">";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: -14px;
    font-size: 1.5rem;
    color: #808080;
}

.list-anchor {
    display: flex;
    justify-content: center;
}

.list-anchor li {
    min-width: 220px;
    border-right: 1px solid #aeaeae;
}

.list-anchor li:last-child {
    border-right: none;
}

.list-anchor li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29a6dd;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    min-height: 33px;
}

.page-anchor {
    margin-top: -25px;
    padding: 30px 0;
    background-color: rgba(243, 250, 255, 0.9);
    border-radius: 20px;
}

.flex-about-1 {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.flex-about-1 h3 {
    font-weight: bold;
    letter-spacing: 0.075em;
    font-size: 3rem;
}

.img-about-1 {
    text-align: center;
}

.img-about-1 img {
    border-radius: 10px;
}

.sub-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #212f79;
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: relative;
}

.sub-title::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/hospital/about/after-title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.about-01 {
    position: relative;
}

.about-01::after {
    content: "";
    width: 1089px;
    height: 1427px;
    background-image: url(../images/hospital/about/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 155px;
    right: -230px;
    z-index: -2;
}

.about-01::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -255px;
    left: -123px;
    z-index: -2;
}

.title-border {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #212f79;
    padding-bottom: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    position: relative;
}

.title-border::after {
    content: "";
    width: 78px;
    height: 2px;
    background-color: #212f79;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

ul.list-dot li {
    position: relative;
    padding-left: 32px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
}

ul.list-dot li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #29a6dd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.about-02 {
    position: relative;
}

.about-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(239, 247, 249, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.about-02::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -466px;
    right: -120px;
    z-index: -1;
}

.single-hos-02 .title-cs {
    color: #212f79;
}

.about-3-right-title {
    display: flex;
    align-items: baseline;
    gap: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #29a6dd;
    font-size: 2.5rem;
    font-weight: bold;
    color: #057ea8;
    padding-left: 10px;
    margin-bottom: 25px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.about-3-right-title .num-our {
    padding: 0;
    font-size: 6.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #a6ccd1;
    font-family: "Reem Kufi", sans-serif;
    font-weight: 400;
}

.about-3-right-title .num-our::after {
    bottom: 0px;
    background-color: #a6ccd1;
}

.about-3-right-title p {
    min-height: 70px;
}

.img-about-3-left img {
    border-radius: 10px;
}

.text-about-3-right>p {
    letter-spacing: 0.075em;
    line-height: 1.875;
    text-align: justify;
}

.about-03 {
    position: relative;
}

.about-03::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 875px;
    left: -123px;
    z-index: -2;
}

.about-03::after {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -485px;
    right: -120px;
    z-index: -2;
}

.img-data-about {
    margin-bottom: 30px;
}

.about-04 {
    position: relative;
}

.about-04::after {
    content: "";
    width: 100%;
    height: calc(100% - 110px);
    background-color: #d4f1fc;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
}

.about-04::before {
    content: "";
    width: 100%;
    height: 224px;
    background-color: #fff;
    position: absolute;
    top: 109px;
    left: 0;
    z-index: -3;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.link-img-about {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.img-link-about {
    border-radius: 10px;
    overflow: hidden;
}

.box-text-link-about {
    position: absolute;
    width: 228px;
    height: 137px;
    background: #fff;
    border-radius: 20px;
    right: -15px;
    bottom: -25px;
    padding: 23px;
    box-shadow: 0px 0px 6px 0px rgba(169, 177, 181, 0.45);
}

.box-text-link-about p {
    color: #8bbbcc;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    font-family: "Reem Kufi", sans-serif;
    padding-bottom: 13px;
}

.box-text-link-about a {
    font-size: 2.2rem;
    font-weight: bold;
    color: #212f79;
    letter-spacing: 0.075em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.14;
    min-height: 57px;
}

.box-text-link-about::after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/hospital/index/icon-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
    bottom: 18px;
    transition: 0.3s;
    position: absolute;
}

.box-link-img-about {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 780px;
    margin: 0 auto;
}

.about-05 {
    position: relative;
}

.about-05::after {
    content: "";
    width: 100%;
    height: calc(100% - 180px);
    background-color: #eff7f9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
    opacity: 0.5;
}

.table-info {
    display: flex;
}

.table-info-left {
    width: 112px;
    padding: 15px;
    padding-right: 15px;
    color: #212f79;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0.075em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.table-info-right {
    flex: 1;
    padding: 15px 13px;
    border-bottom: 1px solid #c7c7c7;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding-right: 0;
}

.info-02 {
    position: relative;
}

.info-02::after {
    content: "";
    width: 1089px;
    height: 1427px;
    background-image: url(../images/hospital/about/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -300px;
    right: -230px;
    z-index: -2;
}

.info-02::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(239, 247, 249, 0.5);
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

a.btn.btn-file {
    min-height: 94px;
    border: 2px solid #149ec9;
    border-radius: 20px;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 600;
    justify-content: flex-start;
    padding-left: 95px;
    margin-bottom: 25px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.075em;
}

a.btn.btn-file::after {
    width: 30px;
    height: 36px;
    background-image: url(../images/hospital/info/icon-pdf.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 40px;
}

a.btn.btn-file::before {
    width: 28px;
    height: 28px;
    background-image: url(../images/hospital/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
}

.relate-link {
    background: rgb(239 247 249 / 50%);
}

a.btn.btn-main.btn-symtoms {
    border-radius: 35px;
}

a.btn.btn-main.btn-symtoms span {
    border-radius: 32px;
}

a.btn.btn-file.no-file {
    padding-left: 43px;
    margin-bottom: 50px;
}

a.btn.btn-file.no-file:last-child {
    margin-bottom: 0;
}

a.btn.btn-file.no-file:after {
    display: none;
}

.toggle-info {
    margin-bottom: 32px;
}

.toggle-info .toggle-hd {
    cursor: pointer;
    min-height: 94px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #212f79;
    border: 2px solid;
    letter-spacing: 0.075em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(169, 177, 181, 0.45);
}

.toggle-info .toggle-hd::after {
    content: "";
    width: 41px;
    height: 41px;
    background-image: url(../images/hospital/info/icon-open.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}

.toggle-info .toggle-hd.active::after {
    background-image: url(../images/hospital/info/icon-close.svg);
}

.toggle-info .toggle-cont {
    padding: 40px 0;
}

.toggle-info .toggle-cont p {
    letter-spacing: 0.075em;
    line-height: 1.875;
}

table.table-info-cs td {
    width: 95px;
    height: 55px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    letter-spacing: 0.075em;
    text-align: center;
}

table.table-info-cs td:first-child {
    width: 160px;
    background-color: #15a6cc;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 15px;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: left;
    padding-right: 7px;
}

table.table-info-cs.v2 td {
    width: 125px;
}

table.table-info-cs.v2 td:first-child {
    width: 160px;
}

.title-cs {
    min-height: 35px;
    padding-left: 25px;
    padding-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #212f79;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #949494;
}

.title-cs::after {
    content: "";
    width: 4px;
    height: 35px;
    background-color: #29a6dd;
    position: absolute;
    left: 0;
    top: 0;
}

.text-info-4 {
    line-height: 1.75;
    letter-spacing: 0.05em;
}

.text-info-4 span {
    color: #212f79;
}

.info-04 {
    background-color: rgba(239, 247, 249, 0.5);
}

.box-map {
    height: 500px;
}

.box-map iframe {
    width: 100%;
    height: 100%;
}

a.btn.btn-gg {
    max-width: 233px;
    height: 63px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    box-shadow: 0 0 6px 0 rgba(169, 177, 181, 0.45);
    color: #212f79;
    padding-right: 10px;
}

a.btn.btn-gg::after {
    width: 15px;
    height: 15px;
    background-image: url(../images/hospital/index/icon-blank.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
}

.title-icon {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    gap: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #212f79;
    border-bottom: 1px solid #949494;
    margin-bottom: 20px;
}

.access-02 {
    background-color: rgba(239, 247, 249, 0.5);
    position: relative;
}

.access-02::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -470px;
    right: -120px;
    z-index: -1;
}

.box-slide-access {
    max-width: 802px;
    margin: 0 auto;
}

.slider-access .slick-list {
    margin: 0 -25px;
    overflow: visible;
}

.slider-access .slick-list p {
    font-weight: 500;
    padding-top: 15px;
    letter-spacing: 0.15em;
    text-align: center;
}

.slider-access .slick-slide {
    padding: 0 25px;
}

.slider-access .slick-slide img {
    border-radius: 10px;
}

.slider-access .slick-arrow {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(169, 177, 181, 0.45);
    position: absolute;
    top: 215px;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.slider-access .slick-arrow.next-arrow {
    right: -61px;
}

.slider-access .slick-arrow.prev-arrow {
    left: -61px;
}

.slider-access ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.slider-access ul.slick-dots li {
    margin: 0 4px;
}

.access-03 {
    position: relative;
}

.access-03::after {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -95px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.access-03::before {
    content: "";
    width: 100%;
    height: 653px;
    background-image: url(../images/hospital/index/bg-access-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.with-line:after {
    height: 100%;
    width: 1px;
    position: absolute;
    background: #212f79;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: 0;
}

section#hospital-03 .box-hos-3 {
    padding-top: 20px;
}

section#hospital-03 .box-hos-3 a.btn.btn-link-pop::after {
    width: 17px;
    height: 7px;
    right: 40px;
}

.box-border {
    border: 2px solid #29a6dd;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.box-border p br:not(.hide-for-small):not(.show-full) {
    display: none;
}

.access-04 {
    position: relative;
}

.access-04::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -173px;
    right: -120px;
    z-index: -4;
}

#out-01 .access-02::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -358px;
}

#out-01 .news-item.item-list {
    margin-bottom: 0;
}

.box-out-02 {
    background-color: #fff;
    border: 2px solid #29a6dd;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.box-out-02 .medic-info-left {
    width: 100%;
    padding: 10px 30px;
}

.box-out-02 .time-info {
    font-size: 2rem;
}

.box-out-02 .name-time {
    font-size: 2rem;
}

.box-out-02 .box-time-info {
    width: 210px;
}

table.table-out {
    width: 100%;
}

table.table-out td {
    height: 55px;
    padding: 10px 20px;
    border: 1px solid #c7c7c7;
    letter-spacing: 0.075em;
    background-color: #fff;
    text-align: left;
}

table.table-out td:first-child {
    width: 193px;
    background-color: #15a6cc;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: left;
}

table.table-out.v2 tr:last-child td {
    color: #e81c24;
}

table.table-out.v2 tr:last-child td:first-child {
    background-color: #ce5962;
    color: #fff;
}

.diab-02 table.table-out td:first-child {
    vertical-align: top;
}

.out-03 {
    background-color: rgba(239, 247, 249, 0.5);
}

.table-cs {
    width: 100%;
}

.table-cs tr:first-child td {
    background-color: #212f79;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
}

.table-cs td {
    border: 1px solid #c7c7c7;
    height: 55px;
    text-align: center;
    width: 143px;
    padding: 15px 0;
    vertical-align: top;
}

.table-cs td:first-child {
    background-color: #212f79;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    vertical-align: middle;
}

.text-out-left {
    padding-left: 20px;
}

.text-out-left h3 {
    font-size: 2.5rem;
    color: #057ea8;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
}

.text-out-left p {
    letter-spacing: 0.075em;
    line-height: 1.875;
}

.img-out-left img {
    border-radius: 10px;
}

.out-06 {
    position: relative;
}

.out-06::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    right: -180px;
    z-index: -2;
}

.out-04 {
    position: relative;
}

.out-04::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -170px;
    left: -150px;
    z-index: -2;
}

.out-02 {
    position: relative;
}

.out-02::after {
    content: "";
    width: 1089px;
    height: 1427px;
    background-image: url(../images/hospital/about/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -190px;
    z-index: -2;
}

.page-out .page-header-img::after {
    background-image: url(../images/hospital/index/bg-out.png);
}

.hospitalization-02 {
    background-color: rgba(239, 247, 249, 0.5);
}

.box-hospital {
    border: 2px solid #0071b7;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 28px 28px;
    box-shadow: 0 0 6px 0 rgba(11, 170, 219, 0.75);
    margin-bottom: 50px;
}

.box-hospital.has-link {
    padding: 0 0 28px;
    overflow: hidden;
}

.box-hospital.has-link .hospital-title {
    padding: 0 24px;
    display: block;
}

.box-hospital.has-link .hospital-title::after {
    right: 18px;
}

.hospital-title {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    margin-top: 15px;
    position: relative;
}

.hospital-title::after {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(../images/hospital/index/icon-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hospital-img {
    text-align: center;
}

a.btn.btn-link-pop {
    min-height: 56px;
    border: 1px solid #468cc1;
    background-color: #468cc1;
    border-radius: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: flex-start;
    padding: 0 22px;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    cursor: pointer;
    width: 100%;
    margin-bottom: 12px;
}

a.btn.btn-link-pop.active,
a.btn.btn-link-pop:hover {
    background-color: #fff;
    color: #468cc1;
}

a.btn.btn-link-pop.active::after,
a.btn.btn-link-pop:hover::after {
    background-color: #468cc1;
}

a.btn.btn-link-pop:last-child {
    margin-bottom: 0;
}

a.btn.btn-link-pop::after {
    content: "";
    width: 13px;
    height: 6px;
    mask-image: url(../images/hospital/index/arrow-right.svg);
    -webkit-mask-image: url(../images/hospital/index/arrow-right.svg);
    background-color: #fff;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 15px;
    position: absolute;
}

.popup-item {
    position: fixed;
    max-width: 1116px;
    background-color: #fff;
    border: 2px solid #0071b7;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: calc(100vh - 100px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}

.popup-item.show {
    opacity: 1;
    z-index: 10;
}

.box-popup-cs {
    position: relative;
}

.box-popup-cs .title-border.small {
    color: #0071b7;
    border-color: #29a6dd;
}

.box-popup-cs:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #29a6dd;
    opacity: 0;
    z-index: -5;
    transition: 0.3s;
}

.box-popup-cs.show:after {
    opacity: 0.7;
    z-index: 9;
}

.popup-item-cont {
    padding: 50px;
}

.popup-item-cont .popup-item-cont-inner {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar {
    width: 8px;
    position: absolute;
    right: -30px;
}

.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
}

.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-track {
    background-color: transparent;
}

.close-popup-cs {
    position: absolute;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    top: -17px;
    right: -23px;
    background-image: url(../images/hospital/index/close-popup.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}

.box-title-popup {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 50%;
}

.title-popup {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.title-popup span {
    font-size: 5rem;
    color: #212f79;
    padding-right: 10px;
}

.box-hos-3 {
    max-width: 777px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 50px 40px;
    border: 2px solid #0071b7;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.box-hos-3 .home-hospital-search-left {
    width: 100%;
}

.box-hos-3 .img-pp-search {
    width: 267px;
}

.box-hos-3 .img-pp-search img {
    width: 100%;
}

.box-hos-3 .title-hos-search {
    justify-content: center;
    width: 200px;
    margin: 0 auto;
    height: 52px;
    background-color: #fff;
    border-radius: 25px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #468cc1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.box-hos-3 .list-link-hospital {
    flex: 1;
    padding-top: 35px;
}

.box-hos-3 .text-pp-seacch {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: -20px;
    text-align: center;
}

.box-hos-3 .text-pp-seacch span {
    font-size: 3rem;
    color: #212f79;
}

.hospital-03 {
    position: relative;
}

.hospital-03::after {
    content: "";
    width: 100%;
    height: 329px;
    background-image: url(../images/hospital/hospital/bg-mail.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 210px;
    position: absolute;
    z-index: -2;
    left: 0;
}

.hospital-01 {
    position: relative;
}

.hospital-01::before {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -160px;
    right: -120px;
    z-index: -1;
}

.hospital-02.access-02::before {
    background-image: url(../images/hospital/about/after-2.png);
    top: -260px;
}

.single-hos-04.access-02::before {
    background-image: url(../images/hospital/about/after-2.png);
    top: -330px;
}

.page-diab .page-header-img::after {
    background-image: url(../images/hospital/index/bg-diab.png);
}

table.table-health {
    width: 100%;
}

table.table-health td {
    height: 55px;
    padding: 10px 20px;
    border: 1px solid #c7c7c7;
    letter-spacing: 0.075em;
    background-color: #fff;
    text-align: left;
}

table.table-health td:first-child {
    width: 193px;
    background-color: #212f79;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 15px;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: left;
}

table.table-health td:last-child {
    width: 122px;
    text-align: right;
}

table.table-health tr:last-child td:nth-child(2) {
    text-align: right;
}

table.table-health.v2 td:first-child {
    width: 300px;
}

.page-health .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-health.png);
}

ul.list-sao li {
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding-left: 30px;
    margin-bottom: 8px;
}

ul.list-sao li:last-child {
    margin-bottom: 0;
}

ul.list-sao li::after {
    content: "※";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.box-contact {
    display: flex;
    margin-top: 20px;
}

.box-contact-left {
    width: 50%;
    border-right: 1px solid #212f79;
    padding-left: 40px;
    text-align: center;
}

.box-contact-left p {
    letter-spacing: 0.05em;
}

.box-contact-left a {
    font-size: 3.7rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #212f79;
    letter-spacing: 0.075em;
    position: relative;
}

.box-contact-left a::after {
    content: "";
    width: 44px;
    height: 48px;
    mask-image: url(../images/hospital/index/icon-phone.svg);
    -webkit-mask-image: url(../images/hospital/index/icon-phone.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #212f79;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.box-contact-right {
    width: 50%;
    text-align: center;
    padding-left: 40px;
}

.box-contact-right p {
    letter-spacing: 0.05em;
}

.box-contact-right a {
    font-size: 3.7rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #212f79;
    letter-spacing: 0.075em;
    position: relative;
}

.box-contact-right a::after {
    content: "";
    width: 48px;
    height: 48px;
    mask-image: url(../images/hospital/index/icon-fax.svg);
    -webkit-mask-image: url(../images/hospital/index/icon-fax.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #212f79;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

.box-border-contact {
    padding: 20px 5px 35px;
    border: 1px solid #212f79;
    border-radius: 10px;
    background-color: #fff;
}

.box-info-hos {
    display: flex;
    border: 1px solid #29a6dd;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

.img-single-hos-1 img {
    border-radius: 10px;
}

.info-hos-left {
    width: 230px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.info-hos-left::after {
    content: "";
    width: 155px;
    height: 155px;
    background-image: url(../images/hospital/index/bg-canh.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.info-hos-right {
    flex: 1;
    padding-left: 30px;
    border-left: 1px solid #29a6dd;
    letter-spacing: 0.075em;
    line-height: 1.875;
}

.info-hos-left h3 {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    margin-top: 25px;
}

.info-hos-left p {
    font-weight: 500;
    letter-spacing: 0.075em;
}

.box-name-hospital {
    border: 3px solid #468cc1;
    border-radius: 20px;
    min-height: 184px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-top: -105px;
}

.box-name-hospital h2 {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.075em;
    color: #212f79;
}

@media (min-width: 768px) {
    .logged-in .header-wrapper {
        top: 32px;
    }
}

.page-outpatient .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-out.png);
}

.page-outpatient .box-link-img-about {
    max-width: 905px;
}

.page-outpatient .box-text-link-about {
    width: 270px;
    padding-right: 10px;
}

.page-medical .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-medical.png);
}

.page-medical .news-item.item-list::after {
    background-color: #689ebc;
}

.page-outpatient .box-text-link-about a {
    font-size: 2rem;
}

.page-outpatient .box-text-link-about p {
    font-size: 1.2rem;
}

.page-hospitalization .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-hos-2.png);
}

.page-hospital .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-hospital.png);
}

.single-department .page-header::after {
    background-image: url(../images/hospital/bg-page-hos.png);
}

.single-department .page-header-img {
    display: none;
}

.single-department:not(.page-template) .page-header {
    padding-top: 200px;
}

.single-department:not(.page-template) .breadcrumds {
    padding-top: 45px;
}

.single-department:not(.page-template) .page-anchor {
    margin-top: 25px;
}

.title-404 {
    font-size: 4.9rem;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    color: #212f79;
    font-family: "Reem Kufi", sans-serif;
}

.box-btn-404 a.btn.btn-main.mx-auto {
    border-radius: 34px;
}

.box-btn-404 a.btn.btn-main span {
    min-height: 68px;
    border-radius: 32px;
    padding-right: 40px;
}

.title-404 span {
    font-size: 10rem;
    line-height: 1;
}

.section-404 {
    padding: 60px 0;
    text-align: center;
    position: relative;
    margin-top: 150px;
}

.section-404::after {
    content: "";
    width: 761px;
    height: 761px;
    background-image: url(../images/hospital/about/after-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.error404 .page-header {
    display: none;
}

.box-btn-hos a.btn.btn-main.large {
    min-width: 470px;
}

.box-btn-hos a.btn.btn-main.large::after {
    background-image: url(../images/hospital/index/btn-down.svg);
}

.department-content h4 {
    font-size: 2.7rem;
    font-family: 'Zen Kaku Gothic New';
    text-align: center;
    font-weight: bold;
    color: #212f79;
    margin: 30px 0 25px;
}

.department-content img {
    border-radius: 10px;
}

.department-content * {
    letter-spacing: 0.075em;
    line-height: 1.75;
}

.no-img .text-out-left {
    padding: 0;
}

.department-content table {
    width: 100%;
    margin-top: 45px;
}

.department-content table td {
    border: 1px solid #c7c7c7;
    height: 55px;
    background-color: #fff;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    width: auto !important;
}

.department-content table td:first-child {
    width: 252px !important;
    background-color: #15a6cc;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.8rem;
    color: #fff;
}

.department-content table td:first-child p {
    color: white;
    margin-bottom: 0;
}

.department-content table td p {
    margin-bottom: 0;
}

table.table-health.table-health-2 td:first-child {
    padding-right: 0;
}

table.table-health.table-health-2 tr:last-child td:nth-child(2) {
    text-align: left;
}

.mega-menu-course {
    overflow: hidden;
}

.page-symtoms .page-header-img::after {
    background-image: url(../images/hospital/index/bg-page-sym.png);
}

.list-symtoms .news-item.item-list {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.list-symtoms .box-cat {
    display: flex;
    align-items: center;
}

.list-symtoms .box-cat .date {
    width: 95px;
    font-size: 1.3rem;
    text-align: left;
}

a.cat-symtoms {
    min-width: 163px;
    min-height: 40px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}

.list-symtoms .news-item.item-list .title {
    margin-left: 15px;
    padding: 0;
}

.list-symtoms .news-item.item-list .title a {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}

.list-symtoms .news-item.item-list::after {
    bottom: 50%;
    transform: translateY(50%);
}

.sidebar-symtoms {
    padding: 0;
    margin-top: -25px;
}

.symtoms-filter {
    padding: 40px 0;
    border-radius: 20px;
    background: rgba(243, 250, 255, 0.9);
}

.symtoms-filter .sidebar-item:not(.sidebar-arc) .select select {
    width: 296px;
    height: 70px;
    border: 2px solid #212f79;
    border-radius: 35px;
    padding-left: 35px;
    font-size: 1.8rem;
    background-size: 23px 16px;
    background-position: center right 30px;
    background-image: url(../images/hospital/index/bg-select-3.svg);
}

.sidebar.sidebar-symtoms .label {
    color: #333333;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-right: 30px;
}

.box-title-popup-link {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #212f79;
    margin-bottom: 30px;
    padding-bottom: 34px;
}

.link-popup {
    width: 50%;
    padding-left: 30px;
}

.link-popup a.btn.btn-main {
    min-width: 338px;
    border-radius: 34px;
}

.link-popup a.btn.btn-main span {
    min-height: 69px;
    border-radius: 32px;
    text-align: center;
}

.title-popup {
    display: flex;
    flex-direction: column;
}

p.btn.btn-pop-cs {
    background-color: #e4eff4;
    border-radius: 23px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 53px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
    position: relative;
}

p.btn.btn-pop-cs:last-child {
    margin-bottom: 0;
}

p.btn.btn-pop-cs::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #212f79;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 27px;
}

@media (min-width: 768px) and (max-width: 1460px) {
    .header-inner {
        padding-left: 10px;
    }
    .box-menu-phone {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1380px) {
    a.link-header {
        font-size: 1.3rem;
        margin: 0 10px;
    }
    .box-tel-header a {
        font-size: 2rem;
    }
    .header-main .main-menu .nav>li>a {
        min-width: unset;
    }
    .box-home-banner-content {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1275px) {
    .header-main .logo-left .logo {
        width: 200px;
    }
    .header-main .main-menu .nav>li>a img {
        width: 20px;
    }
    .box-top-header {
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }
    .box-tel-header a::after {
        width: 20px;
        left: -25px;
    }
    .box-tel-header {
        padding-left: 20px;
    }
    .box-footer-bottom {
        flex-wrap: wrap;
    }
    .box-footer-bottom-right {
        width: 305px;
        flex: unset;
    }
    .box-home-hospital-search {
        flex-wrap: wrap;
    }
    .home-hospital-search-right {
        width: 100%;
        flex: unset;
    }
}

@media (min-width: 768px) and (max-width: 1130px) {
    .header-main .logo-left .logo {
        width: 150px;
    }
    a.link-header {
        padding-right: 0;
    }
    a.link-header::after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.3rem;
        padding: 0 5px;
    }
    .header-main .main-menu .nav>li>a img {
        width: 18px;
    }
    .box-tel-header a::after {
        display: none;
    }
    .box-tel-header {
        padding-left: 0;
    }
    .box-tel-header a {
        font-size: 1.4rem;
    }
    .box-top-header {
        padding-right: 5px;
    }
    a.link-header {
        margin: 0 5px;
    }
    a.link-header::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    a.link-header {
        font-size: 1.1rem;
    }
    .box-tel-header {
        font-size: 1.2rem;
    }
    .box-tel-header a {
        font-size: 1.1rem;
    }
    .header-main .main-menu {
        margin-left: 10px;
    }
}

@media (min-width: 1480px) {
    .box-banner-slider {
        width: calc(50vw + 480px);
        margin-left: auto;
        margin-right: calc(-50vw + 50%);
    }
    .main-slide-item img {
        border-radius: 40px;
        height: 744px;
        width: 100%;
        object-fit: cover;
    }
    .box-medic-info {
        right: calc(-50vw + 50%);
    }
}

.toggle-dept.toggle-info .toggle-hd {
    min-height: 60px;
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 55px;
    font-size: 20px;
}

.toggle-dept.toggle-info .toggle-hd::after {
    right: 10px;
}

.jiko-content ul.list-dot li {
    line-height: 1.75;
    margin-bottom: 25px;
}

span.color-warning a {
    color: #e81c24;
}

.health-03 .text-out-left h3 {
    font-size: 19px;
    margin-bottom: 0;
}

.single-department .text-out-left.post-content {
    padding-top: 0;
}

.single-department .text-out-left p {
    margin-bottom: 0;
}

.medical-05 {
    background-color: rgba(237, 247, 249, .5);
}

.box-border-contact.max-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.box-border-contact.max-650 .box-contact-left {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
    border: none;
}