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

/* Section1 補綴専門医：画像402px・画像とテキストの間gap 40px・1枚目のみ角丸 */
.prosthesis-intro-section .treatment-section__title {
  margin-bottom: 40px;
}

.prosthesis-intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.prosthesis-intro__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 40px;
}

.prosthesis-intro__row--vcenter {
  align-items: center;
}

.prosthesis-intro__media-wrap {
  flex: 0 0 402px;
  width: 402px;
  max-width: 100%;
  box-sizing: border-box;
}

.prosthesis-intro__media {
  width: 402px;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #f0f0f0;
}

.prosthesis-intro__row:first-child .prosthesis-intro__media {
  border-radius: 20px;
}

.prosthesis-intro__media img {
  display: block;
  width: 100%;
  height: auto;
}

.prosthesis-intro__body {
  flex: 1 1 0;
  min-width: 0;
  font-size: 16px;
}

.prosthesis-intro__body.treatment-section__text p {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 1em;
}

.prosthesis-intro__body.treatment-section__text p:last-child {
  margin-bottom: 0;
}

/* 補綴治療の種類 */
.prosthesis-treatment-types .treatment-section__title {
  margin-bottom: 20px;
}

.prosthesis-treatment-types__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  box-sizing: border-box;
}

.prosthesis-treatment-types__row--basics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.prosthesis-treatment-types__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.prosthesis-treatment-types__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;
}

.prosthesis-treatment-types__figure {
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.prosthesis-treatment-types__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.prosthesis-treatment-types__row--implants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  width: 100%;
}

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

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

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

.prosthesis-treatment-types__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;
}

/* Director Section */
.treatment-director {
  display: flex;
  gap: 50px;
  margin-top: 40px;
  align-items: flex-start;
}

.treatment-director__profile {
  width: 356px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-director__photo {
  width: 302px;
  height: 302px;
  border-radius: 151px;
  overflow: hidden;
  margin: 0 auto;
}

.treatment-director__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-director__qualifications {
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 20px 21px;
  background: linear-gradient(113.84deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
}

.treatment-director__qualifications-title {
  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: 22.4px;
  margin: 0 0 12.39px;
}

.treatment-director__qualifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.treatment-director__qualifications-list li {
  background: #fa9a00;
  border-radius: 12px;
  padding: 4px 12px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}

.treatment-director__achievements {
  flex: 1;
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 20px 21px 41px;
  background: linear-gradient(127.75deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
}

.treatment-director__achievements-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 22.4px;
  margin: 0 0 16.39px;
}

.treatment-director__timeline {
  position: relative;
  padding-left: 30px;
}

.treatment-director__timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ccc;
}

.treatment-director__timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.treatment-director__timeline-item:last-child {
  margin-bottom: 0;
}

.treatment-director__timeline-dot {
  position: absolute;
  left: -25px;
  top: 20px;
  width: 14px;
  height: 14px;
  background: #fa9a00;
  border: 2px solid #fff;
  border-radius: 7px;
  z-index: 1;
}

.treatment-director__timeline-content {
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(155.78deg, #fff 0%, #fafafa 100%);
}

.treatment-director__timeline-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 6px;
}

.treatment-director__timeline-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 22.4px;
  margin: 0;
}

.treatment-director__timeline-date {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  line-height: 16.8px;
}

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

/* Qualifications Section */
.treatment-qualifications {
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 40px;
  background: linear-gradient(140.89deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.treatment-qualifications__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 22.4px;
  margin: 0;
}

.treatment-qualifications__text {
  font-family: 'Noto Sans JP', 'Noto Sans', -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.5;
}

.treatment-qualifications__text p {
  margin: 0 0 1.5em;
}

.treatment-qualifications__text p:last-child {
  margin-bottom: 0;
}

/* Stats Section */
.treatment-stats {
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 40px;
  background: linear-gradient(140.89deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
  margin-top: 40px;
}

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

.treatment-stats__grid {
  display: flex;
  gap: 15px;
}

.treatment-stats__item {
  flex: 1;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  padding: 21px 10px;
  background: linear-gradient(123.09deg, #fff 0%, #f8f9fa 100%);
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  align-items: center;
}

.treatment-stats__number {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 48px;
  text-align: center;
}

.treatment-stats__label {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 21px;
  text-align: center;
}

.treatment-stats__label-note {
  font-size: 12px;
}

/* Approach Section */
.treatment-approach__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  justify-content: center;
  margin-top: 24px;
}

.treatment-approach__card {
  width: 504px;
  background: #fff;
  border-radius: 8px;
  padding: 21px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

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

.treatment-approach__card-title {
  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: 25.2px;
  margin: 0;
}

.treatment-approach__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;
}

/* Benefits Section */
.treatment-section__inner--benefits {
  max-width: 1340px;
}

.treatment-benefits {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

.treatment-benefits__column {
  flex: 1;
}

.treatment-benefits__column-title {
  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: 25.2px;
  margin: 0 0 16px;
}

.treatment-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-benefits__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #fff5e5;
  border-radius: 8px;
  padding: 21px;
  background: linear-gradient(132.31deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
}

.treatment-benefits__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.treatment-benefits__icon-special {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.treatment-benefits__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.treatment-benefits__item-title {
  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: 22.4px;
  margin: 0;
}

.treatment-benefits__item-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: normal;
  margin: 0;
}

.treatment-section__text--center {
  text-align: center;
  margin-top: 40px;
  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;
}

/* Message Section */
.treatment-section--message {
  padding: 60px 0;
}

.treatment-message {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(25, 118, 210, 0.04);
}

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

.treatment-message__text {
  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.8;
  margin: 0;
}

/* Responsive for Prosthesis Page */
@media (max-width: 1024px) {
  .prosthesis-intro__row,
  .prosthesis-intro__row--vcenter {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .prosthesis-intro__row:first-child .prosthesis-intro__body {
    order: 1;
  }

  .prosthesis-intro__row:first-child .prosthesis-intro__media-wrap {
    order: 2;
  }

  .prosthesis-intro__media-wrap {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }

  .prosthesis-intro__media {
    width: 100%;
    max-width: 402px;
  }

  .prosthesis-intro__body {
    width: 100%;
    max-width: 720px;
  }

  .prosthesis-treatment-types__row--basics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .prosthesis-treatment-types__row--implants {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prosthesis-treatment-types__inner {
    padding: 20px 16px;
    gap: 40px;
  }

  .treatment-director {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .treatment-director__profile {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
  }

  .treatment-stats__grid {
    flex-wrap: wrap;
  }

  .treatment-approach__grid {
    gap: 30px;
  }

  .treatment-approach__card {
    width: 100%;
    max-width: 504px;
  }

  .treatment-benefits {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .prosthesis-intro {
    gap: 32px;
  }

  .prosthesis-intro__body.treatment-section__text p {
    font-size: 15px;
  }

  .prosthesis-treatment-types__row--basics {
    grid-template-columns: 1fr;
  }

  .prosthesis-treatment-types__cells {
    grid-template-columns: 1fr;
  }

  .prosthesis-treatment-types__inner {
    padding: 16px 12px;
    gap: 32px;
  }

  .prosthesis-treatment-types__head {
    font-size: 16px;
    padding: 8px 10px;
  }

  .prosthesis-treatment-types__caption {
    font-size: 16px;
  }

  .treatment-director__photo {
    width: 250px;
    height: 250px;
  }

  .treatment-director__qualifications-title {
    font-size: 14px;
  }

  .treatment-director__qualifications-list li {
    font-size: 11px;
  }

  .treatment-director__achievements-title {
    font-size: 18px;
  }

  .treatment-director__timeline {
    padding-left: 20px;
  }

  .treatment-director__timeline-dot {
    left: -15px;
    width: 12px;
    height: 12px;
  }

  .treatment-director__timeline::before {
    left: 10px;
  }

  .treatment-director__timeline-title {
    font-size: 14px;
  }

  .treatment-director__timeline-text {
    font-size: 13px;
  }

  .treatment-stats {
    padding: 30px 20px;
  }

  .treatment-stats__title {
    font-size: 18px;
  }

  .treatment-stats__grid {
    flex-direction: column;
    gap: 15px;
  }

  .treatment-stats__number {
    font-size: 28px;
  }

  .treatment-stats__label {
    font-size: 13px;
  }

  .treatment-qualifications {
    padding: 30px 20px;
  }

  .treatment-qualifications__title {
    font-size: 18px;
  }

  .treatment-qualifications__text {
    font-size: 15px;
  }

  .treatment-approach__grid {
    gap: 20px;
  }

  .treatment-approach__number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .treatment-approach__card-title {
    font-size: 16px;
  }

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

  .treatment-benefits__column-title {
    font-size: 16px;
  }

  .treatment-benefits__item {
    padding: 16px;
  }

  .treatment-benefits__icon,
  .treatment-benefits__icon-special {
    width: 32px;
    height: 32px;
  }

  .treatment-benefits__item-title {
    font-size: 14px;
  }

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

  .treatment-section__text--center {
    font-size: 16px;
  }

  .treatment-section--message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .treatment-message {
    padding: 40px 20px;
  }

  .treatment-message__title {
    font-size: 20px;
  }

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