@charset "UTF-8";
/* ボタン各種基本設定
----------------------------------------------- */
article.staff section.sub_cover {
  background: url("../images/staff/cover.png") no-repeat center center;
  background-size: cover;
}
article.staff section.staff {
  margin-bottom: 200px;
}
article.staff section.staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  list-style: none;
  padding: 0;
}
article.staff section.staff .staff_card {
  width: calc((100% - 80px) / 3);
}
article.staff section.staff .staff_card_photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: visible;
}
article.staff section.staff .staff_card.is-blue .staff_card_photo {
  background: #00a4da;
}
article.staff section.staff .staff_card.is-yellow .staff_card_photo {
  background: #f0cb00;
}
article.staff section.staff .staff_card.is-green .staff_card_photo {
  background: #8dc63f;
}
article.staff section.staff .staff_card_number {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 65px;
  background: url("../images/staff/no_bg.webp") no-repeat center center;
  background-size: contain;
  color: #00a4da;
  font-size: 20px;
  font-weight: bold;
}
article.staff section.staff .staff_card_catch {
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 6px;
}
article.staff section.staff .staff_card_catch_item {
  flex-shrink: 0;
  background: white;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
article.staff section.staff .staff_card_catch_item:nth-child(2) {
  margin-top: 30px;
}
article.staff section.staff .staff_card_catch_item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #070707;
  white-space: nowrap;
}
article.staff section.staff .staff_card_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  border: solid 5px #ffffff;
}
article.staff section.staff .staff_card_image img {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 88%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
article.staff section.staff .staff_card_info {
  text-align: center;
  margin-top: 20px;
}
article.staff section.staff .staff_card_name_en {
  margin: 0 0 5px;
  font-size: 13px;
  color: #00a4da;
  letter-spacing: 0.05em;
}
article.staff section.staff .staff_card_name_jp {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  color: #070707;
  letter-spacing: 0.1em;
}
article.staff section.staff .staff_card_position {
  margin: 0;
}
article.staff section.staff .staff_card_position span {
  display: inline-block;
  padding: 4px 30px;
  border-radius: 50px;
  background: #eef6f8;
  font-size: 14px;
}
article.staff section.staff .staff_card_message {
  margin-top: 20px;
}
article.staff section.staff .staff_card_message_title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #070707;
}
article.staff section.staff .staff_card_message_text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #070707;
}
@media print, screen and (max-width: 767px) {
  article.staff section.staff {
    margin-bottom: 80px;
    padding: 0 15px;
  }
  article.staff section.staff .staff_list {
    gap: 50px 0;
  }
  article.staff section.staff .staff_card {
    width: 100%;
  }
  article.staff section.staff .staff_card_photo {
    aspect-ratio: 1/1;
  }
  article.staff section.staff .staff_card_catch {
    right: 0;
  }
  article.staff section.staff .staff_card_catch_item {
    padding: 8px 8px;
  }
  article.staff section.staff .staff_card_catch_item p {
    font-size: 14px;
  }
  article.staff section.staff .staff_card_name_jp {
    font-size: 20px;
  }
}/*# sourceMappingURL=staff.css.map */