@charset "UTF-8";
.medical_about {
  margin-top: 140rem;
}
.medical_about .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.medical_about .flex_wrap .text_wrap {
  width: 440rem;
}
.medical_about .flex_wrap .text_wrap h2 {
  font-size: 28rem;
  font-weight: bold;
}
.medical_about .flex_wrap .text_wrap .text {
  margin-top: 50rem;
}
.medical_about .flex_wrap .text_wrap .btn_more_s {
  margin-top: 45rem;
}
.medical_about .flex_wrap .text_wrap .btn_more_s a::before {
  transform: translateY(-50%) rotate(90deg);
}
.medical_about .flex_wrap .img_area {
  width: 600rem;
  height: 500rem;
  position: relative;
}
.medical_about .flex_wrap .img_area .img_wrap {
  position: absolute;
  width: 750rem;
  top: 0;
  left: 0;
}
.medical_about .flex_wrap .img_area .img_wrap img {
  border-radius: 40rem;
}

.rehabilitation {
  margin-top: 155rem;
}
.rehabilitation .flex_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20rem;
  max-width: 1540rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20rem;
  position: relative;
  z-index: 1;
}
.rehabilitation .flex_wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: -152rem;
  left: -118rem;
  width: 164rem;
  height: 251rem;
  background: url(../../img/pic_rehabilitation_deco.png) no-repeat center top/contain;
  z-index: -1;
}
.rehabilitation .flex_wrap .img_wrap {
  width: 50%;
}
.rehabilitation .flex_wrap .img_wrap img {
  height: 500rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40rem;
}
.rehabilitation .flex_wrap .text_area {
  width: 668rem;
}
.rehabilitation .flex_wrap .text_area .text_wrap {
  width: 500rem;
}
.rehabilitation .flex_wrap .text_area .text_wrap h2 {
  font-weight: bold;
  font-size: 28rem;
}
.rehabilitation .flex_wrap .text_area .text_wrap .text {
  margin-top: 20rem;
  line-height: 2;
}
.rehabilitation .flex_wrap .text_area .img_flex {
  margin-top: 68rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
.rehabilitation .flex_wrap .text_area .img_flex .img_wrap {
  width: 315rem;
}
.rehabilitation .flex_wrap .text_area .img_flex .img_wrap img {
  height: auto;
}

.medical_table {
  margin-top: 165rem;
  padding-bottom: 100rem;
  position: relative;
}
.medical_table::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 105rem;
  left: 50%;
  transform: translateX(-52%);
  width: 1833rem;
  height: 728rem;
  background: url(../../img/pic_medical_table_deco.png) no-repeat center top/contain;
}
.medical_table h3 {
  font-size: 20rem;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.medical_table h3::before {
  position: absolute;
  content: "●";
  display: block;
  font-size: 20rem;
  color: #EC6949;
  top: 0;
  left: 0;
}
.medical_table .table_wrap {
  margin-top: 10rem;
}
.medical_table .table_wrap table tr th,
.medical_table .table_wrap table tr td {
  padding: 20rem 25rem;
  vertical-align: middle;
  border: 1px solid #E2F2EE;
  line-height: 2;
}
.medical_table .table_wrap table tr th {
  font-weight: bold;
  padding-right: 78rem;
  text-align: left;
}
.medical_table .table_wrap table tr th a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  text-align: left;
}
.medical_table .table_wrap table tr th a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -45rem;
  transform: translateY(-50%);
  width: 23rem;
  height: 20rem;
  background: url(../../img/ico_window.svg) no-repeat center top/contain;
}
.medical_table .table_wrap table tr th.t_head {
  font-weight: normal;
  color: #3E3E3E;
  background-color: #F5F5F5;
  text-align: center;
  padding-right: 20rem;
}
.medical_table .table_wrap table tr td:nth-child(4) {
  width: 340rem;
}

@media screen and (max-width: 680px) {
  .medical_about {
    margin-top: 45rem;
  }
  .medical_about .flex_wrap {
    display: block;
  }
  .medical_about .flex_wrap .text_wrap {
    width: 100%;
  }
  .medical_about .flex_wrap .text_wrap h2 {
    font-size: 20rem;
    font-weight: bold;
    text-align: center;
  }
  .medical_about .flex_wrap .text_wrap .img_area {
    margin-top: 12rem;
    width: 100%;
    height: auto;
  }
  .medical_about .flex_wrap .text_wrap .img_area .img_wrap {
    width: 100%;
    position: relative;
  }
  .medical_about .flex_wrap .text_wrap .img_area .img_wrap img {
    border-radius: 20rem;
  }
  .medical_about .flex_wrap .text_wrap .text {
    margin-top: 20rem;
  }
  .medical_about .flex_wrap .text_wrap .btn_more_s {
    margin-top: 20rem;
    text-align: center;
  }
  .rehabilitation {
    margin-top: 65rem;
  }
  .rehabilitation .flex_wrap {
    display: block;
    max-width: 100%;
    width: 335rem;
    padding: 0;
  }
  .rehabilitation .flex_wrap::before {
    display: none;
  }
  .rehabilitation .flex_wrap .img_wrap {
    width: 100%;
  }
  .rehabilitation .flex_wrap .img_wrap img {
    height: auto;
    border-radius: 20rem;
  }
  .rehabilitation .flex_wrap .text_area {
    width: 100%;
  }
  .rehabilitation .flex_wrap .text_area .text_wrap {
    width: 100%;
  }
  .rehabilitation .flex_wrap .text_area .text_wrap h2 {
    font-size: 20rem;
    text-align: center;
  }
  .rehabilitation .flex_wrap .text_area .text_wrap .img_wrap {
    margin-top: 15rem;
  }
  .rehabilitation .flex_wrap .text_area .text_wrap .text {
    margin-top: 25rem;
    line-height: 1.6;
  }
  .rehabilitation .flex_wrap .text_area .img_flex {
    margin-top: 20rem;
    gap: 0;
  }
  .rehabilitation .flex_wrap .text_area .img_flex .img_wrap {
    width: 158rem;
  }
  .medical_table {
    margin-top: 70rem;
    padding-bottom: 50rem;
    position: relative;
    z-index: 1;
  }
  .medical_table::before {
    bottom: 94rem;
    left: 0;
    transform: translateX(0);
    width: 29rem;
    height: 33rem;
    background: url(../../img/pic_medical_table_deco_sp.png) no-repeat center top/contain;
    z-index: -1;
  }
  .medical_table h3 {
    font-size: 16rem;
    margin-left: 20rem;
  }
  .medical_table h3::before {
    font-size: 16rem;
  }
  .medical_table .inner_wrap {
    width: 100%;
  }
  .medical_table .table_wrap {
    overflow-x: scroll;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 20rem;
  }
  .medical_table .table_wrap table {
    width: -moz-max-content;
    width: max-content;
    background-color: #FCFAF7;
  }
  .medical_table .table_wrap table tr th,
  .medical_table .table_wrap table tr td {
    line-height: 1.8;
    font-size: 14rem;
    padding: 15rem 20rem;
  }
  .medical_table .table_wrap table tr th {
    padding-right: 60rem;
  }
  .medical_table .table_wrap table tr th a::before {
    right: -30rem;
    width: 16rem;
    height: 16rem;
  }
  .medical_table .table_wrap table tr th.t_head {
    font-size: 12rem;
    padding: 10rem 20rem;
  }
  .medical_table .table_wrap table tr td:nth-child(4) {
    width: 290rem;
  }
}/*# sourceMappingURL=medical.css.map */