@charset "utf-8";
/* CSS Document */
.concept-mainvisual {
  height:90vh; /*ﾃﾞﾊﾞｲｽの高さの1/100=1vh*/
  background-image: url("../img/DSC06672.jpg"); /*サイトの管理をしないと画像リンクが相対パスにならない！*/
  background-position: center;
  /*background-size: 100% auto; 横auto 高さは設定してるから100%*/
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media(min-width: 960px) {
  .concept-mainvisual {
    background-size: cover;
    width: 100%;
  }
}
.section-concept2 {
  padding: 80px 0 100px;
}
.section-concept__content-wrapper {
  width: 80vw;
  margin: 0 auto;
  line-height: 1.5;
}
.section-concept2 h2 {
  padding: 0;
}
.section-concept__sub-title {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 50px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-concept__text {
  font-size: 1.3rem;
  line-height: 2.2;
}
.section-concept__image img {
  width: 80vw;
  object-fit: cover;
  margin-top: 50px;
}
@media(min-width:760px){
  .section-concept__text {
  font-size: 1.5rem;
  line-height: 2.4;
  }
  .section-concept__sub-title {
  font-size: 1.5rem;
  }
}
.section-thought {
  padding-bottom: 50px;
}
.section-thought__content-wrapper {
  width: 80vw;
  margin: 0 auto;
  text-align: left;
}
.section-thought h3 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: solid 1px #1e99a8;
}
.section-thought__description {
  padding-bottom: 50px;
  line-height: 2;
}
@media(min-width:760px){
  .section-thought h3 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .section-thought__description {
    font-size: 1.5rem;
  }
}
.section-therapist {
  padding-bottom: 100px;
}
.section-therapist__content-wrapper {
  width: 80vw;
  margin: 0 auto;
}
.section-therapist__image img {
  width: 80vw;
  object-fit: cover;
}
.section-therapist h3 {
  padding: 15px 0 8px;
  font-weight: 500;
  text-align: left;
}
.section-therapist p {
  text-align: left;
  line-height: 1.8;
}
@media(min-width: 960px) {
  .section-therapist__image img {
  width: 50vw;
  height: 60vh;
  object-position: top;
}
  .section-therapist h3 {
    text-align: center;
    padding: 40px 0 20px;
    font-weight: 600;
  }
  .section-therapist p {
    text-align: center;
    font-size: 1.5rem;
  }
}