@charset "utf-8";
/* CSS Document */
.cate1 .boxwrap1 .rightbox .imgbox:first-child {
  width: 78%;
  aspect-ratio: 52 / 61;
  margin-right: auto;
  margin-left: 0;
}
.cate1 .boxwrap1 .rightbox .imgbox img {
  width: 100%;
  height: auto;
}
.cate1 .boxwrap1 .rightbox .imgbox:last-child {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 38%;
  aspect-ratio: 1 / 1;
}
.staff_namebox .job {
  margin-bottom: 12px;
}
.staff_namebox .name_row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.staff_namebox .jp_name {
  color: #333;
  line-height: 1.4;
}
.staff_namebox .en_name {
  color: #9b7a53;
  letter-spacing: .08em;
  line-height: 1.4;
}
.staff_namebox .career {
  line-height: 2;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}