/* Preventive Page Specific Styles */
.hero__content {
  background-image: url(../../img/treatment/maintenance/preventive-hero.jpg);
  background-position: right 30% center;
}
/* Section 1: 導入リード */
.treatment-preventive__intro p {
  margin: 0;
}

/* Preventive Care Section */
.treatment-section__image {
  border-radius: 8px;
}

.treatment-preventive__care {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-preventive__care-grid {
  display: flex;
  gap: 32px;
  margin-bottom: 80px;
}

.treatment-preventive__care-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 46px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.treatment-preventive__care-header {
  padding: 2px 0 3px;
  text-align: center;
  width: 200px;
}

.treatment-preventive__care-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-preventive__care-list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.treatment-preventive__care-list li {
  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.6;
  margin: 0;
}

.treatment-preventive__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  margin: 0;
}

.treatment-preventive__arrow-img {
  width: 240px;
  height: 70px;
  object-fit: contain;
  transform: scaleY(-1);
}

.treatment-preventive__goal {
  text-align: center;
}

.treatment-preventive__goal-text {
  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: 1.6;
  margin: 16px 0 0;
  padding: 0;
}

/* Preventive Maintenance Section */
.treatment-preventive__maintenance-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.treatment-preventive__maintenance-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 3px;
  text-align: center;
}

.treatment-preventive__maintenance-intro p {
  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.6;
  margin: 0;
}

.treatment-preventive__maintenance-intro p:first-child {
  margin-bottom: 0;
}

.treatment-preventive__maintenance {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.treatment-preventive__maintenance-card {
  width: 340px;
  height: 313px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.treatment-preventive__maintenance-number {
  width: 60px;
  height: 60px;
  background: #fa9a00;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  padding: 21px 22px;
  flex-shrink: 0;
}

.treatment-preventive__maintenance-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: normal;
  text-align: center;
  margin: 0;
  padding: 2px 0 3px;
}

.treatment-preventive__maintenance-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.6;
  margin: 0;
  min-width: 100%;
}

/* Preventive SMT Section */
.treatment-preventive__smt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 16px 0;
}

.treatment-preventive__smt-wrapper .treatment-section__title {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.treatment-preventive__smt-gallery {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 753px;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
}

.treatment-preventive__smt-gallery-left {
  flex: 0 0 284px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.treatment-preventive__smt-gallery-right {
  flex: 0 0 437px;
  display: flex;
}

.treatment-preventive__smt-gallery-img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.treatment-preventive__smt-gallery-img--left {
  aspect-ratio: 284 / 187.6667;
  object-fit: cover;
}

.treatment-preventive__smt-gallery-img--right {
  height: 100%;
  aspect-ratio: 437 / 628;
  object-fit: cover;
  display: block;
}

.treatment-preventive__smt {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 3px;
}

.treatment-preventive__smt-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.treatment-preventive__smt-header {
  background: #fa9a00;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-preventive__smt-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: #fff;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  flex: 1;
}

.treatment-preventive__smt-content {
  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.6;
  width: 100%;
}

.treatment-preventive__smt-content p {
  margin: 0;
}

.treatment-preventive__smt-content p:not(:last-child) {
  margin-bottom: 0;
}

/* Preventive Flow Section */
.treatment-preventive__flow-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.treatment-preventive__flow-wrapper .treatment-section__title {
  text-align: center;
  margin-bottom: 0;
}

.treatment-preventive__flow {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  max-width: 900px;
  width: 100%;
}

.treatment-preventive__flow-item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.treatment-preventive__flow-number-wrapper {
  display: flex;
  flex-direction: column;
  height: 40px;
  align-items: flex-start;
  padding-right: 20px;
  width: 60px;
  flex-shrink: 0;
}

.treatment-preventive__flow-number {
  width: 40px;
  height: 40px;
  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;
  line-height: normal;
  padding: 11px 12px;
  flex-shrink: 0;
}

.treatment-preventive__flow-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.treatment-preventive__flow-content p {
  padding-bottom: 16px;
}

.treatment-preventive__flow-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;
  padding: 2px 0 3px;
}

.treatment-preventive__flow-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.6;
  margin: 0;
  padding: 0 0 3px;
}

/* Preventive Services Section */
.treatment-preventive__services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.treatment-preventive__services-wrapper .treatment-section__title {
  text-align: center;
  margin-bottom: 0;
}

.treatment-preventive__services-wrapper .treatment-section__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.treatment-preventive__services-wrapper .treatment-section__subtitle p {
  margin: 0;
}

.treatment-preventive__services {
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 100%;
}

.treatment-preventive__service-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 21.27px;
  align-items: center;
}

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

.treatment-preventive__service-title span {
  font-size: 13px;
}

.treatment-preventive__service-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.6;
  margin: 0;
}

/* Preventive Hygienist Section */
.treatment-preventive__hygienist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.treatment-preventive__hygienist-wrapper .treatment-section__title {
  text-align: center;
  margin-bottom: 0;
}

.treatment-preventive__hygienist {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

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

/* Responsive for Preventive Page */
@media (max-width: 1024px) {
  .treatment-preventive__care-grid {
    flex-direction: column;
    gap: 20px;
  }

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

  .treatment-preventive__smt {
    flex-direction: column;
    gap: 30px;
  }

  .treatment-preventive__smt-gallery {
    max-width: 100%;
    gap: 24px;
  }

  .treatment-preventive__smt-gallery-left {
    flex: 1 1 0;
    gap: 24px;
  }

  .treatment-preventive__smt-gallery-right {
    flex: 1.4 1 0;
  }

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

@media (max-width: 768px) {
  .treatment-preventive__care-grid {
    flex-direction: column;
    gap: 20px;
  }

  .treatment-preventive__care-card {
    padding: 16px;
  }

  .treatment-preventive__care-list {
    font-size: 14px;
  }

  .treatment-preventive__maintenance {
    flex-direction: column;
    gap: 20px;
  }

  .treatment-preventive__maintenance-card {
    height: auto;
    width: 100%;
    padding: 16px;
  }

  .treatment-preventive__maintenance-number {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

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

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

  .treatment-preventive__services-wrapper {
    gap: 30px;
  }

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

  .treatment-preventive__goal-text {
    font-size: 20px;
  }

  .treatment-preventive__smt {
    flex-direction: column;
    gap: 30px;
  }

  .treatment-preventive__smt-gallery {
    flex-direction: column;
    gap: 16px;
  }

  .treatment-preventive__smt-gallery-left,
  .treatment-preventive__smt-gallery-right {
    flex: none;
    width: 100%;
  }

  .treatment-preventive__smt-gallery-left {
    gap: 16px;
  }

  .treatment-preventive__smt-gallery-img--left,
  .treatment-preventive__smt-gallery-img--right {
    aspect-ratio: auto;
    height: auto;
  }

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

  .treatment-preventive__smt-content {
    font-size: 14px;
  }

  .treatment-preventive__flow {
    gap: 20px;
  }

  .treatment-preventive__flow-item {
    padding: 16px;
  }

  .treatment-preventive__flow-number {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

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

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

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

  .treatment-preventive__services {
    flex-direction: column;
    gap: 20px;
  }

  .treatment-preventive__service-card {
    padding: 16px;
  }

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

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

  .treatment-preventive__hygienist-wrapper {
    gap: 20px;
  }

  .treatment-preventive__hygienist {
    padding: 20px;
    gap: 20px;
  }

  .treatment-preventive__hygienist p {
    font-size: 14px;
  }
}
