body {
  background: none !important;
}

.staff-page {
  width: 100%;
}
.staff-page .staff_fv {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 126px 240px;
  padding-inline: 31px;
}
.staff-page .staff_fv .fv_content {
  width: 100%;
  max-width: 1280px;
  position: relative;
  display: flex;
  align-items: center;
}
.staff-page .staff_fv .fv_content .fv_txt {
  padding: 12px 37px;
  background-color: #ffffff;
  border-radius: 14px;
  position: absolute;
  left: 90px;
  z-index: 2;
}
.staff-page .staff_fv .fv_content .fv_txt h1 {
  font-size: 30px;
  color: #48585e;
}
.staff-page .staff_fv .fv_content img {
  width: 100%;
  border-radius: 80px;
}
.staff-page .staff_fv .fv-bg {
  width: 100%;
  max-height: 570px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.staff-page .staff_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.staff-page .staff_container .staff-panel-case {
  width: 100%;
  position: relative;
}
.staff-page .staff_container .staff-panel-case .staff-panel {
  width: 100%;
  max-width: 879px;
  background-color: #f0ebd2;
  padding: 43px 37px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.06);
}
.staff-page .staff_container .staff-panel-case .staff-panel h2 {
  font-size: 30px;
  color: #52b5d5;
  text-align: center;
}
.staff-page .staff_container .staff-panel-case .staff-panel .btn-roster {
  position: absolute;
  top: 52px;
  right: 36px;
  display: flex;
  padding: 6px 10px;
  background-color: #52b5d5;
  border: 1.8px solid rgba(82, 181, 213, 0.4);
  border-radius: 4.5px;
}
.staff-page .staff_container .staff-panel-case .staff-panel .btn-roster p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.staff-page .staff_container .staff-panel-case .staff-panel .staff-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 258px;
  padding-block: 17px 21px;
  padding-inline: 30px;
  border-radius: 9.5px;
}
.staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card .staff-name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card .staff-desc {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-top: 11px;
  position: relative;
  margin-top: 11px;
}
.staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card .staff-desc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #d2d2d2;
}
.staff-page .staff_container .staff-panel-case .staff-panel-others {
  gap: 54px;
}
.staff-page .staff_container .staff-panel-case .staff-panel-others .staff-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}
.staff-page .staff_container .vet {
  padding-top: 95px;
  padding-left: 170px;
}
.staff-page .staff_container .vet .icon01 {
  position: absolute;
  top: 14px;
  right: 130px;
}
.staff-page .staff_container .vet .icon01 img {
  width: 230px;
}
.staff-page .staff_container .vet .icon02 {
  position: absolute;
  bottom: -72px;
  right: 117px;
}
.staff-page .staff_container .vet .icon02 img {
  width: 109px;
}
.staff-page .staff_container .others {
  padding-bottom: 105px;
  padding-right: 170px;
  display: flex;
  justify-content: end;
}
.staff-page .staff_container .others .icon03 {
  position: absolute;
  top: 170px;
  left: 100px;
}
.staff-page .staff_container .others .icon03 img {
  width: 192px;
}
.staff-page .staff_container .others .icon04 {
  position: absolute;
  bottom: 28px;
  left: 105px;
  z-index: 2;
}
.staff-page .staff_container .others .icon04 img {
  width: 242px;
}
.staff-page .is-md-show {
  display: none;
}

@media (max-width: 1400px) {
  .staff-page .staff_container .vet {
    padding-left: 100px;
  }
  .staff-page .staff_container .others {
    padding-right: 100px;
  }
  .staff-page .staff_container .vet .icon01 {
    right: 50px;
  }
  .staff-page .staff_container .vet .icon01 img {
    width: 190px;
  }
  .staff-page .staff_container .others .icon03 {
    left: 50px;
  }
  .staff-page .staff_container .others .icon03 img {
    width: 160px;
  }
  .staff-page .staff_container .others .icon04 {
    left: 40px;
  }
  .staff-page .staff_container .others .icon04 img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .staff-page .staff_container .vet {
    padding-left: 0;
  }
  .staff-page .staff_container .others {
    padding-right: 0;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel {
    max-width: 700px;
    margin: auto;
  }
  .staff-page .staff_container .staff-panel-case .staff-grid {
    max-width: 535px;
  }
}
@media (max-width: 767px) {
  .staff-page .staff_fv {
    padding-block: 191px 120px;
  }
  .staff-page .staff_fv .fv_content img {
    border-radius: 30px;
  }
  .staff-page .staff_fv .fv_content .fv_txt {
    padding-block: 19px;
    padding-inline: 44px 17px;
    left: 32px;
  }
  .staff-page .staff_fv .fv_content .fv_txt h1 {
    font-size: 40px;
  }
  .staff-page .staff_container {
    gap: 95px;
  }
  .staff-page .staff_container .staff-panel-case {
    padding-inline: 30px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel {
    max-width: 100%;
    padding-inline: 22px;
    padding-block: 62px 35px;
    box-shadow: 0px 0px 28px rgba(51, 51, 51, 0.06);
    border-radius: 49px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-panel-header {
    width: 100%;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel h2 {
    width: 100%;
    text-align: start;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card {
    max-width: 100%;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel-others {
    gap: 60px;
  }
  .staff-page .staff_container .vet {
    padding-top: 112px;
  }
  .staff-page .staff_container .others {
    padding-bottom: 100px;
  }
  .staff-page .is-md-show {
    display: block;
  }
  .staff-page .is-md-hide {
    display: none;
  }
}
@media (max-width: 650px) {
  .staff-page .staff_fv {
    padding-block: 150px 80px;
  }
  .staff-page .staff_fv .fv_content .fv_txt {
    padding-block: 15px;
    padding-inline: 30px 15px;
    left: 20px;
  }
  .staff-page .staff_fv .fv_content .fv_txt h1 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .staff-page .staff_fv {
    padding-block: 100px 60px;
  }
  .staff-page .staff_fv .fv_content .fv_txt {
    padding: 5px 15px;
    left: 20px;
    border-radius: 5px;
  }
  .staff-page .staff_fv .fv_content .fv_txt h1 {
    font-size: 24px;
  }
  .staff-page .staff_fv .fv_content img {
    border-radius: 20px;
  }
  .staff-page .staff_container {
    gap: 50px;
  }
  .staff-page .staff_container .staff-panel-case {
    padding-inline: 20px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel {
    padding-block: 50px 30px;
    border-radius: 30px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel h2 {
    font-size: 22px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-grid {
    grid-template-columns: 1fr;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card .staff-name {
    font-size: 16px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel .staff-grid .staff-card .staff-desc {
    font-size: 16px;
  }
  .staff-page .staff_container .staff-panel-case .staff-panel-others {
    gap: 40px;
  }
  .staff-page .staff_container .vet {
    padding-top: 50px;
  }
  .staff-page .staff_container .others {
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=staff.css.map */
