/* ===============================================================
 therapy
===============================================================*/
.therapy-intro {
  background-image: url(../img/therapy/intro-bg.webp);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.therapy-intro .c-txt {
  margin-top: 3rem;
}

.therapy-type {
  position: relative;
  margin-top: -1.1rem;
  padding: 7.6rem 0 4.4rem;
  border-radius: 1.1rem 1.1rem 0 0;
  -webkit-border-radius: 1.1rem 1.1rem 0 0;
}
.therapy-type .c-txt {
  margin-top: 3.6rem;
}
.therapy-type__scroll {
  margin-top: 3.3rem;
  margin-left: 2.5rem;
}
.therapy-type__scroll-inner {
  width: fit-content;
  padding-right: 2rem;
}
@media screen and (max-width: 900px) {
  .therapy-type__scroll-inner {
    padding-right: 6.2rem;
  }
}
.therapy-type__img {
  display: block;
  min-width: 87rem;
}

.therapy-treat {
  padding: 6.3rem 0 6.8rem;
  background-color: #eeeee9;
}
.therapy-treat__list {
  margin-top: 3.5rem;
}
.therapy-treat__item:not(:first-of-type) {
  margin-top: 8.1rem;
}
.therapy-treat__item .c-ttl02 {
  margin-bottom: 1.8rem;
}
.therapy-treat__hg {
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.therapy-treat__hg .c-bg__txt {
  margin-left: 0;
}
.therapy-treat__hg .c-catch {
  font-weight: 400;
  margin-top: 0.5rem;
}
.therapy-treat__box {
  margin-top: 3.9rem;
  padding: 3.3rem 3.5rem 2.7rem;
  background-color: #dfdfd6;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
}
@media screen and (max-width: 450px) {
  .therapy-treat__box {
    padding: 3rem 1.5rem;
  }
}
.therapy-treat__box .c-ttl02 {
  text-align: center;
}
.therapy-treat__box-list {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
}
.therapy-treat__box-list .c-bg__txt {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.therapy-treat__box-img {
  margin-bottom: 3.3rem;
}
.therapy-treat__box .c-bg__txt.bg-wht {
  margin-bottom: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.therapy-treat__box-scroll {
  margin-top: 2.5rem;
}
.therapy-treat__box-scroll img {
  min-width: 58rem;
}
.therapy-treat__box:last-of-type .therapy-treat__box-scroll {
  margin-top: 0;
}
.therapy-treat__flow {
  margin-top: 4.5rem;
}
.therapy-treat__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.therapy-treat__flow-item:not(:first-of-type) {
  position: relative;
  padding-top: 6rem;
}
.therapy-treat__flow-item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 3.2rem;
  height: 1.6rem;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../img/therapy/arw.webp) no-repeat center center/cover;
}
.therapy-treat__flow-img {
  max-width: 10rem;
}
.therapy-treat__flow__cap {
  width: calc(100% - 12.4rem);
}
.therapy-treat__flow__cap .c-txt02 {
  margin-top: 1.6rem;
}
.therapy-treat__btm {
  margin-top: 6.8rem;
}
.therapy-treat__btm-bnr {
  display: block;
  max-width: 27rem;
  margin: 0 auto 2rem;
}