.Staff__aco summary {
  list-style: none;
}
.Staff__aco summary::-webkit-details-marker {
  display: none;
}
.-plusRight[open].Staff__aco .-plusRight::after {
  content: url("/shared/images/icon_minus.svg");
}

.Staff__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Staff__btn:hover {
  filter: brightness(1.1);
}
.-max.Staff__btn {
  max-width: 100% !important;
}
.-yellow.Staff__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Staff__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Staff__btn::before, .-yellow.-arrowRight.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Staff__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Staff__btn::before, .-yellow.-arrowLeft.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Staff__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Staff__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Staff__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Staff__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Staff__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Staff__btn::before, .-white.-arrowRight.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Staff__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Staff__btn::before, .-white.-arrowLeft.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Staff__btn::after {
  transform: rotate(-32deg);
}
.-red.Staff__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Staff__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Staff__btn::before, .-red.-arrowRight.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Staff__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Staff__btn::before, .-red.-arrowRight.-down.Staff__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Staff__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Staff__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Staff__btn::before, .-red.-arrowLeft.Staff__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Staff__btn::after {
  transform: rotate(-32deg);
}

.Staff__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Staff__img img {
  max-width: 100%;
  height: auto;
}
.Staff__img img.-max {
  width: 100%;
}
.Staff__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Staff__img {
  margin: 0px -6%;
}

.Staff__main, .Staff__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Staff__main, .Staff__flex {
    gap: 20px;
  }
}
.-row.Staff__main, .-row.Staff__flex {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .-row.-colSp.Staff__main, .-row.-colSp.Staff__flex {
    flex-direction: column;
  }
}
.-wrap.Staff__main, .-wrap.Staff__flex {
  flex-wrap: wrap;
}

.Staff__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Staff__title {
    font-size: 20px;
  }
}
.-center.Staff__title {
  text-align: center;
}
.-main.Staff__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Staff__title {
    margin: 20px 0;
  }
}
.-sub.Staff__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Staff__title {
    font-size: 20px;
  }
}
ca .-white.Staff__title {
  color: #fff;
}
.-red.Staff__title {
  color: #D52323;
}
.-yellowBg.Staff__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Staff__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Staff__title {
  width: 60px;
  height: 60px;
}
.-num.Staff__title img {
  width: 100%;
  height: auto;
}
.-size18.Staff__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Staff__title {
    font-size: 14px;
  }
}

.Staff__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Staff__txt {
    font-size: 14px;
  }
}
.-red.Staff__txt {
  color: #D52323;
}
.-white.Staff__txt {
  color: #fff;
}
.-blackBg.Staff__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Staff__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Staff__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Staff__txt {
  font-weight: 700;
}
.-fit.Staff__txt {
  line-height: 1;
}

.Staff__sec {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Staff__sec {
    gap: 20px;
    padding: 20px;
  }
}

.Staff {
  background-color: #F9F7F2;
}
@media screen and (max-width: 767px) {
  .Staff {
    background-color: #fff;
  }
}

.Staff__modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.Staff__modal.-modalOpen {
  display: block;
}
@media screen and (max-width: 767px) {
  .Staff__modal.-modalOpen {
    display: none;
  }
}

.Staff__main {
  padding: 40px 0 95px;
}

.Staff__txt.-staffName {
  line-height: 1.37;
}
.Staff__txt.-size24Sp20 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .Staff__txt.-size24Sp20 {
    font-size: 20px;
  }
}
.Staff__txt.-size14Sp12 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Staff__txt.-size14Sp12 {
    font-size: 12px;
  }
}
.Staff__txt.-syozoku {
  flex: 1;
}

.Staff__btn.-staffCard {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Staff__btn.-staffCard {
    background-color: #FFCB00;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
  }
  .Staff__btn.-staffCard::after {
    content: url("/shared/images/icon_plus.svg");
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
}
.Staff__btn.-close {
  text-align: center;
  width: min(100%, 280px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Staff__btn.-close {
    width: initial;
    margin: initial;
  }
}
.Staff__btn.-closeIcon {
  display: none;
  position: fixed;
  right: max((100% - 980px) / 2, 5% + 80px);
  top: max(17.5vh - 40px, -20px);
  transform: translate(50%, 50%);
  width: 40px;
  z-index: 202;
}
.Staff__btn.-closeIcon.-modalOpen {
  display: block;
}
@media screen and (max-width: 767px) {
  .Staff__btn.-closeIcon.-modalOpen {
    display: none;
  }
}
.Staff__btn.-nextStaff, .Staff__btn.-prevStaff {
  position: fixed;
  height: 140px;
  width: 40px;
  transform: translateY(-50%);
  top: 50%;
}
.Staff__btn.-nextStaff::before, .Staff__btn.-nextStaff::after, .Staff__btn.-prevStaff::before, .Staff__btn.-prevStaff::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  border-radius: 100px;
  transform: rotate(60deg);
}
.Staff__btn.-nextStaff::after, .Staff__btn.-prevStaff::after {
  transform: rotate(-60deg);
}
.Staff__btn.-nextStaff {
  right: max((100% - 980px) / 2 - 60px, 5% + 20px);
}
.Staff__btn.-nextStaff::before, .Staff__btn.-nextStaff::after {
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
}
.Staff__btn.-prevStaff {
  left: max((100% - 980px) / 2 - 60px, 5% + 20px);
}
.Staff__btn.-prevStaff::before, .Staff__btn.-prevStaff::after {
  left: 0;
  transform-origin: calc(0% + 0.5px) 50%;
}

.Staff__flex.-flexible {
  flex: 1;
}
.Staff__flex.-gap0 {
  gap: 0;
}
.Staff__flex.-max {
  width: 100%;
}
.Staff__flex.-staffCardArea {
  gap: 20px;
}
.Staff__flex.-staffCardInfo {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .Staff__flex.-staffCardInfo {
    padding: 0;
  }
}
.Staff__flex.-staffInfoWrap {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Staff__flex.-staffInfoWrap {
    padding: 0;
  }
}
.Staff__flex.-staffInfoInn {
  align-items: flex-start;
  position: relative;
}

.Staff__img.-staffCardImg {
  overflow: hidden;
  width: 100%;
  height: 173px;
}
@media screen and (max-width: 767px) {
  .Staff__img.-staffCardImg {
    width: 60px;
    height: 60px;
  }
}
.Staff__img.-staffCardImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Staff__img.-staffCardImg img {
    border-radius: 9999px;
  }
}
.Staff__img.-staffImg {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .Staff__img.-staffImg {
    width: 100%;
  }
}

.Staff__sec.-staffInfo {
  overflow-y: auto;
  max-width: 980px;
  background-color: #fff;
  width: calc(90% - 160px);
  position: fixed;
  top: max(20px, 17.5vh);
  left: max((100% - 980px) / 2, 5% + 80px);
  z-index: 201;
  height: 64.8vh;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .Staff__sec.-staffInfo {
    overflow-y: initial;
    max-width: 100%;
    background-color: #F9F7F2;
    margin: 0;
    width: initial;
    padding: 20px;
    position: initial;
    height: initial;
  }
}

.Staff__aco {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 860px) {
  .Staff__aco {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .Staff__aco {
    width: 100%;
    margin-top: -80px;
    padding-top: 80px;
  }
  .Staff__aco[open] .-staffCard::after {
    content: url("/shared/images/icon_minus.svg");
  }
}

.Staff__table {
  flex: 1;
}

.Staff__tr {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  padding: 20px 0;
}/*# sourceMappingURL=staff.css.map */