@charset "UTF-8";

/* PC固定ページ スタッフ紹介詳細 */
#staff_single {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde3ce), to(#FDF7F2));
  background: -webkit-linear-gradient(top, #fde3ce 0%, #FDF7F2 100%);
  background: linear-gradient(180deg, #fde3ce 0%, #FDF7F2 100%);
  border-radius: 50px 50px 0 0;
  padding: 80px 0 100px;
}

#staff_single .body {
  background: #fff;
  border-radius: 50px;
  padding: 40px 100px 60px;
}

#staff_single .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

#staff_single .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 20px;
}

#staff_single .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#staff_single .name {
  position: relative;
  font-family: "Apricot Japanese", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #282223;
  padding-left: 20px;
}

#staff_single .name::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5784e;
  border-radius: 50%;
}

#staff_single .job {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0em;
  margin-top: 4px;
}

#staff_single .dl_wrap {
  border-top: 2px dashed #cabab5;
  padding-top: 24px;
  margin-top: 24px;
}

#staff_single .dl+.dl {
  margin-top: 20px;
}

#staff_single .dt {
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0em;
}

#staff_single .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#staff_single .block {
  margin-top: 50px;
}

#staff_single .block_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #e5784e;
  padding-left: 20px;
}

#staff_single .block_title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5784e;
}

#staff_single .block_text {
  background: #FDF7F2;
  border-radius: 15px;
  border-left: 5px solid #e5784e;
  padding: 24px 30px;
  margin-top: 20px;
}

@media (max-width: 750px) {
  /* SP固定ページ スタッフ紹介詳細 */
  #staff_single {
    border-radius: 7.69vw 7.69vw 0 0;
    padding: 12.82vw 0 15.38vw;
  }

  #staff_single .body {
    border-radius: 7.69vw;
    padding: 7.69vw 5.13vw 7.69vw;
  }

  #staff_single .media {
    display: block;
  }

  #staff_single .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 51.28vw;
    margin-inline: auto;
    padding: 0;
  }

  #staff_single .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2.56vw;
  }

  #staff_single .name {
    font-size: 6.15vw;
    padding-left: 5.13vw;
    margin-top: 7.69vw;
  }

  #staff_single .name::before {
    width: 2.56vw;
    height: 2.56vw;
  }

  #staff_single .job {
    font-size: 4.1vw;
    margin-top: 1.03vw;
  }

  #staff_single .dl_wrap {
    padding-top: 4.1vw;
    margin-top: 4.1vw;
  }

  #staff_single .dl {
    gap: 6.15vw;
  }

  #staff_single .dl+.dl {
    margin-top: 2.56vw;
  }

  #staff_single .dt {
    font-size: 4.1vw;
  }

  #staff_single .dd {
    font-size: 3.59vw;
  }

  #staff_single .block {
    max-width: 100%;
    margin-top: 10.26vw;
  }

  #staff_single .block+.block {
    margin-top: 7.69vw;
  }

  #staff_single .block_title {
    font-size: 4.62vw;
    line-height: 1.4;
    padding-left: 3.85vw;
  }

  #staff_single .block_title::before {
    width: 1.03vw;
    height: 6.15vw;
  }

  #staff_single .block_text {
    font-size: 3.59vw;
    border-radius: 3.08vw;
    border-left-width: 1.03vw;
    padding: 4.1vw;
    margin-top: 3.85vw;
  }
}
