body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.max-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.form-error {
  margin-top: 5px !important;
}

.form-error .error {
  color: red !important;
}

header {
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(0, 0, 0, 0.1);
}

header div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header div a:nth-child(1) {
  margin-right: auto;
}

header div a:nth-child(1) img {
  width: auto;
  height: auto;
}

header div a:nth-child(2) img {
  width: 240px;
}

.modal {
  background: #0000008c;
}

main {
  position: relative;
  z-index: 1;
}

.by-step {
  background-image: url(../images/bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 7% 8% 0;
}

.by-step .bg-user {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
}

.by-step .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: auto;
  z-index: 1;
}

.by-step .container-step {
  padding: 0 10px;
}

.table-confirm th {
  width: 150px;
  vertical-align: top;
  color: #603d25;
}

.table-confirm th, .table-confirm td {
  padding: 5px 0;
}

.content-main {
  position: relative;
}

.content-main h1 {
  margin-bottom: 0;
}

.content-main h1 img {
  width: 100%;
  height: auto;
}

.content-main .bg-step, .content-main .bg-pc {
  width: 100%;
  height: auto;
}

.content-main .by-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-main .by-step .content-step {
  border: 1px solid #af860d;
  background: #ffff;
  padding: 3px;
  width: 547px;
  min-height: 500px;
  position: relative;
  z-index: 39;
}

.content-main .by-step .content-step .step {
  padding: 10px 0;
}

.content-main .by-step .content-step #job_step_form {
  padding-bottom: 65px;
}

.content-main .by-step .content-step .title-step {
  background: #c19a28;
  padding: 10px;
}

.content-main .by-step .content-step .title-step .title-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-main .by-step .content-step .title-step .title-pc .step-number {
  padding: 10px;
  background: #d6bf7a;
  color: #603d25;
  border-radius: 30px;
  min-width: 105px;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
}

.content-main .by-step .content-step .title-step .title-pc .step-number.current {
  background: #fff;
}

.content-main .by-step .content-step .title-step .title-mobile .step-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-main .by-step .content-step .title-step .title-mobile .step-total .step-number-mobile {
  padding: 4px 13px 4px 13px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  color: #af860d;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.content-main .by-step .content-step .title-step .title-mobile .step-total .step-number-mobile:last-child {
  margin-right: 0px;
}

.content-main .by-step .content-step .title-step .title-mobile .step-total .step-number-mobile.current {
  background: #af860d;
  color: #fff;
}

.content-main .by-step .content-step .title-step .title-mobile .step-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.content-main .by-step .content-step .title-step .title-mobile .step-name .step-name-total {
  padding: 10px;
  background: #fff;
  color: #603d25;
  border-radius: 30px;
  min-width: 147px;
  text-align: center;
  margin-right: 5px;
  display: none;
  font-weight: bold;
}

.content-main .by-step .content-step .title-step .title-mobile .step-name .step-name-total.current {
  display: block !important;
}

.content-main .by-step .content-step .step .title-step-other {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: -10px;
}

.content-main .by-step .content-step .step label {
  color: #603d25;
  font-weight: bold;
}

.content-main .by-step .content-step .step input {
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #dadada;
}

.content-main .by-step .content-step .step .select-job {
  margin-top: 20px;
}

.content-main .by-step .content-step .step .postal-code input {
  width: 100px;
}

.content-main .by-step .content-step .step .input-form input {
  width: 50%;
}

.content-main .by-step .content-step .step .input-form .input-address input {
  width: 100%;
}

.content-main .by-step .content-step .step .input-form .input-birthday input {
  width: 100px;
}

.content-main .by-step .content-step .step .input-form .input-phone input {
  width: 120px;
}

.content-main .by-step .content-step .step .input-form .input-email input {
  width: 100%;
}

.content-main .by-step .content-step .step .radio-buton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-main .by-step .content-step .step .radio-buton div {
  margin-top: unset;
}

.content-main .by-step .content-step .step .radio-buton div:nth-child(1), .content-main .by-step .content-step .step .radio-buton div:nth-child(2) {
  margin-right: 15px;
}

.content-main .by-step .content-step .step .radio-buton div input {
  width: unset;
}

.content-main .by-step .content-step .step .radio-buton div label {
  cursor: pointer;
}

.content-main .by-step .content-step .step .apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-main .by-step .content-step .step .apply .text-center .input-check-box {
  margin-right: 3px;
}

.content-main .by-step .content-step .div-button {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.content-main .by-step .content-step .div-button.button-certificate {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-main .by-step .content-step .div-button .btn-back, .content-main .by-step .content-step .div-button .btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  cursor: pointer;
}

.content-main .by-step .content-step .div-button .btn-back i, .content-main .by-step .content-step .div-button .btn-next i {
  font-size: 19px;
}

.content-main .by-step .content-step .div-button .btn-back {
  background: transparent;
  border: none;
}

.content-main .by-step .content-step .div-button .btn-back i {
  padding-right: 10px;
}

.content-main .by-step .content-step .div-button .btn-back:hover {
  color: red;
}

.content-main .by-step .content-step .div-button .btn-next {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1566b), to(#d62c43));
  background-image: linear-gradient(#f1566b, #d62c43);
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}

.content-main .by-step .content-step .div-button .btn-next i {
  padding-left: 10px;
}

.content-main .by-step .content-step .div-button .btn-next:hover {
  -webkit-box-shadow: 2px 0 10px 0 #928989;
          box-shadow: 2px 0 10px 0 #928989;
}

.content-main .by-step .content-step .step-1, .content-main .by-step .content-step .step-2, .content-main .by-step .content-step .step-3 {
  display: none;
}

.content-main .by-step .que-faq {
  margin-left: 55px;
  display: block;
  width: 140px;
  z-index: 30;
}

.content-main .by-step .que-faq div {
  margin-bottom: 12px;
}

.content-main .by-step .que-faq div a img {
  width: 100%;
  height: auto;
}

.content-main .by-step .que-faq div a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.content-main hr {
  border: none;
}

footer {
  background-color: #c19a28;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.step_content .step_i {
  display: none;
}

.step_content .current {
  display: block;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
    supported by Chrome and Opera */
}

#job_step_form .radio-buton label {
  margin-bottom: 0;
}

#job_step_form[data-step="confirm"] .step_bar, #job_step_form[data-step="successful"] .step_bar {
  display: none;
}

#js_zip2 {
  -moz-appearance: textfield;
}

#js_zip2::-webkit-outer-spin-button, #js_zip2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#date_of_birth {
  -moz-appearance: textfield;
}

#date_of_birth::-webkit-outer-spin-button, #date_of_birth::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#phone {
  -moz-appearance: textfield;
}

#phone::-webkit-outer-spin-button, #phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#btn-complete img {
  display: none;
  width: 30px;
}

#btn-complete:disabled {
  cursor: unset;
}

#btn-complete:disabled i {
  display: none;
}

#btn-complete:disabled img {
  display: block;
  padding-left: 5px;
}

#modal-profile .ms-options-wrap > button {
  visibility: hidden;
  position: absolute;
}

#modal-profile .ms-options-wrap .ms-options {
  display: block !important;
  margin: 20px 0;
  position: inherit;
  max-height: 500px !important;
}

#modal-profile .btn-search {
  background: #c19a28;
  color: #fff;
  width: 100%;
  margin: 0 70px;
  font-size: 16px;
}

#modal-profile .ms-search input {
  border: none;
  border-bottom: 1px solid #a5a5a5;
  border-radius: unset;
  margin-bottom: 20px;
}

#modal-profile .modal-header-title {
  width: 100%;
  text-align: center;
}

#modal-profile input[type=checkbox] {
  margin-top: 6px;
}

#click-degree .ms-options-wrap button {
  margin-top: 0px !important;
  border-radius: .25rem;
  padding-left: 10px !important;
  height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

#modal-profile .modal-dialog {
  max-width: 520px;
  margin-top: 85px;
}

@media screen and (max-width: 1099px) and (min-width: 975px) {
  .content-main .by-step .content-step {
    width: 500px;
    padding: 5px;
  }
  .content-main .by-step .content-step .title-step .title-pc .step-number {
    min-width: 98px;
  }
  .content-main .by-step .que-faq div {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 975px) {
  .title-mobile {
    display: none;
  }
  .bg-step, .sp_form {
    display: none;
  }
}

@media screen and (max-width: 974px) and (min-width: 790px) {
  .content-main .by-step .content-step {
    width: 385px;
    height: unset;
  }
  .content-main .by-step .content-step .title-step .title-pc {
    display: none;
  }
  .content-main .by-step .que-faq {
    margin-left: 35px;
    width: 110px;
  }
  .content-main .by-step .que-faq div {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 974px) {
  main {
    background-image: url(../images/background-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .title-step {
    background-color: #d3b55c !important;
  }
  .title, .bg-user, .bottom-right {
    display: none !important;
  }
  body {
    font-size: 14px !important;
  }
  #job_step_form {
    padding-bottom: 0 !important;
  }
  header, .bg-pc {
    display: none !important;
  }
  .content-main .by-step {
    display: block !important;
    width: 100%;
    padding: 0 10px 10px !important;
  }
  .content-main .by-step .content-step {
    width: 100%;
    padding-bottom: 50px;
    min-height: unset;
    height: unset;
  }
  .content-main .by-step .content-step .title-step .title-pc {
    display: none;
  }
  .content-main .by-step .que-faq {
    display: none;
  }
  .content-main .container-step.step-overflow {
    overflow: unset !important;
    height: unset !important;
  }
  .sp_form {
    position: relative;
  }
  .sp_form .bg-mobile {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sp_form .que-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .sp_form .que-faq::before {
    content: "";
    background: url(../images/bg_user_sp.png) 5%/auto 100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .sp_form .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .sp_form .header-mobile a {
    width: 50%;
  }
  .sp_form .header-mobile a img {
    width: 100%;
    height: auto;
  }
  .sp_form .que-faq {
    padding-bottom: 130px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 275px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
  .div-button {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (max-width: 576px) and (min-width: 321px) {
  .div-button {
    padding: 0 10px;
  }
  .div-button .btn-back {
    width: 90px !important;
  }
  .div-button .btn-back.btn-back-contact {
    width: 50% !important;
  }
  .div-button .btn-next {
    width: 145px !important;
  }
}

@media screen and (max-width: 320px) {
  .div-button {
    padding: 0 2px;
  }
  .div-button .btn-back {
    width: 90px !important;
  }
  .div-button .btn-back.btn-back-contact {
    width: 50% !important;
  }
}

@media screen and (max-width: 789px) and (min-width: 768px) {
  .sp_form .que-faq {
    padding-bottom: 130px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 223px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 540px) and (min-width: 426px) {
  .sp_form .que-faq {
    padding-bottom: 130px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 136px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 425px) and (min-width: 414px) {
  .sp_form .que-faq {
    padding-bottom: 70px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 120px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 413px) and (min-width: 411px) {
  .sp_form .que-faq {
    padding-bottom: 80px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 114px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 410px) and (min-width: 374px) {
  .sp_form .que-faq {
    padding-bottom: 130px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 94px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 375px) and (min-width: 361px) {
  .sp_form .que-faq {
    padding-bottom: 60px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 105px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 360px) and (min-width: 321px) {
  .sp_form .que-faq {
    padding-bottom: 80px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 96px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sp_form .que-faq {
    padding-bottom: 80px;
  }
  .sp_form .que-faq .faq-mobile {
    position: relative;
    padding-right: 10px;
  }
  .sp_form .que-faq .faq-mobile div img {
    width: 85px;
    height: auto;
  }
  .sp_form .que-faq .faq-mobile div:nth-child(1) {
    padding-bottom: 5px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .table-confirm th, .table-confirm td {
    width: 100%;
    display: block;
  }
  #modal-profile .modal-dialog {
    max-width: 520px;
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */