@charset "UTF-8";

/* KV
************************************************************/
.top-kv {
  
}
@media screen and (max-width: 768px) {
  .top-kv {
    margin: 182px 0 0;
  }
}

.top-kv-slider {
  position: relative;
  margin: 0 auto 0;
  background: #F9F8F1;
}
@media screen and (max-width: 768px) {
  .top-kv-slider {
    background: #D2EAF1;
  }
}

.top-kv-slider .swiper {
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper {
    padding: 0 0 160px;
    overflow: inherit;
  }
}

.top-kv-slider .swiper-wrapper {
  height: 100vh;
  max-height: 1000px;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .top-kv-slider .swiper-wrapper {
    max-height: 833px;
  }
}
@media screen and (max-width: 1300px) {
  .top-kv-slider .swiper-wrapper {
    max-height: 625px;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper-wrapper {
    height: 400px;
  }
}

.top-kv-slider .swiper-slide {
  position: relative;
  width: 100%;
  background: #F9F8F1;
  overflow: hidden;
  transition: all 0.3s;
}
.top-kv-slider .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(249, 248, 241, 0) 0%, #F9F8F1 100%);
  z-index: 2;
}
.top-kv-slider .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #D2EAF1;
  z-index: 1;
}
.top-kv-slider .swiper-slide .bg {
  position: relative;
  width: 78%;
  height: 100%;
  margin: 0 0 0 auto;
  border-radius: 0px 0px 0px 450px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.top-kv-slider .swiper-slide .bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-left: 8px solid rgba(255, 255, 255, 0.5);
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 450px;
  background: transparent;
}
.top-kv-slider .swiper-slide.-i-01 .bg {
  background-image: url('../images/top/slide_01.jpg');
  background-clip: border-box;
}
.top-kv-slider .swiper-slide.-i-02 .bg {
  background-image: url('../images/top/slide_02.jpg');
}
.top-kv-slider .swiper-slide.-i-03 .bg {
  background-image: url('../images/top/slide_03.jpg');
}
.top-kv-slider .swiper-slide.-i-04 .bg {
  background-image: url('../images/top/slide_04.jpg');
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper-slide .bg {
    width: calc(100% - 25px);
    border-radius: 0px 0px 0px 200px;
  }
  .top-kv-slider .swiper-slide .bg::before {
    border-radius: 0px 0px 0px 200px;
  }
  .top-kv-slider .swiper-slide.-i-01 .bg {
    background-image: url('../images/top/slide_01_sp.jpg');
  }
  .top-kv-slider .swiper-slide.-i-02 .bg {
    background-image: url('../images/top/slide_02_sp.jpg');
  }
  .top-kv-slider .swiper-slide.-i-03 .bg {
    background-image: url('../images/top/slide_03_sp.jpg');
  }
  .top-kv-slider .swiper-slide.-i-04 .bg {
    background-image: url('../images/top/slide_04_sp.jpg');
  }
}

.top-kv-slider .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper-slide .content {
    top: inherit;
    left: 25px;
    bottom: 0;
    transform: none;
  }
}

.top-kv-slider .swiper-slide .catch-en .text {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 74px;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.top-kv-slider .swiper-slide .catch-ja {
  display: flex;
  flex-direction: column;
  gap: 13.5px;
  margin: 45px 0 0;
}
.top-kv-slider .swiper-slide .catch-ja .text {
  width: fit-content;
  padding: 10px 15px;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  letter-spacing: 6px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.top-kv-slider .swiper-slide .catch-ja .text span {
  color: #4297CF;
}
@media screen and (max-width: 1300px) {
  .top-kv-slider .swiper-slide .catch-en .text {
    font-size: 4.8rem;
    line-height: 54px;
    letter-spacing: 7.2px;
  }
  .top-kv-slider .swiper-slide .catch-ja {
    margin: 30px 0 0;
  }
  .top-kv-slider .swiper-slide .catch-ja .text {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper-slide .catch-en .text {
    font-size: 3.6rem;
    line-height: 40px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
  }
  .top-kv-slider .swiper-slide .catch-ja {
    gap: 5px;
    margin: 10px 0 0;
  }
  .top-kv-slider .swiper-slide .catch-ja .text {
    padding: 6px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 3.5px;
    border-radius: 6px;
  }
}

.top-kv-slider .swiper-pagination {
  display: flex;
  gap: 10px;
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}
.top-kv-slider .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #4297CF;
  opacity: 0.3;
}
.top-kv-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.top-kv-slider .swiper-pagination-fraction,
.top-kv-slider .swiper-pagination-custom,
.top-kv-slider .swiper-horizontal > .swiper-pagination-bullets,
.top-kv-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 70px;
  bottom: 0;
  width: 120px;
}
.top-kv-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-kv-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-kv-slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .top-kv-slider .swiper-pagination-fraction,
  .top-kv-slider .swiper-pagination-custom,
  .top-kv-slider .swiper-horizontal > .swiper-pagination-bullets,
  .top-kv-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
}

.top-kv-slider .scroll-down {
  position: absolute;
  left: 15px;
  bottom: 160px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 2.1px;
  transform: rotate(90deg);
  z-index: 10;
}
.top-kv-slider .scroll-down::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  margin: 10px 0 0 50px;
  background: #34383A;
  opacity: 0;
  animation: scrollDown 2s ease-in-out infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 110px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 110px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 110px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 110px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-slider .scroll-down {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 220px;
    font-size: 1rem;
    letter-spacing: 0.9px;
  }
  .top-kv-slider .scroll-down::after {
    margin: 7px 0 0 40px;
    animation: scrollDownSp 1.4s ease-in-out infinite;
  }
}
@-webkit-keyframes scrollDownSp {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 50px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 60px;
    opacity: 0;
  }
}
@keyframes scrollDownSp {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 50px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 60px;
    opacity: 0;
  }
}

.top-kv-slider .point-list {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: all 0.3s;
  z-index: 15;
}
.top-kv-slider .point-list .item {
  width: 166px;
}
@media screen and (max-width: 1300px) {
  .top-kv-slider .point-list {
    right: 30px;
    bottom: 30px;
    transform: scale(0.9, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .top-kv-slider .point-list {
    justify-content: center;
    gap: 7px;
    position: absolute;
    left: 50%;
    right: inherit;
    bottom: 30px;
    width: 100%;
    transform: translateX(-50%);
  }
  .top-kv-slider .point-list .item {
    width: 28%;
    max-width: 110px;
  }
  .top-kv-slider .point-list .item img {
    width: 100%;
  }
}


/* インフォメーション
************************************************************/
.top-information-wrap {
  background: #D2EAF1;
}
.top-information-wrap ._width-full {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
.top-information-wrap ._width-1100 .more-button {
  position: relative;
  margin: 25px auto 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-information-wrap ._width-full {
    padding: 40px 0 50px;
  }
  .top-information-wrap ._width-1100 .more-button {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .top-information {
    width: calc(100% - 50px);
    padding: 0;
    margin: 0 auto;
  }
}


/* 予約バナーセクション
************************************************************/
.top-information .reservation-banner {
  width: 900px;
  margin: 0 auto 60px;
}
.top-information .reservation-banner li:not(:last-of-type) {
  margin-bottom: 60px;
}
.top-information .reservation-banner li a {
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-information .reservation-banner {
    width: 100%;
    margin: 0 auto 30px;
  }
  .top-information .reservation-banner li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .top-information .reservation-banner li a:hover {
    opacity: 0.7;
  }
}


/* お知らせ
************************************************************/
.top-news {
  display: flex;
  position: relative;
  margin: 0 0 45px;
  border-radius: 30px;
  background: #FFF;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-news {
    flex-direction: column;
    margin: 0 auto 20px;
  }
}

.top-news .box-title {
  display: flex;
  justify-content: space-between;
  padding: 40px 52px 40px 40px;
  border-right: 1px solid rgba(66, 151, 207, 0.5);
}
.top-news .box-title h2 {
  color: #4297CF;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.top-news .box-title h2 span {
  display: block;
  padding: 15px 0 0;
  color: #34383A;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4px;
}
.top-news .box-title .button {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-news .box-title {
    align-items: center;
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid rgba(66, 151, 207, 0.5);
  }
  .top-news .box-title h2 {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
  .top-news .box-title h2 span {
    padding: 10px 0 0;
    font-size: 1.4rem;
    letter-spacing: 2.8px;
  }
  .top-news .box-title .button {
    display: block;
  }
  .top-news .box-title .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 130px;
    height: 50px;
    padding: 0 10px 0 0;
    border-radius: 50px;
    background: var(--beige, #F9F8F1);
  }
  .top-news .box-title .button a::before,
  .top-news .box-title .button a::after {
    content: "";
    position: absolute;
    top: 50%;
    background: #4297CF;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .top-news .box-title .button a::before {
    right: 19px;
    width: 13px;
    height: 3px;
  }
  .top-news .box-title .button a::after {
    right: 24px;
    width: 3px;
    height: 13px;
  }
  .top-news .box-title .button a span {
    display: block;
    position: relative;
    color: #4297CF;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: 2.1px;
  }
}

.top-news .box-content {
  padding: 40px;
}
.top-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 700px;
}
.top-news .news-list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(85, 158, 206, 0.3);
  transition: all 0.3s;
}
.top-news .news-list li time {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.4px;
  opacity: 0.5;
  transition: all 0.3s;
}
.top-news .news-list li .category {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 2.1px;
  background: #ADD059;
}
.top-news .news-list li .title {
  width: 460px;
  line-height: 1;
  letter-spacing: 2.4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news .box-content {
    padding: 15px 25px 30px;
  }
  .top-news .news-list {
    gap: 15px;
    width: 100%;
  }
  .top-news .news-list li a {
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  .top-news .news-list li time {
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .top-news .news-list li .category {
    font-size: 1.1rem;
    letter-spacing: 1.65px;
  }
  .top-news .news-list li .title {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
}
@media screen and (min-width: 769px) {
  .top-news .news-list li a:hover {
    border-bottom: 1px solid rgb(85, 158, 206);
  }
  .top-news .news-list li a:hover time {
    opacity: 1;
  }
  .top-news .news-list li a:hover .title {
    color: #4297CF;
  }
}

.top-news .box-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px 30px 30px 0px;
  background: #F9F8F1;
}
.top-news .box-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top-news .box-more a span {
  display: block;
  position: relative;
  padding: 30px 0 0;
  color: #4297CF;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 2.1px;
}
.top-news .box-more a span::before,
.top-news .box-more a span::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #4297CF;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.top-news .box-more a span::before {
  top: 0;
  width: 24px;
  height: 3px;
}
.top-news .box-more a span::after {
  top: -10px;
  width: 3px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .top-news .box-more {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .top-news .box-more a:hover span::before,
  .top-news .box-more a:hover span::after {
    transform: translateX(-50%) rotate(180deg);
  }
}


/* バナーセクション
************************************************************/
.top-banner {
  position: relative;
}
.top-banner::before {
  content: "";
  position: absolute;
  left: -330px;
  bottom: -280px;
  width: 910px;
  height: 910px;
  background: url('../images/top/infp_bk.png');
  background-size: cover;
}
.top-banner .banner-slider {
  position: relative;
  margin: 100px auto 10px;
}
.top-banner .banner-slider .swiper {
  position: relative;
  width: 100%;
  padding: 0 0 70px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
.top-banner .banner-slider .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 180px;
  opacity: 1;
  border-radius: 10px;
}
.top-banner .banner-slider .swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}
.top-banner .banner-slider .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #4297CF;
}
.top-banner .banner-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4297CF;
}
.top-banner .banner-slider .swiper-pagination-fraction,
.top-banner .banner-slider .swiper-pagination-custom,
.top-banner .banner-slider .swiper-horizontal > .swiper-pagination-bullets,
.top-banner .banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50%;
  bottom: 30px;
  width: 90%;
  transform: translateX(-50%);
}
.top-banner .banner-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-banner .banner-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .top-banner {
    height: 150px;
  }
  .top-banner::before {
    left: -120px;
    bottom: -20px;
    width: 423px;
    height: 423px;
  }
  .top-banner .banner-slider {
    position: relative;
    margin: 50px auto 0;
  }
  .top-banner .banner-slider .swiper-slide {
    width: auto;
    height: 75px;
    margin: 0 5px;
  }
  .top-banner .banner-slider .swiper-slide .image {
    width: auto;
    height: 75px;
  }
  .top-banner .banner-slider .swiper-slide .image img {
    width: auto;
    height: 75px;
  }
  .top-banner .banner-slider .swiper-pagination-fraction,
  .top-banner .banner-slider .swiper-pagination-custom,
  .top-banner .banner-slider .swiper-horizontal > .swiper-pagination-bullets,
  .top-banner .banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }
}


/* CLINIC
************************************************************/
.top-clinic {
  
}
.top-clinic-content {
  display: flex;
  justify-content: space-between;
  gap: 140px;
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.top-clinic-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  border-radius: 0px 30px 30px 0px;
  background: #fff;
}
.top-clinic-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-clinic {
    width: 100%;
    padding: 0;
  }
  .top-clinic-content {
    flex-direction: column;
    gap: 0;
    width: 94%;
    padding: 40px 25px;
    border-radius: 0px 30px 30px 0px;
  }
  .top-clinic-content::before,
  .top-clinic-content::after {
    content: none;
  }
}

.top-clinic .content-left {
  position: relative;
  width: 460px;
}
.top-clinic .content-left h2 {
  width: fit-content;
  padding: 0 0 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-clinic .content-left h2::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 230px;
  height: 1px;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-size: cover;
}
.top-clinic .content-left h3 {
  padding: 0 0 25px;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
}
.top-clinic .content-left .address {
  padding: 0 0 50px;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
.top-clinic .line-banner {
  margin: 0 0 30px;
}
.top-clinic .line-banner a {
  transition: all 0.3s;
}
.top-clinic .sns-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top-clinic .sns-list .caption {
  position: relative;
  padding: 0 30px 0 0;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 74px;
  letter-spacing: 0.85px;
  z-index: 2;
}
.top-clinic .sns-list .caption::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url('../images/top/arrow_double.svg');
  background-size: cover;
  transform: translateY(-50%);
}
.top-clinic .sns-list .caption::after {
  content: none;
}
.top-clinic .sns-list .instagram a,
.top-clinic .sns-list .twitter a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(66, 151, 207, 0.2);
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
}
.top-clinic .sns-list .instagram a img,
.top-clinic .sns-list .twitter a img {
  width: 30px;
  height: 30px;
}
.top-clinic .sns-list .tiktok {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 62px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 74px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(66, 151, 207, 0.2);
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
}
.top-clinic .sns-list .tiktok span {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .top-clinic .content-left {
    width: 100%;
  }
  .top-clinic .content-left h2 {
    padding: 0 0 25px;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
  .top-clinic .content-left h2::before {
    width: 37%;
  }
  .top-clinic .content-left h3 {
    padding: 0 0 15px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .top-clinic .content-left .address {
    padding: 0 0 50px;
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
  .top-clinic .line-banner {
    margin: 35px 0 0;
  }
  .top-clinic .sns-list {
    flex-direction: column;
  }
  .top-clinic .sns-list .icon-box {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }
  .top-clinic .sns-list .caption {
    width: fit-content;
    padding: 0 30px 0;
    margin: 25px auto 16px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.6px;
    text-align: center;
  }
  .top-clinic .sns-list .caption::before {
    width: 20px;
    height: 20px;
    background: url('../images/common/arrow_double_shita.svg');
    background-size: cover;
  }
  .top-clinic .sns-list .caption::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/common/arrow_double_shita.svg');
    background-size: cover;
    transform: translateY(-50%);
  }
  .top-clinic .sns-list .instagram a,
  .top-clinic .sns-list .twitter a {
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 12.90322px 0px rgba(0, 0, 0, 0.05);
  }
  .top-clinic .sns-list .instagram a img,
  .top-clinic .sns-list .twitter a img {
    width: 24px;
    height: 24px;
  }
  .top-clinic .sns-list .tiktok {
    width: 140px;
    height: 50px;
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    border-radius: 26px;
    box-shadow: 0px 0px 12.90322px 0px rgba(0, 0, 0, 0.05);
  }
  .top-clinic .sns-list .tiktok span {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
}
@media screen and (min-width: 769px) {
  .top-clinic .line-banner a:hover {
    opacity: 0.7;
  }
  .top-clinic .sns-list .instagram a:hover,
  .top-clinic .sns-list .twitter a:hover,
  .top-clinic .sns-list .tiktok:hover {
    border: 1px solid rgb(66, 151, 207);
  }
}

.top-clinic .content-right {
  width: 500px;
}
.top-clinic .monthly-schedule {
  padding: 0 0 60px;
}
.top-clinic .monthly-schedule .item h3 {
  position: relative;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto 40px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
}
.top-clinic .monthly-schedule .item h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-size: cover;
  transform: translateY(-50%);
}
.top-clinic .monthly-schedule .item h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-size: cover;
  transform: translateY(-50%);
}
.top-clinic .monthly-schedule .item h3 span {
  padding: 0 0 0 15px;
  color: #4297CF;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.top-clinic .monthly-schedule .item ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.top-clinic .monthly-schedule .item ul .more-button {
  width: calc(50% - 10px);
  margin: 0;
}
.top-clinic .monthly-schedule .item ul .more-button a {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-clinic .content-right {
    width: 100%;
  }
  .top-clinic .monthly-schedule {
    padding: 0 0 50px;
  }
  .top-clinic .monthly-schedule .item h3 {
    margin: 0 auto 20px;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
  .top-clinic .monthly-schedule .item h3 span {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .top-clinic .monthly-schedule .item ul {
    gap: 10px;
  }
  .top-clinic .monthly-schedule .item ul .more-button {
    width: calc(50% - 5px);
  }
}


/* FEATURE
************************************************************/
.top-feature {
  padding: 80px 0 140px;
  background: #F9F8F1;
  overflow: hidden;
}
.top-feature h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top-feature h2::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 5px;
  width: 220px;
  height: 118px;
  background: url('../images/top/sec01_point12.svg') no-repeat;
  background-size: cover;
  z-index: 5;
}
.top-feature h2 .en {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 0 10px;
  font-size: 7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 10.5px;
  text-transform: uppercase;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.top-feature h2 .ja {
  display: block;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4.8px;
}
.top-feature h2 .ja span {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background: linear-gradient(120deg, #ABE490 0%, #63D2B1 48.96%, #4CA7E2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 50px 0;
  }
  .top-feature h2 {
    margin: 0 auto 50px;
  }
  .top-feature h2::before {
    right: -57px;
    bottom: 27px;
    width: 106.275px;
    height: 60px;
    z-index: 2;
  }
  .top-feature h2 .en {
    margin: 0 0 10px;
    font-size: 3.6rem;
    letter-spacing: 5.4px;
  }
  .top-feature h2 .ja {
    font-size: 1.6rem;
    letter-spacing: 3.2px;
  }
  .top-feature h2 .ja span {
    font-size: 3.6rem;
    letter-spacing: 3.6px;
  }
}

.top-feature-section {
  display: flex;
  flex-direction: column;
  gap: 160px;
  margin: 80px auto 0;
}
.top-feature-section .section.-z20 {
  position: relative;
  z-index: 20;
}
.top-feature-section .section.-z15 {
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .top-feature-section {
    gap: 0;
    margin: 0 auto;
  }
}
.top-feature-section .sub-section-01 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.top-feature-section .sub-section-01::before {
  content: "";
  position: absolute;
  top: 160px;
  right: -340px;
  width: 1050px;
  height: 1050px;
  background: url('../images/top/sec01_bk_02.png') no-repeat;
  background-size: cover;
}
.top-feature-section .section.-i-02 .sub-section-01 {
  flex-direction: row-reverse;
}
.top-feature-section .section.-i-02 .sub-section-01::before {
  top: 160px;
  left: -340px;
  right: inherit;
  background: url('../images/top/sec01_bk_02_green.png') no-repeat;
  background-size: cover;
}
.top-feature-section .section.-i-02 .sub-section-01 .content-left::before {
  content: "FOR Women";
  left: -15px;
  width: fit-content;
  white-space: nowrap;
}
.top-feature-section .section.-i-02 .sub-section-01 .content-left::after {
  top: -220px;
  left: inherit;
  right: -110px;
  width: 550px;
  height: 646px;
  background: url('../images/top/sec01_bk_01_green.png');
  background-size: cover;
}
.top-feature-section .section.-i-02 .sub-section-01 .content-left h3 .ja .catch span {
  color: #ADD059;
}
.top-feature-section .section.-i-02 .sub-section-01 .content-left .more-button a {
  position: relative;
  background: #ADD059;
  z-index: 10;
}
.top-feature-section .section.-i-02 .sub-section-01 .content-right .number {
  left: 25px;
  right: inherit;
}
.top-feature-section .section.-i-03 .sub-section-01 .content-left::before {
  content: "comfortable";
}
@media screen and (max-width: 768px) {
  .top-feature-section .sub-section-01 {
    flex-direction: column-reverse;
  }
  .top-feature-section .sub-section-01::before {
    top: inherit;
    right: -240px;
    bottom: -440px;
    width: 500px;
    height: 500px;
  }
  .top-feature-section .section.-i-02 .sub-section-01 {
    flex-direction: column-reverse;
    margin: 50px auto 0;
  }
  .top-feature-section .section.-i-02 .sub-section-01::before {
    top: inherit;
    left: -240px;
    bottom: -440px;
    width: 500px;
    height: 500px;
  }
  .top-feature-section .section.-i-02 .sub-section-01 .content-left::before {
    top: -25px;
    left: 50%;
    right: inherit;
    font-size: 6.4rem;
    letter-spacing: 9.6px;
    transform: translateX(-50%);
  }
  .top-feature-section .section.-i-02 .sub-section-01 .content-left::after {
    top: -208px;
    left: inherit;
    right: -174px;
    width: 315px;
    height: 408px;
    background: url('../images/top/sec01_bk_01_green_sp.png');
    background-size: cover;
  }
  .top-feature-section .section.-i-02 .sub-section-01 .content-right .number {
    left: inherit;
    right: -10px;
    width: 90px;
    max-width: auto;
    min-width: auto;
    height: 90px;
  }
  .top-feature-section .section.-i-03 .sub-section-01 {
    margin: 50px auto 0;
  }
}

.top-feature-section .sub-section-01 .content-left {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 810px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left::before {
  content: "SPECIALTY";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 19.2px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F2E9CA 0%, #F8F4E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left::after {
  content: "";
  position: absolute;
  top: -224px;
  left: -140px;
  width: 550px;
  height: 646px;
  background: url('../images/top/sec01_bk_01.png');
  background-size: cover;
  z-index: -1;
}
.top-feature-section .sub-section-01 .content-left h3 .en {
  display: block;
  position: relative;
  width: fit-content;
  padding: 0 0 15px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left h3 .en::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url('../images/common/grd_01.svg');
  background-size: cover;
  transform: translateX(-50%);
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left h3 .ja {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left h3 .ja .catch {
  width: fit-content;
  padding: 0 15px;
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 4.5px;
  text-align: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.top-feature-section .sub-section-01 .content-left h3 .ja .catch span {
  color: #4297CF;
}
.top-feature-section .sub-section-01 .content-left .text {
  position: relative;
  width: 500px;
  padding: 4% 0 3%;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 2.55px;
  text-align: left;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-left .more-button {
  position: relative;
  z-index: 1;
}
.top-feature-section .sub-section-01 .content-right {
  flex-shrink: 1;
  position: relative;
  width: 810px;
}
.top-feature-section .sub-section-01 .content-right .image {
  position: relative;
}
.top-feature-section .sub-section-01 .content-right .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.top-feature-section .sub-section-01 .content-right .image img {
  border-radius: 52px;
}
.top-feature-section .sub-section-01 .content-right .number {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 8vw;
  max-width: 134px;
  min-width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-feature-section .sub-section-01 .content-left {
    width: calc(100% - 50px);
    margin: 40px auto 0;
  }
  .top-feature-section .sub-section-01 .content-left::before {
    top: -25px;
    left: 50%;
    right: inherit;
    font-size: 6.4rem;
    letter-spacing: 9.6px;
    transform: translateX(-50%);
  }
  .top-feature-section .sub-section-01 .content-left::after {
    top: -208px;
    left: -124px;
    width: 315px;
    height: 408px;
    background: url('../images/top/sec01_bk_01_sp.png');
    background-size: cover;
  }
  .top-feature-section .sub-section-01 .content-left h3 .en {
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
  .top-feature-section .sub-section-01 .content-left h3 .ja {
    gap: 5px;
  }
  .top-feature-section .sub-section-01 .content-left h3 .ja .catch {
    padding: 8px 15px;
    font-size: 1.8rem;
    letter-spacing: 2.7px;
    border-radius: 6px;
  }
  .top-feature-section .sub-section-01 .content-left .text {
    width: 100%;
    padding: 30px 0 20px;
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
  .top-feature-section .sub-section-01 .content-right {
    width: calc(100% - 50px);
    margin: 0 auto;
    z-index: 1;
  }
  .top-feature-section .sub-section-01 .content-right .image::before {
    border-radius: 40px;
  }
  .top-feature-section .sub-section-01 .content-right .image img {
    border-radius: 42px;
  }
  .top-feature-section .sub-section-01 .content-right .number {
    right: -10px;
    width: 79px;
    max-width: auto;
    min-width: auto;
    height: 87.119px;
  }
}

.top-feature-section .sub-section-02 {
  position: relative;
  margin: 50px auto 0;
  z-index: 10;
}
.top-feature-section .sub-section-02 ._width-1100 {
  position: relative;
}
.top-feature-section .sub-section-02 ._width-1100::before {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  width: 150px;
  height: 500px;
  border-radius: 0px 30px 30px 0px;
  background: #fff;
}
.top-feature-section .sub-section-02 ._width-1100::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 500px;
  background: #fff;
}
.top-feature-section .section.-i-02 .sub-section-02 ._width-1100::before {
  left: -150px;
  right: inherit;
  border-radius: 30px 0 0 30px;
}
.top-feature-section .section.-i-02 .sub-section-02 ._width-1100::after {
  left: inherit;
  right: -1000px;
}
.top-feature-section .sub-section-02 .content {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
}
.top-feature-section .sub-section-02 .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 500px;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-feature-section .sub-section-02 ._width-1100 {
    padding: 0 4% 0 0;
  }
  .top-feature-section .sub-section-02 ._width-1100::before,
  .top-feature-section .sub-section-02 ._width-1100::after,
  .top-feature-section .section.-i-02 .sub-section-02 ._width-1100::before,
  .top-feature-section .section.-i-02 .sub-section-02 ._width-1100::after {
    content: none;
  }
  .top-feature-section .sub-section-02 .content {
    padding: 40px 0;
  }
  .top-feature-section .sub-section-02 .content::before {
    height: 100%;
    border-radius: 0px 30px 30px 0px;
  }
}

.top-feature-section .sub-section-02 .feature-head h3 .en {
  display: block;
  position: relative;
  width: fit-content;
  padding: 0 0 15px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.top-feature-section .sub-section-02 .feature-head h3 .en::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url('../images/common/grd_01.svg');
  background-size: cover;
  transform: translateX(-50%);
  z-index: 1;
}
.top-feature-section .sub-section-02 .feature-head h3 .ja {
  display: block;
  position: relative;
  padding: 0 0 40px;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4.8px;
  text-align: center;
}
.top-feature-section .sub-section-02 .feature-head h3 .ja::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 225px;
  height: 116px;
  background: url('../images/top/sec01_points.svg') no-repeat;
  background-size: cover;
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-head h3 .ja::before {
  content: "";
  left: inherit;
  right: 0;
  width: 202px;
  height: 121px;
  background: url('../images/top/sec01_check.svg') no-repeat;
  background-size: cover;
}
.top-feature-section .sub-section-02 .feature-head h3 .ja span {
  color: #4297CF;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 100%;
  letter-spacing: 4.8px;
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-head h3 .ja span {
  color: #ADD059;
}
.top-feature-section .sub-section-02 .feature-head .text {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 2.55px;
}
@media screen and (max-width: 768px) {
  .top-feature-section .sub-section-02 .feature-head h3 .en {
    padding: 0 0 10px;
    margin: 0 auto 15px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
  .top-feature-section .sub-section-02 .feature-head h3 .ja {
    padding: 0 0 20px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 2.7px;
  }
  .top-feature-section .sub-section-02 .feature-head h3 .ja::before {
    top: -90px;
    left: 10px;
    width: 117px;
    height: 60px;
  }
  .top-feature-section .section.-i-02 .sub-section-02 .feature-head h3 .ja::before {
    top: -90px;
    right: -10px;
    width: 100.782px;
    height: 60px;
  }
  .top-feature-section .sub-section-02 .feature-head h3 .ja span {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 2.7px;
  }
  .top-feature-section .sub-section-02 .feature-head .text {
    width: calc(100% - 50px);
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
}

.top-feature-section .sub-section-02 .feature-list {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  margin: 50px auto 0;
}
.top-feature-section .sub-section-02 .feature-list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 347px;
  height: 357px;
}
.top-feature-section .sub-section-02 .feature-list .item:first-child .image-area {
  background-image: url('../images/top/sec01_img_02.jpg');
}
.top-feature-section .sub-section-02 .feature-list .item:nth-child(2) .image-area {
  background-image: url('../images/top/sec01_img_03.jpg');
}
.top-feature-section .sub-section-02 .feature-list .item:nth-child(3) .image-area {
  background-image: url('../images/top/sec01_img_04.jpg');
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-list .item:first-child .image-area {
  background-image: url('../images/top/sec01_img_06.jpg');
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-list .item:nth-child(2) .image-area {
  background-image: url('../images/top/sec01_img_07.jpg');
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-list .item:nth-child(3) .image-area {
  background-image: url('../images/top/sec01_img_08.jpg');
}
.top-feature-section .section.-i-03 .sub-section-02 .feature-list .item:first-child .image-area {
  background-image: url('../images/top/sec01_img_10.jpg');
}
.top-feature-section .section.-i-03 .sub-section-02 .feature-list .item:nth-child(2) .image-area {
  background-image: url('../images/top/sec01_img_11.jpg');
}
.top-feature-section .section.-i-03 .sub-section-02 .feature-list .item:nth-child(3) .image-area {
  background-image: url('../images/top/sec01_img_12.jpg');
}
.top-feature-section .sub-section-02 .feature-list .item .image-area {
  position: relative;
  width: 327px;
  height: 243px;
  margin: 0 0 0 auto;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-feature-section .sub-section-02 .feature-list .item .image-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  background: transparent;
  background-clip: border-box;
  box-sizing: border-box;
}
.top-feature-section .sub-section-02 .feature-list .item .image-area .number {
  display: block;
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 5px;
  text-align: right;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  width: fit-content;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 45.42%, #ABE490 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-feature-section .sub-section-02 .feature-list .item .image-area .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 1;
}
.top-feature-section .sub-section-02 .feature-list .item .image-area .title .catch {
  display: block;
  width: fit-content;
  padding: 7px 15px 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.7px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.top-feature-section .sub-section-02 .feature-list .item .image-area .title .catch span {
  color: #4297CF;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.7px;
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-list .item .image-area .title .catch span {
  color: #ADD059;
}
.top-feature-section .section.-i-02 .sub-section-02 .feature-list .item .more-button a {
  background: #ADD059;
}
@media screen and (max-width: 768px) {
  .top-feature-section .sub-section-02 .feature-list {
    flex-direction: column;
    gap: 40px;
    margin: 40px auto 0;
  }
  .top-feature-section .sub-section-02 .feature-list .item {
    width: calc(100% - 70px);
    height: auto;
    margin: 0 auto;
  }
  .top-feature-section .sub-section-02 .feature-list .item .image-area {
    width: 100%;
    height: 215.62px;
    margin: 0 auto;
  }
  .top-feature-section .sub-section-02 .feature-list .item .image-area .title .catch {
    padding: 7px 10px;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    border-radius: 6px;
  }
  .top-feature-section .sub-section-02 .feature-list .item .image-area .title .catch span {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
  .top-feature-section .sub-section-02 .feature-list .item .more-button {
    margin: 30px auto 0;
  }
}

/* GREETING
************************************************************/
.top-greeting {
  padding: 0 2.6% 100px;
  background: #F9F8F1;
  overflow: hidden;
}
.top-greeting ._width-full {
  position: relative;
  width: 100%;
  padding: 100px 0 120px;
}
.top-greeting ._width-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: url('../images/top/sec02_bk_01.png') no-repeat, linear-gradient(96deg, #4CA7E2 0%, #63D2B1 45.42%, #ABE490 90.84%);
  background-size: contain;
  opacity: 0.5;
}
.top-greeting ._width-full::after {
  content: "GREETING";
  position: absolute;
  left: 50px;
  bottom: 35px;
  font-size: 12.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 19.2px;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 45.42%, #ABE490 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  z-index: 0;
}
.top-greeting ._width-1100 {
  position: relative;
}
.top-greeting-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 0;
  }
  .top-greeting ._width-full {
    padding: 50px 25px 80px;
  }
  .top-greeting ._width-full::before {
    background: url('../images/top/sec02_bk_01_sp.png') no-repeat left, linear-gradient(90deg, #4CA7E2 0%, #63D2B1 45.42%, #ABE490 90.84%);
    background-size: cover;
  }
  .top-greeting ._width-full::after {
    left: 50%;
    bottom: 10px;
    font-size: 6.4rem;
    letter-spacing: 9.6px;
    transform: translateX(-50%);
  }
  .top-greeting-content {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.top-greeting-content .content-left {
  width: 460px;
}
.top-greeting-content .content-left h2 {
  margin: 0 0 75px;
  color: #FFF;
  font-size: 7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 10.5px;
  text-transform: uppercase;
}
.top-greeting-content .content-left h2 span {
  display: block;
  padding: 15px 0 0 30px;
  color: #FFF;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4.8px;
}
.top-greeting-content .doctor-box {
  margin: 0 0 50px;
}
.top-greeting-content .doctor-box .in-a {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: url('../images/top/sec_02_img_01.jpg') no-repeat;
  background-size: cover;
}
.top-greeting-content .doctor-box .in-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 380px;
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-radius: 380px;
  box-sizing: border-box;
}
.top-greeting-content .doctor-box .in-b {
  position: absolute;
  right: -100px;
  bottom: -40px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.top-greeting-content .doctor-box .in-b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  background-clip: padding-box;
  transform: translate(-50%, -50%);
}
.top-greeting-content .doctor-box .in-c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.top-greeting-content .doctor-box .in-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(96deg, #4CA7E2 0%, #53D2AC 90.84%);
  opacity: 0.6;
  transform: translate(-50%, -50%);
}
.top-greeting-content .doctor-box .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.top-greeting-content .doctor-box .clinic-name {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid;
  border-image: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 45.42%, #ABE490 90.84%) 1;
}
.top-greeting-content .doctor-box .clinic-name p {
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-align: center;
  background: linear-gradient(96deg, #4CA7E2 0%, #53D2AC 90.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-greeting-content .doctor-box .doctor-name {
  color: #4297CF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.4px;
}
.top-greeting-content .doctor-box .doctor-name span {
  padding: 0 10px 0 0;
  color: #34383A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
}
.top-greeting-content .content-left .more-button a {
  margin: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .top-greeting-content .content-left {
    width: 100%;
  }
  .top-greeting-content .content-left h2 {
    display: none;
  }
  .top-greeting-content .doctor-box {
    margin: 0 auto;
  }
  .top-greeting-content .doctor-box .in-a {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  .top-greeting-content .doctor-box .in-a::before {
    width: 250px;
    height: 250px;
    border: 6px solid rgba(255, 255, 255, 0.7);
  }
  .top-greeting-content .doctor-box .in-b {
    left: 85%;
    right: inherit;
    bottom: -40px;
    width: 160px;
    height: 160px;
    transform: translateX(-50%);
  }
  .top-greeting-content .doctor-box .in-b::before {
    width: 160px;
    height: 160px;
  }
  .top-greeting-content .doctor-box .in-c {
    width: 160px;
    height: 160px;
  }
  .top-greeting-content .doctor-box .in-c::before {
    width: 150px;
    height: 150px;
  }
  .top-greeting-content .doctor-box .profile {
    width: 148px;
    height: 148px;
  }
  .top-greeting-content .doctor-box .clinic-name {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .top-greeting-content .doctor-box .doctor-name {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .top-greeting-content .content-left .more-button a {
    margin: 60px auto 10px;
  }
}

.top-greeting-content .content-right {
  position: relative;
  width: 580px;
  z-index: 1;
}
.top-greeting-content .content-right::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -270px;
  width: 497px;
  height: 515px;
  background: url('../images/top/symbol.svg');
  background-size: cover;
}
.top-greeting-content .content-right h2 {
  display: none;
}
.top-greeting-content .content-right .description {
  position: relative;
  padding: 80px 0 0;
}
.top-greeting-content .content-right .description p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 2.55px;
}
@media screen and (max-width: 768px) {
  .top-greeting-content .content-right {
    width: 100%;
  }
  .top-greeting-content .content-right::before {
    top: 20px;
    right: -90px;
    width: 282.355px;
    height: 292.589px;
  }
  .top-greeting-content .content-right h2 {
    display: block;
    margin: 0 0 40px;
    color: #FFF;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }
  .top-greeting-content .content-right h2 span {
    display: block;
    padding: 15px 0 0;
    color: #FFF;
    font-size: 1.4rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1;
    letter-spacing: 2.8px;
  }
  .top-greeting-content .content-right .description {
    padding: 0;
  }
  .top-greeting-content .content-right .description p {
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
}


/* loop-slider
************************************************************/
.top-loop ._width-full {
  background: #F9F8F1;
}
.top-loop .loop-slider {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  padding: 0 0 80px;
  overflow: hidden;
}
.top-loop .loop-slider ul {
  flex-shrink: 0;
  display: flex;
  gap: 60px;
  width: auto;
  height: 320px;
  padding: 0;
}
.top-loop .loop-slider ul:first-child {
  animation: topLoopSlide01 120s -60s linear infinite;
}
@-webkit-keyframes topLoopSlide01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes topLoopSlide01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-loop .loop-slider ul:last-child {
  animation: topLoopSlide02 120s linear infinite;
}
@-webkit-keyframes topLoopSlide02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes topLoopSlide02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-loop .loop-slider ul li {
  display: inline-block;
  text-align: center;
}
.top-loop .loop-slider ul li:first-child {
  margin: 0 0 0 60px;
}
.top-loop .loop-slider ul li img {
  display: block;
  width: auto;
  height: 320px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .top-loop .loop-slider {
    padding: 50px 0;
  }
  .top-loop .loop-slider ul {
    gap: 30px;
    height: 200px;
  }
  .top-loop .loop-slider ul li:first-child {
    margin: 0 0 0 20px;
  }
  .top-loop .loop-slider ul li img {
    height: 200px;
    border-radius: 30px;
  }
}


/* MENU
************************************************************/
.top-menu {
  position: relative;
  padding: 100px 0 0;
  background: linear-gradient(270deg, #D4EFD6 0%, #D2EAF1 100%);
  overflow: hidden;
}
.top-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, rgba(249, 248, 241, 0) 0%, #F9F8F1 100%);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-menu {
    padding: 50px 0 0;
  }
}

.top-menu-section-01 {
  position: relative;
}
.top-menu-section-01 ._width-1100 {
  position: relative;
}
.top-menu-section-01 ._width-1100::before {
  content: "";
  position: absolute;
  top: 45px;
  left: -1100px;
  width: 1500px;
  height: 1000px;
  border-radius: 0px 300px 0px 0px;
  background-image: url('../images/top/sec03_bk_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.top-menu-section-01 h2 {
  padding: 0 0 20px;
  color: #4297CF;
  font-size: 7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 10.5px;
  text-align: center;
  text-transform: uppercase;
}
.top-menu-section-01 h2 span {
  display: block;
  padding: 15px 0 0;
  color: #34383A;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-menu-section-01 ._width-1100 {
    padding: 0;
  }
  .top-menu-section-01 ._width-1100::before {
    position: absolute;
    top: 90px;
    left: 0;
    width: 96%;
    height: 230px;
    border-radius: 0px 150px 0px 0px;
    background-image: url('../images/top/sec03_bk_01_sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-menu-section-01 h2 {
    position: relative;
    padding: 0 0 230px;
    font-size: 3.6rem;
    letter-spacing: 5.4px;
    z-index: 1;
  }
  .top-menu-section-01 h2 span {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

.top-menu-section-01 .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  position: relative;
  top: 40px;
  width: 910px;
  padding: 80px 0 80px 80px;
  margin: 0 0 0 auto;
  border-radius: 30px 0px 0px 30px;
  background: #fff;
}
.top-menu-section-01 .menu-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: -910px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
}
.top-menu-section-01 .menu-list .item {
  width: 250px;
}
.top-menu-section-01 .menu-list .item a {
  width: 100%;
}
.top-menu-section-01 .menu-list .item .image {
  display: block;
  position: relative;
  width: 250px;
  height: 167px;
}
.top-menu-section-01 .menu-list .item .image::before {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: center;
  background-size: cover;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  z-index: 1;
}
.top-menu-section-01 .menu-list .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #4297CF;
  opacity: 0;
  transition: all 0.3s;
}
.top-menu-section-01 .menu-list .item .image img {
  border-radius: 20px;
  transition: all 0.3s;
}
.top-menu-section-01 .menu-list .item h3 .ja {
  display: block;
  padding: 15px 0 10px;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 2.7px;
  transition: all 0.3s;
}
.top-menu-section-01 .menu-list .item h3 .en {
  display: block;
  color: #4297CF;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .top-menu-section-01 .menu-list {
    gap: 40px 25px;
    top: inherit;
    width: 100%;
    padding: 40px 25px;
    border-radius: 30px 0px 0px 30px;
  }
  .top-menu-section-01 .menu-list::before {
    content: none;
  }
  .top-menu-section-01 .menu-list .item {
    width: calc((100% - 25px) / 2);
  }
  .top-menu-section-01 .menu-list .item a {
    display: block;
    height: auto;
  }
  .top-menu-section-01 .menu-list .item .image {
    width: 100%;
    height: auto;
  }
  .top-menu-section-01 .menu-list .item .image::before {
    content: none;
  }
  .top-menu-section-01 .menu-list .item .image::after {
    content: none;
  }
  .top-menu-section-01 .menu-list .item h3 .ja {
    padding: 13px 0 9px;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 2.1px;
  }
  .top-menu-section-01 .menu-list .item h3 .en {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .top-menu-section-01 .menu-list .item a:hover .image::before {
    opacity: 1;
  }
  .top-menu-section-01 .menu-list .item a:hover .image::after {
    opacity: 0.5;
  }
  .top-menu-section-01 .menu-list .item a:hover h3 .ja {
    color: #4297CF;
  }
}


.top-menu-section-02 {
  padding: 135px 0 140px;
  background: url('../images/top/sec03_bk_02.png') no-repeat right, linear-gradient(270deg, #D4EFD6 0%, #D2EAF1 100%);
  background-size: contain;
}
.top-menu-section-02 h3 {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
  color: #4297CF;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
.top-menu-section-02 h3 span {
  padding: 0 0 0 10px;
  color: #34383A;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-menu-section-02 {
    padding: 60px 0;
    background: url('../images/top/sec03_bk_02_sp.png') no-repeat right, linear-gradient(270deg, #D4EFD6 0%, #D2EAF1 100%);
    background-size: cover;
  }
  .top-menu-section-02 h3 {
    margin: 0 0 30px;
    font-size: 3.6rem;
    letter-spacing: 5.4px;
  }
  .top-menu-section-02 h3 span {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

.top-menu-section-02 .tab-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.top-menu-section-02 .tab-selector {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  border-radius: 70px;
  background: #fff;
}
.top-menu-section-02 .tab-selector::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: 60px;
  border-radius: 30px;
  background: #F5F5F5;
  transform: translate(-50%, -50%);
}
.top-menu-section-02 .tab-selector .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 60px;
  border-radius: 30px;
  background: #F5F5F5;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.top-menu-section-02 .tab-selector .item.-i-01 {
  color: #4297CF;
}
.top-menu-section-02 .tab-selector .item.-i-01 span {
  color: #4297CF;
}
.top-menu-section-02 .tab-selector .item.-i-02 {
  color: #ADD059;
}
.top-menu-section-02 .tab-selector .item.-i-02 span {
  color: #ADD059;
}
.top-menu-section-02 .tab-selector .item .en {
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.3px;
}
.top-menu-section-02 .tab-selector input[type="radio"] {
  display: none;
}
.top-menu-section-02 .tab-selector .item:has(input[type="radio"]:checked) {
  color: #fff;
}
.top-menu-section-02 .tab-selector .item:has(input[type="radio"]:checked) span {
  color: #fff;
}
.top-menu-section-02 .tab-selector .item:has(input[type="radio"]:checked).-i-01 {
  background: #4297CF;
}
.top-menu-section-02 .tab-selector .item:has(input[type="radio"]:checked).-i-02 {
  background: #ADD059;
}
@media screen and (max-width: 768px) {
  .top-menu-section-02 .tab-selector::before {
    height: 54px;
  }
  .top-menu-section-02 .tab-selector {
    padding: 8px;
    gap: 0;
  }
  .top-menu-section-02 .tab-selector .item {
    flex-direction: column;
    height: 54px;
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
  .top-menu-section-02 .tab-selector .item .en {
    padding: 5px 0 0;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 330px) {
  .top-menu-section-02 .tab-selector .item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .top-menu-section-02 .tab-selector .item:hover {
    color: #fff;
  }
  .top-menu-section-02 .tab-selector .item:hover span {
    color: #fff;
  }
  .top-menu-section-02 .tab-selector .item:hover.-i-01 {
    background: #4297CF;
  }
  .top-menu-section-02 .tab-selector .item:hover.-i-02 {
    background: #ADD059;
  }
}

.top-menu-section-02 .tab-panel {
  display: none;
  padding: 40px 0 0;
  transition: all 1s;
}
.top-menu-section-02 .tab-panel.is-active {
  display: block;
  animation: appear 1s;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-menu-section-02 .tab-panel.-i-01 ul li a::before {
  background: #4297CF;
}
.top-menu-section-02 .tab-panel.-i-01 ul li a span::before {
  content: "stomach disease";
  color: #4297CF;
}
.top-menu-section-02 .tab-panel.-i-02 ul li a::before {
  background: #ADD059;
}
.top-menu-section-02 .tab-panel.-i-02 ul li a span::before {
  content: "coloproctology disease";
  color: #ADD059;
}
.top-menu-section-02 .tab-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top-menu-section-02 .tab-panel ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  padding: 1px;
  border-radius: 9px;
}
.top-menu-section-02 .tab-panel ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  opacity: 0;
  transition: all 0.3s;
}
.top-menu-section-02 .tab-panel ul li a {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 78px;
  padding: 0 0 20px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.top-menu-section-02 .tab-panel ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.top-menu-section-02 .tab-panel ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url('../images/common/arrow_wh.svg');
  background-size: cover;
  transform: translateY(-50%);
}
.top-menu-section-02 .tab-panel ul li a span {
  position: relative;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 1.8px;
}
.top-menu-section-02 .tab-panel ul li a span::before {
  display: block;
  position: relative;
  left: -5px;
  padding: 0 0 15px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .top-menu-section-02 .tab-panel {
    padding: 20px 0 0;
  }
  .top-menu-section-02 .tab-panel ul {
    gap: 8px;
  }
  .top-menu-section-02 .tab-panel ul li {
    width: calc((100% - 8px) / 2);
    padding: 0;
    border-radius: 8px;
  }
  .top-menu-section-02 .tab-panel ul li::before {
    content: none;
  }
  .top-menu-section-02 .tab-panel ul li a {
    height: 60px;
    padding: 10px 10px 15px;
    border: none;
  }
  .top-menu-section-02 .tab-panel ul li a::before {
    right: 12px;
    width: 15px;
    height: 15px;
  }
  .top-menu-section-02 .tab-panel ul li a::after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
  .top-menu-section-02 .tab-panel ul li a span {
    padding: 0 0 0 5px;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
  .top-menu-section-02 .tab-panel ul li a span::before {
    left: -5px;
    padding: 0 0 12px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 769px) {
  .top-menu-section-02 .tab-panel.-i-01 ul li a:hover {
    background: #F1F9FB;
  }
  .top-menu-section-02 .tab-panel.-i-02 ul li a:hover {
    background: #F2FAF3;
  }
  .top-menu-section-02 .tab-panel ul li:hover::before {
    opacity: 1;
  }
  .top-menu-section-02 .tab-panel ul li:hover a {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }
}


/* TROUBLE
************************************************************/
.top-trouble {
  padding: 100px 0 118px;
  background: url('../images/top/sec04_bk_01.png') no-repeat bottom center, #F9F8F1;
  background-size: 100%;
}
.top-trouble h2 {
  position: relative;
}
.top-trouble h2::before {
  content: "TROUBLE";
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 20rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 30px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F2E9CA 0%, #F8F4E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(-50%);
}
.top-trouble h2 .en {
  display: block;
  position: relative;
  color: #4297CF;
  font-size: 7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 10.5px;
  text-align: center;
  text-transform: uppercase;
}
.top-trouble h2 .ja {
  display: block;
  position: relative;
  padding: 5px 0 0;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
}
.top-trouble h2 .ja span {
  color: #4297CF;
}
@media screen and (max-width: 768px) {
  .top-trouble {
    padding: 70px 0 80px;
    background: url('../images/top/sec04_bk_01_sp.png') no-repeat bottom center, #F9F8F1;
    background-size: 100%;
    overflow: hidden;
  }
  .top-trouble ._width-1100 {
    padding: 0;
  }
  .top-trouble h2 {
    margin: 0 0 40px;
  }
  .top-trouble h2::before {
    top: -25px;
    font-size: 6.4rem;
    letter-spacing: 9.6px;
  }
  .top-trouble h2 .en {
    font-size: 3.6rem;
    letter-spacing: 5.4px;
  }
  .top-trouble h2 .ja {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
  .top-trouble h2 .ja span {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

.top-trouble .trouble-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 80px auto 0;
}
.top-trouble .trouble-list .item {
  display: flex;
  position: relative;
  width: 340px;
  height: 340px;
  padding: 2px;
  border-radius: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.top-trouble .trouble-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(96deg, #4CA7E2 0%, #63D2B1 48.73%, #ABE490 90.84%);
  opacity: 0;
  transition: all 0.3s;
}
.top-trouble .trouble-list .item:nth-of-type(1) .title::before {
  background-image: url('../images/top/sec04_img_01.png');
}
.top-trouble .trouble-list .item:nth-of-type(2) .title::before {
  background-image: url('../images/top/sec04_img_02.png');
}
.top-trouble .trouble-list .item:nth-of-type(3) .title::before {
  background-image: url('../images/top/sec04_img_03.png');
}
.top-trouble .trouble-list .item:nth-of-type(4) .title::before {
  background-image: url('../images/top/sec04_img_04.png');
}
.top-trouble .trouble-list .item:nth-of-type(5) .title::before {
  background-image: url('../images/top/sec04_img_05.png');
}
.top-trouble .trouble-list .item:nth-of-type(6) .title::before {
  background-image: url('../images/top/sec04_img_06.png');
}
.top-trouble .trouble-list .item:nth-of-type(7) .title::before {
  background-image: url('../images/top/sec04_img_07.png');
}
.top-trouble .trouble-list .item:nth-of-type(8) .title::before {
  background-image: url('../images/top/sec04_img_08.png');
}
.top-trouble .trouble-list .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0px 40px;
  border-radius: 58px;
  background: #fff;
}
.top-trouble .trouble-list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  color: #4297CF;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
}
.top-trouble .trouble-list .item .title::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.top-trouble .trouble-list .item .tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 280px;
}
.top-trouble .trouble-list .item .tag li {
  display: block;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2.25px;
  border-radius: 10px;
  background: #F9F8F1;
}
@media screen and (min-width: 769px) {
  .top-trouble .trouble-list .item:hover::before {
    opacity: 1;
  }
}

.top-trouble .trouble-slider {
  position: relative;
  overflow: hidden;
}
.top-trouble .trouble-slider .swiper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
.top-trouble .trouble-slider .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 300px;
  margin: 0 5px;
  border-radius: 10px;
  opacity: 1;
}
.top-trouble .trouble-slider .swiper-slide .item.-i-01 .title::before {
  background-image: url('../images/top/sec04_img_01.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-02 .title::before {
  background-image: url('../images/top/sec04_img_02.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-03 .title::before {
  background-image: url('../images/top/sec04_img_03.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-04 .title::before {
  background-image: url('../images/top/sec04_img_04.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-05 .title::before {
  background-image: url('../images/top/sec04_img_05.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-06 .title::before {
  background-image: url('../images/top/sec04_img_06.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-07 .title::before {
  background-image: url('../images/top/sec04_img_07.png');
}
.top-trouble .trouble-slider .swiper-slide .item.-i-08 .title::before {
  background-image: url('../images/top/sec04_img_08.png');
}
.top-trouble .trouble-slider .item {
  display: flex;
  position: relative;
  width: 305px;
  height: 300px;
  border-radius: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.top-trouble .trouble-slider .item .in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 0px 50px;
  border-radius: 60px;
  background: #fff;
}
.top-trouble .trouble-slider .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  color: #4297CF;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 2.25px;
}
.top-trouble .trouble-slider .item .title::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.top-trouble .trouble-slider .item .tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 255px;
}
.top-trouble .trouble-slider .item .tag li {
  display: block;
  padding: 8px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.8px;
  border-radius: 5px;
  background: #F9F8F1;
}
.top-trouble .trouble-slider .item .more-button {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.top-trouble .trouble-slider .item .more-button a {
  width: 150px;
  height: 46px;
}
.top-trouble .trouble-slider .swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}
.top-trouble .trouble-slider .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #4297CF;
}
.top-trouble .trouble-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4297CF;
}
.top-trouble .trouble-slider .swiper-pagination-fraction,
.top-trouble .trouble-slider .swiper-pagination-custom,
.top-trouble .trouble-slider .swiper-horizontal > .swiper-pagination-bullets,
.top-trouble .trouble-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50%;
  bottom: 0;
  width: 90%;
  transform: translateX(-50%);
}
.top-trouble .trouble-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-trouble .trouble-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}


/* BLOG
************************************************************/
.top-blog {
  background: #D2EAF1;
  padding: 60px 0 80px;
}
.top-blog h2 {
  display: flex;
  align-items: center;
  position: relative;
  top: 47px;
  color: #4297CF;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.top-blog h2 span {
  padding: 0 0 0 15px;
  color: #34383A;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  letter-spacing: 4px;
}
.top-blog .blog-content {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.top-blog .blog-slider {
  position: absolute;
}
.top-blog .blog-slider .swiper {
  position: relative;
  width: 2300px;
  padding: 80px 0 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
.top-blog .blog-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 400px;
  background: transparent;
  transition: all 0.3s;
}
.top-blog .blog-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 400px;
  border-radius: 40px;
  background: linear-gradient(to right, #4CA7E2, #63D2B1, #ABE490);
  opacity: 0;
  transition: all 0.3s;
}
.top-blog .blog-slider .swiper-slide a {
  position: relative;
  width: 296px;
  height: 396px;
  border: transparent;
  border-radius: 40px;
  background: #fff;
}
.top-blog .blog-slider .swiper-slide .image {
  width: 296px;
  height: 198px;
}
.top-blog .blog-slider .swiper-slide .image img {
  height: 200px;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
}
.top-blog .blog-slider .swiper-slide .description {
  width: 296px;
  height: 198px;
  padding: 20px 20px 37px;
  border-radius: 0 0 40px 40px;
}
.top-blog .blog-slider .swiper-slide .description time {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1.3px;
}
.top-blog .blog-slider .swiper-slide .description h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
  margin: 10px 0;
  font-size: 17px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2.55px;
  overflow: hidden;
}
.top-blog .blog-slider .swiper-slide .description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2.25px;
  overflow: hidden;
}
.top-blog .blog-slider .slider-button {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  position: absolute;
  top: 12px;
  width: 1100px;
}
.top-blog .blog-slider .swiper-button-prev,
.top-blog .blog-slider .swiper-button-next {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  top: inherit;
  width: auto;
  height: auto;
  z-index: 10;
  cursor: pointer;
}
.top-blog .blog-slider .swiper-button-prev::before,
.top-blog .blog-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #4297CF;
  translate: -50% -50%;
  z-index: 1;
}
.top-blog .blog-slider .swiper-button-prev::before {
  mask-image: url('../images/common/arrow_wh.svg');
  rotate: 180deg;
}
.top-blog .blog-slider .swiper-button-next::before {
  mask-image: url('../images/common/arrow_wh.svg');
  rotate: 0deg;
  transition: all 0.3s;
}
.top-blog .blog-slider .swiper-button-prev::after,
.top-blog .blog-slider .swiper-button-next::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: inherit;
  font-family: inherit;
  font-variant: initial;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit !important;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-blog {
    padding: 40px 0 60px;
  }
  .top-blog h2 {
    top: 40px;
    font-size: 3.2rem;
    letter-spacing: 3.2px;
  }
  .top-blog h2 span {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
  .top-blog .blog-content {
    height: 400px;
  }
  .top-blog .blog-slider .swiper {
    width: 1800px;
    padding: 70px 0 0;
  }
  .top-blog .blog-slider .swiper-slide {
    width: 220px;
    height: 310px;
  }
  .top-blog .blog-slider .swiper-slide::before {
    width: 220px;
    height: 310px;
  }
  .top-blog .blog-slider .swiper-slide a {
    width: 220px;
    height: 310px;
  }
  .top-blog .blog-slider .swiper-slide .image {
    width: 220px;
    height: 146.667px;
  }
  .top-blog .blog-slider .swiper-slide .image img {
    height: 146.667px;
  }
  .top-blog .blog-slider .swiper-slide .description {
    width: 220px;
    height: auto;
    padding: 20px 20px 25px;
  }
  .top-blog .blog-slider .swiper-slide .description time {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
  }
  .top-blog .blog-slider .swiper-slide .description h3 {
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
  .top-blog .blog-slider .swiper-slide .description p {
    max-height: 40px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
  .top-blog .blog-slider .slider-button {
    justify-content: flex-start;
    left: 240px;
    width: 100%;
  }
  .top-blog .blog-slider .swiper-button-prev::before,
  .top-blog .blog-slider .swiper-button-next::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 330px) {
  .top-blog .blog-slider .slider-button {
    left: 170px;
  }
}
@media screen and (min-width: 769px) {
  .top-blog .blog-slider .swiper-slide:hover::before {
    opacity: 1;
  }
  .top-blog .blog-slider .swiper-button-prev:hover::before,
  .top-blog .blog-slider .swiper-button-next:hover::before {
    background-color: #fff;
  }
  .top-blog .blog-slider .swiper-button-prev:hover::after,
  .top-blog .blog-slider .swiper-button-next:hover::after {
    background-color: #4297CF;
  }
}