@charset "UTF-8";
/* ===============================
   Reset CSS（モダン寄り・安全版）
================================ */
/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin 初期化 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* body */
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* list */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* link */
/* button */
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* img */
img,
picture {
  max-width: 100%;
  display: block;
}

/* form */
input,
button,
textarea,
select {
  font: inherit;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address */
address {
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
}
/* borderradius */
/* breakpoint */
/* maxwidth */
/* Font */
/* line-height */
/* font-size */
.recruitProfile {
  margin-top: 84px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .recruitProfile {
    margin-top: 45px;
  }
}

.recruit__link--arrow {
  width: 100%;
  height: 100%;
  display: block;
  color: transparent;
  overflow: hidden;
  color: inherit;
  position: relative;
  padding-left: 20px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-decoration: none;
  color: #0024ff;
}
.recruit__link--arrow::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  display: block;
  top: 0.7em;
  left: 0;
  background: url(/common/image/icon/icon-arrow-right-red.png) no-repeat left top;
  background-size: contain;
}
@media (max-width: 768px) {
  .recruit__link--arrow::before {
    top: 0.43em;
  }
}
.recruit__link--arrow span:not(.nowHiring) {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .recruit__link--arrow span:not(.nowHiring):hover, .recruit__link--arrow span:not(.nowHiring):focus {
    text-decoration: none;
  }
}
.recruit__link--arrow span.nowHiring {
  display: inline-block;
  background-color: #b41d23;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 6px;
  margin-left: 0.3em;
}
@media (max-width: 768px) {
  .recruit__link--arrow span.nowHiring {
    font-size: 0.75rem;
    border-radius: 3px;
  }
}/*# sourceMappingURL=recruit.css.map */