.l-staff {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid var(--color-black);
}

.l-staff_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.6rem;
}

.l-staff_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 2rem;
}

.l-staff_category_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 19.6rem;
  width: 24.8rem;
  height: 100vh;
  max-height: calc(100vh - 19.6rem);
  overflow-y: auto;
}

.l-staff_category_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-staff_category_item_link_txt {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .04em;
}

.l-staff_category_item_link_icn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .3rem;
  stroke: var(--color-black);
  -webkit-transition: stroke var(--duration) var(--easing);
  transition: stroke var(--duration) var(--easing);
}

.l-staff_select {
  display: none;
}

.l-staff_group {
  display: grid;
  max-width: 85rem;
  gap: 6rem 0;
  word-break: break-all;
}

html[lang=en] .l-staff_group {
  word-break: normal;
  overflow-wrap: anywhere;
}

.l-staff_item {
  display: grid;
  margin-top: 2rem;
  gap: 4rem 3rem;
}

.l-staff_item_img_wrapper {
  overflow: hidden;
}

.l-staff_item_img_wrapper img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.05;
  opacity: 0;
  -webkit-transition: scale var(--duration-slow) var(--easing),opacity var(--duration-slow) var(--easing);
  transition: scale var(--duration-slow) var(--easing),opacity var(--duration-slow) var(--easing);
}

.l-staff_item_img_wrapper img.is-active {
  scale: 1;
  opacity: 1;
}

.l-staff_item.is-large .l-staff_item_link {
  display: grid;
  grid-template-columns: 38rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}

.l-staff_item.is-large .l-staff_item_img_wrapper img {
  aspect-ratio: 38/27;
}

.l-staff_item.is-large .l-staff_info {
  width: 17rem;
  margin-top: 0;
}

.l-staff_item.is-large .l-staff_info_name_en {
  margin-top: .5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .04em;
}

.l-staff_item.is-large .l-staff_info_name_en_wrapper {
  position: relative;
  padding-right: 2.2rem;
}

.l-staff_item.is-medium {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}

.l-staff_item.is-medium .l-staff_item_link {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-areas: "img" "info";
  grid-row: span 3;
  gap: 0;
}

.l-staff_item.is-medium .l-staff_item_img_wrapper {
  grid-area: img;
}

.l-staff_item.is-medium .l-staff_info {
  grid-area: info;
}

.l-staff_item.is-medium .l-staff_info_name {
  font-size: 2rem;
  line-height: 1.5;
}

.l-staff_item.is-medium .l-staff_info_name_en {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .04em;
}

.l-staff_item.is-medium .l-staff_info_name_en_wrapper {
  position: relative;
  padding-right: 2.2rem;
}

.l-staff_item.is-small {
  grid-template-columns: repeat(3, 1fr);
}

.l-staff_item.is-small .l-staff_info {
  margin-top: initial;
}

.l-staff_item.is-small .l-staff_info_name {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-staff_item.is-small .l-staff_info_name_en {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .04em;
}

.l-staff_item.is-small .l-staff_info_name_en_wrapper {
  position: relative;
  padding-right: 2.2rem;
}

.l-staff_info {
  width: 100%;
  margin-top: 2rem;
}

.l-staff_info_name {
  width: 100%;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-staff_info_name_en {
  display: block;
  position: relative;
  padding-right: 2.2rem;
  -webkit-transition: color var(--duration) var(--easing);
  transition: color var(--duration) var(--easing);
}

.l-staff_info_name_en_icn {
  position: absolute;
  top: 60%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  translate: 0 -50%;
}

.l-staff_info_name_en_icn g {
  -webkit-transition: stroke var(--duration) var(--easing);
  transition: stroke var(--duration) var(--easing);
}

.l-other {
  margin-top: 12rem;
  padding-bottom: 12rem;
}

.l-other_bnr {
  position: relative;
  height: 15.6rem;
  padding: 2rem;
  overflow: hidden;
  color: var(--color-white);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.3;
  font-family: "BIZ UDPMincho",serif;
  letter-spacing: .04em;
}

html[lang=en] .l-other_bnr {
  grid-area: bnr;
}

.l-other_bnr_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: scale var(--duration-slow) var(--easing);
  transition: scale var(--duration-slow) var(--easing);
}

.l-other_bnr_arrow {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.l-other_bnr_popup {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.l-other_bnr_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3.4rem;
}

html[lang=en] .l-other_bnr_wrapper {
  grid-template-columns: 24.8rem 1fr;
  grid-template-areas: "space bnr";
  gap: 2rem 9.6rem;
}

.l-other_link {
  padding: 2rem 0;
}

.l-other_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.2rem;
  gap: 0 3.4rem;
}

@media screen and (max-width: 48em) {
  .l-staff {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .l-staff_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .l-staff_category_wrapper {
    display: none;
    position: static;
    height: auto;
    max-height: none;
    overflow-y: initial;
  }
  .l-staff_select {
    display: block;
  }
  .l-staff_group {
    gap: 4rem 0;
  }
  .l-staff_item {
    gap: 2rem;
  }
  .l-staff_item.is-large .l-staff_item_link {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .l-staff_item.is-large .l-staff_info {
    width: 100%;
  }
  .l-staff_item.is-large .l-staff_info_name_en {
    font-size: 1.2rem;
  }
  .l-staff_item.is-medium {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .l-staff_item.is-medium .l-staff_info_name {
    font-size: 1.8rem;
  }
  .l-staff_item.is-medium .l-staff_info_name_en {
    margin-top: .5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .l-staff_item.is-small {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-staff_item.is-small .l-staff_info_name {
    font-size: 1.8rem;
    letter-spacing: .04em;
  }
  .l-staff_item.is-small .l-staff_info_name_en {
    margin-top: .5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .l-staff_info {
    margin-top: 1rem;
  }
  .l-staff_info_name_en {
    margin-top: .5rem;
  }
  .l-other {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-other_bnr {
    height: 9rem;
    padding: 3.3rem 2rem;
    font-size: 1.8rem;
  }
  html[lang=en] .l-other_bnr {
    grid-area: initial;
  }
  .l-other_bnr_arrow {
    top: 50%;
    bottom: initial;
    width: 1.2rem;
    height: 1.2rem;
    translate: 0 -50%;
  }
  .l-other_bnr_popup {
    top: 50%;
    bottom: initial;
    width: 1.2rem;
    height: 1.2rem;
    translate: 0 -50%;
  }
  .l-other_bnr_wrapper {
    grid-template-columns: 1fr;
  }
  html[lang=en] .l-other_bnr_wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: initial;
  }
  .l-other_link {
    padding: 1.5rem 0;
  }
  .l-other_links {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

@media (hover: hover) {
  .l-staff_category_item_link:hover {
    color: var(--color-red);
  }
  .l-staff_category_item_link:hover .l-staff_category_item_link_icn {
    stroke: var(--color-red);
  }
  .l-staff_item_link.is-link:hover .l-staff_item_img_wrapper img {
    scale: 1.05;
  }
  html[lang=en] .l-staff_item_link.is-link:hover .l-staff_info_name {
    color: var(--color-red);
  }
  .l-staff_item_link.is-link:hover .l-staff_info_name_en {
    color: var(--color-red);
  }
  .l-staff_item_link.is-link:hover .l-staff_info_name_en_icn g {
    stroke: var(--color-red);
  }
  .l-other_bnr:hover .l-other_bnr_bg {
    scale: 1.05;
  }
}
