@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.list-step {
  counter-reset: item;
  margin-top: 20px;
  margin-bottom: 19px;
}
.list-step__item {
  border-radius: 10px;
  background: #E9F6FD;
  position: relative;
  counter-increment: item;
  font-size: 1.6rem;
}
.list-step__item:not(:last-child) {
  margin-bottom: 6px;
}
.list-step__item span {
  text-align: center;
  width: 130px;
  border: 1px solid #4BADE6;
  border-radius: 6px;
  padding: 8.5px 5px;
  background: #fff;
  font-weight: bold;
  color: #333;
}
.list-step__item p {
  line-height: 1.6;
}
.list-step__item:before {
  content: counter(item);
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  background: #45CADC;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
}

.sec-psychiatry {
  background: url("../img/psychosomatic-psychiatry/bg-01.jpg") bottom center no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .sec-psychosomatic {
    padding: 43px 0 10px;
  }
  .sec-psychosomatic .features-list {
    margin-top: 41px;
  }
  .sec-psychosomatic .features-list::after {
    display: none;
  }
  .sec-psychosomatic .features-list__img {
    margin-bottom: 0;
  }
  .sec-psychosomatic .features-list__img::after {
    display: none;
  }
  .sec-psychosomatic .features-list__img::before {
    padding-bottom: 75%;
  }
  .sec-psychosomatic .features-list__ct {
    margin-bottom: 21px;
  }
  .sec-mv__ct-ttl span {
    font-size: 1.4rem;
  }
  .psychosomatic-block {
    padding-top: 40px;
  }
  .sec-psychiatry {
    padding: 50px 0 40px;
    background-size: 100% 110%;
  }
  .sec-diseases {
    padding: 50px 0 60px;
  }
  .sec-diseases .c-ttl__01 {
    margin-bottom: 35px;
  }
  .diseases-btn__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-step {
    margin-bottom: 11px;
  }
  .list-step__item {
    padding: 31px 20px 18px 20px;
    margin-left: 0;
  }
  .list-step__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-step__item span {
    width: 100%;
    display: block;
    margin-bottom: 9px;
  }
  .list-step__item p {
    width: 100%;
    padding-left: 0;
  }
  .list-step__item:before {
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .list-step__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .sec-psychosomatic {
    padding: 60px 0 34px;
  }
  .sec-psychosomatic .features-list {
    margin-top: 51px;
  }
  .sec-psychosomatic .features-list::after {
    display: none;
  }
  .sec-psychosomatic .features-list__img::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .sec-psychosomatic .features-list__ct {
    padding-right: 50px;
    padding-left: 0;
    width: 55.2%;
  }
  .sec-psychosomatic .features-list__img {
    width: 40%;
  }
  .sec-psychosomatic .features-list__img::before {
    padding-bottom: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-psychiatry {
    padding: 55px 0 40px;
  }
  .sec-psychiatry .treatment-wrap {
    padding-bottom: 29px;
  }
  .psychosomatic-block {
    padding-top: 79px;
  }
  .sec-diseases {
    padding: 60px 0 101px;
  }
  .sec-diseases .c-ttl__01 {
    margin-bottom: 50px;
  }
  .sec-diseases .inner {
    max-width: 1140px;
  }
  .diseases-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -10px;
  }
  .diseases-btn__item {
    width: 25%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .diseases-btn__item {
    width: 33.33%;
  }
}
@media print, screen and (min-width: 768px) {
  .list-step__item {
    padding: 16px 30px 16px 40px;
    margin-left: 19px;
  }
  .list-step__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .list-step__item p {
    width: calc(100% - 130px);
    padding-left: 20px;
  }
  .list-step__item:before {
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*# sourceMappingURL=maps/psychosomatic-psychiatry.css.map */
