/* Implant Page Specific Styles */
.hero__content {
  background-image: url(../../img/treatment/implant/implant-hero.jpg);
}

/* Checklist */
.treatment-section__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.treatment-section__check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.treatment-section__check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.treatment-section__check-text {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

p.treatment-section__check-text {
  margin: 0;
}

/* Intro Text */
.treatment-section__intro-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 40px;
}

/* Case Subtitle */
.treatment-case__subtitle {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 24px;
}

/* ３つの特徴 */
.implant-three-features .treatment-section__title {
  margin-bottom: 24px;
}

.implant-three-features__intro {
  margin: 0 auto 0;
  max-width: 900px;
}

.implant-three-features__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.implant-three-features__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.implant-three-features__row--reverse {
  flex-direction: row-reverse;
}

.implant-three-features__media {
  flex: 0 0 auto;
  width: 380px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
}

.implant-three-features__media img {
  display: block;
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.implant-three-features__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.implant-three-features__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  width: 100%;
  padding-left: 8px;
}

.implant-three-features__num {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  border: 1px solid #fa9a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fa9a00;
}

.implant-three-features__subtitle {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #fa9a00;
}

.implant-three-features__text {
  width: 100%;
  padding-top: 16px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.implant-three-features__text p {
  margin: 0 0 1.6em;
}

.implant-three-features__text p:last-child {
  margin-bottom: 0;
}

/* Issue Cards */
.treatment-section__issues {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.treatment-issue-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.treatment-issue-card__number {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 2px solid #fa9a00;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
}

.treatment-issue-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-issue-card__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18.7px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.treatment-issue-card__text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.treatment-issue-card__note {
  font-size: 14px;
}

/* Conclusion */
.treatment-section__conclusion {
  margin-top: 40px;
}

.treatment-section__conclusion p {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* 様々な治療例 */
.implant-treatment-examples .treatment-section__title {
  font-size: 28px;
  margin-bottom: 20px;
}

.implant-treatment-examples__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.implant-treatment-examples__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  width: 100%;
}

.implant-treatment-examples__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.implant-treatment-examples__head {
  background: #fa9a00;
  color: #fff;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
}

.implant-treatment-examples__cells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.implant-treatment-examples__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.implant-treatment-examples__figure {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.implant-treatment-examples__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.implant-treatment-examples__caption {
  margin: 0;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  text-align: center;
}

/* Responsive for Implant Page */
@media (max-width: 1024px) {
  .implant-three-features__row,
  .implant-three-features__row--reverse {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .implant-three-features__media {
    width: 100%;
    max-width: 380px;
  }

  .implant-three-features__content {
    width: 100%;
    max-width: 640px;
  }

  .implant-treatment-examples__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .implant-treatment-examples__inner {
    padding: 20px 16px;
  }

  .implant-three-features__heading {
    gap: 28px;
    min-height: 0;
    padding-left: 0;
  }

  .implant-three-features__num {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .implant-three-features__subtitle {
    font-size: 22px;
  }

  .treatment-section__subtitle {
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .treatment-section__checklist {
    gap: 6px;
  }

  .treatment-section__check-item {
    gap: 10px;
  }

  .treatment-section__check-icon {
    width: 20px;
    height: 20px;
  }

  .treatment-section__check-text {
    font-size: 14px;
  }

  .treatment-section__intro-text {
    font-size: 15px;
  }

  .treatment-case__subtitle {
    font-size: 16px;
  }

  .implant-three-features__list {
    margin-top: 40px;
    gap: 32px;
  }

  .implant-three-features__media img {
    height: auto;
  }

  .implant-three-features__num {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .implant-three-features__subtitle {
    font-size: 18px;
  }

  .implant-three-features__text {
    font-size: 15px;
  }

  .implant-treatment-examples .treatment-section__title {
    font-size: 24px;
  }

  .implant-treatment-examples__head {
    font-size: 18px;
  }

  .implant-treatment-examples__caption {
    font-size: 16px;
  }

  .implant-treatment-examples__cells {
    grid-template-columns: 1fr;
  }

  .implant-treatment-examples__inner {
    padding: 16px 12px;
  }

  .treatment-issue-card {
    flex-direction: column;
    gap: 16px;
  }

  .treatment-issue-card__number {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .treatment-issue-card__title {
    font-size: 16px;
  }

  .treatment-issue-card__text {
    font-size: 14px;
  }

  .treatment-section__conclusion p {
    font-size: 16px;
  }
}
