.p-staffAnchorNav {
  position: relative;
  z-index: 1;
  margin-top: -26px;
}

.p-staffAnchorNav__inner {
  box-sizing: border-box;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 42px;
  padding-bottom: 38px;
}

.p-lowerFv--staff {
  padding-bottom: 32px;
}

.p-staffAnchorNav__list {
  display: flex;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffAnchorNav__item {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 8px;
  padding-right: 28px;
  padding-left: 28px;
  transform-origin: center;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.p-staffAnchorNav__item p {
  position: relative;
  display: inline-block;
}

.p-staffAnchorNav__item p::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.p-staffAnchorNav__item:first-child {
  padding-left: 0;
}

.p-staffAnchorNav__item + .p-staffAnchorNav__item {
  border-left: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffAnchorNav__item::after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_staff-anchor-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-staffAnchorNav__item:focus-visible {
  transform: scale(1.05);
  outline: none;
}

.p-staffAnchorNav__item:focus-visible p::after {
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  .p-staffAnchorNav__item:hover {
    transform: scale(1.05);
  }
  .p-staffAnchorNav__item:hover p::after {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-staffAnchorNav__item {
    transition: color 0.25s ease, opacity 0.25s ease;
    will-change: auto;
  }
  .p-staffAnchorNav__item p::after {
    transition: none;
  }
  .p-staffAnchorNav__item:hover,
  .p-staffAnchorNav__item:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-staffAnchorNav__inner {
    width: calc(100% - 60px);
    padding-top: 34px;
    padding-right: 48px;
    padding-bottom: 32px;
    padding-left: 48px;
  }
  .p-staffAnchorNav__list {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 18px 0;
  }
  .p-staffAnchorNav__item {
    justify-content: flex-start;
    width: 50%;
  }
  .p-staffAnchorNav__item:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-staffAnchorNav__inner {
    width: calc(100% - 24px);
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-staffAnchorNav__inner {
    width: calc(100% - 16px);
    padding-right: 16px;
    padding-left: 16px;
  }
  .p-staffAnchorNav__item {
    gap: 6px;
    padding-right: 10px;
    padding-left: 8px;
  }
  .p-staffAnchorNav__item::after {
    width: 14px;
    height: 14px;
  }
}
.p-staffIntro {
  padding-top: 71px;
  padding-bottom: 103px;
}

.p-staffIntro__inner {
  display: grid;
  grid-template-columns: 350px minmax(0, 600px);
  justify-content: center;
  gap: 120px;
  width: calc(100% - 80px);
  max-width: 1088px;
  margin-inline: auto;
}

.p-staffIntro__head {
  margin-top: -172px;
  margin-left: 14px;
  display: flex;
  align-items: center;
}

.p-staffIntro__body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-left: -23px;
}

@media screen and (max-width: 1024px) {
  .p-staffIntro {
    padding-top: 88px;
    padding-bottom: 96px;
  }
  .p-staffIntro__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 60px);
  }
  .p-staffIntro__head {
    display: block;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
  .p-staffIntro__body {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-staffIntro__head {
    width: min(60vw, 100%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-staffIntro {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .p-staffIntro__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 40px);
  }
  .p-staffIntro__head {
    width: min(60vw, 100%);
    margin-top: 0;
    margin-inline: auto;
  }
  .p-staffIntro__title {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-staffIntro__body {
    gap: 24px;
    margin-left: 0;
  }
}
.p-staffPhotoSlider {
  --photo-slider-loop-distance: 0px;
  width: 100%;
  padding-block: 24px 106px;
  overflow: hidden;
}

.p-staffPhotoSlider__track {
  display: flex;
  width: max-content;
}

.p-staffPhotoSlider.is-enhanced .p-staffPhotoSlider__track {
  animation: staffPhotoSlider 38s linear infinite;
}

.p-staffPhotoSlider__group {
  display: flex;
  flex-shrink: 0;
}

.p-staffPhotoSlider__item {
  flex-shrink: 0;
  width: clamp(300px, 34vw, 486px);
  height: 330px;
}

.p-staffPhotoSlider__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-staffPhotoSlider__item:nth-child(1) img,
.p-staffPhotoSlider__item:nth-child(3) img {
  object-position: center center;
}

.p-staffPhotoSlider__item:nth-child(2) img {
  object-position: center center;
}

.p-staffPhotoSlider__item:nth-child(4) img {
  object-position: center center;
}

@keyframes staffPhotoSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--photo-slider-loop-distance) * -1));
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-staffPhotoSlider__track {
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
  }
}
@media screen and (max-width: 1024px) {
  .p-staffPhotoSlider {
    padding-bottom: 72px;
  }
  .p-staffPhotoSlider__item {
    width: 360px;
    height: 238px;
  }
}
@media screen and (max-width: 600px) {
  .p-staffPhotoSlider {
    padding-top: 10px;
    padding-bottom: 58px;
  }
  .p-staffPhotoSlider__item {
    width: 280px;
    height: 186px;
  }
}
.p-staffMembers {
  position: relative;
}

.p-staffDirector {
  padding-bottom: 74px;
}

.p-staffDirector__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
}

.p-staffDirector__heading {
  margin-bottom: 62px;
}

.p-staffDirector__enWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.p-staffDirector__enWrap::before {
  content: "";
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
}

.p-staffDirector__content {
  display: grid;
  grid-template-columns: 458px minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.p-staffDirector__content + .p-staffDirector__content {
  padding-top: 99px;
  margin-top: 78px;
  border-top: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffDirector__visual {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}

.p-staffDirector__catchWrap {
  display: flex;
  gap: 8px;
}

.p-staffDirector__catch {
  align-self: flex-start;
  padding: 10px 4px;
  border-radius: 8px;
  background: #4cc5ad;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-staffDirector__photo {
  flex: 0 0 344px;
  width: 344px;
  aspect-ratio: 344/430;
  overflow: hidden;
  border-radius: 8px;
}

.p-staffDirector__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-staffDirector__row {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 42px;
  padding-block: 24px 20px;
  border-bottom: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffDirector__row:first-child {
  padding-top: 0;
}

.p-staffDirector__row:last-child {
  border-bottom: 0;
}

.p-staffDirector__label {
  position: relative;
  padding-left: 25px;
}

.p-staffDirector__label::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8d7a;
}

.p-staffDirector__value {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .p-staffDirector {
    padding-bottom: 96px;
  }
  .p-staffDirector__inner {
    width: calc(100% - 60px);
  }
  .p-staffDirector__heading {
    margin-bottom: 46px;
  }
  .p-staffDirector__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .p-staffDirector__content + .p-staffDirector__content {
    padding-top: 64px;
    margin-top: 84px;
  }
  .p-staffDirector__visual {
    justify-content: center;
  }
  .p-staffDirector__profile {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-staffDirector {
    padding-bottom: 76px;
  }
  .p-staffDirector__inner {
    width: calc(100% - 40px);
  }
  .p-staffDirector__heading {
    margin-bottom: 34px;
  }
  .p-staffDirector__visual {
    gap: 14px;
  }
  .p-staffDirector__catchWrap {
    gap: 6px;
  }
  .p-staffDirector__catch {
    padding: 9px 4px;
    border-radius: 6px;
  }
  .p-staffDirector__photo {
    flex-basis: 240px;
    width: 240px;
  }
  .p-staffDirector__row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .p-staffDirector__content + .p-staffDirector__content {
    padding-top: 46px;
    margin-top: 62px;
  }
}
.p-staffDoctor {
  padding-bottom: 104px;
}

.p-staffDoctor__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
}

.p-staffDoctor__heading {
  margin-bottom: 62px;
}

.p-staffDoctor__enWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.p-staffDoctor__enWrap::before {
  content: "";
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
}

.p-staffDoctor__content {
  display: grid;
  grid-template-columns: 458px minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.p-staffDoctor__visual {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}

.p-staffDoctor__catchWrap {
  display: flex;
  gap: 8px;
}

.p-staffDoctor__catch {
  align-self: flex-start;
  padding: 10px 4px;
  border-radius: 8px;
  background: var(--color-mint-dark);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-staffDoctor__photo {
  flex: 0 0 344px;
  width: 344px;
  aspect-ratio: 344/430;
  overflow: hidden;
  border-radius: 8px;
}

.p-staffDoctor__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-staffDoctor__row {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 42px;
  padding-block: 24px 20px;
  border-bottom: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffDoctor__row:first-child {
  padding-top: 0;
}

.p-staffDoctor__row:last-child {
  border-bottom: 0;
}

.p-staffDoctor__label {
  position: relative;
  padding-left: 25px;
}

.p-staffDoctor__label::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8d7a;
}

.p-staffDoctor__value {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .p-staffDoctor {
    padding-bottom: 96px;
  }
  .p-staffDoctor__inner {
    width: calc(100% - 60px);
  }
  .p-staffDoctor__heading {
    margin-bottom: 46px;
  }
  .p-staffDoctor__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .p-staffDoctor__visual {
    justify-content: center;
  }
  .p-staffDoctor__profile {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-staffDoctor {
    padding-bottom: 76px;
  }
  .p-staffDoctor__inner {
    width: calc(100% - 40px);
  }
  .p-staffDoctor__heading {
    margin-bottom: 34px;
  }
  .p-staffDoctor__visual {
    gap: 14px;
  }
  .p-staffDoctor__catchWrap {
    gap: 6px;
  }
  .p-staffDoctor__catch {
    padding: 9px 4px;
    border-radius: 6px;
  }
  .p-staffDoctor__photo {
    flex-basis: 240px;
    width: 240px;
  }
  .p-staffDoctor__row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-staffTechnician {
  padding-bottom: 102px;
}

.p-staffTechnician__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
}

.p-staffTechnician__heading {
  margin-bottom: 53px;
}

.p-staffTechnician__enWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.p-staffTechnician__enWrap::before {
  content: "";
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
}

.p-staffTechnician__content {
  display: grid;
  grid-template-columns: 458px minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.p-staffTechnician__content + .p-staffTechnician__content {
  padding-top: 99px;
  margin-top: 100px;
  border-top: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffTechnician__visual {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}

.p-staffTechnician__catchWrap {
  display: flex;
  gap: 8px;
}

.p-staffTechnician__catch {
  align-self: flex-start;
  padding: 10px 4px;
  border-radius: 8px;
  background: var(--color-mint-dark);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-staffTechnician__photo {
  display: flex;
  flex: 0 0 344px;
  width: 344px;
  height: 430px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-paper);
}

.p-staffTechnician__photoInner {
  display: flex;
  width: min(242px, 70.35%);
  height: min(387px, 90%);
  align-items: center;
  justify-content: center;
}

.p-staffTechnician__photoInner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.p-staffTechnician__photo > img {
  display: block;
  width: min(242px, 70.35%);
  height: min(387px, 90%);
  object-fit: contain;
  object-position: center center;
}

.p-staffTechnician__row {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 42px;
  padding-block: 24px 20px;
}

.p-staffTechnician__label {
  position: relative;
  padding-left: 25px;
}

.p-staffTechnician__label::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8d7a;
}

.p-staffTechnician__value {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .p-staffTechnician {
    padding-bottom: 96px;
  }
  .p-staffTechnician__inner {
    width: calc(100% - 60px);
  }
  .p-staffTechnician__heading {
    margin-bottom: 46px;
  }
  .p-staffTechnician__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .p-staffTechnician__content + .p-staffTechnician__content {
    padding-top: 64px;
    margin-top: 84px;
  }
  .p-staffTechnician__visual {
    justify-content: center;
  }
  .p-staffTechnician__profile {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-staffTechnician {
    padding-bottom: 76px;
  }
  .p-staffTechnician__inner {
    width: calc(100% - 40px);
  }
  .p-staffTechnician__heading {
    margin-bottom: 34px;
  }
  .p-staffTechnician__visual {
    gap: 14px;
  }
  .p-staffTechnician__catchWrap {
    gap: 6px;
  }
  .p-staffTechnician__catch {
    padding: 9px 4px;
    border-radius: 6px;
  }
  .p-staffTechnician__photo {
    flex-basis: 240px;
    width: 240px;
    height: auto;
    aspect-ratio: 344/430;
  }
  .p-staffTechnician__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-staffTechnician__value {
    gap: 20px;
  }
  .p-staffTechnician__content + .p-staffTechnician__content {
    padding-top: 46px;
    margin-top: 62px;
  }
}
.p-staffReception {
  padding-bottom: 136px;
}

.p-staffReception__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
}

.p-staffReception__heading {
  margin-bottom: 62px;
}

.p-staffReception__enWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.p-staffReception__enWrap::before {
  content: "";
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
}

.p-staffReception__content {
  display: grid;
  grid-template-columns: 458px minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.p-staffReception__content + .p-staffReception__content {
  padding-top: 99px;
  margin-top: 78px;
  border-top: 1px solid rgba(23, 59, 46, 0.18);
}

.p-staffReception__visual {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}

.p-staffReception__catchWrap {
  display: flex;
  gap: 8px;
}

.p-staffReception__catch {
  align-self: flex-start;
  padding: 10px 4px;
  border-radius: 8px;
  background: var(--color-mint-dark);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-staffReception__photo {
  display: flex;
  flex: 0 0 344px;
  width: 344px;
  height: 430px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-paper);
}

.p-staffReception__photoInner {
  display: flex;
  width: min(242px, 70.35%);
  height: min(387px, 90%);
  align-items: center;
  justify-content: center;
}

.p-staffReception__photoInner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.p-staffReception__photo > img {
  display: block;
  width: min(242px, 70.35%);
  height: min(387px, 90%);
  object-fit: contain;
  object-position: center center;
}

.p-staffReception__row {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 42px;
  padding-block: 24px 20px;
}

.p-staffReception__label {
  position: relative;
  padding-left: 25px;
}

.p-staffReception__label::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8d7a;
}

.p-staffReception__value {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .p-staffReception {
    padding-bottom: 96px;
  }
  .p-staffReception__inner {
    width: calc(100% - 60px);
  }
  .p-staffReception__heading {
    margin-bottom: 46px;
  }
  .p-staffReception__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .p-staffReception__content + .p-staffReception__content {
    padding-top: 64px;
    margin-top: 84px;
  }
  .p-staffReception__visual {
    justify-content: center;
  }
  .p-staffReception__profile {
    max-width: 680px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-staffReception {
    padding-bottom: 76px;
  }
  .p-staffReception__inner {
    width: calc(100% - 40px);
  }
  .p-staffReception__heading {
    margin-bottom: 34px;
  }
  .p-staffReception__visual {
    gap: 14px;
  }
  .p-staffReception__catchWrap {
    gap: 6px;
  }
  .p-staffReception__catch {
    padding: 9px 4px;
    border-radius: 6px;
  }
  .p-staffReception__photo {
    flex-basis: 230px;
    width: 230px;
    height: auto;
    aspect-ratio: 344/430;
  }
  .p-staffReception__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-staffReception__value {
    gap: 20px;
  }
  .p-staffReception__content + .p-staffReception__content {
    padding-top: 46px;
    margin-top: 62px;
  }
}
.p-staff {
  position: relative;
}

.p-staffAnchorNav__item p {
  color: #173b2e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.p-staffIntro__title {
  color: #173b2e;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.p-staffIntro__body p {
  color: #173b2e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.p-staffDirector__title {
  color: #173b2e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.p-staffDirector__en {
  color: var(--color-mint-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-staffDirector__catch {
  color: var(--color-paper);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5.8px;
  line-height: 1.18;
}

.p-staffDirector__label,
.p-staffDirector__value p {
  color: #173b2e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.85;
}

.p-staffDirector__value p {
  line-height: 2;
}

.p-staffDirector__label,
.p-staffDirector__name {
  font-weight: 700;
}

.p-staff .p-lowerFv--staff .p-lowerFv__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.p-staffDoctor__title {
  color: #173b2e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.p-staffDoctor__en {
  color: var(--color-mint-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-staffDoctor__catch {
  color: var(--color-paper);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5.8px;
  line-height: 1.18;
}

.p-staffDoctor__label,
.p-staffDoctor__value p {
  color: #173b2e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.85;
}

.p-staffDoctor__value p {
  line-height: 2;
}

.p-staffDoctor__label,
.p-staffDoctor__name {
  font-weight: 700;
}

.p-staffTechnician__title {
  color: #173b2e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.p-staffTechnician__en {
  color: var(--color-mint-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-staffTechnician__catch {
  color: var(--color-paper);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5.8px;
  line-height: 1.18;
}

.p-staffTechnician__label,
.p-staffTechnician__value p {
  color: #173b2e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.85;
}

.p-staffTechnician__value p {
  line-height: 2;
}

.p-staffTechnician__label {
  font-weight: 700;
}

.p-staffReception__title {
  color: #173b2e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.p-staffReception__en {
  color: var(--color-mint-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-staffReception__catch {
  color: var(--color-paper);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5.8px;
  line-height: 1.18;
}

.p-staffReception__label,
.p-staffReception__value p {
  color: #173b2e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.85;
}

.p-staffReception__value p {
  line-height: 2;
}

.p-staffReception__label {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .p-staff .p-lowerFv--staff .p-lowerFv__title {
    font-size: 28px;
  }
  .p-staffIntro__title {
    font-size: 24px;
  }
  .p-staffIntro__body p {
    line-height: 2.25;
  }
  .p-staffDirector__title {
    font-size: 28px;
  }
  .p-staffDirector__catch {
    font-size: 22px;
  }
  .p-staffDoctor__title {
    font-size: 28px;
  }
  .p-staffDoctor__catch {
    font-size: 22px;
  }
  .p-staffTechnician__title {
    font-size: 28px;
  }
  .p-staffTechnician__catch {
    font-size: 22px;
  }
  .p-staffReception__title {
    font-size: 28px;
  }
  .p-staffReception__catch {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .p-staffIntro__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .p-staff .p-lowerFv--staff .p-lowerFv__title {
    font-size: 24px;
  }
  .p-staffAnchorNav__item p {
    font-size: 11px;
  }
  .p-staffIntro__title {
    font-size: 22px;
    line-height: 1.65;
  }
  .p-staffIntro__body p {
    font-size: 12px;
    line-height: 2.15;
  }
  .p-staffDirector__title {
    font-size: 25px;
  }
  .p-staffDirector__en {
    font-size: 12px;
  }
  .p-staffDirector__catch {
    font-size: 18px;
  }
  .p-staffDirector__label,
  .p-staffDirector__value p {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-staffDoctor__title {
    font-size: 25px;
  }
  .p-staffDoctor__en {
    font-size: 12px;
  }
  .p-staffDoctor__catch {
    font-size: 18px;
  }
  .p-staffDoctor__label,
  .p-staffDoctor__value p {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-staffTechnician__title {
    font-size: 25px;
  }
  .p-staffTechnician__en {
    font-size: 12px;
  }
  .p-staffTechnician__catch {
    font-size: 18px;
  }
  .p-staffTechnician__label,
  .p-staffTechnician__value p {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-staffReception__title {
    font-size: 25px;
  }
  .p-staffReception__en {
    font-size: 12px;
  }
  .p-staffReception__catch {
    font-size: 18px;
  }
  .p-staffReception__label,
  .p-staffReception__value p {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .p-staffAnchorNav__item p {
    font-size: 9px;
  }
}
.p-staff .p-lowerFv--staff .p-lowerFv__heading {
  padding-top: 10px;
  flex: 0 1 auto;
}

.p-staff .p-lowerFv--staff .p-lowerFv__visual {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 403px;
  margin-top: 0;
}

.p-staff .p-lowerFv--staff .p-lowerFv__visual img {
  object-position: center center;
}

.p-staff .p-lowerFv--staff {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .p-staff .p-lowerFv--staff {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1367px) {
  .p-staff .p-lowerFv__inner {
    width: min(1496px, 100% - 30px);
  }
  .p-staff .p-lowerFv__panel {
    width: min(1286px, 100% - 194px);
  }
  .p-staff .p-lowerFv__body {
    gap: clamp(40px, 40px + (100vw - 1366px) * 0.04, 62px);
  }
  .p-staff .p-lowerFv__heading {
    flex: 0 1 clamp(460px, 460px + (100vw - 1366px) * 0.06, 493px);
  }
  .p-staff .p-lowerFv__lead {
    flex: 0 0 clamp(223px, 223px + (100vw - 1366px) * 0.04, 245px);
  }
  .p-staff .p-lowerFv--staff .p-lowerFv__heading {
    padding-top: clamp(10px, 10px + (100vw - 1366px) * 0.01, 16px);
  }
  .p-staff .p-lowerFv--staff .p-lowerFv__visual {
    height: clamp(403px, 403px + (100vw - 1366px) * 0.08, 447px);
  }
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .p-staff .p-lowerFv__panel {
    width: min(1142px, 83.6017569546vw);
  }
  .p-staff .p-lowerFv__body {
    gap: clamp(24px, 24px + (100vw - 1025px) * 0.0471, 40px);
  }
  .p-staff .p-lowerFv--staff .p-lowerFv__visual {
    height: clamp(320px, 320px + (100vw - 1025px) * 0.2441, 403px);
  }
}
@media screen and (max-width: 1024px) {
  .p-staff .p-lowerFv__panel,
  .p-staff .p-lowerFv--staff .p-lowerFv__panel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .p-lowerFv--staff .p-lowerFv__panel {
    min-height: 0;
    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 26px;
  }
  .p-staff .p-lowerFv--staff .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 320px;
  }
  .p-staffDirector__row,
  .p-staffDoctor__row,
  .p-staffReception__row,
  .p-staffTechnician__row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-staff .p-lowerFv--staff .p-lowerFv__panel {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 18px;
  }
  .p-staff .p-lowerFv--staff .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 220px;
  }
}
