/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
#contents .contentHead:after {
  background: url("/assets/images/recruit/ph_head.jpg") left top;
  background-repeat: no-repeat;
  background-size: contain;
}
#contents .chVisual {
  width: 100%;
  height: 19.4791666667vw;
  background: url("/assets/images/recruit/ph_catch.jpg") left top;
  background-repeat: no-repeat;
  background-size: contain;
}
#contents .brSp {
  display: none;
}
#contents .profileWrap {
  margin: 0 auto 4.1666666667vw;
}
#contents .profileWrap dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #434343;
}
#contents .profileWrap dl > dt {
  flex-basis: 13.0208333333vw;
  padding: 40px 0px 40px 3.75vw;
  border-bottom: 1px solid #B4B4B4;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
#contents .profileWrap dl > dt:first-of-type {
  border-top: 1px solid #B4B4B4;
}
#contents .profileWrap dl > dd {
  font-size: 20px;
  font-size: 1.0416666667vw;
  flex-basis: 44.7916666667vw;
  padding: 40px 0 40px 2.3958333333vw;
  margin: 0;
  border-bottom: 1px solid #B4B4B4;
  color: #434343;
}
#contents .profileWrap dl > dd span {
  display: block;
}
#contents .profileWrap dl > dd:first-of-type {
  border-top: 1px solid #B4B4B4;
}
#contents .profileWrap dl > dd ul li {
  text-indent: -4.4em;
  padding-left: 4.4em;
}
#contents .profileWrap dl > dd.recruit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10.4166666667vw 20px 2.3958333333vw;
}
#contents .profileWrap dl > dd.recruit .recruitBtn {
  width: 17.1875vw;
  height: 4.0625vw;
}
#contents .profileWrap dl > dd.recruit .recruitBtn img {
  transition: all 0.3s ease 0s;
}
#contents .profileWrap dl > dd.recruit .recruitBtn img:hover {
  opacity: 0.6;
}
#contents .btnWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 6.5104166667vw;
}

@media (min-width: 768px) and (max-width: 1367px) {
  #contents .profileWrap dl > dt {
    font-size: 20px;
    font-size: 1.4641288433vw;
  }
  #contents .profileWrap dl > dd {
    font-size: 20px;
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 767.98px) {
  #contents .contentHead:after {
    background-size: cover;
  }
  #contents .hdgTtl02 span {
    text-indent: 0;
  }
  #contents .brSp {
    display: block;
  }
  #contents .profileWrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  #contents .profileWrap dl {
    flex-flow: column;
  }
  #contents .profileWrap dl > dt {
    flex-basis: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  #contents .profileWrap dl > dd {
    flex-basis: 100%;
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  #contents .profileWrap dl > dd.recruit {
    padding: 20px 0 20px 10px;
  }
  #contents .profileWrap dl > dd.recruit .recruitBtn {
    width: 150px;
    height: 35px;
  }
  #contents .profileWrap dl > dd.recruit .recruitBtn img {
    transition: all 0.3s ease 0s;
  }
  #contents .profileWrap dl > dd.recruit .recruitBtn img:hover {
    opacity: 0.6;
  }
  #contents .btnWrap {
    margin-bottom: 60px;
  }
}