@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
staff_section----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.staff_section + .staff_section {
  margin-top: 168px;
}
@media screen and (max-width: 1000px) {
  .staff_section + .staff_section {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .staff_section {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .staff_section {
    padding: 0 20px;
  }
}
.staff_catch {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .staff_catch {
    display: block;
  }
}

.staff_catch__content {
  flex-basis: 55.23%;
}

.staff_catch__img {
  flex-basis: 38.09%;
}
@media screen and (max-width: 1000px) {
  .staff_catch__img {
    margin-top: 48px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .staff_catch__img {
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff_catch__profile {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #0281C0;
}
@media screen and (max-width: 500px) {
  .staff_catch__profile {
    font-size: 20px;
  }
}

.staff_catch__name {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 100%;
  color: #0281C0;
  font-size: 60px;
  padding-left: 12px;
}
@media screen and (max-width: 500px) {
  .staff_catch__name {
    font-size: 48px;
    padding-left: 8px;
  }
}

.staff_catch__info {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin: 10px 0 40px;
  border-bottom: solid 1px #B1B1B1;
  padding-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .staff_catch__info {
    margin: 8px 0 32px;
    padding-bottom: 24px;
  }
}

.staff_faq__headline {
  position: relative;
  padding-left: 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .staff_faq__headline {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .staff_faq__headline {
    padding-left: 26px;
    font-size: 15px;
  }
}

.staff_faq__headline::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #0281C0;
}
@media screen and (max-width: 500px) {
  .staff_faq__headline::before {
    font-size: 18px;
  }
}

.staff_faq + .staff_faq {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .staff_faq + .staff_faq {
    margin-top: 32px;
  }
}

.staff_columns {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 40px;
}
@media screen and (max-width: 1000px) {
  .staff_columns {
    display: block;
    margin: 48px 0 32px;
  }
}

.staff_columns__txt {
  flex-basis: 55.23%;
}

.staff_columns__img {
  flex-basis: 38.09%;
}
@media screen and (max-width: 1000px) {
  .staff_columns__img {
    margin-top: 32px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .staff_columns__img {
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*================================================
staff_section----END
==================================================*//*# sourceMappingURL=staff-voice.css.map */