<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stf_main-conts {
  padding: 13rem 0 25rem 0;
}

#staff h3:after {
  background: #09c16b;
}

#staff .stf_list {
}
#staff .stf_item:not(:last-child) {
  margin-bottom: 8rem;
}

#staff .stf_desc {
  margin-top: 5rem;
  font-size: 16px;
}

#staff .stf_img-box {
  margin-top: 5rem;
  display: flex;
  gap: 4rem;
  width: 27.3rem;
  height: 27.3rem;
}

#staff .stf_img-box img {
  width: 100%;
}

.stf_main-conts {
  padding: 13rem 0 25rem 0;
}

#staff h3:after {
  background: #09c16b;
}

#staff .stf_list {
}
#staff .stf_item:not(:last-child) {
  margin-bottom: 8rem;
}

#staff .stf_desc {
  margin-top: 5rem;
  font-size: 16px;
}

#staff .stf_img-box {
  margin-top: 5rem;
  display: flex;
  gap: 4rem;
  width: 27.3rem;
  height: 27.3rem;
}

#staff .stf_img-box {
  width: 100%;
}

#staff .stf_img-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#staff .name {
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1141px) {
  #staff .stf_img-box img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #staff {
    margin-top: 100px;
  }

  #staff .stf_img-box {
    flex-direction: column;
    height: auto;
    width: auto;
  }

  .stf_main-conts {
    padding-top: 3rem;
  }

  #staff .stf_img-box img {
    width: 50%;
  }
}
</pre></body></html>