@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : general_top.css                           */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#container {
  background: transparent;
}
#container::before {
  display: none;
}

.mv {
  background: url(/recruit/img/bg_mv.png) no-repeat center center/cover;
  height: 600px;
  margin-top: 120px;
}
.mv .mv_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box .h2_wrap {
  width: 410px;
}
.mv .mv_box .h2_wrap h2 {
  width: 380px;
  margin-bottom: 30px;
}
.mv .mv_box .h2_wrap .h2_sub {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.31em;
}

#wrap {
  padding: 120px 0 150px;
}

article {
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
  background: transparent;
}

.link01 {
  display: flex;
  justify-content: flex-start;
}
.link01 li {
  width: 48.1%;
}
.link01 li:first-child {
  margin-right: 3.8%;
}
.link01 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background: #990044 url(/recruit/img/arrow.svg) no-repeat right 50px bottom 50px;
  border-radius: 10px;
  color: #FFF;
  transition: 0.3s;
}
.link01 li a div {
  text-align: center;
}
.link01 li a div .main_tit {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.link01 li a div .sub_tit {
  font-size: 18px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1em;
}
.link01 li a:hover {
  opacity: 0.8;
  background: #990044 url(/recruit/img/arrow.svg) no-repeat right 40px bottom 50px;
  transition: 0.3s;
}

.entry_bnr {
  display: none;
}

.entry_btn {
  display: none;
}

.footer_link {
  display: none;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .mv {
    background: url(/recruit/img/bg_mv_sp.png) no-repeat center top/cover;
    height: 300px;
    margin-top: 80px;
  }
  .mv .mv_box {
    display: block;
    padding-top: 35px;
    padding-left: 35px;
    box-sizing: border-box;
  }
  .mv .mv_box .h2_wrap {
    width: 36.9%;
  }
  .mv .mv_box .h2_wrap h2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .mv .mv_box .h2_wrap .h2_sub {
    display: none;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.28em;
  }
  #wrap {
    padding: 60px 15px;
  }
  article {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
  .link01 {
    display: block;
  }
  .link01 li {
    width: 100%;
  }
  .link01 li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link01 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background: #990044 url(/recruit/img/arrow.svg) no-repeat right 25px bottom 25px;
    transition: inherit;
  }
  .link01 li a div {
    text-align: center;
  }
  .link01 li a div .main_tit {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .link01 li a div .sub_tit {
    font-size: 15px;
  }
  .link01 li a:hover {
    opacity: 1;
    background: #990044 url(/recruit/img/arrow.svg) no-repeat right 25px bottom 25px;
    transition: inherit;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=general_top.css.map */