/* About Page Styles */

/* Hero Section */
.hero__content {
  background-image: url(../../img/about/hero.jpg);
}

/* Clinic Info Section */
.about-info {
  padding: 100px 0;
  background: #fff;
}

.about-info__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-info__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-info__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 10px;
  line-height: 1;
}

.about-info__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1;
  word-break: auto-phrase;
}

.about-info__content {
  max-width: 946px;
  margin: 0 auto;
}

.about-info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  min-height: 50px;
}

.about-info__item:last-child {
  border-bottom: none;
}

.about-info__item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic New', 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #fa9a00;
  padding: 15px 20px;
  text-align: center;
  line-height: 1;
}

.about-info__item-value {
  min-height: 50px;
  flex: 1;
  display: flex;
  align-items: center;
  font-family: 'Zen Kaku Gothic New', 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  border-bottom: 1px solid #FA9A00;
}

.about-info__item-content {
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-info__item-table {
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  overflow-x: auto;
}

.about-info__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: hidden;
}

.about-info__table thead {
  background: #fa9a00;
}

.about-info__table th {
  padding: 16px;
  text-align: center;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #fa9a00;
  border: 1px solid #eee;
  line-height: 1;
  font-style: normal;
}

.about-info__table tbody tr {
  background: #fff;
}

.about-info__table td {
  min-width: 70px;
  height: 49px;
  text-align: center;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  line-height: 1;
  font-style: normal;
}

.about-info__table td:first-child {
  padding: 0 16px;
  min-width: 165px;
  width: 165px;
  text-align: left;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}


.about-info__td--half {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.about-info__star {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fa9a00;
  line-height: 1;
  font-style: normal;
}

.about-info__time-note {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 1;
  font-style: normal;
  white-space: nowrap;
}

.about-info__note {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  padding-left: 0;
}

.about-info__note p {
  font-family: 'Zen Kaku Gothic New', 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap;
}

.about-info__note p:not(:last-child) {
  margin-bottom: 0;
}

/* Access Section */
.about-access {
  padding: 80px 0;
  background: #fff;
}

.about-access__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-access__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-access__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 10px;
  line-height: 1;
}

.about-access__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1;
  word-break: auto-phrase;
}

.about-access__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.about-access__info {
  flex: 1;
  max-width: 582px;
}

.about-access__box {
  margin-bottom: 25px;
}

.about-access__box:last-child {
  margin-bottom: 0;
}

.about-access__term {
  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;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}

.about-access__details {
  border-left: 3px solid #fa9a00;
  padding-left: 15px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

.about-access__details > div {
  margin-bottom: 10px;
}

.about-access__details > div:last-child {
  margin-bottom: 0;
}

.about-access__details p {
  margin-bottom: 4px;
}

.about-access__details p:last-child {
  margin-bottom: 0;
}

.about-access__map {
  flex: 1;
  height: 325px;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.about-access__map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Policy Section */
.about-policy {
  padding: 80px 0;
  background: #fff;
}

.about-policy__inner {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-policy__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-policy__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 10px;
  line-height: 1;
}

.about-policy__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1.2;
  word-break: auto-phrase;
}

.about-policy__text {
  max-width: 1226px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-policy__text p {
  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.75;
  margin-bottom: 1.75em;
}

.about-policy__note {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.about-policy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.about-policy__card {
  background: #fff5e5;
  border-radius: 8px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-policy__card-title {
  font-family: 'Zen Kaku Gothic New', 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1.5;
}

.about-policy__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.5;
}

.about-policy__card-text p {
  margin-bottom: 0;
}

.about-policy__card-text p:last-child {
  margin-bottom: 0;
}

.about-policy__card-text strong {
  font-weight: 700;
}

.about-policy__banner {
  background: #fa9a00;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.about-policy__banner p {
  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.5;
  margin-bottom: 10px;
}

.about-policy__banner-button {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  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;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s;
}

.about-policy__banner-button:hover {
  opacity: 0.8;
}

/* View Section */
.about-view {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fff5e5, #fff);
}

.about-view__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-view__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-view__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 10px;
  line-height: 1;
}

.about-view__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1;
  word-break: auto-phrase;
}

.about-view__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.about-view__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  min-width: 0;
  box-sizing: border-box;
}

.about-view__image {
  width: 100%;
  aspect-ratio: 190 / 121;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-view__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-view__caption {
  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;
  text-align: center;
  line-height: 1;
}

/* Philosophy Section */
.philosophy {
  padding: 40px 0 20px;
}

/* Important Info Section */
.about-important {
  padding: 20px 0 80px;
  background: #fff;
}

.about-important__inner {
  max-width: 1218px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-important__section {
  padding-top: 40px;
  border-radius: 8px;
}

.about-important__title {
  font-family: 'Zen Kaku Gothic New', 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 20px;
  letter-spacing: 0.48px;
  line-height: 1.5;
}

.about-important__content {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0.36px;
}

.about-important__content p {
  margin-bottom: 0;
}

.about-important__content strong {
  font-weight: 500;
}

/* Copyright Notice Section */
.about-copyright {
  padding: 80px 0;
  background: #fff5e5;
  text-align: center;
}

.about-copyright__inner {
  max-width: 928px;
  padding: 0 20px;
  margin: 0 auto;
}

.about-copyright__header {
  text-align: center;
  margin-bottom: 43px;
}

.about-copyright__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  margin-bottom: 10px;
  line-height: 1;
}

.about-copyright__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1;
  word-break: auto-phrase;
}

.about-copyright__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;
}

.about-copyright__text p:not(:last-child) {
  margin-bottom: 1em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .about-info__item {
    flex-direction: column;
    gap: 10px;
  }
  .about-info__item-value {
    width: 100%;
  }
  .about-access__content {
    flex-direction: column;
    gap: 40px;
  }

  .about-access__info {
    max-width: 100%;
  }

  .about-access__map {
    width: 100%;
    height: 300px;
    flex: 0 0 auto;
  }

  .about-policy__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-policy__card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-info {
    padding: 60px 0;
  }

  .about-info__item {
    flex-direction: column;
    gap: 5px;
  }

  .about-info__item-label {
    width: 100%;
    font-size: 18px;
  }

  .about-info__item-value {
    padding-top: 0;
    font-size: 16px;
    border: none;
  }

  .about-info__item-table {
    overflow-x: auto;
  }

  .about-info__table {
    min-width: 600px;
  }

  .about-info__table th,
  .about-info__table td,
  .about-info__note p {
    font-size: 14px;
  }

  .about-access {
    padding: 60px 0;
  }

  .about-access__map {
    height: 300px;
  }

  .about-policy {
    padding: 60px 0;
  }

  .about-policy__card {
    padding: 20px;
    width: 100%;
  }

  .about-view {
    padding: 60px 0;
  }

  .about-view__item {
    flex: 0 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }

  .about-important {
    padding: 60px 0;
  }

  .about-important__content {
    font-size: 16px;
  }

  .about-copyright {
    padding: 60px 0;
  }

  .about-copyright__text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .about-view__item {
    flex: 0 1 100%;
    max-width: 100%;
  }
}