
.doctor img[src*="dummy-dr"] {
  visibility: hidden;
}
.subpage.recruit .lnav-rich .lnav-subttl a{
  text-decoration: none;
  pointer-events: none;
}
.subpage.recruit .lnav-rich .lnav-subttl a::after{
  display: none;
}
.subpage #contents{
  padding-top: 140px;
  margin-bottom: 40px;
}
.wp_entry .h1-bg-img{
  height: 200px;
}
@media screen and (max-width: 960px) {
  .subpage #contents {
    padding-top: 0;
    margin-top: 50px;
  }
  .wp_entry .h1-bg-img{
    height: 150px;
  }
}

.img-wrap{
  position: relative;
}
.fig01{
  width: 33.3333%;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.fig02 {
  width: 33.3333%;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
@media screen and (max-width: 560px) {
.fig01,.fig02 {
    width: 50%;
  }
}

.wp_entry .h1-bg-img{
  background-image: none !important;
}
.wp_entry table.alt td{
  background-color: var(--main-light-color);
}
.wp_entry .h1-bg-img h1{
  border-radius: 999px;
}