body {

}

.site-slide-main {
    padding: 0 15px;
    z-index: 3;
}

.slider-top-mobile, .image-footer-mobile {
    display: none;
}

.site-slide-main .slick-slide {
    margin: 0 15px;
}

.slick-slide img {
    border-radius: 20px;
}

.site-main {
    background: #0A0B0B;
}

.site-about-us {
    padding-top: 90px;
    position: relative;
    z-index: 1;
}

.site-about-us::before {
    position: absolute;
    width: 100%;
    height: 27%;
    background: var(--22, linear-gradient(180deg, #033684 0%, rgba(3, 54, 132, 0.00) 100%));
    top: -116px;
    left: 0;
    content: "";
    z-index: -1;
}

.title-page-h2 {
    color: #FFF;
    font-family: 'Century Gothic';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 12px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.main-span {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 1px;
}

.about-top-p {
    color: #009ED1;
    font-family: 'Source Han Sans JP';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 95px;
}


/* @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    
    100% {
      transform: rotate(180deg);
    }
  }
  
  svg path {
    animation: rotate 10s linear infinite;
  } */

.is-sticky-opening .rst-header{
    background: #0A0B0B;
}

.rst-header {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
}

.rst-logo a img {
    display: block;
}

.c-effect.is-inview {
    transform: none !important;
    opacity: 1 !important;
    transition: transform 1s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.7s ease-in;
}

.rst-menu {
    display: flex;
    align-items: center;
}

.rst-adress p {
    color: #FFF;
    font-size: 14px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 0;
    text-align: right;
}

.click-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #009ed1;
    display: block;
    position: relative;
    margin: 0 30px;
    z-index: 999;
    cursor: pointer;
}

.menu-open {
    display: none;
}

.lines {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}
.menu-box {
    box-sizing: border-box;
    width: 320px;
    height: 438px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 0 28px;
    border-radius: 20px 0px 0px 20px;
    background: #5BA7BF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.5s ease;
    text-align: center;
}

.click-menu.exit .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.click-menu.exit {
    background: #5BA7BF;
}

.tel {
    padding-top: 112px;
    margin-bottom: 50px;
}

.menu-box.on {
    transform: translateX(0);
    z-index: 9;
}

.click-menu.exit .line-2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.click-menu.exit .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.tel a {
    color: #FFF;
    font-size: 28px;
    font-family: Zen Maru Gothic;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
    text-decoration: none;
}

.tel span {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 350;
    text-transform: uppercase;
    line-height: 150%;
    display: block;
    margin-bottom: 5px;
}

.visit {
    margin-bottom: 30px;
}

.visit a {
    color: #3693B1;
    position: relative;
    font-size: 16px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.36px;
    height: 54px;
    /* display: flex; */
    border-radius: 40px;
    margin: 0 auto;
    padding: 16px 44px 15px 64px;
    background: #fff;
    background-image: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-position: left 26px center;
    border: 1px solid #fff;
    transition: all 1s ease;
}

.visit a svg {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.banner {
    background-repeat: no-repeat;
    position: relative;
}

.site-header {
    position: relative;
    z-index: 10;
}

.textbox {
    top: 170px;
    left: 240px;
    position: absolute;
}

.textbox h4 {
    color: #FFF;
    font-family: 'Zen Maru Gothic';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.8px;
    margin-bottom: 22px;
}

.textbox1 h3 {
    color: #FFF;
    font-family: 'Zen Maru Gothic';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8.4px;
}

.textbox1 h3 span{
    font-weight: 400;
}

.textbox h1 {
    margin-top: 2px;
    color: #009DD1;
    font-size: 73px;
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.textbox2 {
    top: 400px;
}

.textbox2 {
    left: 305px;
    position: absolute;
}

.textbox h2 {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%; /* 60.8px */
    margin-bottom: 30px;
}

.textbox p {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 190%;
    margin-bottom: 25px;
}

.textbox .p-24px {
    font-size: 24px;
    font-weight: 500;
}

.link-web {
    position: absolute;
    right: 80px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 13px;
    z-index: 2;
}

.wrap-lk {
    display: flex;
    width: 397px;
    height: 70px;
    border-radius: 4px;
    background: #FFC000;
    align-items: center;
    justify-content: center;
    padding: 3px;
    position: relative;
}

.wrap-lk0 a {
    letter-spacing: 2.73px;
}

.link-web a {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #9A7400;
    color: #231815;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
}

.top-information {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 110px;
}

.information-left {
    width: 50%;
    padding-right: 10px;
}

.information-right {
    width: 50%;
    padding-left: 90px;
    position: relative;
    z-index: 9;
}

/* img {
    width: 100%;
} */

.information-left img {
    margin: 0 auto 45px;
    display: block;
}

.information-left table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

.information-left table thead tr {
    position: relative;
}

.information-left table thead th:first-child {
    text-align: left;
    padding-left: 22px;
}

.information-left table thead th {
    padding-bottom: 15px;
    color: #FFF;
    text-align: center;
    font-family: 'Source Han Sans JP';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    border-bottom: 1px solid #CFCFCF;
}

.information-left tbody {
    border-top: 1px solid #CFCFCF;
}

.information-left table tbody th {
    padding-top: 25px;
    text-align: left;
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-bottom: 0;
    padding-left: 20px;
    width: 25%;
}

.information-left table td {
    color: #3693B1;
    font-size: 28px;
    vertical-align: middle;
    padding-top: 20px;
    text-align: center;
}

.information-left table td:last-child {
    position: relative;
}

.information-left table td:last-child::after {
    position: absolute;
    top: 65%;
    left: 35%;
    content: "";
    width: 46px;
    height: 1px;
    background: #3693B1;
    transform: rotate(320deg);
}

.information-left p {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%; /* 30px */
    padding-top: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 35px;
    border-top: 1px solid #CFCFCF;
}

.information-left a {
    color: #FFF;
    font-size: 30px;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    position: relative;
}

.btn-information svg {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    transition: all 1s ease;
}

a {
    text-decoration: none;
}

.information-left .btn-information {
    color: #3693B1;
    font-size: 24px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7.2px;
    border-radius: 40px;
    border: 2px solid #3693B1;
    width: 100%;
    display: flex;
    height: 70px;
    padding: 18px 0 17px;
    justify-content: center;
    transition: all 1s ease;
    background: #fff;
}

.information-left .btn-information:hover svg path {
    fill: #fff;
    transition: all 1s ease;
}

.information-left .btn-information:hover {
    background: #3693B1;
    color: #fff;
}

.information-right iframe {
    border-radius: 20px;
}

.information-right p {
    color: #fff;
    font-size: 20px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    margin-top: 10px;
}

.information-right a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
}

.information-right h3 {
    color: #009ED1;
    font-size: 22px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
}

.information-right a svg {
    margin-right: 6px;
}

.information {
    position: relative;
    z-index: 1;
    padding-top: 108px;
}

/* .information::after {
    background-image: url('../images/assets/backgrourd-infor.png');
    width: 100%;
    height: 907px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -260px;
} */

/* .information::before {
    background: var(--22, linear-gradient(180deg, #033684 0%, rgba(3, 54, 132, 0.00) 100%));
    width: 100%;
    height: 907px;
    content: "";
    position: absolute;
    z-index: 0;
    top: -260px;
} */

.site-picture-about {
    position: relative;
    z-index: 1;
}

.site-picture-about::before {
    content: "";
    width: 301px;
    height: 200px;
    background: #FFF;
    top: -22px;
    right: -22px;
    position: absolute;
    z-index: -1;
}

.site-picture-about span {
    color: #009DD1;
    font-family: 'Oswald';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 2px solid #009DD1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    right: 88px;
    top: -40px;
}

/* .title-item-about:hover::before {
    left: 0;
    top: 0;
} */

.intro-doctor {
    display: flex;
    gap: 0 130px;
    padding-top: 66px;
}

.site-doctor-top {
    text-align: center;
}

.intro-doctor-right {
    padding-top: 34px;
    width: 570px;
    position: relative;
}

.intro-doctor-right span {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
}

.intro-doctor-right h3 {
    color: #FFF;
    font-family: 'Zen Maru Gothic';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 12px 0;
}

.intro-doctor-right h4 {
    color: #009DD1;
    font-family: 'Century Gothic';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

.intro-doctor-right p {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    margin-top: 70px;
    margin-bottom: 0;
    line-height: 200%; /* 40px */
}

.title-doctor {
    position: relative;
    z-index: 1;
}

.title-doctor::after {
    content: "";
    background: #033684;
    width: calc(1185px + ((100vw - 1200px) / 2));
    /* width: 100%; */
    height: 78px;
    position: absolute;
    right: 0;
    top: -32px;
    z-index: -1;
}

.site-avatar img {
    border-radius: 60px 0px;
    width: 100%;
}

.site-avatar-info img {
    border-radius: 30px 0px;
}

.sum-doctor {
    padding-top: 110px;
    padding-bottom: 150px;
}

.sum-doctor .doctor-list {
    display: flex;
    justify-content: space-between;
    gap: 40px 45px;
}

.sum-doctor .doctor-list .doctor-item {
    width: 33.3333%;
}

.info-doctor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 0;
}

.info-doctor span {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0.9px;
}

.info-doctor h2 {
    color: #FFF;
    font-family: 'Zen Maru Gothic';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-doctor-sum h3 {
    color: #009DD1;
    font-family: 'Century Gothic';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.info-doctor-sum h3::after {
    position: absolute;
    content: "";
    width: calc(100% + 36px);
    height: 77px;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    background: #FFF;
}

.item-content-doctor p {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 200%; /* 32px */
    margin-bottom: 0;
}

.site-footer {
    padding-top: 110px;
    background: #000;
    border-top: 1px solid #6A6A6A;
    position: relative;
    padding-bottom: 40px;
}

.menu-main-1 {
    list-style: none;
    margin-bottom: 52px;
}

.menu-main-1 li {
    display: inline-block;
    padding-right: 70px;
}

.menu-main-1 li a {
    color: #FFF;
    font-family: 'Century Gothic';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-footer {
    display: flex;
    align-items: center;
    margin-bottom: 105px;
    justify-content: flex-start;
}

.adress-footer {
    padding-left: 30px;
}

.main-footer p {
    color: #FFF;
    font-size: 20px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.adress-footer span {
    display: block;
}

.adress-footer a {
    color: #FFF;
    font-size: 20px;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    display: block;
}

.adress-footer a:hover {
    color: #009DD1;
}

a:hover {
    color: #009DD1;
}
.copyright {
    color: #FFF;
    font-size: 16px;
    font-family: 'Source Han Sans JP';
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.image-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.page-top {
    position: absolute;
    right: 260px;
    top: 52px;
    z-index: 2;
    cursor: pointer;
}

.page-top p {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    position: relative;
}

.page-top p svg {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 20px;
    height: 21px;
    z-index: 1;
    transition: all 0.5s ease;
}

.page-top:hover svg {
    top: -30px;
}

.menu-main-1 li a:hover {
    color: #009DD1;
}

.slick-prev, .slick-next {
    display: none !important;
}

#scroll {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: 80px;
    left: 50px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 3;
    overflow: hidden;
}

#scroll::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 70px;
    background: #fff;
    opacity: 0;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
  }
  
@keyframes pathmove {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      transform: translateY(100%);
      opacity: 0;
    }
}

.site-doctor {
    padding-top: 118px;
    /* padding-bottom: 140px; */
}

.wrap-lk1 a svg {
    position: absolute;
    content: "";
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.box-thumb-information img:hover {
    transform: scale(1.1);
}

.box-thumb-information {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.slick-initialized .slick-slide {
    display: block;
}

.box-thumb-information img {
    cursor: pointer;
    transition: all 1s ease;
}

.site-picture-about2 span {
    border: 2px solid #033481;
    color: #033481;
}

.site-avatar {
    position: relative;
    z-index: 1;
    display: block;
}

.site-avatar::after {
    position: absolute;
    content: "";
    width: 38%;
    height: 52%;
    background: #009DD1;
    right: -20px;
    top: -20px;
    z-index: -1;
}

.c-effect {
    opacity: 0;
    transition: transform 1200ms linear, opacity 1000ms ease-in;
}

.tel a:hover {
    color: #033481;
}

.visit a:hover {
    background: #033481;
    color: #fff;
    border-color: #033481;
}

.visit a:hover svg path {
    fill: #fff;
}

/* .banner-about {
    position: absolute;
    top: 90px;
    right: 0;
} */

.site-about-top {
    /* max-width: 380px; */
    padding-top: 170px;
}

.inner-about {
    /* width: calc(1185px + ((100vw - 1200px) / 2)); */
    /* display: flex; */
    /* margin-left: auto;
    padding-bottom: 120px;
    margin-right: auto;
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px; */
    padding-bottom: 120px;
}

.site-about-content {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
}

.site-about-item {
    width: calc(50% - 35px);
    padding: 0 36px;
    height: 540px;
    padding-top: 128px;
    position: relative;
}

.title-item-doctor {
    color: #FFF;
    text-align: center;
    font-family: 'Source Han Sans JP';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
    position: relative;
}

.title-item-doctor::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.text-item-doctor {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 200%; /* 36px */
    margin-bottom: 0;
}

.span-update {
    color: #009DD1;
    font-family: 'Source Han Sans JP';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 200%; /* 40px */
    margin-top: 60px;
    padding: 0 60px;
    display: block;
}

.span01, .span02, .span03, .span04 {
    position: absolute;
    width: 36px;
    height: 36px;
    content: "";
    transition: all 1s ease;
}

.span01 {
    border-top: 2px solid #009ED1;
    border-left: 2px solid #009ED1; 
    top: 0;
    left: 0;
}

.span03 {
    border-bottom: 2px solid #009ED1;
    border-left: 2px solid #009ED1; 
    bottom: 0;
    left: 0;
}

.span02 {
    border-top: 2px solid #009ED1;
    border-right: 2px solid #009ED1; 
    top: 0;
    right: 0;
}

.span04 {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #009ED1;
    border-right: 2px solid #009ED1; 
}

.span05 {
    position: absolute;
    width: 80px;
    height: 80px;
    content: "";
    color: #009ED1;
    text-align: center;
    font-family: 'Oswald';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 8.4px;
    text-transform: uppercase;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid #009ED1;
    padding-left: 10px;
    padding-top: 6px;
    background: #FFF;
}

/* .site-about-item:hover .span01{
    width: 50%;
    height: 50%;
}

.site-about-item:hover .span02{
    width: 50%;
    height: 50%;
}

.site-about-item:hover .span03{
    width: 50%;
    height: 50%;
}

.site-about-item:hover .span04{
    width: 50%;
    height: 50%;
} */

.site-about-item1::before {
    width: 58%;
    height: 7.5%;
    content: "";
    position: absolute;
    top: 0;
    background: #D9D9D9;
    opacity: 0.1;
    left: 7.5%;
}

.site-about-item1::after {
    height: 27%;
    width: 7.5%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #D9D9D9;
    opacity: 0.1;
}

.site-about-item2::before {
    height: 58%;
    width: 7.5%;
    content: "";
    position: absolute;
    right: 0;
    background: #D9D9D9;
    opacity: 0.1;
    top: 7.5%;
}

.site-about-item2::after {
    width: 27%;
    height: 7.5%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #D9D9D9;
    opacity: 0.1;
}

.site-about-item3::before {
    height: 58%;
    width: 7.5%;
    content: "";
    position: absolute;
    left: 0;
    background: #D9D9D9;
    opacity: 0.1;
    bottom: 7.5%;
}

.site-about-item3::after {
    width: 27%;
    height: 7.5%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D9D9D9;
    opacity: 0.1;
}

.site-about-item4::before, .intro-doctor-right::before {
    width: 58%;
    height: 7.5%;
    content: "";
    position: absolute;
    bottom: 0;
    background: #D9D9D9;
    opacity: 0.1;
    right: 7.5%;
}

.site-about-item4::after, .intro-doctor-right::after {
    height: 27%;
    width: 7.5%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #D9D9D9;
    opacity: 0.1;
}

.site-about-item p span {
    display: block;
    color: #009DD1;
    margin-top: 35px;
}

.info-active-doctor {
    text-align: center;
}

.info-active-doctor h4 {
    display: inline-block;
    position: relative;
}

.info-active-doctor h4::after {
    height: 92px;
    width: 140%;
    opacity: 10%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    content: "";
    position: absolute;
}

.intro-doctor-right p span {
    color: #009DD1;
}

.information-right h3 span {
    display: block;
}

.information-left .btn-information {
    margin-bottom: 0;
}

.banner-about {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: -1;
}

.title-doctor-bottom {
    color: #FFF;
    font-family: 'Source Han Sans JP';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 50px;
    display: inline-block;
}

.info-doctor-sum {
    text-align: center;
}

.info-doctor-sum span {
    color: #FFF;
    text-align: center;
    font-family: 'Source Han Sans JP';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0.9px;
}

.info-doctor-sum h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}

.ware span {
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.ware span {
    animation-name: wareflip;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.ware {
    height: 1427.448px;
    position: relative;
    transform: rotate(0deg);
    transform-origin: center;
}

.ware-wrap {
    position: relative;
    left: 0;
    width: 100%;
    top: -110px;
}

.ware-wrap {
    overflow: hidden;
}

#wave {
    overflow: hidden;
    position: absolute;
    top: -390px;
    left: 0;
    right: 0;
    z-index: -1;
}

@keyframes wareflip {
    0%  {
      transform: rotateX(0deg);
    }
    50% {
      transform: rotateX(180deg);
    }
    100% {
      transform: rotateX(360deg);
    }
}

.ware .ware-item-1 {
    background: url(../images/assets/vector-1.png) no-repeat center;
}

.ware .ware-item-2 {
    animation-delay: 0.1s;
    background: url(../images/assets/vector-2.png) no-repeat center;
}

.ware .ware-item-3 {
    background: url(../images/assets/vector-3.png) no-repeat center;
    animation-delay: 0.2s;
}

.ware .ware-item-4 {
    background: url(../images/assets/vector-4.png) no-repeat center;
    animation-delay: 0.3s;
}

.ware .ware-item-5 {
    background: url(../images/assets/vector-5.png) no-repeat center;
    animation-delay: 0.4s;
}

.ware .ware-item-6 {
    background: url(../images/assets/vector-6.png) no-repeat center;
    animation-delay: 0.5s;
}

.ware .ware-item-7 {
    background: url(../images/assets/vector-7.png) no-repeat center;
    animation-delay: 0.6s;
}

.ware .ware-item-8 {
    background: url(../images/assets/vector-8.png) no-repeat center;
    animation-delay: 0.7s;
}

.ware .ware-item-9 {
    background: url(../images/assets/vector-9.png) no-repeat center;
    animation-delay: 0.8s;
}

.ware .ware-item-10 {
    background: url(../images/assets/vector-10.png) no-repeat center;
    animation-delay: 0.9s;
}

.ware .ware-item-11  {
    background: url(../images/assets/vector-11.png) no-repeat center;
    animation-delay: 1s;
}

.ware .ware-item-12 {
    background: url(../images/assets/vector-12.png) no-repeat center;
    animation-delay: 1.1s;
}

.ware .ware-item-13 {
    background: url(../images/assets/vector-13.png) no-repeat center;
    animation-delay: 1.2s;
}

.ware .ware-item-14 {
    background: url(../images/assets/vector-14.png) no-repeat center;
    animation-delay: 1.3s;
}

.ware .ware-item-15 {
    background: url(../images/assets/vector-15.png) no-repeat center;
    animation-delay: 1.4s;
}

/* .title-doctor-bottom:hover {
    color: #009DD1;
    text-decoration: none;
} */

.wrap-lk1 a {
    font-size: 28px;
}

.banner .slick-slide img {
    border-radius: 0;
}