@charset "utf-8";

/* ======================================================
 * recruit_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Parts
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- recruit-card-button ----- */
  .recruit-card-button {
    width: 100%;
    margin: 4.5em auto 0;
  }
  .recruit-card-button > a {
    padding: 40px 20px;
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 29px;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  }
  .recruit-card-button > a::after {
    display: inline-block;
    background-image: url(/common-files/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    background-position: -40px -160px ;
    position: absolute;
    top: 50%;
    right: 26px;
    margin: -5px 0 0 0;
  }
  [data-browser="ie11"] .recruit-card-button > a > .recruit-button_label {
    position: relative;
    top: 2px;
  }
  .recruit-card-button > a:hover {
    border-color: #F36C21;
    background-color: #F36C21;
    color: #fff;
  }
  .recruit-card-button > a:hover::after {
    width: 10px;
    height: 10px;
    background-position: 0px -160px;
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1684px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1484px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- recruit-card-button ----- */
    .recruit-card-button {
      width: 100%;
      margin-top: 2.5em;
    }
    .recruit-card-button > a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-radius: 29px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
  }
  .recruit-card-button > a .recruit-button_label {
    display: inline-block;
  }
  .recruit-card-button > a::after {
    content: "";
    display: inline-block;
    background-image: url(/common-files/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-position: -50px -200px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -5px 0 0 0;
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}