/********************
staff
********************/
html:has(.bsp.staff) {
  scroll-padding-top: calc(80px + 3.75em);
}

@media screen and (max-width: 1023px) {
  html:has(.bsp.staff) {
    scroll-padding-top: calc(60px + 3.75em);
  }
}
@media screen and (max-width: 767px) {
  html:has(.bsp.staff) {
    scroll-padding-top: calc(60px + 10.67vw);
  }
}
/*
hero
*/
.bsp.staff #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.staff #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  text-align: left;
}
.bsp.staff #hero .hero_wrap .ly_df {
  justify-content: space-between;
  align-items: flex-start;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_txt {
  padding-top: 9.06em;
  position: relative;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_lead {
  font-size: min(1.25vw, 18px);
  width: 2.82em;
  max-width: 50.76px;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_txt h1 {
  font-size: min(2.78vw, 40px);
  line-height: 1.7;
  margin-top: 1.13em;
  margin-left: -0.09em;
  white-space: nowrap;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_ttl {
  margin-top: 130%;
  position: absolute;
  left: -3.06em;
  white-space: nowrap;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
.bsp.staff #hero .hero_wrap .ly_df .hero_img {
  width: 80%;
  max-width: 992px;
  position: relative;
  right: -7.45%;
}

@media screen and (max-width: 1350px) {
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_ttl {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bsp.staff #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.staff #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt {
    padding-top: 37.6vw;
    position: relative;
    z-index: 1;
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_lead {
    width: 9.67vw;
    max-width: 9.67vw;
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt h1 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_ttl {
    margin-top: 50.67vw;
    left: -2.67vw;
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_txt .hero_ttl p {
    font-size: 5.33vw;
    line-height: 1.2;
  }
  .bsp.staff #hero .hero_wrap .ly_df .hero_img {
    width: 63.47vw;
    max-width: 63.47vw;
    position: absolute;
    right: 0;
  }
}
/*
staff
*/
.bsp.staff #staff {
  font-size: min(1.25vw, 18px);
  margin-top: 20.33em;
}
.bsp.staff #staff .bl_inner {
  position: relative;
}
.bsp.staff #staff .staff_data {
  margin-top: 2.94em;
}

@media screen and (max-width: 767px) {
  .bsp.staff #staff {
    margin-top: 93.86vw;
    padding: 0;
  }
  .bsp.staff #staff .staff_data {
    margin-top: 5.87vw;
  }
}
.bsp.staff .bl_staff_detail {
  margin-top: 5.56em;
}
.bsp.staff .bl_staff_detail .doctor_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img {
  width: 26.61%;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.83vw, 12px);
  height: 2.08em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .branch {
  background: #0F2743;
  color: #fff;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .department {
  display: flex;
  border: 1px solid #002146;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .department span {
  width: 100%;
  height: 2.92em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .department span + span {
  border-left: 1px solid #002146;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .department a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt {
  width: 68.55%;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .shoulder {
  display: block;
  font-size: min(1.11em, 16px);
  line-height: 2;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 0.4em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
  height: 0.65em;
  max-height: 11.65px;
  margin-left: 1.22em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap p {
  font-size: min(1.74vw, 25px);
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap a {
  width: 1.67em;
  max-width: 30px;
  margin-left: 1.22em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt > p {
  font-size: min(1.11vw, 16px);
  margin-top: 2.5em;
  line-height: 2;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap {
  justify-content: flex-start;
  margin-top: 2.39em;
  font-size: min(1.25vw, 18px);
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn {
  display: block;
  width: 10.94em;
  position: relative;
  padding-bottom: 1em;
  margin: 0;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn img {
  width: 8.87em;
  max-width: 159.6px;
  margin: 0;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn + .btn {
  margin-left: 1.67em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:nth-child(2) img {
  width: 10.27em;
  max-width: 184.8px;
  margin: 0;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap {
  margin-top: 2.22em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a {
  width: 17.5em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span {
  position: relative;
  display: block;
  border: solid 1px #000;
  font-size: min(1.11vw, 16px);
  padding: 1.03em 0;
  text-align: center;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:before, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:before {
  content: "";
  position: absolute;
  width: 7.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:after, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49.5%;
  left: 89.2%;
  z-index: 1;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:hover:before, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:hover:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  z-index: 1;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:hover:after, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:hover:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49%;
  left: 91.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a + a, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span + a {
  margin-left: 1.25em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a span, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span span {
  margin-left: -2em;
  letter-spacing: -0.03em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn {
  margin-top: 1.56em;
  width: 64.63%;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #000;
  font-size: min(1.11vw, 16px);
  padding: 1.03em 0;
  text-align: center;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:before, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:before {
  content: "";
  position: absolute;
  width: 7.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:after, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49.5%;
  left: 89.2%;
  z-index: 1;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:hover:before, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:hover:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  z-index: 1;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:hover:after, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:hover:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49%;
  left: 91.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a + a, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span + a {
  margin-top: 0.8em;
}
.bsp.staff .bl_staff_detail .doctor_wrap .item_btn a span, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span span {
  margin-left: -2em;
  letter-spacing: 0.03em;
}
.bsp.staff .bl_staff_detail .bl_staff_item:nth-child(3) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
  height: 4.1vw;
  max-height: 4.1vw;
  margin-left: 1.22em;
}

.bsp.staff .bl_staff_item:nth-child(3) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
  height: 0.86em;
  max-height: 0.86em;
  margin-left: 1.22em;
  position: relative;
  bottom: -0.25em;
}

@media screen and (max-width: 767px) {
  .bsp.staff .bl_staff_detail {
    margin-top: 13.33vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap {
    flex-direction: column;
    margin-top: 8vw;
    position: relative;
    margin-bottom: -45.33vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_img img {
    width: 34.67vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data {
    width: 47.73vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data span {
    font-size: 2.93vw;
    height: 6.67vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_img .doctor_img_data .department span {
    height: 8vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt {
    width: 100%;
    position: relative;
    top: -45.33vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .shoulder {
    font-size: 3.2vw;
    left: 38.93vw;
    position: relative;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 0.5em;
    flex-wrap: wrap;
    left: 38.93vw;
    position: relative;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
    height: 3.11vw;
    max-height: 3.11vw;
    margin-left: 0;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap p {
    font-size: 4.8vw;
    width: 100%;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap a {
    width: 5.33vw;
    max-width: 5.33vw;
    margin-left: 4.27vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt > p {
    font-size: 3.2vw;
    margin-top: 32.67vw;
    line-height: 1.86;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 8vw;
    flex-direction: column;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn {
    display: block;
    width: 52.54vw;
    max-width: 52.54vw;
    margin: 9.33vw 0 0;
    padding-bottom: 4vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn img {
    width: 42.56vw;
    max-width: 42.56vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:nth-child(2) {
    width: 59.23vw;
    max-width: 59.23vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn:nth-child(2) img {
    width: 49.28vw;
    max-width: 49.28vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_wrap .btn + .btn {
    margin-left: 0;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap {
    flex-direction: column;
    margin-top: 8vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a {
    width: 100%;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span {
    font-size: 3.73vw;
    padding: 3.33vw 0;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:before, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:before {
    width: 5.33vw;
    left: 75vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:after, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:after {
    width: 1.5vw;
    left: 78.66vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:hover:before, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:hover:before {
    width: 5.33vw;
    left: 75vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a:hover:after, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span:hover:after {
    width: 1.5vw;
    left: 78.66vw;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a + a, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span + a {
    margin: 1.33vw 0 0;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap a span, .bsp.staff .bl_staff_detail .doctor_wrap .doctor_txt .btn_reservation_wrap > span span {
    margin-left: -1em;
    letter-spacing: 0.08em;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn {
    margin-top: 1.56em;
    width: 64.63%;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span {
    position: relative;
    display: block;
    width: 100%;
    border: solid 1px #000;
    font-size: min(1.11vw, 16px);
    padding: 1.03em 0;
    text-align: center;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:before, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:before {
    content: "";
    position: absolute;
    width: 7.91%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 84%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:after, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:after {
    content: "";
    position: absolute;
    width: 2.3%;
    height: 1px;
    background: #000;
    top: 49.5%;
    left: 89.2%;
    z-index: 1;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: bottom right;
    transition: all 0.3s;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:hover:before, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:hover:before {
    content: "";
    position: absolute;
    width: 9.91%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 84%;
    z-index: 1;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a:hover:after, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span:hover:after {
    content: "";
    position: absolute;
    width: 2.3%;
    height: 1px;
    background: #000;
    top: 49%;
    left: 91.5%;
    z-index: 1;
    transform: rotate(35deg);
    transform-origin: bottom right;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a + a, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span + a {
    margin-top: 0.8em;
  }
  .bsp.staff .bl_staff_detail .doctor_wrap .item_btn a span, .bsp.staff .bl_staff_detail .doctor_wrap .item_btn > span span {
    margin-left: -2em;
    letter-spacing: 0.03em;
  }

  .bsp.staff .bl_staff_item:nth-child(3) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
    height: 4.1vw;
    max-height: 4.1vw;
    margin-left: 0;
    position: relative;
    bottom: 0;
  }
  .bsp.staff .bl_staff_item:nth-child(3) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img, .bsp.staff .bl_staff_item:nth-child(4) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img, .bsp.staff .bl_staff_item:nth-child(5) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img, .bsp.staff .bl_staff_item:nth-child(6) .bl_staff_detail .doctor_wrap .doctor_txt .name_wrap > img {
    margin-top: 2vw;
  }
}
.bsp.staff .staff_data_head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: min(1.25vw, 18px);
  margin-top: 2.67em;
  border-bottom: 2px solid #E0DCD2;
}
.bsp.staff .staff_data_head .btn {
  position: relative;
  width: 8.87%;
  font-size: min(0.97vw, 14px);
  letter-spacing: -0.03em;
  line-height: 1.6;
  background-color: transparent;
  color: #000;
}
.bsp.staff .staff_data_head .btn:hover {
  cursor: pointer;
}
.bsp.staff .staff_data_head .btn:hover:after, .bsp.staff .staff_data_head .btn.active:after {
  content: "";
  display: block;
  position: relative;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #002146;
}
.bsp.staff .staff_data_head .btn span.btn_inner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 3.21em;
  flex-direction: column;
}
.bsp.staff .staff_data_head .btn span.br {
  display: block;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .bsp.staff .staff_data_head {
    margin-top: 2.67vw;
  }
  .bsp.staff .staff_data_head .btn {
    width: 28.88vw;
    font-size: 3.2vw;
  }
  .bsp.staff .staff_data_head .btn span.btn_inner {
    height: 8vw;
  }
}
.bsp.staff .staff_data_body {
  position: relative;
  padding: 0.94em 0;
}
.bsp.staff .staff_data_body .list {
  display: none;
}
.bsp.staff .staff_data_body .list.active {
  display: block;
}
.bsp.staff .staff_data_body .list_inner {
  justify-content: space-between;
}
.bsp.staff .staff_data_body .list_wrap {
  width: 48.39%;
}
.bsp.staff .staff_data_body .list_wrap .list_ttl {
  font-size: min(0.97vw, 14px);
  padding: 1.07em 0;
}
.bsp.staff .staff_data_body ul {
  list-style: none;
}
.bsp.staff .staff_data_body li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: min(0.97vw, 14px);
  height: 2.57em;
  border-bottom: #E0DCD2 solid 1px;
}
.bsp.staff .staff_data_body dl {
  width: 100%;
  margin-top: 0.34em;
}
.bsp.staff .staff_data_body .dl_inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0DCD2;
  font-size: min(0.97vw, 14px);
  height: 2.57em;
}
.bsp.staff .staff_data_body .dl_inner dt {
  width: 6.45%;
  font-size: min(0.97vw, 14px);
}
.bsp.staff .staff_data_body .dl_inner dd {
  width: 93.55%;
  font-size: min(0.97vw, 14px);
}
.bsp.staff .staff_data_body #btn_modal_sp {
  display: none;
}
.bsp.staff .staff_data_body.js_on {
  transform: none;
}

@media screen and (max-width: 767px) {
  .bsp.staff .staff_data_body {
    position: relative;
    padding: 0;
  }
  .bsp.staff .staff_data_body .list_inner {
    flex-wrap: wrap;
  }
  .bsp.staff .staff_data_body .list_wrap {
    width: 100%;
  }
  .bsp.staff .staff_data_body .list_wrap .list_ttl {
    font-size: 3.2vw;
    padding: 9.33vw 0 2.67vw;
  }
  .bsp.staff .staff_data_body li {
    font-size: 3.2vw;
    height: auto;
    padding: 2.13vw 0;
  }
  .bsp.staff .staff_data_body dl {
    width: 100%;
    margin-top: 2.67vw;
  }
  .bsp.staff .staff_data_body .dl_inner {
    font-size: 3.2vw;
    height: auto;
    padding: 2.13vw 0;
  }
  .bsp.staff .staff_data_body .dl_inner dt {
    width: 21.33vw;
    font-size: 3.2vw;
  }
  .bsp.staff .staff_data_body .dl_inner dd {
    width: 65.33vw;
    font-size: 3.2vw;
  }
  .bsp.staff .staff_data_body #btn_modal_sp {
    display: none;
  }
  .bsp.staff .staff_data_body.js_on {
    transform: none;
  }
}
/*
sns
*/
.bsp.staff #sns {
  font-size: min(1.25vw, 18px);
  margin: 8.33em 0 11.11em;
}
.bsp.staff #sns .sns_txt .sns_lead {
  width: 1.46em;
  max-width: 26.21px;
  margin: auto;
}
.bsp.staff #sns .sns_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  text-align: center;
}
.bsp.staff #sns .sns_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.13em;
}
.bsp.staff #sns .sns_wrap .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.97em, 14px);
  border: 1px solid #000;
  width: 23.79%;
  height: 4.29em;
  margin-top: 1.43em;
  padding: 0;
}
.bsp.staff #sns .sns_wrap .btn img {
  position: absolute;
  left: 1.84em;
  width: 2.14em;
  margin-right: auto;
}
.bsp.staff #sns .sns_wrap .btn span {
  margin-left: 3em;
  letter-spacing: 0.05em;
}
.bsp.staff #sns .sns_wrap .btn:nth-child(5), .bsp.staff #sns .sns_wrap .btn:nth-child(6), .bsp.staff #sns .sns_wrap .btn:nth-child(7), .bsp.staff #sns .sns_wrap .btn:nth-child(8), .bsp.staff #sns .sns_wrap .btn:nth-child(9) {
  height: 9.36em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*width: 18.71%;*/
}
.bsp.staff #sns .sns_wrap .btn:nth-child(5) img, .bsp.staff #sns .sns_wrap .btn:nth-child(6) img, .bsp.staff #sns .sns_wrap .btn:nth-child(7) img, .bsp.staff #sns .sns_wrap .btn:nth-child(8) img, .bsp.staff #sns .sns_wrap .btn:nth-child(9) img {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
}
.bsp.staff #sns .sns_wrap .btn:nth-child(5) span, .bsp.staff #sns .sns_wrap .btn:nth-child(6) span, .bsp.staff #sns .sns_wrap .btn:nth-child(7) span, .bsp.staff #sns .sns_wrap .btn:nth-child(8) span, .bsp.staff #sns .sns_wrap .btn:nth-child(9) span {
  margin: 1em 0 0;
}
.bsp.staff #sns .sns_wrap .btn:nth-child(3) {
  padding: 0;
}
.bsp.staff #sns .sns_wrap .btn:nth-child(3) img {
  width: 1.43em;
  left: 2.13em;
}

@media screen and (max-width: 767px) {
  .bsp.staff #sns {
    margin: 26.67vw 0;
  }
  .bsp.staff #sns .sns_txt .sns_lead {
    width: 5.82vw;
    max-width: 5.82vw;
  }
  .bsp.staff #sns .sns_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.staff #sns .sns_wrap {
    margin-top: 10.67vw;
    flex-wrap: wrap;
  }
  .bsp.staff #sns .sns_wrap .btn {
    font-size: 3.2vw;
    width: 42.13vw;
    height: 10.67vw;
    margin-top: 2.67vw;
  }
  .bsp.staff #sns .sns_wrap .btn img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.staff #sns .sns_wrap .btn span {
    margin-left: 2em;
  }
  .bsp.staff #sns .sns_wrap .btn:nth-child(5), .bsp.staff #sns .sns_wrap .btn:nth-child(6), .bsp.staff #sns .sns_wrap .btn:nth-child(7), .bsp.staff #sns .sns_wrap .btn:nth-child(8), .bsp.staff #sns .sns_wrap .btn:nth-child(9) {
    height: 13.33vw;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .bsp.staff #sns .sns_wrap .btn:nth-child(5) img, .bsp.staff #sns .sns_wrap .btn:nth-child(6) img, .bsp.staff #sns .sns_wrap .btn:nth-child(7) img, .bsp.staff #sns .sns_wrap .btn:nth-child(8) img, .bsp.staff #sns .sns_wrap .btn:nth-child(9) img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.staff #sns .sns_wrap .btn:nth-child(5) span, .bsp.staff #sns .sns_wrap .btn:nth-child(6) span, .bsp.staff #sns .sns_wrap .btn:nth-child(7) span, .bsp.staff #sns .sns_wrap .btn:nth-child(8) span, .bsp.staff #sns .sns_wrap .btn:nth-child(9) span {
    margin: 0 0 0 1em;
  }
  .bsp.staff #sns .sns_wrap .btn:nth-child(3) {
    padding: 0;
  }
  .bsp.staff #sns .sns_wrap .btn:nth-child(3) img {
    width: 4vw;
    left: 5.33vw;
  }
}