/* line 9, ../scss/_textbody.scss */
.o_c_t.__10 {
  font-size: 10px;
}
/* line 12, ../scss/_textbody.scss */
.o_c_t.__12 {
  font-size: 12px;
}
/* line 16, ../scss/_textbody.scss */
.o_c_t.__14 {
  font-size: 14px;
}
/* line 21, ../scss/_textbody.scss */
.o_c_t.__16 {
  font-size: 16px;
}
/* line 26, ../scss/_textbody.scss */
.o_c_t.__18 {
  font-size: 18px;
}
/* line 31, ../scss/_textbody.scss */
.o_c_t.__20 {
  font-size: clamp(18px, 3vw, 2px);
}
/* line 36, ../scss/_textbody.scss */
.o_c_t.__22 {
  font-size: clamp(18px, 3vw, 22px);
}
/* line 40, ../scss/_textbody.scss */
.o_c_t.__24 {
  font-size: clamp(22px, 3vw, 24px);
}
/* line 45, ../scss/_textbody.scss */
.o_c_t.__26 {
  font-size: clamp(24px, 3vw, 26px);
}
/* line 50, ../scss/_textbody.scss */
.o_c_t.__28 {
  font-size: clamp(26px, 4vw, 28px);
}

/* line 59, ../scss/_textbody.scss */
.o_c_t.__lh10 {
  line-height: 1;
}
/* line 62, ../scss/_textbody.scss */
.o_c_t.__lh12 {
  line-height: 1.2;
}
/* line 65, ../scss/_textbody.scss */
.o_c_t.__lh14 {
  line-height: 1.4;
}
/* line 68, ../scss/_textbody.scss */
.o_c_t.__lh16 {
  line-height: 1.6;
}
/* line 71, ../scss/_textbody.scss */
.o_c_t.__lh18 {
  line-height: 1.8;
}
/* line 74, ../scss/_textbody.scss */
.o_c_t.__lh20 {
  line-height: 2;
}

/* line 8, ../scss/staff.scss */
.p_staff-intro {
  color: #707070;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: lighter;
}
@media screen and (max-width: 640px) {
  /* line 8, ../scss/staff.scss */
  .p_staff-intro {
    font-size: 1.4rem;
  }
  /* line 16, ../scss/staff.scss */
  .p_staff-intro * {
    display: block;
  }
}
/* line 20, ../scss/staff.scss */
.p_staff-stafflist {
  background-image: url(../img/pattern-bg8.png);
  padding-top: 10vw;
  position: relative;
}
/* line 25, ../scss/staff.scss */
.p_staff-stafflist::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: linear-gradient(0deg, #ffffff00 0%, #fff 100%);
  position: absolute;
  top: 0;
}
/* line 35, ../scss/staff.scss */
.p_staff-stafflist__list {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
/* line 40, ../scss/staff.scss */
.p_staff-stafflist__list li {
  padding-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 896px) {
  /* line 40, ../scss/staff.scss */
  .p_staff-stafflist__list li {
    flex-direction: column;
  }
}
/* line 52, ../scss/staff.scss */
.p_staff-stafflist__list li img {
  object-fit: cover;
  width: 400px;
  height: 240px;
  margin-right: -20px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  /* line 52, ../scss/staff.scss */
  .p_staff-stafflist__list li img {
    width: 340px;
    height: 220px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 896px) {
  /* line 52, ../scss/staff.scss */
  .p_staff-stafflist__list li img {
    width: 100%;
    height: 50vw;
  }
}

/* line 68, ../scss/staff.scss */
.p_staff-stafflist__list li dl {
  background: #fff;
  flex: 1;
  margin-top: 40px;
  padding: 40px 30px 40px 50px;
  border-top: 3px double  #e0dacb;
  border-bottom: 3px double  #e0dacb;
}
@media screen and (max-width: 896px) {
  /* line 68, ../scss/staff.scss */
  .p_staff-stafflist__list li dl {
    margin-top: 0;
    padding: 40px 30px;
    border-top: none;
    border: 1px solid #e0dacb;
  }
}
/* line 88, ../scss/staff.scss */
.p_staff-stafflist__list li dl .message_tit {
  color: #663e5b;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) and (max-width: 896px) {
  /* line 94, ../scss/staff.scss */
  .p_staff-stafflist__list li dl .message_tit br {
    display: none;
  }
}

/* line 100, ../scss/staff.scss */
.p_staff-stafflist__list li dl .message_tit::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #dbcdac;
  margin: 26px 0 36px 0;
}
@media screen and (max-width: 896px) {
  /* line 100, ../scss/staff.scss */
  .p_staff-stafflist__list li dl .message_tit::before {
    margin: 32px 0 26px 0;
  }
}
/* line 112, ../scss/staff.scss */
.p_staff-stafflist__list li dl .message_content {
  letter-spacing: 0.1em;
}
