@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#staff
----------------------------------------------------------*/
#staff {
  padding-top: 0;
}
#staff main {
  position: relative;
  display: block;
  padding-top: calc(93 / 1396 * 100vw);
  margin-bottom: calc(104 / 1396 * 100vw);
}
#staff main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: url(../../../common/img/bg_main.png) no-repeat;
  background-size: contain;
  padding-top: calc(204 / 1396 * 100%);
  z-index: 2;
}
#staff main .pic img {
  width: 100%;
  height: auto;
}
#staff main .txt {
  position: absolute;
  top: calc(616 / 1396 * 100vw);
  left: 0;
  width: calc(608 / 1396 * 100%);
  height: calc(190 / 1396 * 100vw);
  background: #fff;
  border-radius: 0 10px 0 0;
  box-shadow: 5px -18px 28px 0px rgba(0,0,0,.04);
  padding-top: calc(48 / 1396 * 100vw);
  box-sizing: border-box;
}
#staff main h1 span {
  color: #E85382;
  font-size: calc(36 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}
#staff main h1 span::before {
  content: "";
  display: block;
  width: calc(60 / 1396 * 100vw);
  height: calc(3 / 1396 * 100vw);
  background: transparent linear-gradient(90deg, #DE3B70 0%, #EC733F 11%, #DE3B70 61%, #E9829F 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 2px 2px 0;
  margin-right: calc(17 / 1396 * 100vw);
}
#staff main .txt-gray {
  position: absolute;
  top: calc(827 / 1396 * 100vw);
  right: 76px;
  width: calc(442 / 1396 * 100%);
  height: calc(70 / 1396 * 100vw);
}
#staff main .txt-gray img {
  right: 0;
  width: auto;
  height: 100%;
}
#staff article {
  background-color: #EBEBEB;
  padding: calc(88 / 1396 * 100vw) 0 calc(120 / 1396 * 100vw);
  margin-bottom: calc(120 / 1396 * 100vw);
}
#staff article * {
  box-sizing: border-box;
}

/* ---------------------------------------------------------
#staff #recruit-list
----------------------------------------------------------*/
#staff #recruit-list {
  width: calc(1248 / 1396 * 100vw);
  margin: 0 auto;
}
#staff #recruit-list h2 {
  position: relative;
  padding-bottom: calc(28 / 30 * 1em);
  margin-bottom: calc(59 / 30 * 1em);
  font-size: calc(30 / 1396 * 100vw);
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
#staff #recruit-list h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  background-color: #E85382;
  border-radius: 2px;
  height: 3px;
  width: calc(30 / 1396 * 100vw);
  transform: translateX(-50%);
}
#staff #recruit-list .block.is-hide {
  display: none;
}
#staff #recruit-list .block a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 calc(60 / 1396 * 100vw) calc(40 / 1396 * 100vw);
}
#staff #recruit-list .block a:hover {
  text-decoration: none;
}
#staff #recruit-list .block a > * {
  min-height: 0%;
  max-width: 100%;
}
#staff #recruit-list .block + .block {
  margin-top: calc(30 / 1396 * 100vw);
}
#staff #recruit-list .cate {
  padding: calc(2 / 1396 * 100vw) calc(22 / 1396 * 100vw) calc(5 / 1396 * 100vw);
  background-color: #E85382;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: calc(13 / 1396 * 100vw);
  line-height: calc(19 / 13);
  letter-spacing: .06em;
}
#staff #recruit-list .block h3 {
  padding-left: calc(19 / 20 * 1em);
  padding-bottom: calc(16 / 20 * 1em);
  margin-top: calc(19 / 1396 * 100vw);
  border-bottom: 1px solid #D1D1D1;
  background: url(../../../common/img/icon_footer_tri_pink.svg) no-repeat left .55em;
  background-size: calc(6 / 1396 * 100vw) calc(10 / 1396 * 100vw);
  font-size: calc(20 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  line-height: calc(29 / 20);
  width: 100%;
}
#staff #recruit-list .block dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}
#staff #recruit-list .block dt {
  margin-top: calc(20 / 1396 * 100vw);
  width: 6.91em;
  background-color: #939393;
  color: #fff;
  font-size: calc(12 / 1396 * 100vw);
  line-height: calc(22 / 1396 * 100vw);
  text-align: center;
}
#staff #recruit-list .block dt:nth-of-type(2) {
  order: 1;
}
#staff #recruit-list .block dd {
  padding-left: calc(21 / 14 * 1em);
  margin-top: calc(20 / 1396 * 100vw);
  line-height: calc(22 / 14);
  width: calc(50% - 5.95em);
  font-size: calc(14 / 1396 * 100vw);
}
#staff #recruit-list .block dd:nth-of-type(2) {
  order: 1;
  width: calc(100% - 5.95em);
}
#staff #recruit-list .btn-more a {
  position: relative;
  margin: calc(60 / 1396 * 100vw) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E85382;
  border-radius: 6px;
  color: #E85382;
  font-size: calc(12 / 1396 * 100vw);
  letter-spacing: 0.19em;
  height: calc(50 / 1396 * 100vw);
  width: calc(218 / 1396 * 100vw);
}
#staff #recruit-list .btn-more a:hover {
  text-decoration: none;
}
#staff #recruit-list .btn-more a::before {
  position: absolute;
  top: 50%;
  right: calc(13 / 1396 * 100vw);
  background-color: #E85382;
  height: 1px;
  width: calc(9 / 1396 * 100vw);
  content: '';
}
#staff #recruit-list .btn-more a::after {
  position: absolute;
  top: 50%;
  right: calc(17 / 1396 * 100vw);
  background-color: #E85382;
  height: calc(9 / 1396 * 100vw);
  width: 1px;
  transform: translateY(-50%);
  content: '';
}
#staff #recruit-list .txt-caution {
  font-size: calc(14 / 1396 * 100vw);
  margin: calc(20 / 1396 * 100vw) auto 0;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#staff sp
----------------------------------------------------------*/
  #staff {
    padding-top: 48px;
    padding-top: calc(48 / 375 * 100vw);
  }
  #staff main {
    padding-top: 0;
    margin-bottom: 61px;
    margin-bottom: calc(61 / 375 * 100vw)
  }
  #staff main::before {
    display: none;
  }
  #staff main .txt {
    top: 208px;
    width: 302px;
    height: 80px;
    padding-top: 31px;
    top: calc(208 / 375 * 100vw);
    width: calc(302 / 375 * 100%);
    height: calc(80 / 375 * 100vw);
    padding-top: calc(31 / 375 * 100vw);
    box-shadow: 5px -18px 28px 0px rgba(0,0,0,.04);
  }
  #staff main h1 span {
    color: #E85382;
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
  }
  #staff main h1 span::before {
    width: 19px;
    height: 2px;
    margin-right: 8px;
    width: calc(19 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
  #staff main .txt-gray {
    top: 294px;
    right: 14px;
    top: calc(294 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    width: calc(175 / 375 * 100vw);
    height: 28px;
    height: calc(28 / 375 * 100vw);
  }
  #staff article {
    padding: 30px 0 60px;
    padding: calc(30 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw)
  }

/* ---------------------------------------------------------
#staff #recruit-list
----------------------------------------------------------*/
  #staff #recruit-list {
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }
  #staff #recruit-list h2 {
    padding-bottom: 11px;
    padding-bottom: calc(11 / 20 * 1em);
    margin-bottom: 27px;
    margin-bottom: calc(27 / 20 * 1em);
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
  #staff #recruit-list h2::before {
    background-color: #E85382;
    height: 2px;
    width: 20px;
    width: calc(20 / 375 * 100vw);
    transform: translateX(-50%);
  }
  #staff #recruit-list .block a {
    padding: 0 10px 20px;
    padding: 0 calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #staff #recruit-list .block + .block {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
  #staff #recruit-list .cate {
    padding: 2px 22px 5px;
    padding: calc(2 / 375 * 100vw) calc(22 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
  }
  #staff #recruit-list .block h3 {
    padding-left: 17px;
    padding-left: calc(17 / 15 * 1em);
    padding-bottom: 6px;
    padding-bottom: calc(6 / 15 * 1em);
    margin-top: 8px;
    margin-top: calc(8 / 375 * 100vw);
    background-size: 6px 10px;
    background-size: calc(6 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 15);
  }
  #staff #recruit-list .block dl {
    align-items: baseline;
  }
  #staff #recruit-list .block dt {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
    width: 63px;
    width: calc(63 / 375 * 100vw);
    font-size: 11px;
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
  #staff #recruit-list .block dt:nth-of-type(2) {
    order: 0;
  }
  #staff #recruit-list .block dd {
    padding-left: calc(9 / 14 * 1em);
    margin-top: calc(10 / 375 * 100vw);
    line-height: calc(21 / 14);
    width: calc((100% - (63 / 375 * 100vw)));
    font-size: calc(14 / 375 * 100vw);
  }
  #staff #recruit-list .block dd:nth-of-type(2) {
    order: 0;
    width: calc((100% - (63 / 375 * 100vw)));
  }
  #staff #recruit-list .btn-more a {
    position: relative;
    margin: calc(60 / 375 * 100vw) auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E85382;
    border-radius: 6px;
    color: #E85382;
    font-size: calc(12 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    width: calc(218 / 375 * 100vw);
  }
  #staff #recruit-list .btn-more a::before {
    position: absolute;
    top: 50%;
    right: calc(13 / 375 * 100vw);
    background-color: #E85382;
    height: 1px;
    width: calc(9 / 375 * 100vw);
    content: '';
  }
  #staff #recruit-list .btn-more a::after {
    position: absolute;
    top: 50%;
    right: calc(17 / 375 * 100vw);
    background-color: #E85382;
    height: calc(9 / 375 * 100vw);
    width: 1px;
    transform: translateY(-50%);
    content: '';
  }
  #staff #recruit-list .txt-caution {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    text-indent: -1em;
    padding-left: 1em;
  }
  
}
