@charset "UTF-8";
/* ========================================
  リハビリテーション部
======================================== */
@layer page {
  .rehab-interview {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    margin-inline: auto;
    margin-top: -35px;
  }
  .rehab-interview__ttl {
    color: #fff;
    text-align: center;
    background-color: var(--colorPrimary);
    border-radius: 100vmax;
  }
}