.scf_staff_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding:0 30px;
  gap:30px
}

@media (max-width: 792px) {
  .scf_staff_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
}

.scf_staff {
  display: block;
  width: calc(50% - 15px);
}

@media (max-width: 792px) {
  .scf_staff {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
}

.scf_staff img {
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.scf_staff-inner {
  height: 100%;
  padding: 20px;
  background: url("../images/staff_bg.png") repeat-x 100% 100%;
  border: 1px solid #666;
}

.scf_staff-name {
  margin-bottom: 10px;
  font-size: 120%;
  color: #fff;
}

.scf_staff-main {
  display: flex;
  margin-bottom: 20px;
}

.scf_staff-main_left {
  width: 40%;
}

.scf_staff-main_right {
  width: 60%;
  padding-left: 10px;
  color: #c0c0c0;
  text-align: justify;
}

.scf_staff-bottom {
  display: flex;
}

.scf_staff-bottom_left {
  width: 40%;
  padding-right: 10px;
  text-align: justify;
}

.scf_staff-bottom_right {
  width: 60%;
  padding-left: 10px;
  border-left: 1px solid #c8a750;
}

.staff_shop {
  margin: 0 20px 10px;
}

@media (max-width: 792px) {
  .staff_shop {
    margin: 0 0 10px;
    text-align: center;
  }
}
