
.page-staff {
  margin-top: var(--header-height);
  color: #867b68;
  padding: 34px 0 0
}
@media only screen and (max-width: 767px) {
  .page-staff {
    padding: 22px 0
  }
}
.page-staff .message {
  padding: 28px 0 30px;
  position: relative
}
.page-staff .message:before {
  content: "";
  position: absolute;
  background: url(../../assets/img/staff/message-bg.png) no-repeat top left/contain;
  background-position: 50% 50%;
  top: 8%;
  left: 0;
  width: 96%;
  height: 96%
}
@media only screen and (max-width: 1200px) {
  .page-staff .message:before {
    background: url(../../assets/img/staff/message-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .message:before {
    background: url(../../assets/img/staff/message-bg-sp.png) no-repeat;
    background-size: cover
  }
}
.page-staff .message__wrap {
  position: relative
}
@media only screen and (max-width: 767px) {
  .page-staff .message__wrap {
    padding: 0 10px
  }
}
.page-staff .staff__title {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #738d41;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
@media only screen and (max-width: 767px) {
  .page-staff .staff__title {
    font-size: 1.4rem;
    margin: 6px auto 0
  }
}
.page-staff .staff__heading {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2608695652;
  margin-top: 16px
}
@media only screen and (max-width: 767px) {
  .page-staff .staff__heading {
    font-size: 2.7rem;
    text-align: center;
    margin-top: 13px
  }
}
.page-staff .message__right {
  width: 517px;
  position: absolute;
  top: -50px;
  right: -88px
}
@media only screen and (max-width: 1200px) {
  .page-staff .message__right {
    display: none
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right {
    display: none
  }
}
.page-staff .message__right-text {
  font-weight: 700;
  margin-top: 6px;
  padding-left: 125px
}
@media only screen and (max-width: 1200px) {
  .page-staff .message__right-text {
    padding-left: 0;
    margin-top: 40px;
    text-align: right
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right-text {
    padding-left: 0;
    margin-top: 11px;
    text-align: left
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right-text span {
    display: block
  }
}
.page-staff .message__right-text .sm {
  font-size: 1.8rem;
  padding-left: 9px;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right-text .sm {
    font-size: 1.3rem;
    padding-left: 4px
  }
}
.page-staff .message__right-text .md {
  font-size: 2.4rem
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right-text .md {
    font-size: 1.8rem
  }
}
.page-staff .message__right-text .lg {
  font-size: 3.2rem;
  padding-left: 11px
}
@media only screen and (max-width: 767px) {
  .page-staff .message__right-text .lg {
    font-size: 2.4rem;
    padding-left: 0
  }
}
.page-staff .message__img {
  width: 100%
}
@media only screen and (max-width: 767px) {
  .page-staff .message__img {
    margin-top: 6px
  }
}
.page-staff .message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .message__content {
  margin-top: 26px
}
@media only screen and (max-width: 767px) {
  .page-staff .message__content {
    margin-top: 16px
  }
}
.page-staff .message__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  letter-spacing: -.06em
}
@media only screen and (max-width: 767px) {
  .page-staff .message__text {
    font-size: 1.3rem;
    line-height: 1.6923076923
  }
}
.page-staff .message__text + .message__text {
  margin-top: 14px
}
@media only screen and (max-width: 767px) {
  .page-staff .message__text + .message__text {
    margin-top: 13px
  }
}
.page-staff .message__text:nth-child(2) {
  max-width: 730px
}
@media only screen and (max-width: 1200px) {
  .page-staff .message__text:nth-child(2) {
    max-width: 100%
  }
}
.page-staff .message__text:nth-child(3) {
  max-width: 650px
}
@media only screen and (max-width: 1200px) {
  .page-staff .message__text:nth-child(3) {
    max-width: 100%
  }
}
.page-staff .message-sp {
  display: none
}
@media only screen and (max-width: 1200px) {
  .page-staff .message-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width: 1024px) {
  .page-staff .message-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.page-staff .message-sp .message-sp__left {
  width: 52%
}
.page-staff .message-sp .message-sp__right {
  width: 38%;
  margin-left: auto
}
@media only screen and (max-width: 767px) {
  .page-staff .message-sp .message-sp__right {
    width: 52%;
    margin-left: unset
  }
}
.page-staff .message-sp .message__img {
  width: min(100%, 300px)
}
@media only screen and (max-width: 767px) {
  .page-staff .message-sp .message__img {
    width: min(100%, 180px)
  }
}
.page-staff .message-sp .message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .about {
  padding: 81px 0 0
}
@media only screen and (max-width: 767px) {
  .page-staff .about {
    padding: 36px 10px 20px
  }
}
.page-staff .about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-staff .about__img {
  width: 29%
}
@media only screen and (max-width: 767px) {
  .page-staff .about__img {
    width: 240px;
    margin: 0 auto
  }
}
.page-staff .about__img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .page-staff .about__img img {
    border-radius: 14px
  }
}
.page-staff .about__info {
  width: calc(71% - 60px)
}
@media only screen and (max-width: 767px) {
  .page-staff .about__info {
    width: 100%;
    margin-top: 31px
  }
}
.page-staff .about__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdcd7;
  padding: 11px 0
}
@media only screen and (max-width: 767px) {
  .page-staff .about__table dl {
    padding: 8px 0
  }
}
.page-staff .about__table dl:first-child {
  padding-top: 0
}
.page-staff .about__table dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  width: 17%;
  padding-right: 8px
}
@media only screen and (max-width:1200px) {
.page-staff .about__table dt {
    width: 26%
}
}
@media only screen and (max-width: 767px) {
  .page-staff .about__table dt {
    font-size: 1.3rem;
    width: 26%
  }
}
.page-staff .about__table dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  width: 83%
}
@media only screen and (max-width:1200px) {
  .page-staff .about__table dd {
    width: 74%
}
}
@media only screen and (max-width: 767px) {
  .page-staff .about__table dd {
    font-size: 1.2rem;
    width: 74%
  }
}
.page-staff .about__table dd ul {
  padding-left: 22px
}
.page-staff .about__table dd li {
  padding: 3px 0;
  list-style: disc
}
@media only screen and (max-width: 767px) {
  .page-staff .about__table dd li {
    padding: 2px 0
  }
}

.page-staff .vet_staff {
  padding: 81px 0 0
}
.page-staff .vet_staff .vet_staff_name {
	font-size: 3.2rem;
    margin-bottom: 0.5em;
}
.page-staff .vet_staff .vet_staff_name strong {
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #738d41;
	border-radius: 3px;
	padding: 5px 1em;
	margin-right: 1em;
	color: #fff;
    display: inline-block;
}
.page-staff .vet_staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-staff .vet_staff_img {
  width: 29%
}
.page-staff .vet_staff_img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .vet_staff_info {
  width: calc(71% - 60px)
}
.page-staff .vet_staff_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdcd7;
  padding: 11px 0
}
.page-staff .vet_staff_table dl:first-child {
  padding-top: 0
}
.page-staff .vet_staff_table dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  width: 17%;
  padding-right: 8px
}
.page-staff .vet_staff_table dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  width: 83%
}
.page-staff .vet_staff_table dd ul {
  padding-left: 22px
}
.page-staff .vet_staff_table dd li {
  padding: 3px 0;
  list-style: disc
}
@media only screen and (max-width:1200px) {
.page-staff .vet_staff .vet_staff_name {
	font-size: 2.8rem;
}
.page-staff .vet_staff .vet_staff_name strong {
	font-size: 2rem;
	padding: 2px 6px;
}
.page-staff .vet_staff_table dt {
    width: 26%
}
  .page-staff .vet_staff_table dd {
    width: 74%
}
}
@media only screen and (max-width: 767px) {
  .page-staff .vet_staff {
    padding: 36px 10px 20px
  }
.page-staff .vet_staff .vet_staff_name {
	font-size: 2.2rem;
}
.page-staff .vet_staff .vet_staff_name strong {
	font-size: 1.4rem;
	padding: 2px 6px;
}
  .page-staff .vet_staff_img {
    width: 240px;
    margin: 0 auto
  }
  .page-staff .vet_staff_img img {
    border-radius: 14px
  }
  .page-staff .vet_staff_info {
    width: 100%;
    margin-top: 31px
  }
  .page-staff .vet_staff_table dl {
    padding: 8px 0
  }
  .page-staff .vet_staff_table dt {
    font-size: 1.3rem;
    width: 26%
  }
  .page-staff .vet_staff_table dd {
    font-size: 1.2rem;
    width: 74%
  }
  .page-staff .vet_staff_table dd li {
    padding: 2px 0
  }
}

.page-staff .ex_staff {
  padding: 80px 0 0
}
.page-staff .ex_staff_title {
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #738d41;
	border-radius: 3px;
	padding: 5px 1em;
	color: #fff;
    display: table;
    margin: 0 auto 15px;
}
.page-staff .ex_staff_img {
  width: min(890px, 100%);
  margin: 8px auto 0
}
.page-staff .ex_staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .vn_comment {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8888888889;
    text-align: center;
}
@media only screen and (max-width:1200px) {
.page-staff .ex_staff_title {
	font-size: 2rem;
	padding: 2px 6px;
}
}
@media only screen and (max-width: 767px) {
  .page-staff .ex_staff {
    padding: 35px 10px 0;
  }
  .page-staff .ex_staff_title {
	font-size: 1.4rem;
	padding: 2px 6px;
  }
  .page-staff .ex_staff_img {
    margin: 13px auto 0
  }
}



.page-staff .our-staff {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .page-staff .our-staff {
    padding: 35px 10px;
  }
}
.page-staff .our-staff__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #738d41;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 8px;
  border-radius: 4px;
  line-height: 1
}
@media only screen and (max-width: 767px) {
  .page-staff .our-staff__title {
    padding: 4px 2px;
    font-size: 2.1rem
  }
}
.page-staff .our-staff__heading {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .page-staff .our-staff__heading {
    font-size: 2.1rem;
    margin-top: 20px
  }
}
.page-staff .our-staff__img {
  width: min(890px, 100%);
  margin: 8px auto 0
}
@media only screen and (max-width: 767px) {
  .page-staff .our-staff__img {
    margin: 13px auto 0
  }
}
.page-staff .our-staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .introduction {
  padding: 100px 0 101px;
  background: url(../../assets/img/staff/introduction-bg.png) no-repeat center center/cover
}
@media only screen and (max-width: 1024px) {
  .page-staff .introduction {
    padding: 80px 0
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction {
    padding: 43px 0 29px;
    background: url(../../assets/img/staff/introduction-bg-sp.png) no-repeat center center/cover
  }
}
.page-staff .introduction__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #738d41;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction__title {
    font-size: 1.9rem
  }
}
.page-staff .introduction__title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background: url(../../assets/img/staff/introduction-title-after.png);
  left: 0;
  bottom: -8px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction__title:after {
    height: 11px;
    bottom: -3px
  }
}
.page-staff .introduction__wrap {
  margin-top: -8px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction__wrap {
    margin-top: 25px
  }
}
.page-staff .introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.page-staff .introduction-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item {
    width: 100%;
    margin-top: 0
  }
}
.page-staff .introduction-item:nth-child(2) {
  margin-top: 69px;
  margin-left: -44px;
  width: calc(50% + 44px)
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 19px
  }
}
.page-staff .introduction-item:nth-child(2) .introduction-item__content {
  margin-top: 179px;
  margin-left: -80px
}
@media only screen and (max-width: 1024px) {
  .page-staff .introduction-item:nth-child(2) .introduction-item__content {
    margin-top: 135px
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(2) .introduction-item__content {
    margin-top: 79px;
    margin-left: -20px
  }
}
.page-staff .introduction-item:nth-child(2) .introduction-item__text {
  padding-left: 0
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(2) .introduction-item__text {
    padding-left: 4px;
    margin-top: 10px
  }
}
.page-staff .introduction-item:nth-child(3) {
  width: 74%;
  margin-top: -34px;
  margin-left: 87px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(3) {
    width: 100%;
    margin-left: 0
  }
}
.page-staff .introduction-item:nth-child(3) .introduction-item__img {
  width: 337px
}
@media only screen and (max-width: 1024px) {
  .page-staff .introduction-item:nth-child(3) .introduction-item__img {
    width: 252.75px
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(3) .introduction-item__img {
    width: 168px
  }
}
.page-staff .introduction-item:nth-child(3) .introduction-item__content {
  margin-top: 109px;
  margin-left: -25px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(3) .introduction-item__content {
    margin-top: 76px;
    margin-left: -8px
  }
}
.page-staff .introduction-item:nth-child(3) .introduction-item__text {
  padding-left: 53px;
  margin-top: 9px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item:nth-child(3) .introduction-item__text {
    padding-left: 3px
  }
}
.page-staff .introduction-item__img {
  width: 365px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1024px) {
  .page-staff .introduction-item__img {
    width: 273.75px
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__img {
    width: 180px
  }
}
.page-staff .introduction-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-staff .introduction-item__content {
  margin-top: 205px;
  margin-left: -91px
}
@media only screen and (max-width: 1024px) {
  .page-staff .introduction-item__content {
    margin-top: 168px
  }
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__content {
    margin-top: 37px;
    margin-left: -20px
  }
}
.page-staff .introduction-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #a8b5c5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__title {
    font-size: 1.9rem
  }
}
.page-staff .introduction-item__title span {
  font-size: 1.8rem
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__title span {
    font-size: 1.3rem
  }
}
.page-staff .introduction-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 11px;
  padding-left: 5px
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__text {
    font-size: 1.3rem;
    line-height: 1.8888888889
  }
}
.page-staff .introduction-item__text .text-sm {
  font-size: 1.6rem
}
@media only screen and (max-width: 767px) {
  .page-staff .introduction-item__text .text-sm {
    font-size: 1.2rem
  }
}
