@charset "UTF-8";
.box-person-01 {
  background: #f9f9f9;
  border: 1px solid #000000;
  margin: 60px auto 0;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .box-person-01 {
    margin: 120px auto 0;
    padding: 30px;
  }
}
.box-person-01 .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 15px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .box-person-01 .info {
    -ms-grid-columns: 118px 25px 1fr;
    grid-template-columns: 118px 1fr;
    gap: 25px;
  }
}
.box-person-01 .info-el-title .name {
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .box-person-01 .info-el-title .name {
    font-size: 2rem;
  }
}
.box-person-01 .info-el-title .job {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .box-person-01 .info-el-title .job {
    font-size: 1.2rem;
  }
}
.box-person-01 .info-el-title .job::before {
  content: "｜";
}
.box-person-01 .info-el-affiliation {
  color: #6d6d6d;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .box-person-01 .info-el-affiliation {
    font-size: 1.4rem;
  }
}
.box-person-01 .text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .box-person-01 .text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}