body {
  font-family: "Noto Sans JP", sans-serif, "Libre Caslon Text";
  font-weight: 400;
}

#staff {
  background: #fff;
  color: #221F20;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #staff {
    margin-bottom: 30px;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.font-Libre-regular {
  font-family: "Libre Caslon Text";
  font-weight: 400;
}

.main-content {
  margin: 80px auto 0;
  width: 85.714%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
    margin-top: 50px;
  }
}
.main-content__text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main-content__text {
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto 50px;
    width: 89.333%;
  }
}

.staff__area {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .staff__area {
    justify-content: center;
    row-gap: 0;
  }
}
.staff__container {
  width: 31.417%;
  background-color: #EEECEA;
}
@media screen and (max-width: 767px) {
  .staff__container {
    width: 100%;
    margin-bottom: 50px;
  }
}
.staff__container-inner {
  width: 81.698%;
  margin: 0 auto;
  padding: 34px 0 30px;
}
@media screen and (max-width: 767px) {
  .staff__container-inner {
    width: 89.3333%;
    padding: 34px 0 30px;
  }
}
.staff__img {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  .staff__img {
    margin-bottom: 20px;
  }
}
.staff__name-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .staff__name-group {
    display: block;
    margin-bottom: 0;
  }
}
.staff__name {
  font-size: 25px;
  line-height: 37px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .staff__name {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.staff__name-en--small {
  font-family: "Libre Caslon Text";
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .staff__name-en--small {
    font-size: 15px;
    line-height: 19px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.staff__name-en--big {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.04px;
  font-family: "Libre Caslon Text";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .staff__name-en--big {
    margin-bottom: 12px;
  }
}
.staff__name-en-right--small {
  font-family: "Libre Caslon Text";
  font-size: 13px;
  line-height: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .staff__name-en-right--small {
    font-size: 15px;
    line-height: 19px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.staff__position {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Libre Caslon Text";
  color: #C1A87D;
  border: 1px solid #C1A87D;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .staff__position {
    font-size: 19px;
    margin-bottom: 21px;
  }
}
.staff__link-group {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .staff__link-group {
    margin-bottom: 20px;
  }
}
.staff__link-icon {
  width: auto;
  height: 26px;
}
.staff__explanation-group {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 25px 0 20px;
}
.staff__explanation-group--text {
  margin: 0 auto;
  width: 83.442%;
  font-size: 16px;
  line-height: 32px;
}
.staff__explanation-group--text-en-1 {
  margin: 0 auto;
  width: 83.442%;
  font-size: 16px;
  line-height: 27px;
}
.staff__explanation-group--text-en-2 {
  margin: 0 auto;
  width: 83.442%;
  font-size: 16px;
  line-height: 32px;
}
.staff__explanation-group--text-en-3 {
  margin: 0 auto;
  width: 83.442%;
  font-size: 15px;
  line-height: 30px;
}
.staff__explanation-group--text-en-4 {
  margin: 0 auto;
  width: 83.442%;
  font-size: 16px;
  line-height: 32px;
}
.staff__double-quotation-upper {
  position: absolute;
  top: -5px;
  left: -12px;
  width: 25px;
  height: auto;
}
.staff__double-quotation-lower {
  position: absolute;
  bottom: -5px;
  right: -12px;
  width: 25px;
  height: auto;
}

.fade-in-left,
.fade-in-mid,
.fade-in-right {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s;
}
.fade-in-left.scroll-in,
.fade-in-mid.scroll-in,
.fade-in-right.scroll-in {
  opacity: 1;
  transform: translate(0, 0) !important;
}