@charset "UTF-8";
.p-staff-lead {
  position: relative;
}

.p-staff-lead__inner {
  position: relative;
  z-index: 1;
}

.p-staff-lead__images {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: auto;
  pointer-events: none;
}

.p-staff-lead__image {
  position: absolute;
  opacity: 0.3;
}
@media (min-width: 1536px) {
  .p-staff-lead__image {
    opacity: 1;
  }
}
.p-staff-lead__image:nth-of-type(1) {
  top: 11%;
  left: 5%;
  width: clamp(11rem, 13.75vw, 22rem);
}
.p-staff-lead__image:nth-of-type(2) {
  bottom: 9%;
  left: 10%;
  width: clamp(14rem, 17.5vw, 28rem);
}
.p-staff-lead__image:nth-of-type(3) {
  top: 19%;
  right: 5%;
  width: clamp(14rem, 17.5vw, 28rem);
}
.p-staff-lead__image:nth-of-type(4) {
  right: 14%;
  bottom: 6%;
  width: clamp(11rem, 13.75vw, 22rem);
}

.p-staff__contents {
  display: grid;
  gap: clamp(2rem, 1.875vw, 3rem);
}

.p-staff__content {
  padding: clamp(2rem, 3.125vw, 5rem);
  background-color: var(--bg-color);
}
.p-staff__content:nth-of-type(odd) {
  --text-color: #7f4f8d;
  --bg-color: #e9deed;
}
.p-staff__content:nth-of-type(even) {
  --text-color: #0d396b;
  --bg-color: #eef0f7;
}

.p-staff__content__media {
  display: grid;
  gap: 1rem clamp(3rem, 3.75vw, 6rem);
}
@media (min-width: 768px) {
  .p-staff__content__media {
    grid-template-columns: clamp(16rem, 20vw, 32rem) 1fr;
  }
}

.p-staff__content__body {
  display: grid;
  gap: clamp(2rem, 1.875vw, 3rem);
}

.p-staff__content__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(0.5rem, 0.625vw, 1rem);
  padding-bottom: clamp(1rem, 1.25vw, 2rem);
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--text-color);
  border-bottom: solid 1px rgba(9, 6, 76, 0.5);
}

.p-staff__content__title__jp {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
  font-size: clamp(1.6rem, 1.6875vw, 2.7rem);
  letter-spacing: 0.08em;
}

.p-staff__content__title__job {
  font-size: 0.5925925926em;
}

.p-staff__content__title__en {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  letter-spacing: 0.2em;
}

.p-staff__content__list {
  display: grid;
  gap: 1rem;
  font-size: clamp(1.4rem, 0.9375vw, 1.5rem);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.p-staff__content__list > li::before {
  content: "・";
}

/*# sourceMappingURL=staff.css.map */
