/* ===========================
   Giga Clinic Hero Module
   Version: 1.0.0
   =========================== */

.giga-clinic-hero {
  margin: 40px auto;
}

.giga-clinic-hero .hero-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* メインコンテンツ */
.giga-clinic-hero .hero-content {
  background: #DEE1E3;
  overflow: hidden;
  padding-top: 220px;
  position: relative;
}


/* ロゴ */

.giga-clinic-hero .hero-logo img {
  width: 160px;
}

.giga-clinic-hero .hero-text {
  padding: 0 20px 16px;
  position: relative;
}

.giga-clinic-hero .hero-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
  color: #333;
}

.giga-clinic-hero .hero-title {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
}

/* 特徴リスト */
.giga-clinic-hero .hero-features {
  list-style: none;
  padding: 0 !important;
  margin: 16px 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  background: transparent !important;
  /* margin-bottom: 20px !important; */
}

.giga-clinic-hero .hero-features li {
  font-size: 15px !important;
  /* padding-left: 0 !important; */
  font-weight: 600;
  color: #333;
  line-height: 1.3 !important;
  list-style:none!important;
}
.giga-clinic-hero .hero-features > li:before {
  display: none !important;
}

/* 医師画像 */
.giga-clinic-hero .hero-image {
  position: absolute;
  top:24px;
  right: 0px;
  text-align: center;
}
.giga-clinic-hero .hero-image img {
  width: 90%;
  height: auto;
}

.giga-clinic-hero .hero-image img {
  width: 100%;
  height: auto;
}

/* CTA ボタン */
.giga-clinic-hero .hero-cta {
  display: block;
  background: #CB0C49 url(../images/common/cta_banner_arrow_white.svg) center right 12px no-repeat;
  background-size: 12px auto;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  transition: opacity 0.3s;
}

.giga-clinic-hero .hero-cta:hover {
  opacity: 0.9;
}

.giga-clinic-hero .desktop-only {
  display: none;
}

.giga-clinic-hero .mobile-only {
  display: block;
}

/* オンライン診療セクション */
.giga-clinic-hero .online-section {
  background: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.giga-clinic-hero .online-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.giga-clinic-hero .online-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  background: transparent !important;
  padding: 0 !important;
  /* margin: 0 !important; */
}

.giga-clinic-hero .online-features li {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 1.2 !important;
  list-style: none !important;
}
.giga-clinic-hero .online-features li:before {
  display: none;
}

/* CTAボタングループ */
.giga-clinic-hero .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.giga-clinic-hero .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.3s;
}

.giga-clinic-hero .cta-button:hover {
  opacity: 0.9;
}

.giga-clinic-hero .cta-form,
.giga-clinic-hero .cta-line {
  background: #CB0C49;
  color: #fff;
}

.giga-clinic-hero .cta-phone {
  background: #fff;
  color: #000;
}

/* タブレット・デスクトップ対応 */
@media (min-width: 768px) {
  
  .hero-text-inner {
    width: 520px;
  }
  .giga-clinic-hero .hero-image {
    position: absolute;
    top: 32px;
    right: 112px;
  }
  .giga-clinic-hero .hero-image picture {
    width: 100%;
    display: block;
    text-align: right;
  }
  .giga-clinic-hero .hero-image img {
  width: 380px;
  margin-left: auto;
  }

  .giga-clinic-hero .hero-content {
  display: flex;
  align-items: stretch;
  position: relative;
  padding-top: 0;
  }

  .giga-clinic-hero .hero-text {
  width: 820px;
  margin: auto;
  padding: 40px 0 16px;
    position: relative;
  }
  .giga-clinic-hero .hero-logo img {
    width: 273px;
  }
  .giga-clinic-hero .hero-subtitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0 !important;
   }
  .giga-clinic-hero .hero-title {
  font-size: 54px;
  mask-border: 16px;
  }

  .giga-clinic-hero .desktop-only {
  display: block;
  margin-top: auto;
  }

  .giga-clinic-hero .mobile-only {
  display: none;
  }

  .giga-clinic-hero .hero-cta {
    background: #CB0C49 url(../images/common/cta_banner_arrow_white.svg) center right 24px no-repeat;
    background-size: 16px auto;
  font-size: 20px;
  padding: 20px 0px;
  line-height: 1.2;
  }

  .giga-clinic-hero .online-title {
  font-size: 28px;
  color: #fff;
  }
  .giga-clinic-hero .online-features li {
    font-size: 16px;
  }
  .giga-clinic-hero .online-features li:before {
    display: none;
  }

  .giga-clinic-hero .cta-buttons {
  flex-direction: row;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  }

  .giga-clinic-hero .cta-button {
    font-size: 18px;
  }
}