@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Tangerine:wght@400;700&display=swap");
.ff-tan {
    font-family: "Tangerine", cursive;
}

.ff-ibm {
    font-family: "IBM Plex Sans JP", sans-serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.ff-mincho {
    font-family: "Shippori Mincho", serif;
}

.color-1 {
    color: #1271a0;
}

.color-2 {
    color: #008d45;
}

.color-3 {
    color: #754c24;
}

.color-4 {
    color: #ec5a24;
}

.color-5 {
    color: #703607;
}

.box-top-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.box-link-header a {
    font-size: 1.5rem;
    color: #1271a0;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    padding-bottom: 5px;
    position: relative;
}

.box-link-header a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #1271a0;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
}

.box-link-header a:hover::after {
    width: 100%;
}

.box-link-header {
    display: flex;
    gap: 30px;
    align-items: center;
}

a.tel {
    font-size: 2.9rem;
    letter-spacing: 0.15em;
    color: #1271a0;
    font-family: "Shippori Mincho", serif;
    padding-left: 30px;
    position: relative;
}

a.tel::before {
    content: "";
    width: 24px;
    height: 26px;
    background-image: url(../images/index/icon-tel.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

a.btn.btn-mail {
    min-width: 161px;
    min-height: 47px;
    border-radius: 24px;
    background-color: #fff;
    font-size: 1.5rem;
    color: #1271a0;
    font-weight: 500;
    letter-spacing: 0.05em;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    padding-left: 50px;
    justify-content: flex-start;
}

a.btn.btn-mail::after {
    width: 19px;
    height: 17px;
    background-image: url(../images/index/icon-mail.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    border: 1px solid transparent;
}

a.btn.btn-mail:hover {
    background-color: #1271a0;
    color: #fff;
}

a.btn.btn-mail:hover::after {
    border-color: #fff;
}

.box-slide-home {
    width: 69%;
    position: relative;
}

.slider-item-img {
    height: 768px;
    border-top-right-radius: 160px;
    overflow: hidden;
}

.slider-item-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    will-change: transform;
    width: 100%;
    transform: scale(1.25);
    transition: transform 12s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.add-animation img {
    transform: scale(1);
}

.home-banner-cont {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 1;
    color: #fff;
}

.home-banner-cont::after {
    content: "";
    width: 913px;
    height: 610px;
    background-image: url(../images/index/bg-text.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-banner-cont h3 {
    font-size: 5.5rem;
    font-family: "Shippori Mincho", serif;
    line-height: 1.78;
    position: relative;
    left: -30px;
}

.home-banner-cont p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 40px;
    line-height: 2.11;
    text-shadow: 0px 0px 10px rgba(16, 62, 107, 0.85);
    position: relative;
}

.home-banner-cont p span {
    position: relative;
}

.home-banner-cont p span::after {
    content: "いのち";
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    width: -moz-max-content;
    width: max-content;
}

.box-flex-mega {
    display: flex;
    gap: 80px;
    align-items: center;
}

.flex-mega-left {
    width: 215px;
}

.flex-mega-right {
    flex: 1;
}

.box-sub-link-mega {
    display: flex;
    gap: 33px;
}

.mega-menu-cont {
    padding: 50px 15px;
    max-width: 1350px;
    margin: 0 auto;
}

.title-mega {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1271a0;
    position: relative;
    padding-bottom: 20px;
}

.title-mega:after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(227, 193, 68) 0%, rgb(246, 238, 132) 34%, rgb(243, 240, 200) 50%, rgb(246, 238, 132) 67%, rgb(227, 193, 68) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

a.sub-link {
    font-weight: 500;
    text-align: left;
    color: #1271a0;
    letter-spacing: 0.05em;
    position: relative;
}

a.sub-link span {
    display: block;
    position: relative;
    padding-right: 25px;
}

a.sub-link span::after {
    content: "";
    width: 13px;
    height: 6px;
    background-image: url(../images/index/icon-right-mega.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

a.sub-link:hover img {
    transform: scale(1.1);
}

.img-sub-link {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.img-sub-link img {
    transition: all 0.3s ease-in-out;
}

.home-news-imp {
    margin-top: -80px;
}

.home-news-imp-box {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    padding: 30px 50px 40px;
    border-radius: 20px;
    position: relative;
}

ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 120px;
    right: -120px;
    z-index: 1;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    background-color: #fff;
}

ul.slick-dots li button {
    opacity: 0;
}

.home-banner {
    position: relative;
}

.home-banner::after {
    content: "";
    width: 100%;
    height: 800px;
    background-image: url(../images/index/bg-banner-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -130px;
    left: 0;
    position: absolute;
    z-index: -4;
    background-size: 100% 100%;
    background-position: center top;
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 905px;
    background-image: url(../images/index/bg-banner-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -330px;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
    z-index: -3;
}

.news-important {
    display: flex;
    padding: 15px 25px;
    border-bottom: 1px solid #e81c24;
    align-items: center;
    gap: 25px;
    letter-spacing: 0.05em;
    position: relative;
}

.news-important::after {
    content: "";
    width: 16px;
    height: 7px;
    background-image: url(../images/index/icon-right-red.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%);
}

.news-important:hover a {
    color: #e81c24;
}

.news-important:hover::after {
    right: 5px;
}

.news-important .date {
    font-size: 1.4rem;
    color: #666666;
}

.news-important a {
    color: #4d4d4d;
    transition: 0.3s;
}

a.btn.btn-important {
    width: 104px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #e81c24;
    background-color: #fff;
    color: #e81c24;
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 19px;
    justify-content: flex-start;
    padding-bottom: 1px;
}

a.btn.btn-important::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right-red.svg);
    -webkit-mask-image: url(../images/index/icon-right-red.svg);
    background-color: #e81c24;
    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;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

a.btn.btn-important:hover {
    background-color: #e81c24;
    color: #fff;
}

a.btn.btn-important:hover::after {
    background-color: #fff;
}

.box-btn-imp {
    position: absolute;
    top: 30px;
    right: 50px;
}

.box-time-info {
    display: flex;
    width: 175px;
    justify-content: space-between;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.name-time {
    font-size: 1.7rem;
}

.time-info {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}

.medic-info-left td {
    font-weight: 500;
    width: 33px;
    vertical-align: middle;
    text-align: center;
    height: 56px;
}

.medic-info-left tr:first-child td:first-child {
    color: #1271a0;
    letter-spacing: 0.15em;
}

.medic-info-left td:first-child {
    text-align: left;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    color: #333333;
    padding-left: 17px;
}

.medic-info-left table {
    width: 100%;
}

.medic-info-left table tr {
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

.medic-info-left table tr:first-child td {
    height: 48px;
}

.medic-info-left table tr:last-child {
    border-bottom: none;
}

.dot {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1271a0;
    margin: auto;
}

.dash {
    display: block;
    font-size: 18px;
    font-weight: 600;
    width: 12px;
    height: 2px;
    background: #1271a0;
    margin: auto;
}

a.btn.btn-main {
    color: #fff;
    transition: 0.4s ease;
    min-width: 203px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    justify-content: flex-start;
    padding: 2px;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    overflow: hidden;
}

a.btn.btn-main span {
    min-height: 50px;
    width: 100%;
    padding-left: 25px;
    display: flex;
    border-radius: 23px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: 0.3s;
}

a.btn.btn-main::before {
    background: linear-gradient(90deg, rgb(41, 166, 221) 0%, rgb(0, 113, 183) 100%, rgba(255, 255, 255, 0) 0%);
    width: 100%;
    height: 100%;
    left: 0;
}

a.btn.btn-main:hover {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%);
    border-color: rgb(41, 166, 221);
    color: #1271a0;
}

a.btn.btn-main:hover::after {
    background-color: #27acd9;
    right: 15px;
}

a.btn.btn-main:hover span {
    background-color: #fff;
}

a.btn.btn-main::after {
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-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: 20px;
    transition: 0.3s;
}

a.btn.btn-main.large {
    min-width: 357px;
    font-size: 1.8rem;
    border-radius: 36px;
}

a.btn.btn-main.large span {
    min-height: 72px;
    border-radius: 34px;
}

a.btn.btn-main.btn-main-2 {
    min-width: 304px;
    font-size: 1.8rem;
    background: #fff;
    color: #f28e1e;
    border-radius: 36px;
}

a.btn.btn-main.btn-main-2 span {
    padding-left: 40px;
    min-height: 72px;
    border-radius: 34px;
}

a.btn.btn-main.btn-main-2::before {
    background: #fff;
}

a.btn.btn-main.btn-main-2::after {
    background-color: #f28e1e;
    right: 30px;
}

a.btn.btn-main.btn-main-2:hover {
    background-color: #f28e1e;
    border-color: #f28e1e;
    color: #fff;
}

a.btn.btn-main.btn-main-2:hover::after {
    background-color: #fff;
}

a.btn.btn-main.btn-main-2:hover::before {
    background: #f28e1e;
}

.main-title {
    color: #1271a0;
}

.main-title.center {
    text-align: center;
}

.main-title-en {
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-family: "Tangerine", cursive;
    color: #3485a5;
}

.main-title-jp {
    font-size: 3.5rem;
    font-family: "Shippori Mincho", sans-serif;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

.box-home-news {
    display: flex;
}

.home-news-left {
    width: 25%;
}

.home-news-right {
    width: 75%;
    padding-left: 40px;
    border-left: 1px solid #c7c7c7;
}

.outpatient-01 .news-item.item-list {
    padding: 16px 45px;
}

.news-item.item-list {
    padding: 16px;
    border-bottom: 1px solid rgba(49, 101, 122, 0.5);
    margin-bottom: 8px;
    position: relative;
}

.news-item.item-list::after {
    content: "";
    right: 36px;
    bottom: 18px;
    transition: 0.3s;
    width: 16px;
    height: 7px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.news-item.item-list:hover .title a {
    color: #27acd9;
}

.news-item.item-list:hover::after {
    right: 25px;
}

.news-item.item-list:last-child {
    margin-bottom: 0;
}

.news-item.item-list .date {
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: 0.05em;
}

.news-item.item-list .title {
    margin-top: 15px;
}

.news-item.item-list .title a {
    color: #4d4d4d;
    letter-spacing: 0.05em;
}

a.cat {
    font-weight: 500;
    color: #0071b7;
    letter-spacing: 0.15em;
}

.box-date-cat {
    display: flex;
    align-items: center;
    gap: 25px;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 100%;
    height: 813px;
    position: absolute;
    top: -55px;
    left: 0;
    background-image: url(../images/index/bg-about.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
}

.home-about-left {
    max-width: 450px;
}

.home-about-right {
    position: relative;
    height: 550px;
}

.img-about {
    position: absolute;
    height: 100%;
    width: calc(50vw + 5px);
    left: 0;
    top: 0;
}

.img-about img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -o-object-position: center left;
    object-position: center left;
}

.slide-about .slick-list {
    margin: 0 -7px;
}

.slide-about .slick-slide {
    padding: 0 7px;
}

.slide-about .slick-slide img {
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-slide-about {
    margin-top: -35px;
}

a.btn.btn-depart {
    padding: 9px 11px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: #fff;
    padding-right: 50px;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    color: #1271a0;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

a.btn.btn-depart span {
    flex: 1;
    text-align: center;
}

a.btn.btn-depart::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    background-color: #1271a0;
    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;
    position: absolute;
    right: 30px;
    transition: 0.3s;
}

a.btn.btn-depart::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(41, 166, 221) 0%, rgb(0, 113, 183) 100%);
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    opacity: 0;
    transition: 0.3s;
    left: 0;
}

a.btn.btn-depart:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

a.btn.btn-depart:hover::before {
    opacity: 1;
}

a.btn.btn-depart:hover:after {
    background-color: #fff;
    right: 20px;
}

.box-list-link-depart {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
}

.box-list-link-depart a.btn.btn-depart {
    width: calc(33.33% - 16.66px);
}

.box-home-depart {
    padding: 20px 50px 55px;
    background: linear-gradient(90deg, rgba(41, 166, 221, 0.9) 0%, rgba(0, 113, 183, 0.9) 100%);
    border-radius: 20px;
    position: relative;
}

.box-home-depart::after {
    content: "";
    width: 1008px;
    height: 672px;
    background-image: url(../images/index/bg-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.title-depart {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    gap: 20px;
}

.home-department {
    position: relative;
}

.home-department::after {
    content: "";
    width: 100%;
    height: 541px;
    position: absolute;
    top: 140px;
    left: 0;
    background-image: url(../images/index/bg-depart-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -4;
}

.home-department::before {
    content: "";
    width: 100%;
    height: 1103px;
    position: absolute;
    top: 380px;
    left: 0;
    background-image: url(../images/index/bg-depart-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -3;
}

.home-department .main-title {
    position: relative;
}

.home-department .main-title::after {
    content: "";
    width: 552px;
    height: 150px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.93);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.row-reverse .img-about {
    left: auto;
    right: 45px;
}

.row-reverse .home-about-left {
    margin-right: 20px;
    margin-left: auto;
}

.row-reverse .home-about-left a.btn.btn-main.large {
    min-width: 407px;
}

.home-health {
    position: relative;
}

.home-health::after {
    content: "";
    width: 100%;
    height: 869px;
    background-image: url(../images/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: -1;
}

.home-health .img-about img {
    -o-object-position: center right;
    object-position: center right;
}

.home-facility {
    position: relative;
}

.home-facility::after {
    content: "";
    width: 100%;
    height: 778px;
    background-image: url(../images/index/facility-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -6;
}

a.btn.btn-faci {
    min-height: 70px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.41;
    font-weight: 500;
    width: calc(50% - 15px);
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
}

a.btn.btn-faci::after {
    content: "";
    width: 16px;
    height: 7px;
    -webkit-mask-image: url(../images/index/icon-right.svg);
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #008d45;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

section#checkup-02 .box-color {
    background-color: #fff;
}

a.btn.btn-faci:hover::after {
    right: 15px;
}

a.btn.btn-faci img {
    width: 65px;
    max-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
}

a.btn.btn-faci span {
    display: block;
    text-align: center;
    flex: 1;
    padding-right: 40px;
}

a.btn.btn-faci.icon-large img {
    width: 100px;
}

a.btn.btn-faci:hover {
    background-color: #f7fced;
}

a.btn.btn-faci.color-3::after {
    background-color: #754c24;
}

a.btn.btn-faci.color-3:hover {
    background-color: #efe8e4;
}

a.btn.btn-faci.color-4::after {
    background-color: #ec5a24;
}

a.btn.btn-faci.color-4:hover {
    background-color: #f9f5e5;
}

.box-list-btn-faci {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 10px 0 35px;
}

.box-facility-right {
    position: relative;
    height: 537px;
}

.img-faci {
    position: absolute;
    height: 100%;
    width: calc(50vw - 80px);
}

.img-faci img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.box-home-recruit {
    border-radius: 20px;
    position: relative;
}

.box-home-recruit::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* độ dày border */
    border-radius: inherit;
    background: linear-gradient(90deg, rgb(242, 142, 30) 0%, rgb(212, 219, 33) 53%, rgb(41, 166, 221) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.box-home-recruit:hover img {
    transform: scale(1.1);
}

.box-home-recruit:hover a.btn.btn-main-2 {
    background-color: #f28e1e;
    border-color: #f28e1e;
    color: #fff;
}

.box-home-recruit:hover a.btn.btn-main-2::before {
    background-color: #f28e1e;
}

.box-home-recruit:hover a.btn.btn-main-2::after {
    background-color: #fff;
}

.box-home-recruit:hover a.btn.btn-main-2 span {
    background-color: transparent;
}

.home-recruit-inner {
    background-color: transparent;
    border-radius: 18px;
    padding: 15px;
    position: relative;
}

.img-home-recruit {
    border-radius: 20px;
    overflow: hidden;
}

.img-home-recruit img {
    width: 100%;
    transition: 0.3s;
}

.title-recruit {
    display: flex;
    align-items: flex-start;
    color: #fff;
    gap: 15px;
    position: absolute;
    width: 474px;
    height: 173px;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 1;
}

.title-recruit::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-title-recruit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.title-recruit-en {
    font-size: 4.6rem;
    font-family: "Tangerine", cursive;
}

.title-recruit-jp {
    font-size: 2.9rem;
    font-weight: 600;
    font-family: "Shippori Mincho", sans-serif;
    letter-spacing: 0.15em;
}

.home-recruit-inner h3 {
    font-size: 3.6rem;
    color: #fff;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    top: 137px;
    right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: absolute;
    line-height: 1.69;
}

.home-recruit-inner h3 span {
    position: relative;
    left: -50px;
}

.box-flex-button {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 76px;
    bottom: 64px;
    color: #fff;
    left: 0;
    justify-content: space-between;
}

.box-flex-button p {
    max-width: 450px;
    letter-spacing: 0.1em;
    line-height: 1.6875;
}

.home-recruit {
    position: relative;
}

.home-recruit::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-recruit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-right {
    display: flex;
    gap: 60px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

a.link-footer {
    padding-bottom: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

a.link-footer::after {
    content: "";
    width: 10px;
    height: 5px;
    mask-image: url(../images/index/icon-right-white.svg);
    -webkit-mask-image: url(../images/index/icon-right-white.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;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

a.link-footer:hover {
    opacity: 1;
}

a.link-footer:hover::after {
    right: 13px;
}

a.link-footer.no-link {
    opacity: 0.8;
    pointer-events: none;
}

a.link-footer.no-link::after {
    display: none;
}

.box-link-footer {
    width: 33.33%;
}

a.sub-link-footer {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    display: block;
    line-height: 2.2;
    color: #fff;
}

a.sub-link-footer span {
    position: relative;
}

a.sub-link-footer span::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

a.sub-link-footer:hover {
    opacity: 1;
}

a.sub-link-footer:hover span::after {
    width: 100%;
}

.footer {
    position: relative;
}

.footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #29a6dd 0%, #0071b7 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.footer::before {
    content: "";
    width: 100%;
    height: 222px;
    background-image: url(../images/index/after-footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 28px;
    margin-bottom: 25px;
    position: relative;
}

.footer-left:after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(227, 193, 68) 0%, rgb(246, 238, 132) 34%, rgb(243, 240, 200) 50%, rgb(246, 238, 132) 67%, rgb(227, 193, 68) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.address a {
    color: #fff;
}

.box-phone-bg {
    background-color: #fff;
    width: 323px;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
}

.footer-bottom {
    display: flex;
    gap: 15px;
}

.footer-bottom .medic-info-left td {
    font-size: 1.4rem;
}

.footer-bottom .medic-info-left td:first-child {
    font-size: 1.4rem;
    padding-left: 11px;
}

.footer-bottom .box-time-info {
    font-size: 1.4rem;
    width: 150px;
    padding-right: 15px;
}

.footer-bottom .name-time {
    font-size: 1.4rem;
}

.footer-bottom .time-info {
    font-size: 1.4rem;
}

.footer-bottom .medic-info-left td {
    height: 41px;
}

.footer-bottom .home-news-imp-box {
    flex: 1;
    padding: 10px 10px;
    border-radius: 10px;
}

.footer-bottom .home-news-imp-box p {
    font-size: 1.3rem;
}

.box-link-footer-cs {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.box-link-footer-cs .link {
    color: #fff;
    padding-right: 20px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
}

.box-link-footer-cs .link::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-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;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.box-link-footer-cs .link span {
    text-decoration: underline;
}

.box-link-footer-cs .link:hover::after {
    right: -5px;
}

a.btn.btn-faci.color-3 {
    padding-left: 10px;
}

a.btn.btn-faci.color-4 {
    padding-left: 10px;
}

.box-link-open {
    position: absolute;
    left: 35px;
    bottom: 110px;
}

@media(min-width: 1410px) {
    .box-link-open {
        left: calc(50% - 705px);
    }
}

.box-link-open.close .text-date-2 {
    background-color: #f7e4e8;
    color: #e81c24;
}

.box-link-open-cont {
    background-image: url(../images/index/bg-link-open.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 198px;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    height: 198px;
    padding: 18px 30px;
}

.date-open {
    display: flex;
    font-weight: bold;
    color: #0071b7;
    font-size: 3.1rem;
    align-items: flex-end;
    gap: 20px;
    /* justify-content: center; */
    padding-left: 6px;
    position: relative;
}

.day {
    font-size: 4.5rem;
}

.text-date-2 {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4f3f9;
    letter-spacing: 0.05em;
    border-radius: 18px;
    font-size: 3rem;
    font-weight: bold;
    color: #0071b7;
}

.text-date-1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #0071b7;
}

.date-open:after {
    content: "";
    width: 34px;
    height: 1px;
    background: #0071b7;
    position: absolute;
    transform: rotate(-57deg);
    bottom: 20px;
    left: 50px;
}

.open .btn-close {
    display: none;
}

.page-nursing-home ul.list-anchor {
    justify-content: flex-start;
}

.close .btn-open {
    display: none;
}

.box-fixed-menu {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px 0 0 40px;
    z-index: 2;
    right: 0;
    top: 200px;
    padding: 7px;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
}

a.btn.btn-fixed {
    writing-mode: vertical-lr;
    text-orientation: upright;
    padding: 7px 7px 12px;
    min-width: 92px;
    border-radius: 40px;
    gap: 5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 2.1rem;
    color: #666666;
}

a.btn.btn-fixed:hover {
    background-color: #e0f1fc;
    color: #1271a0;
}

a.btn.btn-fixed:hover:nth-child(2) {
    background-color: #e1f9f2;
    color: #09a88d;
}

a.btn.btn-fixed:hover:nth-child(3) {
    background-color: #e2f7f7;
    color: #00b2db;
}

a.btn.btn-fixed::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: -4px;
    left: 0;
    top: auto;
    transform: none;
}

a.btn.btn-fixed:last-child::after {
    display: none;
}

.fixed-menu {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


/* ------------------------------
FIXED POPUP WRAPPER
--------------------------------*/

.box-popup-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


/* Show class */

.box-popup-fixed.active {
    display: flex;
}


/* ------------------------------
POPUP CONTAINER
--------------------------------*/

.popup-item {
    width: 85%;
    max-width: 900px;
    background: #fff;
    border-radius: 20px;
    animation: popupFade 0.25s ease;
    position: relative;
    border: 2px solid #fff;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ------------------------------
HEADER (tiêu đề popup)
--------------------------------*/

body.no-scroll {
    overflow: hidden;
    padding-right: var(--scroll-bar-width);
    height: 100vh;
}

.box-title-popup {
    display: flex;
    /* màu xanh đầu trang trong hình */
    padding: 15px;
    padding-bottom: 0;
    align-items: flex-start;
    color: #fff;
    position: relative;
    z-index: 1;
    gap: 35px;
}

.box-title-popup::after {
    content: "";
    width: 100%;
    height: calc(100% - 32px);
    background-color: #1271a0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}

.box-title-popup::before {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(227, 193, 68) 0%, rgb(246, 238, 132) 34%, rgb(243, 240, 200) 50%, rgb(246, 238, 132) 67%, rgb(227, 193, 68) 100%);
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: -1;
}

.box-title-popup .img-popup-left img {
    width: 328px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-popup {
    display: flex;
    align-items: center;
    font-size: 3.8rem;
    font-weight: 500;
    gap: 34px;
    margin-top: 35px;
}


/* ------------------------------
CLOSE BTN (góc phải)
--------------------------------*/

.popup-close {
    position: absolute;
    top: -25px;
    right: -20px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1271a0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 16px;
    color: #1271a0;
    z-index: 2;
}

.popup-close::before {
    content: "";
    width: 21px;
    height: 21px;
    mask-image: url(../images/index/icon-x.svg);
    -webkit-mask-image: url(../images/index/icon-x.svg);
    background-color: #1271a0;
    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;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
}


/* ------------------------------
LINK LIST
--------------------------------*/

.box-list-link-popup {
    display: flex;
    gap: 35px 75px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 60px;
}

.btn.btn-link {
    width: calc(50% - 38px);
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 6px;
    color: #333;
    font-size: 15px;
    position: relative;
    padding-right: 57px;
    justify-content: flex-start;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.btn.btn-link[target=_blank]::after {
    width: 16px;
    height: 16px;
    background-image: url(../images/index/icon-blank.svg);
}

.btn.btn-link[target=_blank]:hover::after {
    right: 36px;
}

.btn.btn-link::after {
    content: "";
    width: 16px;
    height: 7px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    transition: .3s;
}

.btn.btn-link:hover {
    color: #1271a0;
}

.btn.btn-link:hover::after {
    right: 30px;
}

.popup-item[data-id=popup-2] .btn.btn-link:hover {
    color: #09a88d;
}

.popup-item[data-id=popup-2] .box-title-popup::after {
    background-color: #09a88d;
}

.popup-item[data-id=popup-2] .popup-close {
    border-color: #09a88d;
    color: #09a88d;
}

.popup-item[data-id=popup-2] .popup-close::before {
    background-color: #09a88d;
}

.popup-item[data-id=popup-3] .btn.btn-link:hover {
    color: #00b2db;
}

.popup-item[data-id=popup-3] .box-title-popup::after {
    background-color: #00b2db;
}

.popup-item[data-id=popup-3] .popup-close {
    border-color: #00b2db;
    color: #00b2db;
}

.popup-item[data-id=popup-3] .popup-close::before {
    background-color: #00b2db;
}

.page-header {
    padding-top: 45px;
    position: relative;
    margin-top: 160px;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 900px;
    background-image: url(../images/outpatient/after-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-header::before {
    content: "";
    width: 724px;
    height: 454px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
}

.title-en {
    font-size: 4.5rem;
    text-align: center;
    color: #3485a5;
    letter-spacing: 0.1em;
    font-family: "Tangerine", cursive;
}

.title-jp {
    color: #1271a0;
    text-align: center;
    font-size: 4.3rem;
    font-weight: 600;
    font-family: "Shippori Mincho", sans-serif;
    letter-spacing: 0.2em;
    margin-top: 15px;
}

.page-header-title {
    padding-bottom: 25px;
    position: relative;
}

.page-header-title::after {
    content: "";
    width: 100%;
    height: 5px;
    max-width: 1000px;
    background: linear-gradient(90deg, rgb(227, 193, 68) 0%, rgb(246, 238, 132) 34%, rgb(243, 240, 200) 50%, rgb(246, 238, 132) 67%, rgb(227, 193, 68) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.page-header-img img {
    border-radius: 10px;
    width: 100%;
}

.page-anchor {
    position: relative;
    padding-top: 135px;
    padding-bottom: 60px;
}

.page-anchor::after {
    content: "";
    width: 821px;
    height: 547px;
    background-image: url(../images/index/bg-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -121px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
}

ul.list-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

ul.list-anchor li a {
    min-width: 207px;
    min-height: 55px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    text-align: center;
    padding: 5px 20px;
    padding-right: 32px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1271a0;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.33;
    font-size: 1.5rem;
    position: relative;
}

ul.list-anchor li a::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    background-color: #1271a0;
    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;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.box-link-out {
    padding: 13px 16px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    display: flex;
    align-items: center;
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
    gap: 25px;
    position: relative;
}

.box-link-out .img-link-out {
    border-radius: 20px;
    overflow: hidden;
}

.box-link-out img {
    transition: 0.3s;
}

.box-link-out a {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #1271a0;
    font-weight: 500;
}

.box-link-out::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    background-color: #1271a0;
    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;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.box-link-out.small {
    max-width: 314px;
    padding: 13px 16px;
    padding-right: 50px;
    gap: 20px;
    min-height: 110px;
}

.box-link-out.small a {
    font-size: 1.8rem;
}

.box-link-out.small::after {
    right: 25px;
}

.box-link-out:hover img {
    transform: scale(1.1);
}

.box-link-out:hover::after {
    right: 35px;
}

.sub-title {
    font-size: 3.5rem;
    font-weight: 500;
    color: #1271a0;
    padding-bottom: 30px;
    font-family: "Shippori Mincho", sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    position: relative;
}

.sub-title::after {
    content: "";
    width: 77px;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, #0071b7 0%, #15c1ff 100%);
    border-radius: 10px;
}

.sub-title span {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.title-cs,
.single-department-wrap h2 {
    position: relative;
    font-family: "Shippori Mincho", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: #1271a0;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    text-align: left;
    letter-spacing: 0.2em;
    padding-left: 50px;
    line-height: normal;
}

.title-cs::after,
.single-department-wrap h2::after {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    top: 20px;
    background: linear-gradient(90deg, rgb(227, 193, 68) 0%, rgb(246, 238, 132) 34%, rgb(243, 240, 200) 50%, rgb(246, 238, 132) 67%, rgb(227, 193, 68) 100%);
    left: 0;
}

.box-outpatient-01 {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 50px;
}

.outpatient-02 {
    position: relative;
    padding-bottom: 240px;
}

.outpatient-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/outpatient/bg-out-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.outpatient-03 {
    position: relative;
}

.outpatient-03::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    z-index: -5;
    left: 0;
    opacity: 0.5;
}

a.btn.btn-pdf {
    border: 2px solid #0071b7;
    border-radius: 40px;
    min-height: 80px;
    padding-left: 95px;
    justify-content: flex-start;
    font-size: 1.8rem;
    font-weight: 500;
    color: #4d4d4d;
    letter-spacing: 0.05em;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    padding-right: 70px;
}

a.btn.btn-pdf:hover {
    opacity: .7;
}

a.btn.btn-pdf::after {
    width: 44px;
    height: 44px;
    background-image: url(../images/outpatient/icon-right-pdf.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 22px;
}

a.btn.btn-pdf::before {
    width: 32px;
    height: 39px;
    background-image: url(../images/outpatient/icon-pdf.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 35px;
}

a.btn.btn-pdf.excel::before {
    background-image: url(../images/info/icon-excel.svg);
}

a.btn.btn-pdf.link {
    padding-left: 50px;
}

a.btn.btn-pdf.link::before {
    display: none;
}

a.btn.btn-pdf.link::after {
    background-image: url(../images/info/icon-blank.svg);
}

.table-out {
    display: flex;
    border: 1px solid #c7c7c7;
    border-bottom: none;
}

.table-out:last-child {
    border-bottom: 1px solid #c7c7c7;
}

.table-out:last-child.no-red .table-out-left {
    background-color: #19a3ce;
}

.table-out:last-child.no-red .table-out-right {
    color: #333333;
}

.table-out:last-child .table-out-left {
    background-color: #d34f4f;
}

.table-out:last-child .table-out-right {
    color: #e81c24;
}

.table-out.has-red .table-out-left {
    background-color: #d34f4f;
}

.table-out.has-red .table-out-right {
    color: #e81c24;
}

.table-out-left {
    width: 220px;
    border-right: 1px solid #c7c7c7;
    padding: 13px 22px;
    background: #19a3ce;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.table-out-right {
    flex: 1;
    padding: 13px 22px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.content-out-2-right {
    padding-left: 46px;
}

.img-out-2-left img {
    border-radius: 20px;
}

.title-bg {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-90deg, #15c1ff 0%, rgb(0, 113, 183) 100%);
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 35px;
}

.title-bg.v2 {
    min-height: 90px;
    border-radius: 10px;
    background: #ec5a24;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.box-border-out {
    border: 2px solid #0071b7;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    margin-bottom: 55px;
}

.box-border-out::after {
    content: "";
    width: 68px;
    height: 25px;
    background-color: #0071b7;
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box-border-out:last-child {
    margin-bottom: 0;
}

.box-border-out:last-child::after {
    display: none;
}

.box-number-out {
    width: 265px;
    background: #0071b7;
    border-radius: 17px 0;
    padding: 30px 20px 30px 40px;
    color: #fff;
    font-size: 3rem;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.box-img-out {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 45px 0;
}

.box-out-cont {
    width: 100%;
    padding: 38px;
}

.img-out-3 img {
    border-radius: 20px;
}

.box-number-out span {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071b7;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 2px;
    margin-bottom: 45px;
}

.box-input-out label {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    padding-bottom: 25px;
    border-bottom: 1px solid #aeaeae;
    letter-spacing: 0.05em;
    pointer-events: none;
    margin-bottom: 25px;
}

.box-input-out label p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 2px;
}

.box-input-out label p span {
    font-size: 1.6rem;
    line-height: 1.56;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.box-input-out label input[type=checkbox] {
    width: 30px;
    height: 30px;
    border: 2px solid #1271a0;
    border-radius: 0;
}

.list-input-out {
    position: relative;
}

.box-link-depart-out {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 55px;
    position: relative;
}

.box-link-depart-out::after {
    content: "";
    width: 100vw;
    height: calc(100% - 50px);
    background: linear-gradient(90deg, rgb(41, 166, 221) 0%, rgb(0, 113, 183) 100%);
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.15;
}

.box-link-depart-out a.btn.btn-depart {
    min-width: 345px;
    padding: 33px 25px;
    text-align: left;
    gap: 20px;
}

.box-btn-pdf-hos {
    max-width: 450px;
    margin: 0 auto;
}

a.btn.btn-depart.no-link {
    pointer-events: none;
}

a.btn.btn-depart.no-link:after {
    display: none;
}

.box-link-depart-out a.btn.btn-depart span {
    text-align: left;
}

.table-outpatient {
    width: 100%;
}

.table-outpatient .large td {
    font-size: 1.8rem;
    font-weight: 500;
}

.table-outpatient tr:first-child td {
    background-color: #19a3ce;
    color: #fff;
    text-align: center;
    height: 70px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.table-outpatient tr:first-child td span {
    font-size: 1.8rem;
}

.table-outpatient td {
    height: 50px;
    padding: 15px 28px;
    border: 1px solid #c7c7c7;
    letter-spacing: 0.05em;
    background-color: #fff;
    font-weight: 500;
}

.table-outpatient td:first-child {
    width: 600px;
}

.table-outpatient td:nth-child(2) {
    text-align: right;
    width: 200px;
}

.table-outpatient td:nth-child(3) {
    text-align: center;
    width: 200px;
}

.table-outpatient.v2 tr:first-child td {
    text-align: left;
}

.table-outpatient.v2 td {
    width: 33.33%;
    text-align: left;
}

.table-outpatient.v2.v3 td:last-child {
    width: 23%;
}

.table-outpatient.v2.v3 td:first-child {
    width: 34%;
}

.table-outpatient.v2.v3 td:nth-child(2) {
    width: 43%;
}

.table-outpatient.v4 td:first-child {
    width: 200px;
}

.table-outpatient.v4 td:nth-child(2) {
    width: 450px;
    text-align: left;
}

.outpatient-04 {
    position: relative;
}

.outpatient-04::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/outpatient/bg-out-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-single-department-top {
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #1271a0;
    letter-spacing: 0.2em;
    font-family: "Shippori Mincho", sans-serif;
    border: 3px solid transparent;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(-90deg, rgb(41, 166, 221), rgb(0, 113, 183)) border-box;
}

.img-info-depart img {
    border-radius: 10px;
}

.text-info-depart {
    max-width: 1000px;
    margin: 30px auto;
    line-height: 2;
    letter-spacing: 0.05em;
}

.page-cs .page-header::after {
    background-image: url(../images/index/bg-page-cs.png);
    height: 487px;
}

.special-clinic {
    position: relative;
}

.special-clinic::after {
    content: "";
    width: 100%;
    height: calc(100% - 140px);
    background-color: #f3fcff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.special-clinic::before {
    content: "";
    width: 100%;
    height: 476px;
    background-image: url(../images/index/after-cs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.content-clinic {
    padding-top: 25px;
}

.disea-cont.post-content ul,
.content-clinic.post-content ul {
    margin: 0;
}

.box-out-cont h3 {
    font-size: 2.6rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', sans-serif;
    letter-spacing: 0.1em;
    color: #1271a0;
    margin-bottom: 10px;
}

.content-clinic p {
    letter-spacing: 0.05em;
    line-height: 2;
}

.content-clinic table {
    margin-top: 15px;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
}

.content-clinic table td {
    border: 1px solid #c7c7c7;
    padding: 13px 25px;
    vertical-align: top;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #fff;
}

.content-clinic table tr:first-child td {
    background: #19a3ce;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
}

.content-clinic table .time,
.content-clinic table td:first-child {
    background: #19a3ce;
    color: #fff;
    width: 140px;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
}

.dot-blue {
    color: #0071b7;
    font-weight: 500;
}

.special-charactor {
    position: relative;
}

.special-charactor:not(.special-clinic)::after {
    content: "";
    width: calc(100% - 50px);
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.box-disea p {
    line-height: 2;
    letter-spacing: 0.05em;
}

.box-img-charactor img {
    border-radius: 10px;
}

.box-img-charactor h3 {
    font-size: 2.3rem;
    font-weight: 500;
    font-family: "Shippori Mincho", sans-serif;
    letter-spacing: 0.05em;
    color: #1271a0;
    margin: 15px 0;
    text-align: center;
}

.box-img-charactor p {
    line-height: 2;
    letter-spacing: 0.05em;
}

.box-doctor-info {
    padding: 20px;
    border: 1px solid #1271a0;
    border-radius: 20px;
    background: #fff;
}

.img-doctor-info {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #1271a0;
    margin-bottom: 15px;
}

.year-doctor {
    letter-spacing: 0.05em;
}

.name-doctor {
    font-size: 2.7rem;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.img-doctor img {
    border-radius: 20px;
}

.certificate-doctor {
    line-height: 1.56;
    color: #4d4d4d;
    padding-bottom: 28px;
    border-bottom: 1px solid #1271a0;
    margin-bottom: 15px;
}

.doctor-intro {
    line-height: 1.56;
    color: #4d4d4d;
    padding-bottom: 10px;
}

.doctor-info.special-clinic::before {
    transform: scaleX(-1);
}

.bg-blur-2::after {
    content: "";
    width: 1165px;
    height: 776px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.bg-blur-small::after {
    content: "";
    width: 900px;
    height: 600px;
    background-image: url(../images/nursery/bg-after.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.5;
}

#doctor-intro,
#special-clinic {
    position: relative;
}

.page-cs .page-header {
    min-height: 487px;
    padding-top: 115px;
}

.page-cs.page-department .page-anchor::after {
    display: block;
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    bottom: -270px;
    top: auto;
}

.page-cs .page-anchor::after {
    display: none;
}

.page-cs .page-anchor {
    padding-top: 30px;
}

.page-cs.single .page-header {
    min-height: unset;
    padding-top: 45px;
}

.box-text-department a {
    font-size: 2rem;
    color: #1271a0;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 10px;
    font-weight: 500;
}

.box-text-department a::after {
    content: "";
    width: 12px;
    height: 5px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    background-color: #1271a0;
    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;
    position: absolute;
    right: 0;
    top: 13px;
    transition: 0.3s;
}

#department-02 {
    position: relative;
}

.box-single-top::after {
    content: "";
    width: 3px;
    height: calc(100% - 12px);
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(41, 166, 221) 0%, rgb(0, 113, 183) 100%);
}

.single-content {
    padding-top: 30px;
    position: relative;
}

.single-content:after {
    content: "";
    width: calc(100% - 30px);
    height: 720px;
    background: #fff;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 1100px;
}

.single-content::before {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -343px;
    left: 0;
    z-index: -2;
}

.page-news.single-page.page-cs .page-header {
    padding-top: 115px;
}

.page-news.single-page.page-cs .page-navi {
    border-top: 1px solid #31657a;
}

.works-filter {
    background-color: #fff;
    padding: 55px 40px;
    border-radius: 15px;
}

.sidebar {
    margin-top: -147px;
    position: relative;
}

.sidebar::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 286px;
    z-index: -2;
}

.toggle-check {
    margin-bottom: 30px;
}

.toggle-check .toggle-hd {
    cursor: pointer;
    border: 2px solid #0071b7;
    border-radius: 40px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 113, 183, 0.3);
    background-color: #fff;
    position: relative;
    color: #1271a0;
    letter-spacing: 0.05em;
    font-size: 2.3rem;
    font-weight: 500;
}

.toggle-check .toggle-hd::after {
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(../images/outpatient/icon-open.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.toggle-check .toggle-hd.active::after {
    background-image: url(../images/outpatient/icon-close.svg);
}

.toggle-check .toggle-cont {
    padding: 50px 0;
}

table.table-check {
    width: 100%;
}

table.table-check td {
    padding: 14px 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #c7c7c7;
}

table.table-check td:first-child {
    width: 220px;
    background-color: #19a3ce;
    color: #fff;
    font-size: 1.9rem;
    padding-right: 10px;
}

table.table-check td:last-child {
    width: 135px;
    text-align: right;
}

table.table-check.v2 td:first-child {
    width: 780px;
}

table.table-check.v2 td:last-child {
    width: 220px;
}

section#hospitalization-01 .table-out-right.no-flex {
    display: block;
}

.checkup-02 .content-out-2-right h3 {
    position: relative;
    left: -13px;
}

.box-border {
    border: 1px solid #1271a0;
    border-radius: 20px;
    background-color: #fff;
    padding: 25px 45px;
}

.box-border.border-red {
    border-color: #e81c24;
}

.box-border.border-red .title-border {
    color: #e81c24;
}

.title-border {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    color: #1271a0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    letter-spacing: 0.05em;
}

.box-phone-button {
    display: flex;
    align-items: center;
}

.phone-button-left {
    width: 50%;
    text-align: center;
}

.phone-button-left a.tel {
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7rem;
    padding-left: 0;
    letter-spacing: 0.05em;
}

.phone-button-left a.tel::before {
    display: none;
}

.phone-button-right {
    width: 50%;
    border-left: 1px solid #c7c7c7;
    text-align: center;
}

.phone-button-right a.tel {
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7rem;
    padding-left: 0;
    letter-spacing: 0.05em;
}

.phone-button-right a.tel::before {
    display: none;
}

.phone-button-right a.tel.fax:hover {
    opacity: 1;
    cursor: default;
}

a.btn.btn-phone {
    border-radius: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px;
    overflow: hidden;
}

a.btn.btn-phone:hover span {
    background-color: #fff;
    color: #1271a0;
}

a.btn.btn-phone:hover span::before {
    background-color: #1271a0;
}

a.btn.btn-phone:hover::after {
    background-image: url(../images/outpatient/icon-phone-2.svg);
}

a.btn.btn-phone::before {
    background: linear-gradient(-90deg, rgb(21, 193, 255) 0%, rgb(0, 113, 183) 100%);
    width: 100%;
    height: 100%;
    left: 0;
}

a.btn.btn-phone span {
    position: relative;
    min-width: 357px;
    min-height: 72px;
    padding-left: 95px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    transition: .3s;
    border-radius: 28px;
}

a.btn.btn-phone::after {
    width: 24px;
    height: 43px;
    background-image: url(../images/outpatient/icon-phone.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 38px;
    transition: .3s;
}

a.btn.btn-phone span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-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: 30px;
    transition: 0.3s;
}

.title-cs.has-span span {
    font-size: 1.6rem;
    color: #4d4d4d;
    letter-spacing: 0.05em;
    margin-left: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.bg-reverse {
    position: relative;
}

.bg-reverse::before {
    content: "";
    width: 100%;
    height: 476px;
    background-image: url(../images/index/after-cs.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: rotate(180deg);
}

.bg-reverse .special-clinic::after {
    height: calc(100% - 290px);
    bottom: 150px;
}

ul.list-dot li {
    font-size: 1.8rem;
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    color: #1271a0;
}

ul.list-dot li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #1271a0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

ul.list-dot.v2 li {
    color: #4d4d4d;
    margin-bottom: 15px;
}

ul.list-dot.v3 li {
    color: #4d4d4d;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

ul.list-dot.v3 li::before {
    background-color: #e81c24;
}

ul.list-dot.small li {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

ul.list-dot.small li::after {
    top: 5px;
}

.checkup-03 {
    position: relative;
}

.checkup-03::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.checkup-03.hospitalization-03::after {
    top: 0;
    bottom: auto;
}

.box-color {
    padding: 30px 38px;
    background-color: #f0f9fc;
    border-radius: 20px;
}

.box-color .title-border {
    font-size: 2rem;
    margin-bottom: 25px;
}

.img-hos h3 {
    text-align: center;
    font-size: 2rem;
    color: #1271a0;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.img-hos img {
    border-radius: 20px;
}

.cooperation-03 {
    position: relative;
}

.cooperation-03::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -560px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about-01-right {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
}

.img-about-1 {
    margin-bottom: 15px;
}

.box-sign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 7px;
    gap: 10px;
    letter-spacing: 0.05em;
}

.sign {
    font-size: 2.8rem;
    font-family: "Shippori Mincho", sans-serif;
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 500;
}

ul.list-num {
    padding-left: 40px;
}

ul.list-num li {
    list-style: decimal;
    /* padding-left: 45px; */
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5625;
    margin-bottom: 10px;
}

ul.list-num li::marker {
    font-size: 3rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #1271a0;
}

#about-02 {
    position: relative;
}

#about-02::after {
    content: "";
    width: 1046px;
    height: 697px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -50px;
}

.bg-main {
    background-color: #f3fcff;
}

.list-link-about-4 {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.list-link-about-4 .box-link-out {
    width: 50%;
    margin: 0;
}

.list-tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.list-tag li {
    width: calc(33.33% - 7px);
    font-size: 1.8rem;
    color: #0071b7;
    border: 1px solid #aeaeae;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 1.38;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
}

span.sub-info {
    position: relative;
}

span.sub-info:before {
    content: "ｲｱﾄﾚｳｼｽ​";
    position: absolute;
    top: -20px;
    left: 56%;
    transform: translateX(-50%);
    width: 100%;
    letter-spacing: 0.05em;
}

.history-item {
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
}

.year {
    width: 125px;
    color: #1271a0;
    font-size: 2.3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.month {
    width: 55px;
    text-align: right;
    color: #1271a0;
    font-size: 2.3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.history-name {
    margin-left: 40px;
    flex: 1;
    line-height: 1.625;
    letter-spacing: 0.05em;
}

.border-bot {
    border-bottom: 1px solid;
    padding-bottom: 12px;
}

.box-about-08 {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.table-about {
    width: 100%;
}

.table-about td {
    width: 50%;
    text-align: center;
    height: 55px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 10px;
}

.table-about tr:first-child td {
    background-color: #19a3ce;
    color: #fff;
    font-size: 2rem;
}

.table-dot {
    width: 100%;
}

.table-dot td {
    width: 50%;
    padding: 0 16px;
    height: 60px;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: 1px solid #aeaeae;
}

.text-dot {
    position: relative;
    padding-left: 30px;
}

.text-dot::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #19a3ce;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-about-9 .box-link-out {
    margin-bottom: 25px;
    padding: 33px 20px;
}

.about-09 {
    position: relative;
}

.about-09::after {
    content: "";
    width: 1046px;
    height: 400px;
    background-image: url(../images/index/bg-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 0;
    background-position: center top;
}

.about-09::before {
    content: "";
    width: 100%;
    height: 415px;
    background-color: #edf5f9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.img-active img {
    border-radius: 20px;
}

.box-img-active h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #0071b7;
    letter-spacing: 0.05em;
    margin: 5px 0 10px;
    text-align: center;
}

.box-img-active p {
    letter-spacing: 0.05em;
    line-height: 1.5625;
}

.activity-03 {
    position: relative;
}

.activity-03::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.activity-05 {
    position: relative;
}

.activity-05::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 200px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.slide-floor .slick-list,
.slide-day .slick-list {
    margin: 0 -63px;
    overflow: visible;
}

.slide-floor .slick-slide,
.slide-day .slick-slide {
    padding: 0 63px;
}

.slide-floor ul.slick-dots,
.slide-day ul.slick-dots {
    position: static;
    margin-top: 50px;
    justify-content: center;
}

.slide-floor ul.slick-dots li,
.slide-day ul.slick-dots li {
    border: 1px solid #3485a5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-floor ul.slick-dots li button,
.slide-day ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.slide-floor ul.slick-dots li.slick-active,
.slide-day ul.slick-dots li.slick-active {
    background-color: #3485a5;
}

.slide-day ul.slick-dots li {
    border-color: #008d45;
}

.slide-day ul.slick-dots li.slick-active {
    background-color: #008d45;
}

.slide-day button.slide-arrow {
    box-shadow: 0 0 4px 0 rgba(0, 141, 69, 0.35);
}

button.slide-arrow {
    position: absolute;
    top: 200px;
    z-index: 9;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 5px 0 rgba(18, 113, 160, 0.35);
    cursor: pointer;
    z-index: 1;
}

button.slide-arrow.prev-arrow {
    left: -103px;
}

button.slide-arrow.next-arrow {
    right: -103px;
}

.floor-slide-cont h3 {
    font-size: 2.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    color: #1271a0;
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: center;
}

.floor-slide-cont p {
    letter-spacing: 0.05em;
    line-height: 2;
}

ul.tabs-nav {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    gap: 14px;
}

ul.tabs-nav li {
    position: relative;
    width: 155px;
    height: 60px;
    font-size: 2.1rem;
    color: #19a3ce;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(21, 193, 255) 0%, rgb(0, 113, 183) 100%);
    border-radius: 10px;
    transition: 0.3s;
    padding: 2px;
    cursor: pointer;
}

ul.tabs-nav li span {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

ul.tabs-nav li.active span,
ul.tabs-nav li:hover span {
    background-color: transparent;
    color: #fff;
}

.name-floor {
    width: 340px;
    height: 80px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 40px;
    color: #1271a0;
    font-size: 3.5rem;
    font-family: "Shippori Mincho", serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    background-color: rgba(255, 255, 255, 0.93);
}

.name-floor span {
    font-size: 7rem;
    line-height: 1;
}

.box-floor-02 {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.box-floor-02::after {
    content: "";
    width: 100%;
    height: 672px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -245px;
    left: 0;
    z-index: -1;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

#floor-03 .box-img-active {
    text-align: center;
    margin-bottom: 50px;
}

#floor-03 .box-img-active h3 {
    font-size: 2.3rem;
    font-family: "Shippori Mincho", serif;
}

#floor-03 .box-img-active p {
    line-height: 1.43;
}

.floor-03 {
    position: relative;
}

.floor-03::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.box-map-access {
    height: 400px;
    margin-top: 50px;
}

.box-map-access iframe {
    width: 100%;
    height: 100%;
}

.box-info-map h3 {
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
    color: #1271a0;
    letter-spacing: 0.2em;
}

.img-access img {
    border-radius: 20px;
}

table.table-cs {
    width: 100%;
}

table.table-cs tr:first-child td {
    background-color: #19a3ce;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

table.table-cs.v5 tr:first-child td {
    text-align: center !important;
}

table.table-cs tr:first-child td:first-child {
    text-align: left;
}

table.table-cs td {
    padding: 16px 20px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: right;
    height: 55px;
    border: 1px solid #c7c7c7;
}

table.table-cs td:first-child {
    background-color: #19a3ce;
    color: #fff;
    font-size: 2rem;
    width: 150px;
    text-align: left;
}

table.table-cs.v2 td {
    width: 95px;
}

table.table-cs.v2 td:first-child {
    width: 190px;
    background-color: #fff;
    color: #333333;
    font-size: 1.8rem;
}

table.table-cs.v2 td:nth-child(2) {
    width: 270px;
    text-align: left;
}

table.table-cs.v2 tr:first-child td {
    background-color: #19a3ce;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 2rem;
}

table.table-cs.v3 td {
    width: 120px;
}

table.table-cs.v3 td:first-child {
    width: 110px;
    text-align: center;
    padding: 16px 10px;
}

table.table-cs.v3 tr:nth-child(2) td {
    background-color: #19a3ce;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 2rem;
}

table.table-cs.v4 td {
    width: 220px;
}

table.table-cs.v4 td:first-child {
    width: 220px;
    text-align: center;
    padding: 16px 10px;
}

table.table-cs.v5 td {
    width: 140px;
}

table.table-cs.v5 td:nth-child(2) {
    width: 430px;
    text-align: left;
    background-color: #19a3ce;
    color: #fff;
}

table.table-cs.v5 td:nth-child(3) {
    text-align: center;
    background-color: #19a3ce;
    color: #fff;
}

table.table-cs.v6 td {
    background-color: #fff;
}

table.table-cs.v6 td:first-child {
    width: 660px;
    background-color: #19a3ce;
}

table.table-cs.v6 tr:first-child td:not(:first-child) {
    background-color: #fff;
    color: #333;
    text-align: right;
}

table.table-cs.v7 td {
    background-color: #fff;
    text-align: right;
    width: 33%;
}

table.table-cs.v7 td:first-child {
    background-color: #fff;
    color: #333;
    text-align: right;
    font-size: 1.8rem;
}

table.table-cs.v7 tr:first-child td {
    background-color: #19a3ce;
    color: #fff;
}

.page-contact .phone-button-left a.tel {
    padding-left: 40px;
}

.page-contact .phone-button-left a.tel::before {
    display: block;
    left: 0;
    width: 33px;
    height: 36px;
}

.page-contact .phone-button-right {
    text-align: right;
    min-height: 68px;
}

.page-contact .phone-button-right a.tel {
    text-align: right;
    padding-left: 50px;
}

.page-contact .phone-button-right a.tel::before {
    display: block;
    left: 0px;
    width: 44px;
    height: 44px;
    background-image: url(../images/index/icon-fax.svg);
}

.contact-01 {
    position: relative;
}

.contact-01::after {
    content: "";
    width: 100%;
    height: calc(100% - 310px);
    background-color: #f3fcff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.contact-01::before {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 310px);
    left: 0;
    z-index: -3;
}

#contact-03 p span {
    color: #0071b7;
}

.slide-day-item h3 {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 43px;
    font-family: "Shippori Mincho", serif;
    color: #008d45;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 25px;
}

.sub-title-jp {
    display: none;
}

.page-green .title-en {
    color: #008d45;
}

.page-green .title-jp {
    color: #008d45;
}

.page-green .page-header::before {
    display: none;
}

.page-green .sub-title-jp {
    display: block;
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
    color: #008d45;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 5px;
}

.page-green .page-header {
    padding-top: 10px;
}

.page-green .page-header::after {
    background-image: url(../images/day-service/bg-page-green.png);
    height: 813px;
}

.page-green ul.list-anchor li a {
    color: #008d45;
}

.page-green ul.list-anchor li a::after {
    background-color: #008d45;
}

.page-green .sub-title {
    color: #008d45;
}

.page-green .sub-title::after {
    background: linear-gradient(90deg, #32b5ea 0%, #dbbc00 100%);
}

.page-green .special-clinic::before {
    background-image: url(../images/day-service/after-cs.png);
}

.page-green .special-clinic::after {
    background-color: #f9f7ed;
}

.page-green .bg-reverse::before {
    background-image: url(../images/day-service/after-cs.png);
}

.page-green .title-cs {
    color: #008d45;
}

.page-green a.btn.btn-pdf {
    border-color: #008d45;
}

.page-green a.btn.btn-pdf::after {
    background-image: url(../images/index/icon-right-green.svg);
}

.page-green .box-info-map h3 {
    color: #008d45;
    font-size: 2.8rem;
}

.page-green .box-info-map h3 span {
    font-size: 2rem;
}

.page-green ul.list-dot.v2 li::before {
    background-color: #008d45;
}

.page-green section#care-service-05:after {
    top: 100px;
}

.page-green .box-border {
    border-color: #008d45;
    border-width: 2px;
    padding: 30px 45px;
}

.page-green .title-border {
    color: #008d45;
}

.page-green main a.tel {
    color: #008d45;
}

.page-green .table-out-left {
    background-color: #008d45;
}

.page-green .table-out:last-child.no-red .table-out-left {
    background-color: #008d45;
}

.box-schedule {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 15px;
    position: relative;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.box-schedule::after {
    content: "";
    width: 23px;
    height: 23px;
    background-color: #7bc41c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 250px;
    z-index: 1;
}

section#care-service-07:after {
    top: 100px;
}

.time {
    width: 220px;
    text-align: right;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #008d45;
}

.schedule-cont {
    flex: 1;
    background-color: #f4f4dc;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.list-schedule {
    position: relative;
}

.list-schedule::after {
    content: "";
    width: 3px;
    height: calc(100% - 60px);
    background: linear-gradient(180deg, #32b5ea 0%, #dbbc00 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 260px;
}

.title-pdf {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #008d45;
    margin: 35px 50px 20px;
}

a.phone-cs {
    display: block;
    margin: 25px 0;
    font-size: 3.3rem;
    font-weight: 500;
    color: #008d45;
    letter-spacing: 0.05em;
}

a.btn.btn-grad {
    min-width: 357px;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 72px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #1e8b43 0%, #f5b223 100%);
    border-radius: 36px;
}

a.btn.btn-grad::after {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-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;
    position: absolute;
    right: 30px;
    transition: 0.3s;
}

a.btn.btn-grad:hover {
    background: #fff;
    color: #1e8b43;
}

a.btn.btn-grad:hover::after {
    right: 25px;
    background-color: #1e8b43;
}

.content-out-2-right>h2 {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #008d45;
    margin-bottom: 30px;
    font-family: "Shippori Mincho", serif;
}

.page-houmon ul.list-anchor {
    justify-content: flex-start;
}

#day-service-06 {
    position: relative;
}

#day-service-06::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center top;
}

.box-map {
    height: 400px;
}

.box-map iframe {
    width: 100%;
    height: 100%;
}

.box-care-service-01 {
    padding: 120px 0 100px;
    position: relative;
}

.box-care-service-01::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/care-service/img-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.box-text-care-01 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 110px 0;
}

.box-text-care-01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/care-service/bg-text.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.text-bottom-service {
    padding-top: 37px;
    margin-top: 30px;
    position: relative;
}

.text-bottom-service::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #32b5ea 0%, #dbbc00 100%);
    top: 0;
    max-width: 769px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.box-img-care {
    margin-bottom: 60px;
    text-align: center;
}

.box-img-care p {
    padding-top: 10px;
    color: #008d45;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.box-step {
    display: flex;
    padding: 33px 45px;
    border-radius: 10px;
    background: #f9f7ed;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
}

.box-step::after {
    content: "";
    width: 48px;
    height: 28px;
    background-color: #008d45;
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box-step:last-child {
    margin-bottom: 0;
}

.box-step:last-child::after {
    display: none;
}

.box-step-left {
    width: 410px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.img-step {
    width: 95px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 141, 69, 0.35);
}

.box-text-step {
    font-family: "Shippori Mincho", serif;
    color: #008d45;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.step {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-tel {
    font-size: 1.7rem;
    font-weight: 500;
    color: #008d45;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.box-tel a {
    font-size: 2.5rem;
    color: #008d45;
}

.box-step-right {
    letter-spacing: 0.05em;
    flex: 1;
}

.phone-button-right a.btn.btn-mail {
    min-width: 357px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 72px;
    font-size: 1.8rem;
    border-radius: 36px;
    padding: 0;
    background: linear-gradient(90deg, #1e8b43 0%, #f5b223 100%);
    justify-content: center;
    color: #fff;
}

.phone-button-right a.btn.btn-mail:hover {
    background: #fff;
    color: #1e8b43;
}

.phone-button-right a.btn.btn-mail:hover::before {
    background-color: #1e8b43;
}

.phone-button-right a.btn.btn-mail:hover::after {
    background-image: url(../images/care-service/icon-mail-2.svg);
}

.phone-button-right a.btn.btn-mail::after {
    width: 40px;
    height: 32px;
    background-image: url(../images/care-service/icon-mail.svg);
    left: 34px;
}

.phone-button-right a.btn.btn-mail::before {
    content: "";
    width: 16px;
    height: 7px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-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;
    position: absolute;
    right: 30px;
    transition: 0.3s;
}

.phone-button-right a.btn.btn-mail:hover::after {
    border: none;
}

.title-left {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #008d45;
    padding-left: 40px;
    position: relative;
}

.title-left:after {
    content: "";
    width: 23px;
    height: 3px;
    background: #008d45;
    position: absolute;
    left: 0;
    top: 17px;
}

.bg-blur {
    position: relative;
}

.bg-blur::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

table.table-nursing {
    width: 100%;
}

table.table-nursing td {
    background-color: #fff;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 15px 30px;
    border: 1px solid #c7c7c7;
    height: 55px;
}

table.table-nursing td span {
    color: #008d45;
}

table.table-nursing td:nth-child(2) {
    text-align: right;
    width: 200px;
    font-size: 1.8rem;
}

table.table-nursing tr:last-child td {
    background-color: #008d45;
    color: #fff;
}

table.table-nursing tr:last-child td:nth-child(2) {
    background-color: #fffef3;
    color: #333;
}

table.table-nursing.v2 td:nth-child(2) {
    text-align: right;
    width: 400px;
}

table.table-nursing.v2 tr:last-child td {
    background-color: #fff;
    color: #333;
}

table.table-nursing.v2 tr:last-child td:nth-child(2) {
    background-color: #fff;
    color: #333;
}

.note-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
    line-height: 2;
}

.note-list li::before {
    content: "※";
    color: red;
    position: absolute;
    left: 0;
    top: 0;
}

.flex-col {
    flex-direction: column;
}

.page-orange .page-header {
    padding-top: 40px;
}

.page-orange .title-en {
    color: #ec5a24;
}

.page-orange .title-jp {
    color: #ec5a24;
}

.page-orange .sub-title {
    color: #ec5a24;
}

.page-orange .sub-title::after {
    background: linear-gradient(90deg, #e83518 0%, #dbbc00 100%);
}

.page-orange ul.list-anchor li a {
    color: #ec5a24;
}

.page-orange ul.list-anchor li a::after {
    background-color: #ec5a24;
}

.page-orange .title-cs {
    color: #ec5a24;
}

.page-orange ul.list-dot.v2 li::before {
    background-color: #ec5a24;
}

.page-orange .bg-blur-2::after {
    background-image: url(../images/nursery/bg-after.png);
}

.page-orange .table-out-left {
    background-color: #ec5a24;
}

.page-orange .table-out:last-child.no-red .table-out-left {
    background-color: #ec5a24;
}

.page-orange .box-border {
    border: 5px solid #ffbd42;
    padding: 40px;
}

.page-orange .content-out-2-right .box-border {
    padding: 20px;
}

.page-orange a.btn.btn-main span {
    justify-content: center;
    padding-left: 0;
}

.page-orange a.btn.btn-main::before {
    background: #ec5a24;
}

.page-orange a.btn.btn-main:hover {
    border-color: #ec5a24;
    color: #ec5a24;
    background: #fff;
}

.page-orange a.btn.btn-main:hover::after {
    background-color: #ec5a24;
}

.page-orange a.btn.btn-main::after {
    background-color: #fff;
}

.page-orange .toggle-check .toggle-hd {
    border-color: #ec5a24;
    color: #703607;
}

.page-orange .toggle-check .toggle-hd::after {
    background-image: url(../images/nursery/icon-open.svg);
}

.page-orange .toggle-check .toggle-hd.active::after {
    background-image: url(../images/nursery/icon-close.svg);
}

.page-orange .page-anchor::after {
    background-image: url(../images/nursery/bg-after.png);
    opacity: 0.5;
}

.page-orange .page-anchor::before {
    width: 100%;
    height: 986px;
    content: "";
    background-image: url(../images/nursery/bg-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-orange .page-header-title::before {
    content: "";
    width: 165px;
    height: 165px;
    background-image: url(../images/nursery/icon-header.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 14px;
    left: 190px;
}

.page-about .page-header-img img {
    object-position: center top;
}

#day-nursery-02::after {
    top: 180px;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.box-img-recruit-slide-wrap,
.scroll-wrapper {
    overflow: hidden;
}

.scroll-slide {
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
    width: 200vw;
}

.scroll-slide .scroll-item {
    width: 27%;
}

.slide-company-item {
    margin: 0 5px;
}

.slide-company-item img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.box-event-top {
    padding: 0 14px;
    position: relative;
}

.box-event-bottom {
    padding: 24px 14px 10px;
    position: relative;
    min-height: 110px;
}

.box-event-bottom::after {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 10px;
}

.month-event {
    width: 153px;
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
    left: -33px;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.month-event span {
    font-weight: 500;
    font-size: 3.8rem;
}

.month-event::after {
    content: "";
    width: 100%;
    height: 100%;
    mask-image: url(../images/nursery/bg-sao.png);
    -webkit-mask-image: url(../images/nursery/bg-sao.png);
    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;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff7ba7;
    z-index: -1;
}

.box-event {
    position: relative;
    margin-bottom: 120px;
    z-index: 1;
}

.box-event-2 .month-event::after {
    background-color: #7ac443;
}

.box-event-2 ul.list-event li::before {
    background-color: #7ac443;
}

.box-event-3 .month-event::after {
    background-color: #cc62cc;
}

.box-event-3 ul.list-event li::before {
    background-color: #cc62cc;
}

.box-event-4 .month-event::after {
    background-color: #37bae2;
}

.box-event-4 ul.list-event li::before {
    background-color: #37bae2;
}

.box-event-5 .month-event::after {
    background-color: #4474c1;
}

.box-event-5 ul.list-event li::before {
    background-color: #4474c1;
}

.box-event-6 .month-event::after {
    background-color: #c19a2d;
}

.box-event-6 ul.list-event li::before {
    background-color: #c19a2d;
}

.box-event-7 .month-event::after {
    background-color: #bc6931;
}

.box-event-7 ul.list-event li::before {
    background-color: #bc6931;
}

.box-event-8 .month-event::after {
    background-color: #ea841f;
}

.box-event-8 ul.list-event li::before {
    background-color: #ea841f;
}

.box-event-9 .month-event::after {
    background-color: #127720;
}

.box-event-9 ul.list-event li::before {
    background-color: #127720;
}

.box-event-10 .month-event::after {
    background-color: #ccaa1b;
}

.box-event-10 ul.list-event li::before {
    background-color: #ccaa1b;
}

.box-event-11 .month-event::after {
    background-color: #d83535;
}

.box-event-11 ul.list-event li::before {
    background-color: #d83535;
}

.box-event-12 .month-event::after {
    background-color: #ff7ba7;
}

.box-event-12 ul.list-event li::before {
    background-color: #ff7ba7;
}

.icon-event {
    position: absolute;
    top: -62px;
    right: 10px;
    z-index: 1;
}

.img-event {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.img-event img {
    border-radius: 10px;
}

ul.list-event {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

ul.list-event li {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

ul.list-event li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff7ba7;
    position: absolute;
    left: 0;
    top: 6px;
}

.table-nurs {
    display: flex;
}

.table-nurs-left {
    padding: 20px;
    width: 140px;
    color: #ec5a24;
    font-weight: 500;
    text-align: right;
    font-size: 2rem;
}

.table-nurs-right {
    flex: 1;
    padding: 20px 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.56;
    border-bottom: 1px solid #aeaeae;
}

.img-10 img {
    border-radius: 10px;
}

.img-10 p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
}

.box-white {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}

#day-nursery-09 .sub-title {
    line-height: 1;
}

.after-sun::after {
    content: "";
    width: 188px;
    height: 184px;
    background-image: url(../images/nursery/sun-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    right: 0;
}

.after-sun::before {
    content: "";
    width: 171px;
    height: 167px;
    background-image: url(../images/nursery/sun-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -45px;
    bottom: -250px;
}

.day-nursery-03 {
    position: relative;
}

.day-nursery-03 .container::before {
    content: "";
    width: 171px;
    height: 167px;
    background-image: url(../images/nursery/sun-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 45px;
    top: -121px;
}

.day-nursery-03::after {
    content: "";
    width: 100%;
    height: 986px;
    background-image: url(../images/nursery/bg-after.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 200px;
    z-index: -1;
    opacity: 0.5;
}

.day-nursery-04 .container::before {
    content: "";
    width: 170px;
    height: 166px;
    background-image: url(../images/nursery/sun-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -140px;
    right: 0;
}

.day-nursery-06 .container::before {
    content: "";
    width: 171px;
    height: 167px;
    background-image: url(../images/nursery/sun-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 45px;
    top: -130px;
}

.day-nursery-08 .container::before {
    content: "";
    width: 170px;
    height: 166px;
    background-image: url(../images/nursery/sun-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    right: 0;
}

.policy-01 {
    position: relative;
}

.policy-01::after {
    content: "";
    width: 821px;
    height: 547px;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -225px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
}

.day-nursery-09 .container::before {
    content: "";
    width: 171px;
    height: 167px;
    background-image: url(../images/nursery/sun-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: -190px;
}

header.UpMove .header-wrapper {
    animation: UpAnime 0.5s forwards;
    background-color: #fff;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header.DownMove .header-wrapper {
    animation: DownAnime 0.5s forwards;
    background-color: #fff;
}

header.DownMove .header-inner {
    padding: 10px 20px;
}

header.DownMove .header-main .main-menu .nav>li.nav-mega:hover .mega-menu {
    top: 130px;
}

header.DownMove .header-main .main-menu .nav {
    margin-top: 20px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.home-banner {
    margin-top: 165px;
}

@media (min-width: 768px) {
    .logged-in .header-wrapper {
        top: 32px;
    }
}

.box-disea-cont {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.img-disea-cont {
    width: 496px;
    border-radius: 20px;
    overflow: hidden;
}

.disea-cont {
    flex: 1;
}

.row-no-img .large-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.row-no-img .content-out-2-right {
    padding: 0;
}

.scrolldown1 {
    position: absolute;
    right: -195px;
    left: auto;
    bottom: 100px;
    height: 80px;
    z-index: 2;
}

.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 60px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 60px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

section#checkup-02 .table-out-left {
    display: flex;
    align-items: center;
}

section#hospitalization-01 .table-out-left {
    display: flex;
    align-items: center;
    min-height: 84px;
}

section#hospitalization-01 .table-out-right {
    display: flex;
    align-items: center;
}

.img-department {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(72, 150, 180, 0.35);
    border: 1px solid #1271a0;
}

#department-02 .img-department {
    border: none;
    box-shadow: none;
}

.img-department img {
    transition: 0.3s;
    height: auto;
}

.box-link-department:hover .img-department img {
    transform: scale(1.1);
}

.box-link-department:hover a:after {
    right: -10px;
}

.box-link-department.no-link {
    pointer-events: none;
}

.disea-cont.post-content {
    padding: 0;
}

.box-link-department.no-link a:after {
    display: none;
}

.img-file-pdf {
    border-radius: 10px;
    overflow: hidden;
}

.box-file-pdf {
    margin-bottom: 45px;
    display: block;
}

.box-file-pdf p {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #4d4d4d;
    letter-spacing: 0.05em;
}

.floor-01 {
    position: relative;
}

.floor-01::after {
    content: "";
    width: 1008px;
    height: 672px;
    background-image: url(../images/index/bg-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

section#care-service-09 a.tel {
    font-size: 3.5rem;
}

section#care-service-09 a.tel::before {
    display: block;
    left: -35px;
    width: 34px;
    height: 37px;
    background-image: url(../images/day-service/icon-phone-green.svg);
}

@media (min-width: 1480px) {
    .box-main-menu {
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-main .main-menu {
        margin-left: 30px;
    }
    .box-main-menu {
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    a.btn.btn-fixed {
        min-width: 62px;
    }
    .header-main .logo-left .logo {
        width: 300px;
    }
    header a.tel {
        font-size: 2rem;
    }
    .box-top-header {
        gap: 15px;
    }
    .box-link-header {
        gap: 15px;
    }
    .box-link-header a {
        font-size: 1.3rem;
    }
    .header-main .main-menu .nav>li {
        margin-right: 20px;
    }
    .box-sub-link-mega {
        gap: 20px;
    }
    a.sub-link {
        font-size: 1.5rem;
    }
    .box-flex-mega {
        gap: 30px;
    }
    header.DownMove .header-main .main-menu .nav>li.nav-mega:hover .mega-menu {
        top: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    a.btn.btn-mail::after {
        display: none;
    }
    a.btn.btn-mail {
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 0 10px;
        font-size: 1.4rem;
    }
    .title-mega {
        font-size: 2rem;
    }
    .flex-mega-left {
        width: 125px;
    }
    .box-fixed-menu {
        border-radius: 20px 0 0 20px;
    }
    a.btn.btn-fixed {
        font-size: 1.6rem;
        min-width: 32px;
        padding: 7px 0 12px;
    }
    a.btn.btn-fixed img {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1005px) {
    .header-main .logo-left .logo {
        width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 905px) {
    .box-top-header {
        gap: 10px;
    }
    .box-top-header a.tel::before {
        display: none;
    }
    .box-top-header a img {
        width: 20px;
        height: 20px;
    }
    .box-top-header a.tel {
        font-size: 1.6rem;
        padding-left: 0;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 815px) {
    .header-main .main-menu {
        margin-left: 15px;
    }
    .header-inner {
        padding-left: 8px;
        padding-right: 8px;
    }
    .box-link-header a img {
        display: none;
    }
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }
}


/* ============================
   404 Error Page
   ============================ */

section.content-error {
    padding: 150px 0;
    position: relative;
}

section.content-error::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-blur-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.box-404 h2 {
    font-size: 4.3rem;
    color: #1271a0;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    text-align: center;
}

.box-404 h2 span {
    font-size: 18.8rem;
    font-weight: 400;
    color: #1271a0;
    line-height: 1;
    margin-bottom: 60px;
    font-family: "Tangerine", cursive;
    margin-right: 40px;
}

.box-404 h3 {
    font-size: 3.5rem;
    color: #1271a0;
    margin-bottom: 30px;
    padding-bottom: 50px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.box-404 h3::after {
    content: "";
    width: 77px;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, #0071b7 0%, #15c1ff 100%);
    border-radius: 10px;
}

.box-404 p {
    font-size: 1.6rem;
    color: #4d4d4d;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

.box-btn-404 a.btn.btn-main span {
    padding-left: 0;
    justify-content: center;
}

.single-department section a:not(.btn) {
    text-decoration: underline;
}


/* 404 Responsive */

@media (max-width: 767px) {
    .box-404 h2 {
        font-size: 1.9rem;
        margin-bottom: 0;
    }
    .box-404 h2 span {
        font-size: 8rem;
        margin-right: 30px;
    }
    .box-404 h3 {
        font-size: 1.5rem;
        margin-bottom: 25px;
        padding-bottom: 30px;
    }
    .box-404 p {
        font-size: 1.4rem;
        line-height: 1.75;
        text-align: left;
    }
    .box-btn-404 a.btn.btn-main.large {
        min-width: 184px;
    }
}

section#cooperation-04 .table-outpatient tr:not(:first-child) td {
    font-size: 1.8rem;
    font-weight: 500;
}

.page-header-img {
    height: 474px;
}

.page-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-height: 980px) {
    .page-header-img {
        height: 400px;
    }
    .page-header-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .page-anchor {
        padding-top: 60px;
    }
    .slider-item-img {
        height: calc(100vh - 165px);
    }
    .page-header::after {
        height: calc(100% + 190px);
    }
}

@media (min-width: 768px) and (max-height: 950px) {
    .page-header {
        padding-top: 20px;
        margin-top: 145px;
    }
    .title-jp {
        font-size: 3rem;
        margin-top: 5px;
    }
    .page-anchor {
        padding-top: 20px;
    }
    .header-main .main-menu .nav {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-height: 900px) {
    .page-header-img {
        height: 300px;
    }
    .box-fixed-menu {
        top: 100px;
    }
    .header-main .main-menu .nav {
        margin-top: 10px;
    }
    .header-inner {
        padding-top: 10px;
    }
    ul.list-anchor li a {
        min-height: 35px;
    }
    .page-header {
        margin-top: 110px;
    }
}

.box-link-open-cont .weekday {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    right: -9px;
    top: 28px;
    background: #0071b7;
    padding-bottom: 1px;
    padding-left: 2px;
}

.month-cs {
    position: relative;
    left: -3px;
}

@media screen and (orientation: portrait) {
    .slider-item-img {
        height: 768px;
    }
}

.list-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    align-items: flex-start;
}

.list-radio label {
    display: flex;
    align-items: center;
    width: 245px;
    font-weight: 500;
}

.list-radio label span {
    flex: 1;
}

.list-radio label input {
    margin-right: 10px;
}

.list-radio label:nth-child(3n) {
    width: 170px;
}

.list-radio input[type="radio"]:checked:before {
    background: #0071b7;
}

.list-radio.v2 label {
    width: 170px;
}

.list-radio.v3 label {
    width: 250px;
    line-height: 1.25;
}

.list-radio.v3 label:nth-child(3n) {
    width: 190px;
}

.list-radio input[type="checkbox"] {
    border-radius: 0;
}

.list-radio input[type="checkbox"]:checked:before {
    border-radius: 0;
    background: #0071b7;
}

.list-radio.v4 label {
    width: fit-content;
}

.list-radio.v4 {
    gap: 30px;
}

.list-radio.v4 input.half {
    width: 160px;
}

.list-radio.v5 label {
    width: 50%;
}

label.has-input-text input.half {
    width: 230px;
    height: 77px;
}

label.has-input-text {
    align-items: flex-start;
}

.box-bgcl {
    padding: 40px 30px;
    background: #eff7f9;
    border-radius: 10px;
}

.box-bgcl ul.list-dot.v3 li:before {
    width: 14px;
    height: 14px;
}

.box-bgcl ul.list-dot.v3 li {
    padding-left: 25px;
}

.box-border-con {
    padding: 15px;
    border: 1px solid #c7c7c7;
    line-height: 1.625;
    font-weight: 500;
    margin-bottom: 20px;
}

.title-contact {
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    color: #1271a0;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #1271a0;
    margin-bottom: 40px;
    margin-top: 50px;
}

.list-radio {
    margin-top: 20px;
}

.contact-consultation .form-item {
    margin-bottom: 40px;
}

section#contact-02:after {
    display: none;
}