
@charset "UTF-8";
.l-content.l-inner,
.l-content.l-inner.\--wide {
  width: 100%;
  margin: 0;
}

.m-header + .l-content {
  padding: 0 !important;
}

header.m-header,
.m-header-fixed,
.m-breadcrumb,
.l-pagetitle,
footer.m-footer {
  display: none;
}

a:hover {
  opacity: 1;
}

body,
html {
  margin: 0;
  padding: 0;
}

body,
.l-wrap {
  min-width: unset;
}

@media screen and (max-width: 959px) {
  .article-body {
    margin: 0;
  }
  main.l-main {
    padding: 0 !important;
  }
  aside.l-sub {
    display: none;
  }
}

#hr_hacker {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" !important;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #hr_hacker {
    font-size: 14px;
  }
}
#hr_hacker .pc {
  display: block !important;
}
#hr_hacker .sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  #hr_hacker .pc {
    display: none !important;
  }
  #hr_hacker .sp {
    display: block !important;
  }
}
#hr_hacker h2, #hr_hacker h3 {
  color: inherit;
}
#hr_hacker p {
  line-height: 2.3;
  margin: 0;
  font-size: 0.85em;
}
#hr_hacker section {
  padding: 3em 0;
  margin: 5em auto;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #hr_hacker section {
    margin: 3em auto;
    padding: 1.5em;
  }
}
#hr_hacker img {
  width: 100%;
}
#hr_hacker .text_block {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  #hr_hacker .text_block {
    margin: auto;
  }
}
#hr_hacker h2.midashi {
  color: #070058;
  font-size: 1.8em;
  text-align: center;
  margin: 2.8em auto;
}
@media screen and (max-width: 959px) {
  #hr_hacker h2.midashi {
    margin: 1.8em auto;
  }
}
#hr_hacker h2.midashi .midashi_block {
  background-color: #070058;
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  margin-right: 1em;
}
@media screen and (max-width: 959px) {
  #hr_hacker h2.midashi .midashi_block {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.8em 5px;
  }
}
#hr_hacker h3.sub_midashi {
  font-size: 1.3em;
  line-height: 1.9;
  margin: 2em auto;
}
#hr_hacker h3.sub_midashi .underline {
  position: relative;
}
#hr_hacker h3.sub_midashi .underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #ffe34f;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#hr_hacker .btn_block {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #hr_hacker .btn_block {
    flex-direction: column;
  }
}
#hr_hacker a.hr_btn {
  background-color: #e60012;
  text-decoration: none;
  color: #fff;
  padding: 0.6em 0;
  border-radius: 999px;
  margin: 0 0.5em;
  display: block;
  width: 240px;
  max-width: 100%;
  transition: all 0.5s;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hr_hacker a.hr_btn span {
  font-size: 0.5em;
  margin-right: 10px;
}
#hr_hacker a.hr_btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 700px) {
  #hr_hacker a.hr_btn {
    font-size: 1.1em;
    padding: 0.6em 0;
    width: 80%;
    text-align: center;
  }
  #hr_hacker a.hr_btn.contact_btn {
    margin-top: 1.5em;
  }
}
#hr_hacker a.hr_btn.contact_btn {
  border: solid #070058 1px;
  background-color: #fff;
  color: #070058;
}
#hr_hacker .main_visual .main_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 959px) {
  #hr_hacker .main_visual .main_content {
    display: block;
    text-align: center;
    margin: 4.5em 0 0 0;
  }
}
#hr_hacker .main_visual .main_content .text {
  padding-left: 3%;
  flex: 1;
  max-width: 50%;
}
#hr_hacker .main_visual .main_content .text p {
  font-size: clamp(1em, 1.5vw, 1.3em);
}
#hr_hacker .main_visual .main_content .text h1 {
  color: #070058;
  font-size: clamp(1.5em, 2.3vw, 2.2em);
  line-height: 1.7;
  margin: 0.5em 0 1.5em 0;
}
#hr_hacker .main_visual .main_content .text .btn_block {
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  #hr_hacker .main_visual .main_content .text {
    max-width: 90%;
    padding: 0;
    margin: auto;
  }
}
#hr_hacker .main_visual .main_content .img {
  width: 880px;
  max-width: 45%;
}
@media screen and (max-width: 959px) {
  #hr_hacker .main_visual .main_content .img {
    max-width: 98%;
    margin: 3em 0 0 auto;
  }
}
#hr_hacker .sodateru .contents,
#hr_hacker .todokeru .contents,
#hr_hacker .kinou .contents {
  display: flex;
  align-items: flex-start;
}
#hr_hacker .sodateru .contents .text,
#hr_hacker .todokeru .contents .text,
#hr_hacker .kinou .contents .text {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 1em 5em 1em;
}
#hr_hacker .sodateru .contents .text h3.sub_midashi,
#hr_hacker .todokeru .contents .text h3.sub_midashi,
#hr_hacker .kinou .contents .text h3.sub_midashi {
  margin-top: 5px;
}
#hr_hacker .sodateru .contents .img,
#hr_hacker .todokeru .contents .img,
#hr_hacker .kinou .contents .img {
  width: 45%;
}
@media screen and (max-width: 959px) {
  #hr_hacker .sodateru .contents,
  #hr_hacker .todokeru .contents,
  #hr_hacker .kinou .contents {
    display: block;
  }
  #hr_hacker .sodateru .contents .text,
  #hr_hacker .todokeru .contents .text,
  #hr_hacker .kinou .contents .text {
    width: 90%;
    margin: auto;
  }
  #hr_hacker .sodateru .contents .img,
  #hr_hacker .todokeru .contents .img,
  #hr_hacker .kinou .contents .img {
    width: 100%;
  }
}
#hr_hacker .sodateru,
#hr_hacker .todokeru {
  padding: 0;
  margin: 0;
  margin-top: 5em;
}
#hr_hacker .sodateru .contents,
#hr_hacker .todokeru .contents {
  max-width: 1200px;
  margin: auto;
}
#hr_hacker .sodateru .img img,
#hr_hacker .todokeru .img img {
  max-width: 600px;
}
@media screen and (max-width: 959px) {
  #hr_hacker .sodateru h2.midashi,
  #hr_hacker .todokeru h2.midashi {
    text-align: left;
    margin-left: 7.5%;
  }
  #hr_hacker .sodateru .text_block,
  #hr_hacker .todokeru .text_block {
    margin: 0;
  }
  #hr_hacker .sodateru .img img,
  #hr_hacker .todokeru .img img {
    width: 150%;
    margin-left: -60%;
  }
}
#hr_hacker .sodateru {
  background-color: #f5f7fb;
  position: relative;
  z-index: -1;
}
#hr_hacker .sodateru .img {
  text-align: right;
}
@media screen and (max-width: 959px) {
  #hr_hacker .sodateru .img img {
    margin-left: 10%;
  }
}
#hr_hacker .todokeru {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #hr_hacker .todokeru .contents {
    display: grid;
  }
  #hr_hacker .todokeru .text {
    order: 1;
  }
  #hr_hacker .todokeru .img {
    order: 2;
  }
}
#hr_hacker .kinou {
  max-width: 1200px;
  padding: 0 2em;
}
#hr_hacker .kinou .contents {
  align-items: unset;
  justify-content: center;
  margin: 3em 0;
}
#hr_hacker .kinou .contents .text, #hr_hacker .kinou .contents .img {
  width: 50%;
}
#hr_hacker .kinou .contents .text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 2em 0;
}
#hr_hacker .kinou .contents .text.odd {
  padding-right: 2em;
}
#hr_hacker .kinou .contents .text.even {
  padding-left: 2em;
}
@media screen and (max-width: 959px) {
  #hr_hacker .kinou .contents .text {
    padding: 2em 0 !important;
  }
}
#hr_hacker .kinou .contents .text h3 {
  margin-top: 0 !important;
}
#hr_hacker .kinou .contents .text ul {
  list-style: none;
  padding: 0;
  font-size: 0.6em;
  margin-top: 1em;
}
#hr_hacker .kinou .contents .img {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #hr_hacker .kinou .contents {
    display: grid;
  }
  #hr_hacker .kinou .contents .text {
    order: 1;
  }
  #hr_hacker .kinou .contents .img {
    order: 2;
    width: 100%;
  }
}
#hr_hacker .how-to {
  position: relative;
  z-index: -2;
  background-color: #070058;
  color: #fff;
  text-align: center;
  overflow: visible;
  padding: 5em 0;
  padding-bottom: 300px;
  margin: 0 0 180px 0;
}
#hr_hacker .how-to h3 {
  margin-top: 0;
}
#hr_hacker .how-to h3 .underline {
  font-size: 1.3em;
}
@media screen and (max-width: 959px) {
  #hr_hacker .how-to {
    text-align: left;
    padding-bottom: 180px;
    margin-bottom: 120px;
  }
  #hr_hacker .how-to p {
    width: 85%;
    margin: auto;
  }
  #hr_hacker .how-to h3 {
    margin-left: 7.5%;
  }
}
#hr_hacker .how-to .pc_img {
  position: absolute;
  display: block;
  height: 400px;
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 250px));
}
@media screen and (max-width: 959px) {
  #hr_hacker .how-to .pc_img {
    height: 200px;
    transform: translate(-50%, calc(100% - 120px));
  }
}
#hr_hacker .contact {
  text-align: center;
  color: #fff;
  background: url(https://www.sanin-chuo.co.jp/page/hr_hacker/image/contact_bak.png) no-repeat center;
  background-size: cover;
  margin: 0;
}
#hr_hacker .contact p {
  font-size: 1.1em;
}
#hr_hacker .contact .btn_block {
  margin-top: 3em;
}
#hr_hacker .osusume {
  background-color: #f5f7fb;
  margin: 0;
  padding: 6em 0;
}
#hr_hacker .osusume img {
  display: block;
}
#hr_hacker .osusume .osusume-midashi {
  width: 85%;
  max-width: 400px;
  margin: auto;
}
#hr_hacker .osusume h2.midashi {
  margin-top: 0.5em;
}
#hr_hacker .osusume .osusume_img {
  margin: 5em auto 0 auto;
  width: 85%;
  max-width: 850px;
}
#hr_hacker .nagare {
  margin: 0;
}
#hr_hacker .nagare .step_box {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #hr_hacker .nagare .step_box {
    display: block;
    width: 85%;
  }
}
#hr_hacker .nagare .step_box .step {
  background-color: #f5f7fb;
  padding: 1em;
  text-align: center;
  margin: 0 1em;
  border-radius: 10px;
}
#hr_hacker .nagare .step_box .step img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  #hr_hacker .nagare .step_box .step {
    padding: 0.5em;
    margin: 1.5em 0;
  }
  #hr_hacker .nagare .step_box .step img {
    height: 170px;
    width: auto;
  }
}
#hr_hacker .message {
  margin: 5em auto 0 auto;
  background: url(https://www.sanin-chuo.co.jp/page/hr_hacker/image/message-bak-1.png) no-repeat, url(https://www.sanin-chuo.co.jp/page/hr_hacker/image/message-bak-2.png) no-repeat;
  background-size: 230px auto, 230px auto;
  background-position: top 3em right, bottom -35px left;
  color: #070058;
  padding-bottom: 5em;
  max-width: 1200px;
}
@media screen and (max-width: 959px) {
  #hr_hacker .message {
    background: url(https://www.sanin-chuo.co.jp/page/hr_hacker/image/message-bak-2.png) no-repeat;
    background-size: 230px auto;
    background-position: bottom 70px left;
    margin: 2em auto 0 auto;
  }
}
#hr_hacker .message .text_block {
  width: 80%;
  margin: 2em auto 2em 8%;
}
@media screen and (max-width: 959px) {
  #hr_hacker .message .text_block {
    width: 85%;
    margin: 2em auto;
  }
}
#hr_hacker .message h2.midashi {
  margin-top: 0;
  text-align: left;
}
#hr_hacker .message p {
  margin: 3em 0;
}/*# sourceMappingURL=style.css.map */


