#clinic.under {
  background: none;
}
body {
  background-image: url(../img/top/pink-orange.png);
  background-size: 100% auto;
  background-position: center top 127.5rem;
  background-repeat: no-repeat;
}
.thoughts {
  padding: 18.2rem 0 15.1rem;
  background: url(../img/clinic/bg-thoughts.png) top right/100% auto no-repeat;
}
.thoughts .df_ttl {
  width: 48rem;
}
.thoughts .df_ttl .txt {
  font-size: 1.6rem;
}

.overview {
  padding: 13rem 0 14rem;
}
.overview .in {
  position: relative;
}
.overview .in::before,
.overview .in::after {
  position: absolute;
  content: "";
  display: block;
}
.overview .in::before {
  top: 6rem;
  left: -28rem;
  width: 32.6rem;
  height: 30rem;
  background: url(../img/clinic/clinic_bg1.png) center/contain no-repeat;
}
.overview .in::after {
  bottom: -6.5rem;
  right: -24.7rem;
  width: 14rem;
  height: 14rem;
  background: url(../img/clinic/clinic_bg2.png) center/contain no-repeat;
}
.overview .df_ttl {
  text-align: center;
}
.overview .df_ttl .ttl_h2 .en {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.overview .flex {
  justify-content: space-between;
}
.overview .flex_img {
  position: relative;
  overflow: hidden;
  width: 50rem;
  height: 63rem;
  border-radius: 2.4rem;
  background: gray;
}
.overview .flex_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview .flex_txt {
  width: 56rem;
}
.overview .flex_txt table {
  width: 100%;
}
.overview .flex_txt table th,
.overview .flex_txt table td {
  font-size: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid #c8ccce;
  line-height: 1.75;
}
.overview .flex_txt table th {
  width: 14rem;
  min-width: 14rem;
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  #clinic.under {
    background-image: url(../img/top/pink-orange.png);
    background-size: 160rem auto;
    background-position: center top 0;
    background-repeat: no-repeat;
  }
  body {
    background: none;
  }
  .thoughts {
    padding: 48.8rem 0 0;
    background: url(../img/clinic/bg-thoughts_sp.png) center top 6rem/100% auto no-repeat;
  }
  .thoughts .df_ttl {
    width: 100%;
  }
  .thoughts .df_ttl .txt {
    font-size: 1.4rem;
  }
  .overview {
    padding: 6rem 0 6.3rem;
  }
  .overview .flex {
    flex-direction: column;
    gap: 3rem;
  }
  .overview .flex_img {
    width: 25rem;
    height: 31.5rem;
    margin: 0 auto;
  }
  .overview .flex_txt {
    width: 100%;
  }
  .overview .flex_txt table th {
    width: 12.5rem;
    min-width: 12.5rem;
  }
  .overview .in::before {
    left: -5.5rem;
    top: 7.6rem;
    background-image: url(../img/clinic/clinic_bg1_sp.png);
    width: 16rem;
    height: 16.6rem;
  }
  .overview .in::after {
    width: 7rem;
    height: 7rem;
    bottom: -5.6rem;
    right: -2rem;
    z-index: -1;
  }
}