@charset "UTF-8";

/* recruit */
.recruit-d {
  padding: 0 0 150px 0;
}
.recruit-d-inner {
  width: 90%;
  margin: 0 auto;
}
.recruit-d-img {
  width: 100%;
  max-width: 1200px;
  margin: 70px 0 0 0;
}
.recruit-d-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 48px;
  margin: 50px 0 0 0;
}
.recruit-d-txt {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.recruit-d-txt span {
  font-size: 1.1em;
  font-weight: 600;
}
.recruit-d-txt a {
  font-size: 1.1em;
  color: #8eaab4;
  font-weight: 700;
  border-bottom: 1px dashed #8eaab4;
  padding: 0 0 3px 0;
}
.recruit-d-txt-b {
  font-size: 2em;
  font-weight: 600;
  line-height: 30px;
  margin: 40px 0 0 0;
}
.recruit-d-txt-b span {
  background: linear-gradient(transparent 65%, #f1eedc 65%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* new */
.new {
  padding: 0 0 150px 0;
}

/* career */
.career {
  padding: 0 0 150px 0;
}

/* btn */
.entry-btn {
  font-size: 1.6em;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  will-change: opacity, transform;
}
.entry-btn a {
  color: #fff;
  padding: 8px 20px 10px 20px;
  border-radius: 20px;
  background: linear-gradient(270deg, var(--c1) 0%, var(--c2) 25%, var(--c2) 51%, var(--c1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: background-position 0.3s ease-out, color 0.3s ease-out;
  text-decoration: none;
  display: inline-block;
}
.entry-btn a:hover { background-position: 99% 50%; }
.entry-btn.new-b a { --c1: #003686; --c2: #0099d9; }
.entry-btn.career-b a { --c1: #26446f; --c2: #657e9a; }

@media screen and (max-width:767px) {
  /* recruit */
  .recruit-d {
    padding: 0 0 100px 0;
  }
  .recruit-d-title {
    font-size: 1.8em;
    line-height: 28px;
    margin: 30px 0 0 0;
  }
  .recruit-d-txt {
    font-size: 1.3em;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .recruit-d-txt-b {
    font-size: 1.6em;
  }
  .recruit-d-img {
    margin: 50px 0 0 0;
  }
  /* new */
  .new {
    padding: 0 0 100px 0;
  }
  /* career */
  .career {
    padding: 0 0 100px 0;
  }
  /* btn */
  .entry-btn {
    font-size: 1.4em;
    right: 5%;
    bottom: 30px;
  }
}