/*===============================
link-about
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#link-about {
}
#link-about .link-about-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #link-about .link-about-section {
  padding: 100px 0;
  background: #fff;
 }
}
#link-about .link-about-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#link-about .link-about-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;
}
#link-about .link-about-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #link-about .link-about-icon {
  width: 28px;
  height: 28px;
 }
}
#link-about .link-about-title {
 font-size: 1em;
 padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
 #link-about .link-about-title {
  font-size: 1.4em;
  padding-bottom: 40px;
 }
}
#link-about .link-about-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カラム --- */
#link-about .link-about-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 70px;
}

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

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

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

/* --- スマホ --- */
@media (max-width: 768px) {
 #link-about .link-about-section {
  padding: 70px 0;
 }
 #link-about .link-about-flex {
  flex-direction: column;
  gap: 32px;
 }
 #link-about .link-about-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #link-about .link-about-subheading {
  margin: 2em 0 0.8em;
 }
}
/* 表：募集要項テーブル */
#link-about .link-about-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 1rem;
 color: #333;
 margin-top: 40px;
}
#link-about .link-about-table th {
 width: 25%;
 text-align: center;
 background-color: #f7dede;
 padding: 1em;
 font-weight: bold;
 vertical-align: top;
 border: 1px solid #ccc;
}
#link-about .link-about-table td {
 background-color: #fff;
 padding: 1em;
 vertical-align: top;
 border: 1px solid #ccc;
}
.urgent {
 color: #d60039;
 font-weight: bold;
}
@media screen and (max-width: 768px) {
 #link-about .link-about-table {
  border: none;
 }

 #link-about .link-about-table thead {
  display: none;
 }

 #link-about .link-about-table tr {
  display: block;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
 }

 #link-about .link-about-table th,
 #link-about .link-about-table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #eee;
 }

 #link-about .link-about-table th {
  background-color: #f7dede;
  font-weight: bold;
  font-size: 0.95rem;
  border-bottom: 1px solid #ddd;
 }

 #link-about .link-about-table td {
  font-size: 0.95rem;
  background-color: #fff;
 }

 #link-about .link-about-table tr:last-child td {
  border-bottom: none;
 }
}
#link-about .link-about-contact-box {
 border: 3px solid #cc3366;
 border-radius: 16px;
 padding: 30px 20px;
 margin: 0px auto;
 max-width: 800px;
 background: #fff;
 display: flex;
 flex-direction: column;
 gap: 40px;
 font-family: "Noto Sans JP", sans-serif;
}

#link-about .link-about-contact-item {
 text-align: center;
 padding: 0 10px;
}

#link-about .link-about-contact-title {
 font-weight: bold;
 font-size: 1.2rem;
 margin-bottom: 12px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
 color: #000;
}

#link-about .link-about-contact-icon {
 width: 24px;
 height: 24px;
 vertical-align: middle;
}

#link-about .link-about-contact-text {
 font-size: 1rem;
 line-height: 1.7;
 color: #333;
 text-align: center;
}

#link-about .link-about-contact-phone {
 font-size: 1.8rem;
 font-weight: bold;
 margin: 15px 0 5px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px;
 color: #000;
}

#link-about .link-about-contact-number {
 font-size: 1.8rem;
 font-weight: 700;
 text-align: center;
}
#link-about .link-about-contact-number02 {
 font-size: 1.8rem;
 font-weight: 700;
 text-align: center;
 padding-bottom: 10px;
}
#link-about .link-about-contact-hours {
 font-size: 0.95rem;
 color: #333;
 text-align: center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
 #link-about .link-about-contact-box {
  padding: 20px 0;
  gap: 30px;
 }

 #link-about .link-about-contact-title {
  font-size: 1.1rem;
 }

 #link-about .link-about-contact-number {
  font-size: 1.1rem;
 }
 #link-about .link-about-contact-number02 {
  font-size: 1.1rem;
 }
 #link-about .link-about-contact-phone {
  font-size: 1.1rem;
 }

 #link-about .link-about-contact-text {
  font-size: 0.95rem;
 }
}
