.p-about_policy_body:before {
  content: "";
  display: block;
  width: 6.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #79CBEF url("../_img/about/img_person.webp") no-repeat right top/cover;
  float: right;
  margin: 0 0 1rem 1rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 760px) {
  .p-about_policy_body:before {
    width: 12.5rem;
  }
}