@media only screen and (max-width: 740px) {
  .p-member-item {
    padding-inline: 20px;
    margin-inline: -20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item {
    gap: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .p-member-item:not(:first-child) {
    padding-top: 60px;
    margin-top: 50px;
    border-top: 1px solid #e0e4e7;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item:not(:first-child) {
    padding-top: 4.2857142857vw;
    margin-top: 4.2857142857vw;
    border-top: 1px solid #e0e4e7;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item:not(:first-child) {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 740px) {
  .p-member-item-photo {
    max-width: 160px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-photo {
    flex: 0 0 14.6428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-photo {
    flex: 0 0 205px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-member-item-body {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .p-member-item-ttl {
    text-align: center;
    margin-block: 18px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-ttl {
    margin-bottom: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-ttl {
    margin-bottom: 25px;
  }
}
.p-member-item-ttl .-pos {
  display: block;
  color: #0071bc;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-member-item-ttl .-pos {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-ttl .-pos {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-ttl .-pos {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-member-item-ttl .-ja {
  font-weight: bold;
  margin-right: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-member-item-ttl .-ja {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-ttl .-ja {
    font-size: 1.7142857143vw;
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-ttl .-ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-member-item-ttl .-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: normal;
}
@media only screen and (max-width: 740px) {
  .p-member-item-ttl .-en {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-ttl .-en {
    display: inline-block;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-ttl .-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-member-item-profile {
  background: #f1f3f6;
}
@media only screen and (max-width: 740px) {
  .p-member-item-profile {
    margin: 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-member-item-profile {
    width: 100%;
    margin-top: 1.7857142857vw;
    font-size: 1.1428571429vw;
    padding: 1.5em 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-member-item-profile {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-member-item-related {
  margin-top: 1em;
}