.therapist-section .therapist-thumb {
  box-shadow: none !important;
}

.therapist-section .therapist-thumb > a {
  position: relative;
  display: block;
  line-height: 0;
}

.therapist-section .therapist-thumb > a::after {
  position: absolute;
  z-index: 2;
  inset: -3px -2px;
  display: block;
  background: url("../images/waku.png") center / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}

.therapist-section .therapist-thumb-img {
  display: block;
  width: 100%;
  height: auto;
}

.toppage__news .block-title {
  margin-bottom: 4px;
}

.toppage__news .newslist {
  margin-top: 4px;
}

.toppage__news .newslist > .newslist-item:first-child {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .toppage__recruit .link-recruit {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .toppage__recruit .link-recruit .link-item,
  .toppage__recruit .link-recruit .link-item + .link-item,
  .toppage__recruit .link-recruit .link-image {
    margin: 0;
  }

  .toppage__recruit .link-recruit .link-image,
  .toppage__recruit .link-recruit .links-item-link,
  .toppage__recruit .link-recruit img {
    display: block;
    line-height: 0;
  }
}

@media (max-width: 767.98px) {
  .toppage {
    display: flex;
    flex-direction: column;
  }

  .toppage > .toppage__newcontent {
    order: 1;
  }

  .toppage > .toppage__schedule {
    order: 2;
  }

  .toppage > .toppage__access {
    order: 3;
  }

  #pickup-sp .pickup-slider-sp {
    position: relative;
  }

  #pickup-sp .pickup-mobile-frame {
    position: absolute;
    z-index: 4;
    inset: 3px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.95);
    pointer-events: none;
  }

  #pickup-sp .pickup-mobile-frame__corner {
    position: absolute;
    display: block;
    width: 18%;
    aspect-ratio: 50 / 49;
    background: url("../images/huakuang1.png") center / contain no-repeat;
  }

  #pickup-sp .pickup-mobile-frame__corner--top-left {
    top: -8px;
    left: -8px;
  }

  #pickup-sp .pickup-mobile-frame__corner--top-right {
    top: -8px;
    right: -8px;
    transform: rotate(90deg);
  }

  #pickup-sp .pickup-mobile-frame__corner--bottom-left {
    bottom: -8px;
    left: -8px;
    transform: rotate(270deg);
  }

  #pickup-sp .pickup-mobile-frame__corner--bottom-right {
    right: -8px;
    bottom: -8px;
    transform: rotate(180deg);
  }
}
