@charset "utf-8";
#root {
  overflow: hidden;
}
.top-fv {
  padding-top: 160px;
      position: relative;
    height: clamp(40.625rem, 19.411rem + 33.15vw, 59.188rem);
      max-width: 1920px;
    margin: 0 auto;
}
.top-fv-text__box {
      writing-mode: vertical-rl;
    position: absolute;
    top: 120px;
    right: clamp(5rem, -1.143rem + 9.6vw, 10.375rem);
    z-index: 20;
}
.top-fv__text {
  font-size: clamp(1.5rem, 0.333rem + 2.43vw, 3.25rem);
}
.top-fv__title {
      position: absolute;
    z-index: 20;
    bottom: 0;
    left: 56px;
}
.top-fv-title__main {
      font-size: clamp(5rem, 1.5rem + 7.29vw, 10.25rem);
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    color: #35B6C9;
    line-height: 1;
    animation-delay: 0.5s;
}
.top-fv-title__sub {
      font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    color: #35B6C9;
    animation-delay: 1s;
}
.top-fv__inner {
  padding-left: clamp(2.5rem, -12rem + 22.66vw, 15.188rem);
  padding-right: clamp(2.5rem, -1.5rem + 6.25vw, 6rem);
}
.slideshow {
   position: relative;
   width:  100%;
  z-index: 10;
}
.slide {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
  background-color: #fff;
}
.slide.active {
   z-index: 10;
   opacity: 1.0;
}

.top-main {
  margin-top: 80px;
      position: relative;
    padding-bottom: clamp(31.25rem, 13.333rem + 37.33vw, 58.125rem);
}
.top-main__img1 {
      position: absolute;
    width: clamp(25rem, 5.333rem + 40.97vw, 54.5rem);
    top: clamp(18.75rem, 7.583rem + 23.26vw, 35.5rem);
    z-index: 10;
}
.top-main__img2 {
      position: absolute;
    width: clamp(18.75rem, 6.375rem + 25.78vw, 37.313rem);
    right: clamp(2.5rem, -1.5rem + 6.25vw, 6rem);
    top: clamp(45.625rem, 32.792rem + 26.74vw, 64.875rem);
}
.top-main-deco__1 {
      position: absolute;
    width: clamp(12.5rem, 1.667rem + 22.57vw, 28.75rem);
    top: 62px;
    right: clamp(2.5rem, -1.5rem + 6.25vw, 6rem);
}
.top-main-deco__2 {
      position: absolute;
    width: clamp(18.75rem, 1.625rem + 35.68vw, 44.438rem);
    top: clamp(56.25rem, 40.292rem + 33.25vw, 80.188rem);
    left: clamp(10rem, -6.542rem + 34.46vw, 34.813rem);
}

.top-main__inner {
      padding-left: clamp(2.5rem, -20.571rem + 36.05vw, 22.688rem);
    padding-right: clamp(2.5rem, -29.429rem + 49.89vw, 30.438rem);
      position: relative;
    z-index: 40;
}
.top-main-subtitle {
      font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);
    margin-bottom: 12px;
}
.section-title__line--303 {
  width: clamp(15rem, 10.5rem + 7.03vw, 18.938rem);
}
.top-main__second {
      display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
    padding: 60px 72px;
    box-shadow: 0px 0px 40px 40px #fff;
    background-color: #fff;
}
.top-main-second__text {
      font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 34px;
    width: 343px;
  animation-delay: 1s;
}

.slider__wrapper {
  display: flex;
  overflow: hidden;
    width: 100vw;
  column-gap: 20px;
}
.slider {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex; 
      align-items: center;
  column-gap: 20px;
}
.slide-img {
  width: calc(100vw / 4 - 20px);
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top-menu {
  margin-top: 72px;
}
.top-menu__container {
      padding: 66px clamp(2.5rem, -5.958rem + 17.62vw, 15.188rem) 153px clamp(2.5rem, -5.958rem + 17.62vw, 15.188rem);
    background-color: #ECF8F8;
}
.top-menu__header {
      display: flex;
    column-gap: clamp(2.5rem, 1.667rem + 1.74vw, 3.75rem);
}
.top-section__title {
      font-size: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
}
.section-title__line--226 {
  width: clamp(7.063rem, 2.354rem + 9.81vw, 14.125rem);
}
.top-menu__text {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    line-height: 1.7;
    font-weight: 400;
}
.top-menu__items {
      margin-top: 63px;
    display: flex;
    column-gap: 20px;
}
.top-menu__item {
      width: calc(100% / 3);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 32px;
}
.top-menu-item__sub {
      font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-family: "Cedarville Cursive", cursive;
    color: #35B6C9;
    text-align: center;
}
.top-menu-item__title {
      font-size: clamp(1.313rem, 0.854rem + 0.95vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
}
.top-menu-item__img {
      margin-top: 18px;
    width: clamp(9.313rem, 6.354rem + 6.16vw, 13.75rem);
}
.top-menu-item__text {
      margin-top: 16px;
    margin-bottom: 18px;
    color: #129BAF;
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    letter-spacing: 0.04em;
}
.top-menu__items2 {
        margin-top: 20px;
    background-color: #fff;
    padding-top: 24px;
}
.top-menu-item__wrap {
      display: flex;
    justify-content: center;
}
.top-menu__item--2 {
  width: calc(100% / 2.5);
}
.top-menu-item__title2 {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    margin-top: 8px;
    font-weight: 500;
}

.top-homecare {
  margin-top: 68px;
}
.top-homecare__inner {
  padding: 0 clamp(2.5rem, -20.357rem + 35.71vw, 22.5rem);
}
.section-title__line--374 {
  width: clamp(11.875rem, 4.208rem + 15.97vw, 23.375rem);
}
.top-homecare__text {
  margin-top: 24px;
}
.top-homecare__items {
      margin-top: 56px;
    display: flex;
    column-gap: clamp(1rem, 0.25rem + 1.56vw, 2.125rem);
}
.top-homecare__item {
      display: flex;
    flex-direction: column;
    row-gap: 16px;
  width: calc(100vw / 3);
}
.top-homecare__item--2 {
  animation-delay: 0.5s;
}
.top-homecare__item--3 {
  animation-delay: 1s;
}
.top-homecare-item__title {
      font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
    color: #129BAF;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.top-homecare-item__text {
      font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.7;
  height: 100%;
}
.top-homecare__btn {
  width: 100%;
}

.top-blog {
  margin-top: 104px;
  position: relative;
}
.top-blog__deco {
      position: absolute;
    width: clamp(12.5rem, -4.125rem + 34.64vw, 37.438rem);
    bottom: -40%;
}
.top-blog__inner {
  padding-left: clamp(2.5rem, -6rem + 17.71vw, 15.25rem);
}
.top-blog__container {
      background-color: #ECF8F8;
    padding: clamp(2.063rem, 0.896rem + 2.43vw, 3.813rem) clamp(2.5rem, -11.125rem + 28.39vw, 22.938rem) clamp(2.063rem, 0.896rem + 2.43vw, 3.813rem) clamp(1.25rem, -2.917rem + 8.68vw, 7.5rem);
    display: flex;
    column-gap: clamp(1.25rem, -1.333rem + 5.38vw, 5.125rem);
}
.top-blog__left {
  width: 30%;
}
.section-title__line--153 {
  width: clamp(4.813rem, 1.646rem + 6.6vw, 9.563rem);
}
.top-blog__right {
      width: 70%;
}
.news__main > section {
      display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.newsLink {
      display: flex;
    column-gap: 32px;
}
.newsItemImg {
  width: 343px;
  overflow: hidden;
}
.newsItemImg img {
    aspect-ratio: 343/241;
    object-fit: cover;
}
.news__main section a:hover .newsItemImg img {
    transform: scale(1.2);
    transition: all 0.5s;
}
.newsItemBottom {
  width: 574px;
}
.newsItemText {
    width: 100%;
}
.newsItemTime {
        font-size: 12px;
    color: #35B6C9;
    font-weight: 400;
}
.newsItemCate {
    background-color: #fff;
    font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
    font-weight: 400;
    color: #35B6C9;
    margin-top: 16px;
    width: fit-content;
    padding: 4px 16px;
    border-radius: 14px;
    line-height: 1;
}
.newsItemTit {
        margin-top: 16px;
    font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #35B6C9;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.top-access {
      margin-top: 113px;
    margin-bottom: 104px;
}
.top-access__inner {
      padding: 0 clamp(2.5rem, -6.083rem + 17.88vw, 15.375rem);
}
.top-access__container {
      display: flex;
    column-gap: clamp(2.5rem, -1.667rem + 8.68vw, 8.75rem);
}
.top-access__left {
  width: 40%;
}
.top-access__logo {
  width: clamp(17.25rem, 14.458rem + 5.82vw, 21.438rem);
}
.top-access__content {
      display: flex;
    column-gap: 15px;
        margin-top: 32px;
    align-items: center;
}
.top-access__instalogo {
      width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #129BAF;
    border-radius: 50%;
    transition: all 0.5s;
}
.top-access__instalogo:hover {
  background-color: #35B6C9;
}
.top-access__instalogo img {
  width: 27px;
}
.top-access-reservation__btn {
      padding: 16px 40px;
    border: 1px solid #35B6C9;
    border-radius: 28px;
    color: #35B6C9;
    transition: all 0.5s;
}
.top-access-reservation__btn:hover {
  background-color: #35B6C9;
  color: #fff;
}
.top-access__right {
  width: 60%;
}
.top-access__right iframe {
      width: 100%;
    height: 693px;
    border: none;
}
.top-access__phone {
      margin-top: 18px;
    display: flex;
    column-gap: 8px;
    align-items: flex-end;
}
.top-access-phone__text {
  font-weight: 400;
}
.top-access-phone__number {
      font-size: 39px;
    border-bottom: 1px solid #129BAF;
    line-height: 1;
    transition: all 0.5s;
}
.top-access-phone__number a {
  color: #129BAF;
  transition: all 0.5s;
}
.top-access-phone__number:hover {
  border-bottom: 1px solid #35B6C9;
}
.top-access-phone__number:hover a {
  color: #35B6C9;
}
.top-access__text1 {
  margin-top: 18px;
}
.top-access__text2 {
  margin-top: 6px;
}
.top-access__text3 {
  margin-top: 18px;
  font-size: 18px;
}
.top-access__img {
  margin-top: 32px;
}
.top-access__text4 {
      margin-top: 18px;
    font-size: 14px;
}
.top-access__text5 {
      margin-top: 6px;
    font-size: 14px;
}

@media (max-width: 1023px) {
  .top-fv {
    height: clamp(33.5rem, 12.041rem + 44.71vw, 40.625rem);
  }
  
  .top-homecare__items {
        flex-direction: column;
    row-gap: 40px;
  }
  .top-homecare__item {
    width: 100%;
  }
  
  .top-access__inner {
    padding: 0 20px;
  }
  .top-access__container {
        flex-direction: column;
    row-gap: 32px;
  }
  .top-access__left {
    width: 100%;
  }
  .top-access__right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top-fv {
        height: 660px;
    padding-top: 108px;
  }
  .top-fv-text__box {
        top: 80px;
    right: 40px;
  }
  .top-fv__text {
    font-size: 32px;
  }
  .top-fv-title__main {
    font-size: 72px;
  }
  .top-fv-title__sub {
    font-size: 10px;
  }
  .top-fv__inner {
        padding-left: 57px;
    padding-right: 20px;
  }
  .slide {
    height: 450px;
    object-fit: cover;
  }
  
  .top-main {
        margin-top: 0;
    padding-top: 140px;
    padding-bottom: 700px;
  }
  .top-main__img1 {
        top: 650px;
    width: 371px;
  }
  .top-main__img2 {
        top: 920px;
    right: 0;
    width: 272px;
  }
  .top-main-deco__1 {
        top: 40px;
    width: 206px;
    right: 0;
  }
  .top-main-deco__2 {
        top: 1098px;
    width: 254px;
    left: 0;
  }
  .top-main__inner {
    padding: 0 40px;
  }
  .top-main-subtitle {
    font-size: 20px;
  }
  .section-title__line--303 {
    width: 192px;
  }
  .top-main__second {
        padding: 20px 40px;
  }
  .top-main-second__text {
    font-size: 14px;
    width: 100%;
  }
  .slide-img {
    width: calc(100vw / 1 - 20px);
  }
  
  .top-menu__header {
        flex-direction: column;
    row-gap: 24px;
  }
  .top-menu__items {
        flex-direction: column;
    row-gap: 24px;
  }
  .top-menu__item {
    width: 100%;
  }
  .top-menu-item__wrap {
    flex-direction: column;
  }
  .top-menu__item--2 {
    width: 100%;
  }
  
  .top-blog__deco {
    display: none;
  }
  .top-blog__inner {
    padding-left: 20px;
  }
  .top-blog__container {
        flex-direction: column;
    row-gap: 20px;
  }
  .top-blog__left {
    width: 100%;
  }
  .top-blog__right {
    width: 100%;
  }
  .newsLink {
        flex-direction: column;
    row-gap: 10px;
  }
  .newsItemImg {
    width: 100%;
  }
  .newsItemBottom {
    width: 100%;
  }
  .newsItemText {
        display: flex;
    column-gap: 12px;
  }
  .newsItemCate {
    margin: 0;
  }
  
  .top-access__right iframe {
    height: clamp(18.438rem, -7.295rem + 105.57vw, 43.313rem);
  }
}

@media (max-width: 389px) {
  .top-main__inner {
    padding: 0 20px;
  }
}