@charset "utf-8";
@media(max-width: 1200px) {
  .recruit_top_feature {
    max-width: 60vw;
    margin: 400px auto 450px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 70px 50px;
  }
}
@media(max-width: 960px) {
  .recruit_top_hdr::before {
    background: url(../images/recruit_top_hdr_bg_pc.jpg) no-repeat right 0;
    background-size: auto 100%;
  }
  .recruit_top_hdr {
    margin-left: 20px;
  }
  .recruit_top_hdr_caption {
    padding: 60px 40px;
  }
}
@media(min-width: 769px) {
  .feature-bg_sp {
    display: none;
  }
}
@media(max-width: 768px) {
  .recruit_top_catch p {
    font-size: 18px;
    line-height: 1.6;
    margin-left: 35px;
  }
  .recruit_top_catch p br {
    display: none;
  }
  .recruit_top_catch p::before {
    top: 17px;
    left: -30px;
    width: 20px;
    height: 1px;
  }
  .recruit_top_hdr::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/recruit_top_hdr_bg_sp.jpg) no-repeat 0 0;
    background-size: 100%;
  }
  .recruit_top_hdr {
    padding-top: 40vw;
  }
  .recruit_top_hdr_caption {
    width: calc(100vw - 50px);
    max-width: inherit;
    margin: 0 0 0 0;
    padding: 20px 30px 20px 20px;
  }
  .recruit_top_feature.feature-01 {
    margin-top: 26vw;
  }
  .recruit_top_feature {
    max-width: inherit;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px 40px;
  }
  .feature-01::before, .feature-01::after, .feature-02::before, .feature-02::after, .feature-03::before, .feature-03::after {
    display: none;
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  .recruit_top_feature h3 {
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
  }
  .recruit_top_feature.feature-03 {
    margin-bottom: 40px;
  }
  .feature-bg_sp {
    display: block;
    margin-bottom: 80px;
  }
  .feature-bg_sp.last {
    margin-bottom: 120px;
  }
  .feature-bg_sp img {
    width: 100%;
    height: auto;
  }
  .companytop_flex_caption_en {
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .companytop_flex_caption_en strong {
    font-size: 24px;
    margin-left: 10px;
  }
  .companytop_flex_caption_en::after {
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    top: -70px;
    left: 110px;
  }
  .companytop_flex.reverse .companytop_flex_caption_en::after {
    left: -60px;
  }
  .companytop_flex_caption_en::before {
    width: 50px;
    height: 1px
  }
  .recruit_top_feature.feature-01 .companytop_flex_caption_en,  .recruit_top_feature.feature-03 .companytop_flex_caption_en {
    left: 20px;
    top: -40px;
  }
  .recruit_top_feature.feature-02 .companytop_flex_caption_en {
    left: 20px;
    top: -40px;
  }
  .feature-02 .companytop_flex_caption_en::after {
    left: -60px;
  }
}