@charset "UTF-8";
/* CSS for Recruit Contents. Edited with scss file. */
body#recruit {
  /* Utilities */
}
body#recruit .recruit-description-list .recruit-description-dd-center {
  flex-wrap: wrap !important;
}
body#recruit .entry-from-btn {
  max-width: 100%;
  min-width: 240px;
  min-height: 90px;
  padding: 10px 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#recruit .entry-from-btn .btn-title {
  font-size: 1.2rem;
}
body#recruit .entry-from-btn .btn-title .note {
  font-size: 0.9rem;
  display: inline-block;
  line-height: 1.2;
  margin-top: 5px;
}
body#recruit .entry-from-btn .small {
  font-size: 1rem;
}
body#recruit .entry-from-btn:after {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
body#recruit .confirm-title {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#recruit .confirm-title h3 {
  font-size: 2rem;
  color: #0d366e;
}
body#recruit .entryform-area {
  width: 850px;
  margin: 3rem auto 5rem;
}
@media (max-width: 1024px) {
  body#recruit .entryform-area {
    width: 90%;
  }
}
@media (max-width: 959px) {
  body#recruit .entryform-area {
    width: 100%;
    margin: 1.5rem auto 2.5rem;
  }
}
body#recruit .entryform-area .uk-input, body#recruit .entryform-area .uk-select, body#recruit .entryform-area .uk-textarea {
  color: #000;
}
body#recruit .uk-grid {
  max-width: 100% !important;
}
body#recruit h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
body#recruit h2.border-green {
  border-bottom: 3px solid #18c9a2;
  padding-bottom: 15px;
  margin-bottom: 2rem;
}
body#recruit .uk-label.required {
  background-color: #ff5460;
  margin-right: 0.3rem;
}
body#recruit .entry-form {
  border: 1px solid #CCC;
}
body#recruit .entry-form h3 {
  background-color: #e5f6fc;
  text-align: center;
  padding: 0.5rem;
}
body#recruit .entry-form h3.border-top {
  border-top: 1px solid #CCC;
}
body#recruit .entry-form dl {
  display: flex;
  width: 100%;
  border-top: 1px solid #CCC;
}
body#recruit .entry-form dl dt {
  width: 200px;
  padding: 0.5rem 1rem;
}
body#recruit .entry-form dl dd {
  width: calc(100% - 200px);
  padding: 0.5rem 1rem;
}
body#recruit .entry-form dl .d-flex {
  display: flex;
}
@media (max-width: 850px) {
  body#recruit .entry-form dl {
    /* form幅以下の場合 */
    flex-direction: column;
  }
  body#recruit .entry-form dl dt, body#recruit .entry-form dl dd {
    width: calc(100% - 2rem);
  }
}
body#recruit .entry-form .telephone-block input[type=tel] {
  margin-bottom: 3px;
}
body#recruit .entry-form .note {
  font-size: 0.86rem;
  color: #333;
}
body#recruit .entry-form .error-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#recruit .entry-form .error-block ul:first-child {
  margin-top: 0.5rem;
}
body#recruit .entry-form ul.errors li {
  padding-left: 1.2rem;
  position: relative;
  color: #bd081c;
}
body#recruit .entry-form ul.errors li:before {
  position: absolute;
  content: "!";
  font-family: serif;
  font-weight: bold;
  background-color: #ff5460;
  color: #FFF;
  display: block;
  text-align: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 0;
  top: 5px;
  line-height: 1.2;
  font-size: 0.8rem;
}
body#recruit .entry-form .btn-area {
  border-top: 1px solid #CCC;
  padding: 1rem;
}
body#recruit .entry-form .btn-area .btn-block {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
body#recruit .entry-form .btn-area .btn-block .btn-submit {
  background-color: #bd081c;
  color: #FFF;
  border-radius: 0.2rem;
  transition: all 0.5s ease;
}
body#recruit .entry-form .btn-area .btn-block .btn-submit:hover {
  background-color: rgb(140.0710659898, 5.9289340102, 20.7512690355);
}
body#recruit .entry-form .btn-area .btn-block form {
  margin: 0 5px;
}
body#recruit .uk-form-width-large {
  width: 500px !important;
}
body#recruit .uk-form-width-medium {
  width: 200px !important;
}
body#recruit .uk-form-width-small {
  width: 130px !important;
}
body#recruit .uk-form-width-xsmall {
  width: 50px !important;
}
body#recruit .mt {
  margin-top: 0.5rem !important;
}
body#recruit .mt-1 {
  margin-top: 1rem !important;
}
body#recruit .mt-2 {
  margin-top: 2rem !important;
}
body#recruit .mt-3 {
  margin-top: 3rem !important;
}
body#recruit .mt-4 {
  margin-top: 4rem !important;
}
body#recruit .mt-5 {
  margin-top: 5rem !important;
}
body#recruit .mb-1 {
  margin-bottom: 1rem !important;
}
body#recruit .mb-2 {
  margin-bottom: 2rem !important;
}
body#recruit .mb-3 {
  margin-bottom: 3rem !important;
}
body#recruit .mb-4 {
  margin-bottom: 4rem !important;
}
body#recruit .mb-5 {
  margin-bottom: 5rem !important;
}
body#recruit .mb-10 {
  margin-bottom: 10rem !important;
}
@media (min-width: 959px) {
  body#recruit br.l-none {
    display: none !important;
  }
}
body#recruit br.s-none {
  display: block !important;
}
@media (max-width: 850px) {
  body#recruit br.s-none {
    display: none !important;
  }
}
body#recruit .text-center {
  text-align: center !important;
}
body#recruit .agree-check {
  text-align: center;
  margin: 2rem 0;
}
body#recruit .agree-check label {
  font-weight: bold;
}
body#recruit .agree-check input[type=checkbox] {
  border-color: #333;
}
body#recruit .link-area {
  background-color: #e5f6fc;
  padding: 2rem;
  margin-top: 1rem;
}
body#recruit .link-area dl {
  display: flex;
  flex-wrap: wrap;
}
body#recruit .link-area dl dt {
  font-size: 1.2rem;
  padding-right: 40px;
  width: 33%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#recruit .link-area dl dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #18c9a2;
  border-right: 2px solid #18c9a2;
  transform: rotate(45deg);
}
body#recruit .link-area dl dd {
  display: flex;
  flex-wrap: wrap;
}
body#recruit .link-area dl dd a {
  margin: 10px;
  box-sizing: border-box;
}
body#recruit .link-area dl dd a.btn {
  color: #FFF;
  padding: 1rem 2rem;
  background-color: #18c9a2;
  border-radius: 8px;
  width: 220px;
  font-size: 1.125rem;
  font-weight: 700;
  box-shadow: 2px 3px 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#recruit .link-area dl dd a.btn:after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-bottom: 3px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}
body#recruit .link-area dl dd a.btn.disabled {
  background-color: #99c8be;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
body#recruit .link-area dl dd a.btn.disabled::after {
  opacity: 0.3;
}
body#recruit .link-area dl dd a.btn.mynavi {
  background-color: #2893D8;
}
body#recruit .link-area dl dd a.btn.mynavi:after {
  background-image: url(../img/recruit_link_icon.svg);
}
@media (max-width: 850px) {
  body#recruit .link-area dl dt {
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: center;
  }
  body#recruit .link-area dl dt:after {
    border: none;
  }
  body#recruit .link-area dl dd {
    margin: auto;
    justify-content: center;
  }
}

#entryPolicy {
  border: 1px solid #ababab;
  margin: 3rem auto;
  height: 40svh;
  padding: 2rem;
  overflow-y: scroll;
  /* Firefox用 */
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.5) transparent;
  /* Chrome, Edge, Safari用 */
}
#entryPolicy::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
#entryPolicy::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 9999px;
}
#entryPolicy::-webkit-scrollbar-thumb {
  background-color: rgba(148, 163, 184, 0.5);
  border-radius: 9999px;
  border: 1px solid transparent;
  background-clip: padding-box;
  transition: background-color 0.2s ease-out;
}
#entryPolicy::-webkit-scrollbar-thumb:hover {
  background-color: rgba(148, 163, 184, 0.7);
  background-clip: padding-box;
}/*# sourceMappingURL=recruit-entry.css.map */