/*===============================
philosophy
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#philosophy {
}
#philosophy .philosophy-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #philosophy .philosophy-section {
  padding: 100px 0;
  background: #fff;
 }
}
#philosophy .philosophy-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#philosophy .philosophy-heading {
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-size: clamp(1.2rem, 2.4vw, 2.4rem);
 font-weight: 700;
 color: #333;
}
#philosophy .philosophy-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #philosophy .philosophy-icon {
  width: 28px;
  height: 28px;
 }
}
#philosophy .philosophy-title {
 font-size: 1em;
 padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
 #philosophy .philosophy-title {
  font-size: 1.4em;
  padding-bottom: 40px;
 }
}
#philosophy .philosophy-title h2 {
 text-align: center;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-weight: 500; /* 少し軽めのウェイト */
 letter-spacing: 0.05em; /* ややゆったり */
 color: #333; /* 落ち着いた濃いグレー */
 line-height: 1.8;
}
/* --- 2カラム --- */
#philosophy .philosophy-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 70px;
}

#philosophy .philosophy-photo {
 width: 48%;
 margin: 0;
}
#philosophy .philosophy-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

#philosophy .philosophy-text {
 flex: 1;
 font-size: 1rem;
 line-height: 1.8;
 color: #333;
}
@media screen and (min-width: 768px) {
 #philosophy .philosophy-text {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
 }
}
#philosophy .philosophy-text p {
 margin: 0 0 1.8em;
}

#philosophy .philosophy-subheading {
 font-size: 1.5rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
#philosophy .philosophy-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#philosophy .philosophy-list li {
 margin: 0 0 0.8em;
}

/* --- スマホ --- */
@media (max-width: 768px) {
 #philosophy .philosophy-section {
  padding: 70px 0;
 }
 #philosophy .philosophy-flex {
  flex-direction: column;
  gap: 32px;
 }
 #philosophy .philosophy-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #philosophy .philosophy-subheading {
  margin: 2em 0 0.8em;
 }
}
.corporate-info-table-wrap {
 margin: 60px auto;
 max-width: 1100px;
 padding: 0 5px;
}
@media screen and (min-width: 768px) {
 .corporate-info-table-wrap {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 20px;
 }
}
.corporate-info-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 0.95rem;
 line-height: 1.7;
}

.corporate-info-table th,
.corporate-info-table td {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding: 30px 12px;
 text-align: left;
 vertical-align: middle;
 font-size: 1.2em;
}

.corporate-info-table th {
 width: 25%;
 font-weight: 600;
 white-space: nowrap;
}

@media screen and (max-width: 600px) {
 .corporate-info-table th,
 .corporate-info-table td {
  display: block;
  width: 100%;
  padding: 10px 8px;
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
 }

 .corporate-info-table th {
  font-weight: bold;
  border-bottom: none;
 }

 .corporate-info-table tr {
  margin-bottom: 16px;
  display: block;
  border-top: none;
 }
}
