@charset "UTF-8";
.p-wrapper {
  padding-bottom: 200px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.p-wrapper:where(body[data-theme-color=orange] *) {
  --bg-image: url("../../images/staff/bg_staff_orange_01_pc.svg");
}
.p-wrapper:where(body[data-theme-color=blue] *) {
  --bg-image: url("../../images/staff/bg_staff_blue_01_pc.svg");
}
.p-wrapper:where(body[data-theme-color=pink] *) {
  --bg-image: url("../../images/staff/bg_staff_pink_01_pc.svg");
}
@media (max-width: 834px) {
  .p-wrapper {
    padding-bottom: 88px;
  }
  .p-wrapper:where(body[data-theme-color=orange] *) {
    --bg-image: url("../../images/staff/bg_staff_orange_01_sp.svg");
  }
  .p-wrapper:where(body[data-theme-color=blue] *) {
    --bg-image: url("../../images/staff/bg_staff_blue_01_sp.svg");
  }
  .p-wrapper:where(body[data-theme-color=pink] *) {
    --bg-image: url("../../images/staff/bg_staff_pink_01_sp.svg");
  }
}

.p-policy:where(body[data-theme-color=orange] *) {
  --section-color: var(--color-main01);
  --bg-image: url("../../images/staff/bg_line_orange_01_pc.svg");
  --left-decoration: url("../../images/staff/bg_leftCircle_orange_01.svg");
  --right-decoration: url("../../images/staff/bg_rightCircle_orange_01.svg");
}
.p-policy:where(body[data-theme-color=blue] *) {
  --section-color: var(--color-sub01);
  --bg-image: url("../../images/staff/bg_line_blue_01_pc.svg");
  --left-decoration: url("../../images/staff/bg_leftCircle_blue_01.svg");
  --right-decoration: url("../../images/staff/bg_rightCircle_blue_01.svg");
}
.p-policy:where(body[data-theme-color=pink] *) {
  --section-color: var(--color-sub01);
  --bg-image: url("../../images/staff/bg_line_pink_01_pc.svg");
  --left-decoration: url("../../images/staff/bg_leftCircle_pink_01.svg");
  --right-decoration: url("../../images/staff/bg_rightCircle_pink_01.svg");
}
.p-policy__head {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-policy__head {
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .p-policy__head {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-policy__head {
    width: 100%;
  }
}
.p-policy__copy {
  position: relative;
  padding-bottom: 48px;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (max-width: 1280px) {
  .p-policy__copy {
    font-size: 2.6rem;
  }
}
@media (max-width: 834px) {
  .p-policy__copy {
    padding-bottom: 32px;
    font-size: 2.4rem;
  }
  .p-policy__copy:where(body[data-theme-color=orange] *) {
    --bg-image: url("../../images/staff/bg_line_orange_01_sp.svg");
  }
  .p-policy__copy:where(body[data-theme-color=blue] *) {
    --bg-image: url("../../images/staff/bg_line_blue_01_sp.svg");
  }
  .p-policy__copy:where(body[data-theme-color=pink] *) {
    --bg-image: url("../../images/staff/bg_line_pink_01_sp.svg");
  }
}
.p-policy__body {
  position: relative;
  margin-top: 32px;
}
.p-policy__body::before, .p-policy__body::after {
  position: absolute;
  width: 204px;
  height: 228px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 834px) {
  .p-policy__body::before, .p-policy__body::after {
    display: none;
  }
}
.p-policy__body::before {
  top: -98px;
  left: 8px;
  background-image: var(--left-decoration);
}
.p-policy__body::after {
  right: 12px;
  bottom: -110px;
  background-image: var(--right-decoration);
}
@media (max-width: 1280px) {
  .p-policy__body::after {
    right: -110px;
  }
}
.p-policy__main {
  position: relative;
  width: 940px;
  padding: 72px;
  margin: 0 auto;
  line-height: 2;
  background-color: var(--section-color);
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .p-policy__main {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-policy__main {
    width: 100%;
    padding: 24px;
  }
}
.p-policy__text {
  padding: 56px;
  background-color: var(--color-white);
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-policy__text {
    padding: 24px;
  }
}
.p-policy__deco {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .p-policy__deco {
    width: 12px;
    height: 12px;
  }
}
.p-policy__deco--topLeft {
  top: 28px;
  left: 28px;
}
@media (max-width: 834px) {
  .p-policy__deco--topLeft {
    top: 20px;
    left: 20px;
  }
}
.p-policy__deco--topRight {
  top: 28px;
  right: 28px;
}
@media (max-width: 834px) {
  .p-policy__deco--topRight {
    top: 20px;
    right: 20px;
  }
}
.p-policy__deco--bottomLeft {
  bottom: 28px;
  left: 28px;
}
@media (max-width: 834px) {
  .p-policy__deco--bottomLeft {
    bottom: 20px;
    left: 20px;
  }
}
.p-policy__deco--bottomRight {
  right: 28px;
  bottom: 28px;
}
@media (max-width: 834px) {
  .p-policy__deco--bottomRight {
    right: 20px;
    bottom: 20px;
  }
}

.p-intro {
  --section-color: var(--color-main02);
  --section-bottom-color: var(--color-main07);
  --shadow-color: var(--color-main01);
  position: relative;
  margin-bottom: 180px;
}
.p-intro--doctor:where(body[data-theme-color=blue] *) {
  --section-color: var(--color-sub01);
  --section-bottom-color: var(--color-sub06);
  --shadow-color: var(--color-sub01);
}
.p-intro--doctor:where(body[data-theme-color=pink] *) {
  --section-color: var(--color-sub01);
  --section-bottom-color: var(--color-sub06);
  --shadow-color: var(--color-sub01);
}
@media (max-width: 834px) {
  .p-intro {
    margin-bottom: 100px;
  }
}
.p-intro::before {
  position: absolute;
  bottom: -68px;
  left: 0;
  width: 100%;
  height: 134px;
  content: "";
  background-color: var(--section-bottom-color);
}
@media (max-width: 834px) {
  .p-intro::before {
    bottom: -34px;
    height: 76px;
  }
}
.p-intro__main {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1280px) {
  .p-intro__main {
    flex-direction: column;
    gap: 40px;
  }
}
.p-intro__img {
  max-width: 414px;
}
@media (max-width: 1280px) {
  .p-intro__img {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .p-intro__img {
    width: 100%;
  }
}
.p-intro__thumb {
  position: relative;
}
.p-intro__thumb img {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.p-intro__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, var(--shadow-color) 0, var(--shadow-color) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  border-radius: 32px;
}
.p-intro__personal {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-top: -16px;
}
@media (max-width: 834px) {
  .p-intro__personal {
    margin-top: -11px;
  }
}
.p-intro__pos {
  display: inline-block;
  padding: 4px 40px;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-align: center;
  background-color: var(--section-color);
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-intro__pos {
    font-size: 1.6rem;
  }
}
.p-intro__name {
  font-size: 2.6rem;
}
@media (max-width: 834px) {
  .p-intro__name {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-intro__text {
  position: relative;
  width: 620px;
  padding-bottom: 56px;
  margin-top: 32px;
}
.p-intro__text:where(body[data-theme-color=orange] *) {
  --decoration: url("../../images/staff/bg_text_orange_01.svg");
}
.p-intro__text:where(body[data-theme-color=blue] *) {
  --decoration: url("../../images/staff/bg_text_blue_01.svg");
}
.p-intro__text:where(body[data-theme-color=pink] *) {
  --decoration: url("../../images/staff/bg_text_pink_01.svg");
}
@media (max-width: 1280px) {
  .p-intro__text {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .p-intro__text {
    width: 100%;
    margin-top: 0;
  }
}
.p-intro__text::before {
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 152px;
  height: 152px;
  content: "";
  background-image: var(--decoration);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 834px) {
  .p-intro__text::before {
    display: none;
  }
}
.p-intro__copy {
  position: relative;
  font-size: 2.4rem;
  color: var(--section-color);
}
@media (max-width: 834px) {
  .p-intro__copy {
    font-size: 2rem;
  }
}
.p-intro__para {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .p-intro__para {
    margin-top: 32px;
  }
}
.p-intro__para p {
  margin-top: 2em;
}
.p-intro__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 1100px;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .p-intro__bottom {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .p-intro__bottom {
    width: 87%;
    margin: 0 auto;
  }
}

.p-info {
  --section-color: var(--color-main02);
  position: relative;
  width: 530px;
  overflow: hidden;
  background-color: var(--color-white);
  border: 4px solid var(--section-color);
  border-radius: 48px;
}
.p-info--doctor:where(body[data-theme-color=blue] *) {
  --section-color: var(--color-sub01);
}
.p-info--doctor:where(body[data-theme-color=pink] *) {
  --section-color: var(--color-sub01);
}
@media (max-width: 1280px) {
  .p-info {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .p-info {
    width: 100%;
  }
}
.p-info--large {
  width: 100%;
}
@media (max-width: 1280px) {
  .p-info--large {
    width: 530px;
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .p-info--large {
    width: 100%;
  }
}
.p-info__head {
  width: 100%;
  font-size: 3.2rem;
  color: var(--color-white);
  text-align: center;
  background-color: var(--section-color);
}
@media (max-width: 834px) {
  .p-info__head {
    padding: 6px 0;
    font-size: 2.4rem;
  }
}
.p-info__body {
  padding: 56px 0 80px;
}
@media (max-width: 834px) {
  .p-info__body {
    padding: 25px 20px;
  }
}
.p-info__dl {
  display: flex;
  gap: 24px;
  width: 390px;
  margin: 0 auto 16px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .p-info__dl {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.p-info__dt {
  min-width: 110px;
}
@media (max-width: 834px) {
  .p-info__dd {
    font-size: 1.4rem;
  }
}
.p-info__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .p-info__list {
    gap: 10px;
    width: 100%;
  }
}
.p-info__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-info__item::before {
  content: "・";
}

.p-staff__intro {
  margin-top: 80px;
  text-align: center;
}
.p-staff__intro img {
  width: 960px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-staff__intro img {
    width: 100%;
  }
}
.p-staff__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
.p-staff__item {
  position: relative;
  width: 360px;
  margin-top: 32px;
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-staff__item {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .p-staff__item {
    width: 100%;
    margin-right: 0;
  }
}
.p-staff__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-staff__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, var(--color-sub01) 0, var(--color-sub01) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  border-radius: 32px;
}
.p-staff__thumb {
  position: relative;
}
.p-staff__thumb img {
  overflow: hidden;
  border-radius: 32px 32px 0 0;
}
.p-staff__text {
  position: relative;
  height: 100%;
  padding: 48px 40px;
  background-color: #fff;
  border-radius: 32px;
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-staff__text {
    padding: 40px 32px;
  }
}
.p-staff__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.p-staff__pos {
  display: inline-block;
  padding: 4px 24px;
  font-size: 1.2rem;
  color: var(--color-white);
  background-color: var(--color-sub02);
  border-radius: 32px;
}
@media (max-width: 834px) {
  .p-staff__pos {
    font-size: 1.6rem;
  }
}
.p-staff__name {
  margin-top: 12px;
  font-size: 2.2rem;
}
@media (max-width: 834px) {
  .p-staff__name {
    font-size: 2rem;
  }
}
.p-staff__detail {
  margin-top: 16px;
}
.p-staff__detail p {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .p-staff__detail p {
    line-height: 1.8;
  }
}

.p-recruit__message {
  margin-bottom: 2em;
  text-align: center;
}
.p-recruit__table + .p-recruit__table {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .p-recruit__table + .p-recruit__table {
    margin-top: 50px;
  }
}