#staff-introduction {
  text-align: center;
}

/* staff-number-01 */
.staff-number-01,
.staff-number-02 {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 100vw;
  height: fit-content;
  padding: 30px 0;
}

.staff-number-01 .staff-info-left,
.staff-number-02 .staff-info-right {
  width: 50%;
}

.staff-number-01 .staff-info-right,
.staff-number-02 .staff-info-left {
  width: 50%;
  text-align: justify;
}

.staff-image {
  width: 90%;
}

.staff-love-dog {
  position: absolute;
  width: 12vw;
  height: 12vw;
  border-radius: 100px;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50vh;
}

.staff-background-image01 {
  position: absolute;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 70%;
  left: 30%;
}

.staff-info-license {
  display: flex;
  justify-content: space-evenly;
}

.staff-license,
.staff-specialty {
  color: #563D38;
  width: 40%;
}

.staff-license-heading,
.staff-specialty-heading {
  font-size: 1.6rem;
  margin: 0;
}

.staff-license-sub-heading,
.staff-specialty-sub-heading {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.staff-license-main,
.staff-specialty-main {
  text-align: left;
  border-top: #707070 dashed 1px;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 15px;
  list-style: disc;
  font-weight: normal;
}

.staff-name {
  position: relative;
  width: 100%;
  text-align: center;
  color: #563D38;
}

.staff-name-en {
  position: absolute;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 5vw;
  opacity: 0.2;
  margin: 0;
  left: 50%;
  width: 100%;
}

.staff-name-jp {
  font-size: 4vw;
  margin: 0; 
}

.staff-name-jp-sub {
  margin: 0;
  position: relative;
}

.staff-name-jp-sub::before,
.staff-name-jp-sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 13vw;
  background-color: #8F6059;
  border-radius: 15px;
  top: 50%;
  margin-left: 10px;
}

.staff-name-jp-sub::before {
  top: 50%;
  left: 13vw;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.staff-name-jp-sub::after {
  top: 50%;
  right: 13vw;
  -webkit-transform: ranslateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

.staff-carrer,
.staff-story {
  padding-left: 10%;
  color: #563D38;
}

.staff-contents {
  display: inline-block;
  text-align: center;
}

.staff-carrer-heading,
.staff-story-heading {
  margin: 0;
  font-size: 1.1rem;
}

.staff-carrer-sub-heading,
.staff-carrer-sub-heading {
  margin: 0;
  
}

.staff-carrer-text,
.staff-story-text {
  font-size: 14px;
  padding-left: 5%;
}

/* staff number02 */
.staff-info-right .staff-love-dog {
  left: 50%;
}

.staff-background-image02 {
  position: absolute;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 75%;
  left: 25%;
}