@charset "UTF-8";
.page-about {
  background: #eaf3fb;
}

.about_top {
  background: #fff;
}

.about-concept__textblock ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border: 2px solid #c6cdff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(26, 26, 26, 0.05);
}
@media (max-width: 768px) {
  .about-concept__textblock ul {
    padding: 2rem 1rem;
    font-size: 0.95rem;
  }
}
.about-concept__textblock ul li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.6;
}
.about-concept__textblock ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: linear-gradient(135deg, #c6cdff 0%, #a3ebff 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1rem;
  margin-right: 1rem;
  border-radius: 4px;
  flex-shrink: 0;
}
.about-concept__textblock div p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.about-concept__textblock div p:last-child {
  margin-bottom: 0;
}
.about-concept__centerblock {
  text-align: center;
  margin: 4rem 0;
}
.about-concept__centerblock span {
  font-size: 1.2rem;
  color: #4f6ff4;
}
.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;
}

.circle-diagram-wrapper {
  display: flex;
  justify-content: center;
}

.circle-diagram-scaler {
  --scale: 0.9;
  transform: scale(var(--scale));
  transform-origin: center center;
  transition: transform 0.3s ease;
  width: calc(550px * var(--scale));
  height: calc(550px * var(--scale));
}

@media (max-width: 768px) {
  .circle-diagram-scaler {
    --scale: 0.8;
    width: 440px;
    height: 440px;
  }
}
.circle-diagram {
  position: relative;
  width: 480px;
  height: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.circle-diagram .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #b8dfff;
  color: #1a1a1a;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding: 1em;
  font-size: 0.9rem;
}
.circle-diagram .center {
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  background-color: #f0fbff;
  border: 2px solid #a0d8f0;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-diagram .center .inner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle-diagram .center .inner-text .main {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #4f6ff4;
}
.circle-diagram .center .inner-text .sub {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.2;
}
.circle-diagram .top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.circle-diagram .left {
  bottom: 0;
  left: 0;
}
.circle-diagram .right {
  bottom: 0;
  right: 0;
}

.about-facility {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/about-bg1.webp) no-repeat center/cover;
  background-attachment: fixed;
}
.about-facility__centerblock {
  text-align: center;
  margin: 4rem 0;
  margin-bottom: 2rem;
}
.about-facility__centerblock span {
  font-size: 1.2rem;
  color: #4f6ff4;
}
.about-facility__textblock {
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem 0;
}

.video-placeholder {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.video-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-placeholder .play-button::before {
  content: "";
  display: block;
  margin-left: 1.1rem;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.video-placeholder .play-button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.about-cells {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/about-bg2.webp) no-repeat center/cover;
  background-attachment: fixed;
}
.about-cells__textblock {
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem 0;
  text-align: center;
}
.about-cells__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.about-cells__features li {
  background: linear-gradient(135deg, #c0e6ff, #d4e9f7);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin: 0.5rem;
  font-weight: 500;
}
.about-cells__centerblock {
  text-align: center;
  margin: 4rem 0;
  margin-bottom: 1rem;
}
.about-cells__centerblock span {
  font-size: 1.2rem;
  color: #4f6ff4;
}

.quality-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2rem auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.quality-card {
  background: #fff;
  border: 2px solid #d0e4ff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 50, 150, 0.05);
  padding: 2rem;
  width: 100%;
  max-width: 360px;
  flex: 1 1 300px;
  text-align: left;
}
.quality-card h3 {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2a2a2a;
  margin-bottom: 1rem;
  border-left: 4px solid #4f6ff4;
  padding-left: 0.8rem;
}
.quality-card p,
.quality-card li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.quality-card ul {
  padding-left: 1.2rem;
}
.quality-card li {
  margin-bottom: 0.6rem;
  list-style: disc !important;
}
.quality-card li::marker {
  color: #4f6ff4;
}

.about-gallery {
  padding-bottom: 6rem;
}
.about-gallery__imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.about-gallery__imgbox img {
  width: 45%;
  max-width: 480px;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}
.about-gallery__imgbox .about-gallery__intro {
  width: 50%;
  max-width: 540px;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #0d1b3c;
}
.about-gallery__imgbox .about-gallery__intro h3 {
  font-size: 1.25rem;
  font-weight: 600;
  border-left: 4px solid #003366;
  padding-left: 0.5em;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.about-gallery__imgbox .about-gallery__intro p {
  margin-bottom: 1em;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .about-gallery__imgbox {
    flex-direction: column;
    gap: 24px;
  }
  .about-gallery__imgbox img,
  .about-gallery__imgbox .about-gallery__intro {
    width: 100%;
    max-width: 100%;
  }
  .about-gallery__imgbox .about-gallery__intro {
    text-align: left;
    padding: 0 1rem;
  }
}

.about-gallery__slide {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.about-gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .about-gallery__slide {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .about-gallery__slide {
    width: 120px;
    height: 120px;
  }
}
/* モーダル */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.about-medical__centerblock {
  text-align: center;
  margin: 4rem 0;
  margin-bottom: 1rem;
}

.about-medical__categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.about-medical__category {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-medical__category .category-icon {
  font-size: 2.4rem;
  color: #4f6ff4;
  margin-bottom: 12px;
}
.about-medical__category .category-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.about-medical__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.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 #101b4d;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.about-overview__table th {
  background: #dcdff7;
  width: 30%;
}
.about-overview__table td {
  background: #fff;
}

.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 */