@charset "UTF-8";
/* バナー */
.find-job_bn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url("../img/findjob_bn.webp") center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  padding-top: 62.5%;
}
.find-job_bn .find-job_bn_head {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 136, 255, 0.8);
  height: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}
.find-job_bn .find-job_bn_head .find-job_bn_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.find-job_bn .find-job_bn_head .find-job_bn_ttl h2 {
  color: #fff;
  font-size: 9vw;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.find-job_bn .find-job_bn_head .find-job_bn_ttl p {
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  margin: 0;
  letter-spacing: .4em;
}

/* end バナー */
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 4%;
}
.wrapper .find-job_contents {
  height: auto;
  margin: 200px 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wrapper .find-job_contents {
    margin: 50px 0 0;
  }
}
.wrapper .find-job_contents h3 {
  font-weight: 800;
  font-size: 8vw;
  display: inline-block;
  margin: 0 auto 30px;
  white-space: nowrap;
  text-align: center;
}
.wrapper .find-job_contents h4 {
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
  margin: 20px 0 0;
}
.wrapper .find-job_contents p {
  padding: 0;
  font-size: 2.5vw;
  line-height: 5vw;
}
@media screen and (max-width: 1024px) {
  .wrapper .find-job_contents p {
    font-size: 3.5vw;
    line-height: 7vw;
    text-align: left;
  }
}
.wrapper .find-job_contents hr {
  border-top: 1px solid #888;
  margin: 30px 0;
}
.wrapper .find-job_dl {
  width: 80%;
  padding: 0 20px;
  margin: 100px  auto 0;
}
@media screen and (max-width: 575px) {
  .wrapper .find-job_dl {
    width: 100%;
    padding: 0 10px;
  }
}
.wrapper .find-job_dl dt {
  font-size: 1em;
  position: relative;
  vertical-align: bottom;
  line-height: 30px;
  margin: 0 0 0 35px;
}
.wrapper .find-job_dl dt:before {
  position: absolute;
  left: -35px;
  content: "Q";
  background-color: #0088ff;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.wrapper .find-job_dl dd {
  font-size: 0.9em;
  margin: 10px 0 30px 35px;
  border-bottom: 1px dotted #999;
  padding: 0 0 30px;
  position: relative;
  vertical-align: bottom;
  line-height: 30px;
}
.wrapper .find-job_dl dd:last-child {
  border-bottom: none;
}
.wrapper .find-job_dl dd:before {
  position: absolute;
  left: -35px;
  content: "A";
  background-color: #ffdd00;
  color: #000;
  font-size: 1.2em;
  font-weight: 800;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.fw-600 {
  font-weight: 600;
}

.careerconsulting .example {
  margin: 15px 0 5px;
}
.careerconsulting h4 {
  font-weight: 700;
  margin: 15px 0 5px;
  font-size: 1.3em;
}
.careerconsulting .col-md-4 p {
  font-size: 0.9em;
}

/*# sourceMappingURL=find-job.css.map */