.page-about {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}
.page-about .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.page-about .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #002F6C;
  text-align: center;
  margin-bottom: 2rem;
}
.page-about h2, .page-about h3, .page-about h4 {
  color: #002F6C;
  font-weight: 700;
}
.page-about p {
  margin-bottom: 1em;
}
.page-about ul {
  list-style: none;
  padding: 0;
}
.page-about ul li {
  margin-bottom: 0.5em;
}
.page-about a {
  color: #002F6C;
  text-decoration: none;
}
.page-about a:hover {
  opacity: 0.8;
}
.page-about figure {
  margin: 0;
}
.page-about figure img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
}
.page-about figure figcaption {
  text-align: center;
  font-size: 0.9em;
  color: #555;
  margin-top: 0.5em;
}

.about-concept {
  background: #eaf3fb;
  padding: 60px 0;
}
.about-concept__textblock {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
}
.about-concept__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.about-concept__features li {
  background: linear-gradient(135deg, #c0e6ff, #d4e9f7);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin: 0.5rem;
  font-weight: 500;
}
.about-concept__photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.about-concept__photos figure {
  width: 300px;
}
.about-concept__note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.95em;
  color: #555;
}

.about-gallery {
  background: #ffffff;
}
.about-gallery__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.about-gallery__slider {
  margin-bottom: 2rem;
}
.about-gallery__slider .about-gallery__slide {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.about-gallery__diagram {
  text-align: center;
}
.about-gallery__diagram figure {
  max-width: 600px;
  margin: 0 auto;
}

.about-medical {
  background: #eaf3fb;
}
.about-medical__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.about-medical__categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.about-medical__category {
  background: #ffffff;
  border: 1px solid #ccddee;
  border-radius: 8px;
  padding: 1.5rem;
}
.about-medical__category .category-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: 4px solid #002F6C;
  padding-left: 0.5rem;
}

.about-overview__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 800px;
}
.about-overview__table th, .about-overview__table td {
  border: 1px solid #ccddee;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.about-overview__table th {
  background: #eaf3fb;
  width: 30%;
}

.about-worries {
  background: #eaf3fb;
}
.about-worries .worries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.about-worries .worry-card {
  background: #ffffff;
  border: 1px solid #ccddee;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.about-worries .worry-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.about-worries .worry-card figure img {
  border-bottom: 1px solid #ccddee;
}
.about-worries .worry-card h3 {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem;
  color: #002F6C;
}/*# sourceMappingURL=test.css.map */