@charset "utf-8";
/* CSS Document */
.staff_cate1 .staff_cate1_photo img,
.staff_cate1 .staff_cate1_photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staff_cate1 .staff_cate1_photo video {
  pointer-events: none;
}
.cate1.staff_cate1 {
  overflow: hidden;
  background-color: #f8f8f8;
}

.staff_cate1 .staff_cate1_list {
  display: flex;
  flex-direction: column;
  gap: clamp(55px, 8vw, 90px);
}

.staff_cate1 .staff_cate1_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 7vw, 90px);
  width: 100%;
}

.staff_cate1 .staff_cate1_data {
  flex: 1 1 0;
  min-width: 0;
  padding: 22px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.staff_cate1 .staff_cate1_data_item + .staff_cate1_data_item {
  margin-top: 15px;
}

.staff_cate1 .staff_cate1_label {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.staff_cate1 .staff_cate1_label::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  background-color: #ffe45c;
  border-radius: 50%;
}

.staff_cate1 .staff_cate1_data_item > p:not(.staff_cate1_label) {
  padding: 0 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.staff_cate1 .staff_cate1_profile {
  position: relative;
  flex: 0 0 330px;
  width: 330px;
  padding-right: 35px;
  box-sizing: border-box;
}

.staff_cate1 .staff_cate1_photo {
  width: 100%;
  aspect-ratio: 0.85 / 1;
  overflow: hidden;
  border-radius: 32px;
}

.staff_cate1 .staff_cate1_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staff_cate1 .staff_cate1_en {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: #65bfca;
  line-height: 1;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.staff_cate1 .staff_cate1_position {
  margin-top: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.staff_cate1 .staff_cate1_name {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .staff_cate1 .staff_cate1_item {
    gap: 45px;
  }

  .staff_cate1 .staff_cate1_profile {
    flex-basis: 300px;
    width: 300px;
  }
}

@media screen and (max-width: 900px) {
  .staff_cate1 .staff_cate1_item {
    gap: 35px;
  }

  .staff_cate1 .staff_cate1_profile {
    flex-basis: 260px;
    width: 260px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .staff_cate1 .staff_cate1_item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .staff_cate1 .staff_cate1_profile {
    flex: none;
    width: min(340px, 90%);
  }

  .staff_cate1 .staff_cate1_data {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .staff_cate1 .staff_cate1_list {
    gap: 60px;
  }

  .staff_cate1 .staff_cate1_profile {
    width: min(300px, 92%);
    padding-right: 25px;
  }

  .staff_cate1 .staff_cate1_photo {
    border-radius: 25px;
  }

  .staff_cate1 .staff_cate1_data {
    padding: 18px 15px;
  }

  .staff_cate1 .staff_cate1_data_item > p:not(.staff_cate1_label) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ---------- 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){
}

