@charset "utf-8";
/* peson個別ページの下部、back/nextの画像の追加用css */
.p04 figure img{
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: 70% 0;
}
.p68 figure img{
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: 70% 0;
}
.p69 figure img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: 70% 0;
}
.p70 figure img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: 60% 0;
}
@media screen and (max-width: 960px){
  .p04 figure img,
  .p68 figure img,
  .p69 figure img,
  .p70 figure img {
    width: 100%;
    height: 100%;
  }
}