.therapy-header {
  padding: 25px 0 20px 0;
}
@media screen and (min-width: 800px) {
  .therapy-header {
    padding: 50px 0 20px 0;
  }
}

.therapy-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.therapy-header-image {
  width: 220px;
  margin: 0 50px 0 0;
}
.therapy-header-image img {
  width: 100%;
  object-fit: contain;
}
.therapy-header-image p {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.therapy-item-link {
  display: block;
  margin: 15px 0 0 0;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.therapy-item-link::before {
  content: "";
  display: block;
  background: url("../img/method/therapy-arrow-yellow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  margin: 0 5px 0 0;
}

.therapy-header-text {
  width: 100%;
}
.therapy-header-text h2 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.therapy-header-text p {
  line-height: 26px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.therapy-header-text p:last-child {
  margin: 0;
}
.therapy-header-text .therapy-header-list-text {
  margin: 0 0 10px 0;
}
.therapy-header-text ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.therapy-header-text ul li {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.4px;
  list-style-type: none;
  color: #ffd600;
  display: flex;
  align-items: center;
}
.therapy-header-text ul li:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  background: url("../img/method/therapy-head-icon.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 800px) {
  .therapy-header-text {
    width: 80%;
  }
  .therapy-header-text h2 {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .therapy-header-text p {
    line-height: 32px;
    letter-spacing: 1.4px;
    margin: 0 0 30px 0;
  }
  .therapy-header-text p:last-child {
    margin: 0;
  }
  .therapy-header-text .therapy-header-list-text {
    margin: 0 0 10px 0;
  }
  .therapy-header-text ul {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .therapy-header-text ul li {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.4px;
    list-style-type: none;
    color: #ffd600;
    display: flex;
    align-items: center;
  }
  .therapy-header-text ul li:before {
    flex: 0 0 auto;
    content: "";
    display: block;
    background: url("../img/method/therapy-head-icon.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: 0 10px 0 0;
  }
}

.therapy-header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 800px) {
  .therapy-header-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
}

.therapy-step-head {
  padding: 0 0 30px 0;
}

.therapy-header-link-wrap {
  background: #fff;
}
.therapy-header-link-wrap h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  background: #ffd600;
  padding: 10px 25px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .therapy-header-link-wrap {
    background: #fff;
  }
  .therapy-header-link-wrap h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 1.5px;
    background: #ffd600;
    padding: 10px 25px;
    margin: 0;
  }
}

.therapy-header-link ul {
  padding: 15px 20px;
}
.therapy-header-link ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 6px 0;
}
.therapy-header-link ul li a {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #333 !important;
}
.therapy-header-link ul li a:hover {
  color: #d11919 !important;
}
.therapy-header-link ul li:last-child {
  margin: 0;
}
.therapy-header-link ul li:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  background: url("../img/method/therapy-head-check.png") no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin: 8px 10px 0 0;
}
@media screen and (min-width: 800px) {
  .therapy-header-link ul {
    padding: 15px 20px;
  }
  .therapy-header-link ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 6px 0;
  }
  .therapy-header-link ul li a {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #333 !important;
  }
  .therapy-header-link ul li a:hover {
    color: #d11919 !important;
  }
  .therapy-header-link ul li:last-child {
    margin: 0;
  }
  .therapy-header-link ul li:before {
    flex: 0 0 auto;
    content: "";
    display: block;
    background: url("../img/method/therapy-head-check.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: 0 10px 0 0;
  }
}

.therapy-header-image {
  display: none;
}
@media screen and (min-width: 800px) {
  .therapy-header-image {
    display: block;
  }
}

.therapy-header-image-sp {
  display: block;
  width: 220px;
  margin: 0 auto 20px auto;
}
.therapy-header-image-sp p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 23px;
  margin: 8px 0 0 0 !important;
}
@media screen and (min-width: 800px) {
  .therapy-header-image-sp {
    display: none;
  }
}

.therapy-features-message {
  background-color: #fff;
  padding: 30px;
  margin: 0 0 30px 0;
}

.therapy-feature-message-item {
  margin: 0 0 30px 0;
}
.therapy-feature-message-item p {
  color: #333;
  margin: 0 0 20px 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.therapy-feature-message-item p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: auto;
  background: #333;
  margin: 0 20px 0 0;
}
.therapy-feature-message-item a {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #d11919;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.therapy-feature-message-item a:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  background: url("../img/method/therapy-head-check.png") no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 800px) {
  .therapy-feature-message-item a {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #d11919;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .therapy-feature-message-item a:before {
    flex: 0 0 auto;
    content: "";
    display: block;
    background: url("../img/method/therapy-head-check.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 10px 0 0;
  }
}
.therapy-feature-message-item:last-child {
  margin: 0 0 10px 0;
}

.studio-feature {
  background: #03336D;
}

.studio-feature-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.studio-feature-inner h2 {
  margin: 10px 0 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.studio-feature-inner h2 img {
  display: block;
  max-width: 800px;
  margin: 20px auto;
}
@media screen and (min-width: 800px) {
  .studio-feature-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .studio-feature-inner h2 {
    margin: 10px 0 0 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .studio-feature-inner h2 img {
    display: block;
    max-width: 800px;
    margin: 40px auto;
  }
}

.studio-feature-min-text {
  margin: 20px 0;
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 32px;
}
@media screen and (min-width: 800px) {
  .studio-feature-min-text {
    margin: 40px 0;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 32px;
  }
}

.studio-feature-link ul {
  padding: 20px 20px 25px 20px;
}
.studio-feature-link ul li {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px 0;
}
.studio-feature-link ul li:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  background: url("../img/method/studio-feature-check-icon.svg") no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin: 5px 10px 0 0;
}
@media screen and (min-width: 800px) {
  .studio-feature-link ul {
    padding: 26px 20px 30px 20px;
  }
  .studio-feature-link ul li {
    font-size: 16px;
    color: #333;
    margin: 0 0 20px 0;
  }
  .studio-feature-link ul li:before {
    flex: 0 0 auto;
    content: "";
    display: block;
    background: url("../img/method/studio-feature-check-icon.svg") no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: 0 10px 0 0;
  }
}

.therapy-flow {
  margin: 40px 0 0 0;
}
.therapy-flow h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.therapy-flow p {
  margin: 30px 0 10px 0;
}
@media screen and (min-width: 800px) {
  .therapy-flow {
    margin: 50px 0 0 0;
  }
  .therapy-flow h3 {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 30px 0;
  }
  .therapy-flow p {
    margin: 30px 0;
  }
}

.therapy-flow-wrap ul {
  display: block;
  padding: 0;
  margin: 0;
}
.therapy-flow-wrap ul li {
  position: relative;
  outline: none;
  list-style-type: none;
  color: #ffd600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
  border: 3px solid #ffd600;
  padding: 8px 20px;
  margin: 0 0px 40px 0;
}
.therapy-flow-wrap ul li::after {
  top: auto;
  bottom: -28px;
  right: 45%;
  transform: translateX(-45%);
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ffd600;
}
.therapy-flow-wrap ul li:last-child {
  margin: 0;
}
.therapy-flow-wrap ul li:last-child::after {
  content: none;
}
@media screen and (min-width: 800px) {
  .therapy-flow-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .therapy-flow-wrap ul li {
    position: relative;
    outline: none;
    list-style-type: none;
    color: #ffd600;
    font-size: 18px;
    letter-spacing: 1.5px;
    border: 4px solid #ffd600;
    padding: 8px 20px;
    margin: 0 30px 0 0;
  }
  .therapy-flow-wrap ul li::after {
    top: 11px;
    right: -45px;
    bottom: auto;
    position: absolute;
    content: "";
    display: inline-block;
    border-right: auto;
    border-left: 11px solid #ffd600;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
  }
  .therapy-flow-wrap ul li:last-child {
    margin: 0;
  }
  .therapy-flow-wrap ul li:last-child::after {
    content: none;
  }
}/*# sourceMappingURL=202512new-style.css.map */