@charset "UTF-8";

body,
main {
  overflow: visible;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}

body main {
  color: #1b1b1b;
}

.recruit_info_page .title_wrap {
  background-color: #104881;
  color: #fff;
  padding: 4% 6%;
  letter-spacing: 1.8px;
}

.recruit_info_page .title_wrap .site_name {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.recruit_info_page .title_wrap h1 {
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: .5em;
  padding: 0;
  background: transparent;
}

.recruit_info_page .title_wrap .job_cat {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.recruit_info_page .title_wrap .label_list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.recruit_info_page .title_wrap .label_list li {
  position: relative;
  list-style: none;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: .5em 1em;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

.recruit_info_page .title_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .recruit_info_page .title_wrap h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recruit_info_page .title_wrap .job_cat {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .recruit_info_page .title_wrap .site_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit_info_page .title_wrap h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.recruit_info_page .content_wrap {
  display: flex;
}

.recruit_info_page .content_wrap .side_menu {
  width: 20%;
  background: #f2f2f2;
  padding: 4%;
  color: #222;
}

.recruit_info_page .content_wrap .main_content {
  width: 80%;
}

.recruit_info_page .content_wrap .side_menu .side_title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
}

.recruit_info_page .content_wrap .side_menu .side_title span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.recruit_info_page .content_wrap .side_menu .side_menu_wrap {
  position: sticky;
  top: 0;
}

.recruit_info_page .content_wrap .side_menu ul {
  padding: 2em 0 0 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.recruit_info_page .content_wrap .side_menu ul::-webkit-scrollbar{
  display: none;
}

.recruit_info_page .content_wrap .side_menu ul li {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.recruit_info_page .content_wrap .side_menu ul li a {
  color: #222;
}

.recruit_info_page .content_wrap .side_menu ul li:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .recruit_info_page .content_wrap .side_menu {
    display: none;
  }
}

.recruit_info_page .content_wrap .main_content {
  padding: 4%;
  background: #fff;
}

.recruit_info_page .content_wrap .main_content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  display: block;
  color: #003973;
  font-weight: bold;
  border-bottom: 1px solid #003973;
  padding-bottom: .4em;
  margin-bottom: 1.5em;
}

.recruit_info_page .content_wrap .main_content h2:after,
.recruit_info_page .content_wrap .main_content h2:before {
  display: none;
}

.recruit_info_page .content_wrap .main_content p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
}

.recruit_info_page .content_wrap .main_content table.table-default tr th {
  width: 25%;
}

.recruit_info_page .content_wrap .main_content table.table-default tr th,
.recruit_info_page .content_wrap .main_content table.table-default tr td {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #999999;
  border-left: none;
  border-right: none;
  padding: 1.2em;
  color: #222;
}

.recruit_info_page .content_wrap .main_content table.table-default tr th {
  background: #f2f2f2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit_info_page .content_wrap .main_content {
    width: 100%;
    margin-top: 4%;
  }
  .recruit_info_page .content_wrap .main_content h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recruit_info_page .content_wrap .main_content p,
  .recruit_info_page .content_wrap .main_content table.table-default tr th,
  .recruit_info_page .content_wrap .main_content table.table-default tr td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.recruit_info_page .more a {
  background: #006ad6;
  color: #fff !important;
  border-color: #006ad6;
  max-width: 290px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.2em;
  text-decoration: none !important;
}

.recruit_info_page .more a:after {
  width: 27px;
  height: 4px;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: none;
  transform: translateY(-50%) skew(45deg);
}

.recruit_info_page .more a:hover {
  background: #0050bc;
  border-color: #0050bc;
}

.add_recruit_item:nth-last-child(2) {
  display: none;
}

/* recruit form */

body > main > section,
body > main > section section:last-child {
  margin-bottom: 0 !important;
}

body > main > section {
  padding-bottom: 7%;
  background: #efefef;
}

.bread_wrap,
.pagetop,
.share_button {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body > main > section {
    padding-bottom: 10%;
  }
}

h1:not(.title) {
  background: #013974;
  padding: 5em 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

h2 {
  display: table;
  table-layout: fixed;
  margin: 0 auto 0.8em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1b1b1b;
  letter-spacing: 0.1em;
}

h2:after, h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #1b1b1b;
  width: 50vw;
}

h2:before {
  right: calc(100% + 15px);
}

h2:after {
  left: calc(100% + 15px);
}

@media screen and (max-width: 767px) {
  h1:not(.title) {
    padding: 2.5em 0;
    font-size: 20px;
    font-size: 2.0rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2:after, h2:before {
    height: 1px;
  }
}

.recruit_step {
  padding: 7% 0;
}

.recruit_step .step_wrap {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}

.recruit_step .step_wrap:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #c3c3c3;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
  z-index: -1;
}

.recruit_step .step_wrap .step {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 35px;
  color: #c3c3c3;
}

.recruit_step .step_wrap .step:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #c3c3c3;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.recruit_step .step_wrap .step span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}


.recruit_step .step_wrap .step.active {
  color: #006ad7;
}

.recruit_step .step_wrap .step.active:after {
  background: #006ad7;
}

@media screen and (max-width: 767px) {
  .recruit_step {
    padding: 10% 0;
  }
  .recruit_step .step_wrap:after {
    top: 10px;
  }
  .recruit_step .step_wrap .step:after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 430px) {
  .recruit_step .step_wrap:after {
    width: 75%;
  }
}

.inquiry {
  max-width: 900px;
}

.inquiry fieldset {
  background: #fff;
}

.required {
  color: #f3401f;
  border: 1px solid #f3401f;
  padding: 0 .4em;
  margin-left: 1em;
}

.inquiry fieldset input[type="text"],
.inquiry fieldset input[type="number"],
.inquiry fieldset input[type="date"],
.inquiry fieldset input[type="tel"],
.inquiry fieldset input[type="email"],
.inquiry fieldset input[type="url"],
.inquiry fieldset textarea,
.inquiry fieldset select {
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}

.inquiry fieldset input[type="radio"],
.inquiry fieldset input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.ep-form-control-wrap > label > * {
  display: inline-block;
  vertical-align: middle;
}

.inquiry dd.col.param_job_cat input[type="text"] {
  pointer-events: none;
  border: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .inquiry dl {
    display: flex;
    flex-wrap: wrap;
  }
  .inquiry dt,
  .inquiry dd {
    border-bottom: 1px solid #dddddd;
  }
  .inquiry dt.col:not(:last-child) {
    padding: 1.5em 0;
    margin-bottom: 0;
  }
  .inquiry dt.col {
    display: flex;
    align-items: center;
  }
  .inquiry dd.col {
    margin-left: 0;
    width: 68%;
    padding: 1.5em 0;
  }
  .inquiry dt.col.param_job_cat,
  .inquiry dd.col.param_job_cat {
    margin-bottom: 2em;
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #1b1b1b;
  }
}

@media screen and (max-width: 767px) {
  .inquiry dd {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .inquiry dt.col.param_job_cat {
    border-top: 1px solid #1b1b1b;
    padding-top: 1em;
  }
  .inquiry dt.col.param_job_cat {
    text-align: center;
  }
  .inquiry dd.col.param_job_cat {
    border-color: #1b1b1b;
    padding-bottom: 1em !important;
    margin-bottom: 3em !important;
  }
  .inquiry dd.col.param_job_cat input {
    text-align: center;
  }
}

.error_text {
  color: #f00;
  display: block;
  margin-top: .2em;
}

.inquiry .submit .button {
  background: #006ad6;
  color: #fff !important;
  border-color: #006ad6;
  max-width: 290px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.2em;
  line-height: 1.8;
  margin-bottom: 0;
  text-decoration: none !important;
  cursor: pointer;
}

.inquiry .submit .button:hover {
  background: #0050bc;
  border-color: #0050bc;
}

.inquiry .submit_wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.inquiry .submit_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 27px;
  height: 4px;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: none;
  transform: translateY(-50%) skew(45deg);
  transition: 0.2s;
}

.inquiry .submit_wrap.back_btn .button {
  background: transparent;
  border-color: #1b1b1b;
  color: #1b1b1b !important;
}

.inquiry .submit_wrap.back_btn:after {
  border-color: #1b1b1b;
  right: auto;
  left: 5%;
  border-bottom: 1px solid #1b1b1b !important;
  border-right: none;
  border-left: 1px solid #1b1b1b !important;
  transform: translateY(-50%) skew(135deg);
}

.policy_box {
  border: 1px solid #efefef;
  padding: 4%;
  max-width: 700px;
  margin: 4% auto 2%;
  max-height: 250px;
  overflow-y: scroll;
}

.policy_checkbox {
  text-align: center;
}

.policy_checkbox label > * {
  display: inline-block;
  vertical-align: middle;
}

.policy_checkbox label input {
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .inquiry .submit {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .inquiry .submit .button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry .submit_wrap + .submit_wrap {
    margin-top: 1em;
  }
  .policy_box {
    margin-bottom: 4%;
  }
  .inquiry .submit {
    margin-top: 6%;
  }
}