
.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{
  margin-bottom: 40px;
}
[class*='box0']>h2:first-child,[class*='box0']>h3:first-child{
margin-top: 0;
}

.wp_entry .my-interviews .unit-iv{
  height: 100%;
}
.wp_entry .my-interviews .iv-header{
grid-template-columns: 66% 33%;
}
.wp_entry .my-interviews .iv-photo {
margin-top:20px;
}
.wp_entry .my-interviews .iv-catch{
  color: var(--main-color);
}
.subpage #contents{
  padding-top: 160px;
  margin-bottom: 90px;
}
@media (width < 960px) {
  .subpage #contents {
    padding-top: 80px;
    margin-top: 0 !important;
  }
}
#header{
  width: 100%;
  z-index: 99999;
  position: fixed;
  top:0
}
.header{
position: relative;
background-color: transparent;
transition: background-color 0.4s ease,
padding 0.4s ease;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(117, 117, 117, 0.1);
}
.wp_entry .news-list .date{
  width: 9em;
}
#news{
  margin-top: 30px;
}

.font-tangerine {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}