@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.area01 {
  width: 100%;
  padding: 40px 0 60px;
  background: linear-gradient(to bottom, #fbebf2 15%, #ffffff 60%);
}
.area01 .wrapper .anc_bt {
  position: absolute;
  right: 12px;
  top: 0;
  transform: translateY(-100%);
  width: 137px;
  background: linear-gradient(to bottom, #aba481 15%, #989272 80%);
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
}
.area01 .wrapper .anc_bt:hover {
  opacity: 0.85;
}
.area01 .wrapper .anc_bt a {
  display: block;
  color: #fff;
}
.area01 .wrapper .anc_bt a:hover {
  text-decoration: none;
}
.area01__inner {
  width: 100%;
  max-width: 816px;
  margin: 30px auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01__inner {
    display: block;
  }
}
.area01__inner .uemura {
  width: 276px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .area01__inner .uemura {
    margin: auto;
  }
}
.area01__inner .uemura::before {
  width: 100%;
  display: block;
  content: "";
  padding-top: 111.5942028986%;
}
.area01__inner .uemura span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 1px solid #b2b2b1;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
}
.area01__inner .uemura p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.area01__inner .profile {
  margin-top: 1.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-size: 1.125em;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .area01__inner .profile {
    text-align: center;
    margin-top: 1.75em;
  }
  .area01__inner .profile p {
    display: inline-block;
    text-align: left;
  }
}
.area01__inner2 {
  width: 100%;
  max-width: 890px;
  margin: 30px auto 60px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  font-size: 1.0625em;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area01__inner2 .books {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .area01__inner2 .books {
    display: block;
    margin-top: 1em;
  }
}
.area01__inner2 .books .text {
  flex: 1;
  padding-right: 1em;
}
@media screen and (max-width: 480px) {
  .area01__inner2 .books .text {
    padding: 0;
    margin-top: 0.75em;
  }
  .area01__inner2 .books .text p {
    text-align: center;
  }
}
.area01__inner2 .books .book {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .area01__inner2 .books .book {
    width: 260px;
    margin: auto;
  }
}
.area01__inner3 {
  width: 93.75%;
  max-width: 960px;
  margin: 30px auto 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area01__inner3 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.area01__inner3 ul li {
  width: 276px;
}
.area01__inner3 ul li .name {
  font-size: 1.125em;
  text-align: right;
  margin-top: 0.25em;
}
.area01__inner3 ul li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .area01__inner3 ul li {
    width: 45.16%;
  }
  .area01__inner3 ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}/*# sourceMappingURL=staff.css.map */