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

#psych .psych-photo {
 width: 48%;
 margin: 0;
}
#psych .psych-photo03 {
 width: 100%;
 margin: 0;
}
#psych .psych-photo02 {
 width: 100%;
 margin: 0;
 align-self: flex-end;
}
#psych .psych-photo04 {
 width: 100%;
 margin: 0;
}
@media screen and (min-width: 768px) {
 #psych .psych-photo03 {
  width: 29%;
  margin: 0;
 }
 #psych .psych-photo02 {
  width: 29%;
  margin: 0;
  align-self: flex-end;
 }
 #psych .psych-photo04 {
  width: 35%;
  margin: 0;
 }
}
#psych .psych-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

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

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

#psych .psych-subheading {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
@media screen and (min-width: 768px) {
 #psych .psych-subheading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #cc3366;
  margin: 1.4em 0;
 }
}
#psych .psych-subheading02 {
 font-size: 1.1rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
#psych .psych-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#psych .psych-list li {
 margin: 0 0 0.8em;
}
#psych .psych-border {
 border-bottom: 2px solid #dcdcdc;
 padding: 0px 0 60px;
}
/* --- スマホ --- */
@media (max-width: 768px) {
 #psych .psych-section {
  padding: 70px 0;
 }
 #psych .psych-flex {
  flex-direction: column;
  gap: 32px;
 }
 #psych .psych-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #psych .psych-subheading {
  margin: 2em 0 0.8em;
 }
}
#psych .psych-subheading02 {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
