@charset "UTF-8";
.c-btn-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: #ffffff;
  border: 1px solid #3FA7D1;
  color: #3FA7D1;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-01::after {
  background-image: url("../images/common/icon-arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

.c-btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-02::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

/* =========================================================
top
========================================================= */
.p-top {
  /* =========================================================
  release
  ========================================================= */
  /* =========================================================
  about
  ========================================================= */
  /* =========================================================
  message
  ========================================================= */
  /* =========================================================
  feature
  ========================================================= */
  /* =========================================================
  treatment
  ========================================================= */
  /* =========================================================
  info
  ========================================================= */
  /* =========================================================
  gallery
  ========================================================= */
}
.p-top-main {
  background: linear-gradient(180deg, #0180B2 0%, #3FA7D1 26%, #FFFFFF 35%, #EDF7FA 50%, #EDF7FA 85%, #3FA7D1 97%);
  background-repeat: no-repeat;
}
.p-top-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-top-mv_wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-mv_wrap {
    border-bottom-left-radius: 240px;
    min-height: 720px;
  }
}
.p-top-mv_slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.p-top-mv_head {
  position: absolute;
  top: 60%;
  left: 5vw;
  z-index: 2;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-mv_head {
    top: 45%;
    width: auto;
  }
}
.p-top-mv_ttl {
  color: #ffffff;
  font-family: Noto Serif JP;
  font-size: clamp(22px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-top-mv_ttl .orenge {
  color: #E6C003;
}
.p-top-mv_lead {
  color: #ffffff;
  font-family: Noto Serif JP;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top-mv_lead {
    text-align: right;
  }
}
.p-top-bnr {
  padding: 6vw 0 0;
}
.p-top-bnr_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-bnr_list {
  position: relative;
  padding-bottom: 45px;
  overflow: hidden;
}
.p-top-bnr_item {
  height: auto;
}
.p-top-bnr_item--link img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-bnr_item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-bnr_pagination {
  position: absolute;
  bottom: 10px !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.p-top-bnr_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 !important;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
  cursor: pointer;
}
.p-top-bnr_pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.p-top-bnr_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  transform: scale(1.15);
}
.p-top-release {
  padding: 8vh 0;
}
.p-top-release_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-release_wrap {
    flex-direction: row;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 0;
  }
}
.p-top-news {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    width: 50%;
  }
}
.p-top-news_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-news_head {
    margin-bottom: 40px;
  }
}
.p-top-news_ttl {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
.p-top-news_ttl .ja {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-news_ttl .ja::before {
  background-image: url("../images/common/kira-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-news_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-news_btn {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.p-top-news_btn::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-news_btn::after {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }
}
.p-top-news_btn:hover {
  opacity: 0.8;
}
.p-top-news_item {
  border-bottom: 1px dotted #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .p-top-news_item {
    height: 80px;
    padding: 0;
  }
}
.p-top-news_item a {
  transition: opacity 0.3s ease;
}
.p-top-news_item a:hover {
  opacity: 0.8;
}
.p-top-news_item--link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-top-news_item--head {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-top-news_item--head {
    margin-bottom: 18px;
  }
}
.p-top-news_item--head .tag {
  background: #0891C8;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  padding: 3px 6px;
}
@media screen and (min-width: 768px) {
  .p-top-news_item--head .tag {
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 12px;
  }
}
.p-top-news_item--head .date {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-news_item--head .date {
    font-size: 16px;
    margin-right: 12px;
  }
}
.p-top-news_item--head .new {
  color: #E6C003;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-news_item--head .new {
    font-size: 16px;
  }
}
.p-top-news_item--text {
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-news_item--text {
    line-height: 1;
  }
}
.p-top-pickup {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-pickup {
    width: 50%;
  }
}
.p-top-pickup_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_head {
    margin-bottom: 40px;
  }
}
.p-top-pickup_ttl {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
.p-top-pickup_ttl .ja {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-pickup_ttl .ja::before {
  background-image: url("../images/common/kira-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-pickup_btn {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.p-top-pickup_btn::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_btn::after {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }
}
.p-top-pickup_btn:hover {
  opacity: 0.8;
}
.p-top-pickup_item a {
  transition: opacity 0.3s ease;
}
.p-top-pickup_item a:hover {
  opacity: 0.8;
}
.p-top-pickup_card {
  border-bottom: 1px dotted #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 16px 0;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_card {
    flex-direction: row;
    height: 160px;
    padding: 20px 0;
    gap: 0;
  }
}
.p-top-pickup_card--thum {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_card--thum {
    width: 180px;
    height: auto;
    margin-right: 20px;
  }
}
.p-top-pickup_card--ttl {
  color: #ffffff;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_card--ttl {
    margin-bottom: 24px;
  }
}
.p-top-pickup_card--ttl .tag {
  background: #E6C003;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  padding: 3px 6px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup_card--ttl .tag {
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 12px;
  }
}
.p-top-pickup_card--text {
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
}
.p-top-about {
  position: relative;
  padding: 8vh 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 10vh 0;
  }
}
.p-top-about_bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: -25vw;
  width: 80vw;
  z-index: 98;
}
@media screen and (min-width: 768px) {
  .p-top-about_bg {
    right: -15vw;
    width: 46vw;
  }
}
.p-top-about_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-about_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-about_head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-about_head {
    margin-bottom: 40px;
  }
}
.p-top-about_ttl {
  color: #3FA7D1;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.p-top-about_ttl .ja {
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-about_ttl .ja::before {
  background-image: url("../images/common/kira-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-about_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-about_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-about_cont {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.p-top-about_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_image {
    width: 46%;
  }
}
.p-top-about_image img {
  width: 100%;
  max-width: 475px;
  z-index: 99;
}
.p-top-about_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_box {
    width: 46%;
  }
}
.p-top-about_lead {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-about_lead {
    margin-bottom: 40px;
  }
}
.p-top-about_text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-about_text {
    line-height: 2;
    margin-bottom: 20px;
  }
}
.p-top-about_link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-about_link {
    margin-top: 40px;
  }
}
.p-top-message {
  padding: 8vh 0;
}
@media screen and (min-width: 768px) {
  .p-top-message {
    padding: 10vh 0;
  }
}
.p-top-message_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-message_head {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-message_head {
    width: 46%;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.p-top-message_ttl {
  color: #3FA7D1;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.p-top-message_ttl .ja {
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-message_ttl .ja::before {
  background-image: url("../images/common/kira-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-message_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-message_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-message_cont {
    flex-direction: row;
    gap: 0;
  }
}
.p-top-message_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-message_image {
    width: 46%;
    margin-top: -20vh;
  }
}
.p-top-message_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 475px;
}
.p-top-message_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-message_box {
    width: 46%;
  }
}
.p-top-message_lead {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-message_lead {
    margin-bottom: 40px;
  }
}
.p-top-message_text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-message_text {
    line-height: 2;
  }
}
.p-top-message_sign {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  text-align: right;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-message_sign {
    line-height: 2;
  }
}
.p-top-message_link {
  text-align: center;
}
.p-top-feature {
  overflow: hidden;
  padding: 8vh 0;
  /* スライド（カード）の基本設定（左右の通常サイズ用） */
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding: 10vh 0;
  }
}
.p-top-feature_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 3vw;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_wrap {
    padding: 0 40px;
  }
}
.p-top-feature_head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_head {
    margin-bottom: 40px;
  }
}
.p-top-feature_ttl {
  color: #3FA7D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.p-top-feature_ttl .ja {
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature_ttl .ja {
    margin-left: -40px;
  }
}
.p-top-feature_ttl .ja::before {
  background-image: url("../images/common/kira-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-feature_cont {
  overflow: visible !important;
  padding: 40px 0 !important;
  margin: 0;
}
.p-top-feature_cont .swiper-slide {
  width: 82%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_cont .swiper-slide {
    width: auto;
    max-width: none;
  }
}
.p-top-feature_card.swiper-slide {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  /* 左右のカード：等倍・少し透過 */
  opacity: 0.6;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
  /* 真ん中（アクティブ）のカード：ここだけ大きく強調 */
}
@media screen and (min-width: 768px) {
  .p-top-feature_card.swiper-slide {
    padding: 30px;
  }
}
.p-top-feature_card.swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 12px 35px rgba(0, 63, 105, 0.15);
  z-index: 10;
}
.p-top-feature_thum img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.p-top-feature_textbox {
  width: 100%;
  height: auto;
  margin-top: -10%;
  padding-right: 10%;
}
.p-top-feature_subttl {
  color: #333333;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 700;
  border-bottom: 1px solid #3fa7d1;
  padding: 14px 0 12px 12px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_subttl {
    padding: 16px 0 14px 14px;
  }
}
.p-top-feature_subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  border-left: 5px solid #3fa7d1;
}
.p-top-feature_subttl .en {
  color: #C4C4C4;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_subttl .en {
    font-size: 12px;
    left: 14px;
  }
}
.p-top-feature_subttl .num {
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 700;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_subttl .num {
    margin-right: 16px;
  }
}
.p-top-feature_text {
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.6;
  margin-bottom: 12px;
}
.p-top-feature_link span {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  text-decoration: none;
}
.p-top-feature_link span::after {
  background-image: url("../images/common/icon-arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.p-top-feature_btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-top-feature_btn {
    margin-top: 30px;
  }
}
.p-top-treatment {
  background-image: linear-gradient(rgba(1, 88, 123, 0.9), rgba(1, 88, 123, 0.8)), url("../images/top/treatment-bk.webp");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  padding: 8vh 0;
}
@media screen and (min-width: 768px) {
  .p-top-treatment {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 768px) {
  .p-top-treatment {
    padding: 10vh 0;
  }
}
.p-top-treatment_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_wrap {
    flex-direction: row;
    gap: 0;
  }
}
.p-top-treatment_cont {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_cont {
    width: 40%;
  }
}
.p-top-treatment_head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_head {
    margin-bottom: 80px;
  }
}
.p-top-treatment_ttl {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.p-top-treatment_ttl .ja {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-treatment_ttl .ja::before {
  background-image: url("../images/common/kira-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-treatment_lead {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_lead {
    line-height: 2;
    margin-bottom: 80px;
  }
}
.p-top-treatment_text {
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_text {
    line-height: 2;
    margin-bottom: 80px;
  }
}
.p-top-treatment_link {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_link {
    margin-bottom: 0;
  }
}
.p-top-treatment_link a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.p-top-treatment_link a::after {
  background-image: url("../images/common/icon-arrow_white02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}
.p-top-treatment_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_list {
    width: 55%;
    gap: 0;
  }
}
.p-top-treatment_item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_item {
    width: 22%;
    margin-bottom: 20px;
  }
}
.p-top-treatment_item:nth-child(n+9) {
  width: 48%;
}
.p-top-treatment_card {
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}
.p-top-treatment_card img {
  margin-bottom: 12px;
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_card img {
    width: auto;
  }
}
.p-top-treatment_subttl {
  color: #01587B;
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 700;
  text-align: center;
}
.p-top-treatment_subttl .en {
  color: #3FA7D1;
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-treatment_subttl .en {
    font-size: 14px;
    margin-top: 12px;
  }
}
.p-top-info {
  padding: 8vh 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-info {
    padding: 10vh 0;
  }
}
.p-top-info_bk {
  position: absolute;
  bottom: -10vh;
  right: 10px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-top-info_bk {
    bottom: -34vh;
    right: 2vw;
    transform: translateY(-50%);
    z-index: 10;
    color: rgba(255, 255, 255, 0.7);
    font-size: 72px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
}
.p-top-info_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-info_head {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-info_head {
    margin-bottom: 40px;
  }
}
.p-top-info_ttl {
  color: #3FA7D1;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.p-top-info_ttl .ja {
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
}
.p-top-info_ttl .ja::before {
  background-image: url("../images/common/kira-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-info_ttl .ja::before {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
}
.p-top-info_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-info_left {
    width: 48%;
  }
}
.p-top-info_right {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-info_right {
    width: 48%;
    margin-top: 0;
  }
}
.p-top-info_subttl {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-info_subttl {
    margin-bottom: 20px;
  }
}
.p-top-info_subttl::before {
  background-image: url("../images/common/kirakira-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-info_subttl::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
.p-top-info_schedule {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-info_schedule {
    padding: 30px;
  }
}
.p-top-info_scheduletable {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow-x: auto;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-info_scheduletable {
    display: table;
  }
}
.p-top-info_scheduletable thead th {
  background-color: #3FA7D1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 4px;
  font-size: 12px;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-top-info_scheduletable thead th {
    padding: 14px 8px;
    font-size: 14px;
  }
}
.p-top-info_scheduletable tbody tr:hover td {
  background-color: #f7fcfe;
}
.p-top-info_scheduletable tbody th {
  background-color: #f4f9fb;
  color: #2c3e50;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  width: 32%;
  padding: 12px 6px;
  border-bottom: 1px solid #e1ecf2;
  border-right: 1px solid #e1ecf2;
}
@media screen and (min-width: 768px) {
  .p-top-info_scheduletable tbody th {
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 10px;
  }
}
.p-top-info_scheduletable tbody td {
  text-align: center;
  padding: 12px 6px;
  font-size: 12px;
  color: #3FA7D1;
  font-weight: bold;
  border-bottom: 1px solid #e1ecf2;
  border-right: 1px solid #e1ecf2;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-top-info_scheduletable tbody td {
    font-size: 14px;
    padding: 16px 8px;
  }
}
.p-top-info_scheduletable tbody td:last-child {
  color: #b0c4de;
  font-weight: normal;
}
.p-top-info_scheduletable th:last-child,
.p-top-info_scheduletable td:last-child {
  border-right: none;
}
.p-top-info_schedulenote {
  font-size: 12px;
}
.p-top-info_schedulenote .red {
  color: #E6C003;
}
.p-top-info_baseinfo {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-info_baseinfo {
    padding: 30px;
  }
}
.p-top-info_infolist {
  border-top: 1px solid #e1ecf2;
}
.p-top-info_infoitem {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e1ecf2;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-info_infoitem {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-top-info_infoitem dt {
  width: 100%;
  color: #2c3e50;
  font-weight: 600;
  padding-right: 0;
  margin-bottom: 4px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info_infoitem dt {
    width: 32%;
    padding-right: 16px;
    margin-bottom: 0;
  }
}
.p-top-info_infoitem dd {
  width: 100%;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info_infoitem dd {
    width: 68%;
  }
}
.p-top-info_infoitem dd + dd {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-info_infoitem dd + dd {
    margin-top: 8px;
  }
}
.p-top-info_gmap {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-info_gmap {
    padding: 30px;
  }
}
.p-top-info_gmap--wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info_gmap--wrap {
    padding-top: 56.25%;
  }
}
.p-top-info_gmap--wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding: 0;
  }
}
.p-top-gallery_wrap {
  position: relative;
  width: 100%;
}
.p-top-gallery_container {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-top-gallery_track {
  display: flex;
  -webkit-animation: infinite-scroll 40s linear infinite;
          animation: infinite-scroll 40s linear infinite;
}
.p-top-gallery_item {
  width: 260px;
  height: 180px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-gallery_item {
    width: 360px;
    height: 240px;
  }
}
.p-top-gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
@-webkit-keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=style-top.css.map */