.top-section {
  background-image: url(../images/other/other-mv.jpg);
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  display: flex;
  flex-direction: column; /* h2 → p の縦並び */
  justify-content: center; /* ← 縦方向中央寄せ */
  align-items: flex-start; /* ← 横方向左寄せ */
  padding-left: 200px; /* ← 左余白（好みで調整） */
  text-align: left; /* テキストの左揃え */
  gap: 30px;
}
.top-section h2 {
  width: 100%;
  display: block;
  font-size: 3.6rem;
  color: #EE9AA2;
  line-height: 5.4rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              1px 1px 0 #fff, 1px -1px 0 #fff,
              1px 0 0 #fff, -1px 0 0 #fff,
              0 1px 0 #fff, 0 -1px 0 #fff;
  letter-spacing: 0.2em;
}
.top-section__lead {
  display: inline-block;
  text-align: left;
  width: 90%;
  max-width: 760px;
  margin: 80px auto;
}
@media(max-width:960px) {
  .header {
    margin-bottom: 0;
  }
  .top-section {
    margin-top: 0;
    padding: 24px;
    background-position: 54% bottom;
    background-size: cover;
    height: 500px;
  }
  .top-section h2 {
    font-size: 2.4rem;
  }
  .top-section p {
    font-size: 2rem;
  }
  .top-section__lead {
    margin: 40px auto;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
  display: block;
}
}
.hypnotherapy-section {
  padding: 60px 100px 100px;
}
.hypnotherapy-section h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.hypnotherapy-section h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  position: static;
  font-family: Zen Maru Gothic;
  font-weight: 400;
}
.hypnotherapy-section p {
  width: 90%;
  max-width: 760px;
  text-align: left;
  margin: 0 auto 60px;
}
.hypnotherapy-section h4 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.hypnotherapy-section__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
  text-align: left;
}
.hypnotherapy-section__contents li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: 2px 2px 4px gray;
  border: #93C7CC 2px solid;
}
.hypnotherapy-section__contents li h6 {
  color: #EE9AA2;
  font-size: 2rem;
}
.hypnotherapy-section__contents li p {
  width: 90%;
  max-width: 430px;
  text-align: left;
}
@media(max-width:960px) {
  .hypnotherapy-section {
    padding: 40px 24px 80px;
  }
  .hypnotherapy-section__contents p {
    margin-bottom: 20px;
  }
}
.session-section__voice h4 {
  width: 400px;
  background-color: #93C7CC;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 40px 200px;
}
.session-section {
  background-color: #fff;
  padding: 60px 24px 100px;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
}
.session-section .title-area {
  margin-bottom: 80px;
}
.session-section h4 {
  width: 400px;
  background-color: #93C7CC;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 40px 200px;
}
.session-section__flow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.session-section__flow li img {
  width: 220px;
  height: auto;
}
.arrow {
  width: auto;
  height: 31px;
}
.session-section__voice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  gap: 30px;
  margin: 0 0 60px 40px;
}
.session-section__voice ul li {
  border: #EE9AA2 2px solid;
  border-radius: 10px;
  padding: 20px;
}
.session-section__voice-name {
  display: flex;
  gap: 20px;
  align-items: center;
}
.session-section__voice ul li img {
  height: 123px;
  width: auto;
}
.session-section__voice-name h5 {
  text-align: left;
}
.session-section__voice ul li p {
  max-width: 460px;
  text-align: left;
}
.session-section__voice a {
  background-color: #EE9AA2;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
}
.session-section__fee-contents {
  background-color: #F5F5F5;
  padding: 20px;
  border: #EE9AA2 2px solid;
  border-radius: 10px;
  display: block; /* ← inline-blockをblockに変更 */
  text-align: left;
  margin: 0 0 60px 300px; /* ← 左寄せ */
  width: fit-content; /* ← コンテンツ幅にしたい場合 */
}

.session-section__fee h6 {
  margin-bottom: 20px;
  color: #EE9AA2;
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.session-section a {
  background-color: #EE9AA2;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
}
@media(max-width:960px) {
  .session-section {
    border-radius: 50px 50px 0 0;
    padding-bottom: 60px;
  }
  .session-section__voice h4 {
    margin: 0 auto 40px;
    width: 327px;
  }
  .session-section__voice ul {
    margin-left: 0;
  }
  .session-section__voice p {
    margin-bottom: 20px;
  }
  .session-section__fee-contents {
    margin: 0 auto 60px;
  }
}
.colorful-section {
  background-color: #FAE0E2;
  padding: 100px 24px 100px;
  border-radius: 100px 100px 0 0;
}
.colorful-section h2 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.colorful-section h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  position: static;
  font-family: zen maru gothic;
}
.colorful-section__text {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
}
.colorful-section h4 {
  font-size: 2rem;
  width: 400px;
  background-color: #fff;
  color: #EE9AA2;
  padding: 10px 0;
  margin: 0 0 40px 200px;
}

.service-section__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 0 0 200px;
}

.service-section__contents li p {
  text-align: left;
  width: 320px;
}
.service-section__contents li p::before {
  content: "●"; /* 丸を表示（文字で指定） */
  display: inline-block; /* インライン要素として扱い、サイズや位置を調整可能にする */
  margin-right: 5px; /* 丸とテキストの間に余白を設ける */
  color: #fff; /* 文字の色を指定 */
}
.session-section__voice-wrapper {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 760px;
  margin: 0 auto 60px;
}
.session-section__voice-name img {
  height: 120px;
  width: auto;
}
.session-section__voice p {
  text-align: left;
}
.colorful-section a {
  background-color: #fff;
  color: #EE9AA2;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
}
@media(max-width:960px) {
  .colorful-section {
    padding: 60px 24px 80px;
    border-radius: 50px 50px 0 0;
  }
  .colorful-section h2 {
    font-size: 2.4rem;
  }
  .colorful-section h3 {
    font-weight: 500;
  }
  .colorful-section h4 {
    margin: 0 auto 40px;
    width: 327px;
  }
  .service-section__contents {
    padding-left: 20px;
  }
  .about-section__contents-wrapper {
    width: 327px;
    margin: 0 auto;
  }
}
@media(max-width:960px) {
  .service-section__contents {
    justify-content: flex-start;
  }
}