@media all and (min-width: 751px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg?ver=260219);
  }

  /* INDEX */
  #treatment-index .introduction-box>.one-block:not(:last-of-type) {
    margin-bottom: 93px;
  }

  #treatment-index .introduction-box>.one-block .image-box {
    margin-bottom: 55px;
    position: relative;
  }

  #treatment-index .introduction-box>.one-block .image-box .introd-title {
    font-size: 250%;
    /* 40px */
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(calc(-50% - 7px));
  }

  #treatment-index .introduction-box>.one-block .image-box .introd-title.title_left {
    right: auto;
    left: 60px;
  }

  #treatment-index .introduction-box>.one-block .image-box .image {
    display: block;
  }

  #treatment-index .introduction-box>.one-block .image-box .image img {
    vertical-align: middle;
  }

  #treatment-index .introduction-box>.one-block .text-box .botton-box {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg_sp.jpg?ver=260219);
  }

  /* INDEX */
  #treatment-index .introduction-box>.one-block:not(:last-of-type) {
    margin-bottom: 93px;
  }

  #treatment-index .introduction-box>.one-block .image-box {
    margin: 0 -20px 35px;
    position: relative;
  }

  #treatment-index .introduction-box>.one-block .image-box .introd-title {
    font-size: 162.5%;
    /* 26px */
    font-weight: bold;
    line-height: 1.692307;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  #treatment-index .introduction-box>.one-block .image-box .image {
    display: block;
    height: 240px;
  }

  #treatment-index .introduction-box>.one-block .image-box .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
  }

  #treatment-index .introduction-box>.one-block .image-box .image.sp-point_top img {
    object-position: center top;
  }

  #treatment-index .introduction-box>.one-block .text-box .text-area:has(+ *) {
    margin-bottom: 25px;
  }

  #treatment-index .introduction-box>.one-block .text-box .botton-box {
    max-width: 310px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }

  #treatment-index .introduction-box>.one-block .text-box .botton-box .btn-type01:not(:last-of-type) {
    margin-bottom: 15px;
  }

  #treatment-index .introduction-box>.one-block .text-box .botton-box .btn-type01>a {
    width: 100%;
  }
}

/*# sourceMappingURL=page-treatment.css.map */