<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Base Styles */
:root {
  /* Colors from Figma */
  --white: #ffffff;
  --light-bg: #fcfaf8;
  --secondary-color: #595757;
  --secondary-color-light: #a0a0a0;
  --primary-color: #5ac3e1;
  --light-blue: #83daf4;
  --light-blue-dark: #3d9cd8;
  --light-pink: #ee86a8;
  --light-gray: #e8e1d9;
  --light-blue-light: #edf5fd;
  --light-beige: #f8f2ec;
  --grey: #707070; /* kept original as it was not specified */
  --dark-grey: #565e67; /* kept original as it was not specified */
  --light-green: #c9f2fd; /* kept original as it was not specified */

  /* Clinic colors */
  --color-clinic-machida: #83daf4; /* kept original as it was not specified */
  --color-clinic-sagamihara: #f4b383; /* kept original as it was not specified */
  --color-clinic-tama: #8ee6a2; /* kept original as it was not specified */
  --color-clinic-kodaira: #c292f2; /* kept original as it was not specified */
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  color: var(--secondary-color);
  background-color: var(--light-bg);
  line-height: 1.75;
}

table th,
table td {
  color: var(--secondary-color) !important;
  font-weight: 500 !important;
}

/* Typography */

.section-title {
  line-height: 1.3125;
}

.hero-section {
  height: 40vh;
  background-color: var(--light-bg);
}

.features-section {
  background-color: var(--light-bg);
}

.philosophy-section {
  background-image: url(../images/about/images/bg-sky.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Philosophy Section */
.philosophy-section {
  padding: 3rem 0 4rem;
  background-color: var(--white);
}

.clinic-intro-section {
  background-color: var(--light-bg);
}

.doctor-intro-section {
  background-color: var(--light-bg);
}

/* Page Title */
.page-title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-subtitle {
  font-size: 16px;
  color: var(--primary-color);
}

.hero-image {
  border-radius: 24px;
  overflow: hidden;
}

.feature-item {
  margin-bottom: 3rem;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.7;
}

.feature-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card {
  height: 210px;
}

.feature-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.feature-text {
  font-size: 16px;
  line-height: 1.75;
}

.philosophy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.philosophy-title {
  font-size: 32px;
  color: var(--white);
  background-color: var(--primary-color);
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 50px;
}

.mission-container {
  max-width: 1000px;
  margin: 0 auto;
}

.mission-box,
.vision-box,
.credo-box {
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.mission-title,
.vision-title,
.credo-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.mission-subtitle,
.vision-subtitle,
.credo-subtitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--light-pink);
}

.mission-content,
.vision-content,
.credo-content {
  background-color: var(--white);
  border-radius: 24px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.card-content {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.mission-heading,
.vision-heading,
.credo-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--light-blue-dark); /* updated to match new key */
  line-height: 1.7;
}

.mission-text {
  font-size: 16px;
  text-align: center;
}

.credo-subheading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.vision-items,
.credo-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}

.vision-item,
.credo-item {
  flex-basis: 30%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vision-item-number,
.credo-item-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--light-blue-dark) 80%,
    var(--light-blue) 100% /* updated to match new key */
  );
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.clinic-card-wrapper {
  width: 45%;
}

.vision-item-content,
.credo-item-content {
  background-color: var(--light-blue-light);
  border-radius: 24px;
  text-align: center;
  width: 100%;
}

.card-line {
  width: 30%;
  border-bottom: 2px solid var(--light-blue-dark);
}

.vision-item-content p,
.credo-item-content p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.credo-item-content {
  text-align: center;
  width: 100%;
}

.credo-item-content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.credo-item-content p {
  font-size: 14px;
}

/* Clinic Introduction Section */
.clinic-intro-section {
  padding: 4rem 0;
}

.clinic-cards {
  justify-content: center;
}

.clinic-card {
  /* margin-bottom: 2rem; */
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.clinic-card-image {
  height: 200px;
  overflow: hidden;
  background-color: #e2e2e2; /* kept original as it was not specified */
  border-radius: 24px 24px 0 0;
}

.clinic-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-card-body {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 0 0 24px 24px;
}

.clinic-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.clinic-tag-blue {
  border-left: 6px solid var(--color-clinic-machida);
}

.clinic-tag-orange {
  border-left: 6px solid var(--color-clinic-sagamihara);
}

.clinic-tag-green {
  border-left: 6px solid var(--color-clinic-tama);
}

.clinic-tag-purple {
  border-left: 6px solid var(--color-clinic-kodaira);
}

.clinic-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.clinic-info {
  margin-bottom: 1rem;
}

.clinic-table {
  margin-bottom: 0;
}

.clinic-table th {
  font-weight: 500;
  border-bottom: 1px solid var(--light-gray);
  padding: 0.5rem 0;
  width: 100px;
}

.clinic-table td {
  border-bottom: 1px solid var(--light-gray);
  padding: 0.5rem 0;
}

.clinic-more {
  font-size: 18px;
  color: var(--dark-grey); /* kept original as it was not specified */
  display: flex;
  align-items: center;
}

.clinic-more:hover {
  color: var(--primary-color);
}

.clinic-link {
  cursor: pointer;
}

/*.doctor-photo {
  border-radius: 24px;
  overflow: hidden;
}*/

.doctor-photo img {
  border-radius: 24px;
  overflow: hidden;
}

.line {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
}

.doctor-tag-blue {
  border-left: 6px solid var(--color-clinic-machida);
}

.doctor-tag-orange {
  border-left: 6px solid var(--color-clinic-sagamihara);
}

.doctor-certifications {
  background-color: var(--light-beige);
  border-radius: 24px;
}

.doctor-tag-green {
  border-left: 6px solid var(--color-clinic-tama);
}

.doctor-tag-purple {
  border-left: 6px solid var(--color-clinic-kodaira);
}

.doctor-name-en {
  font-size: 16px;
  color: var(--secondary-color-light);
}

.doctor-profile-title {
  color: var(--light-blue-dark);
  line-height: 1.7;
  font-size: 24px;
}

.doctor-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.doctor-position {
  margin-bottom: 1rem;
}

.doctor-position h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.doctor-profile {
  background-color: var(--light-bg); /* updated to match new key */
  border-radius: 20px;
}

.doctor-certifications h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cert-list {
  list-style: none;
  padding-left: 0;
}

.cert-list li {
  list-style: none;
}

.cert-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .mission-subtitle,
  .vision-subtitle,
  .credo-subtitle {
    font-size: 14px;
  }

  .clinic-card-wrapper {
    width: 100%;
  }

  .vision-item-content p {
    font-size: 18px !important;
    font-weight: 700;
  }

  .credo-item-content p {
    font-size: 14px !important;
    font-weight: 500;
  }

  .card-content {
    font-size: 18px;
  }

  .hero-section {
    height: 30vh;
  }
  .page-title {
    font-size: 36px;
  }
  .section-title {
    font-size: 24px;
  }
  .feature-title {
    font-size: 18px;
  }
  .feature-icon {
    width: 80px;
    height: 80px;
  }

  .feature-card-title {
    font-size: 16px;
  }
  .mission-title,
  .vision-title,
  .credo-title {
    font-size: 24px;
  }
  .mission-content,
  .vision-content,
  .credo-content {
    padding: 1.5rem;
  }
  .vision-item,
  .credo-item {
    flex-basis: 100%;
  }
  .doctor-photo {
    /* max-width: 300px; */
    margin: 0 auto 1rem;
  }
}
</pre></body></html>