.l-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 27px 0 0 0;
}
.m-logo {
  padding: 0 10px 27px 10px;
}
.m-recruit-h1 {
  margin-top: 40px;
}
.heading-area {
  position: relative;
  padding: 10px 20px;
  min-height: 95px;
  background-image: linear-gradient(rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
}
.heading-area::before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
}
.heading-area h1 {
    font-size: 30px;
    margin: 30px 20px 15px 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}
#contents {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 18px;
}
.m-form-flow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  padding: 0;
  list-style: none;
  position: relative;
}
.m-form-flow li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29%;
  padding: 10px;
  font-size: 1.14286rem;
  text-align: center;
  border-bottom: 3px solid #ccc;
}
.m-form-flow::before {
  content: "▶";
  font-size: 8px;
  width: calc(calc(100% - 87%) / 2);
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 29%;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}
.m-form-flow::after {
  content: "▶";
  font-size: 8px;
  width: calc(calc(100% - 87%) / 2);
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 29%;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}
.m-form-flow li.ms-current {
  color: #abb618;
  border-bottom-color: #abb618;
}
.m-notice {
  padding: 10px;
  font-size: 1.14286rem;
  color: #444;
}
.m-inq-line {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #777;
}
.m-inq-line + .m-form {
  margin-top: 25px;
}
.m-error-txt-wrapper {
  margin: 0 0 30px 0;
  padding: 30px;
  background: #fce0cf;
}
.m-error-txt {
  margin: 0;
  padding: 0;
}
.m-error-txt li {
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  font-size:  16px;
  color: #da5806;
  position: relative;
}
.m-error-txt li:last-child {
  margin-bottom: 0;
}
.m-error-txt li::after {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #da5806;
  font-size: 16px;
}
.m-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #444;
  border-top: 1px dotted #ccc;
}
#contents .m-form.ms-bottom {
  border-bottom: 1px dotted #ccc;
}
#contents .m-form.ms-last {
  align-items: flex-start;
}
.m-form.ms-noborder {
  border-top: none;
}
.m-form-title {
  width: calc(100% * 0.28);
  padding: 0 10px;
  font-size: 16px;
}
.m-form-required {
  width: 70px;
  padding: 0 10px;
}
#contents .m-form.ms-last .m-form-title {
  padding-top: 10px;
}
#contents .m-form.ms-last .m-form-required {
  padding-top: 5px;
}
.m-form-required span {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #abb618;
}
.m-form-required.ms-optional span {
  background-color: #979797;
}
.m-form-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% * 0.37);
}
.m-form-input label {
  display: block;
  width: 100%;
}
.m-form-input label.ms-short {
  width: calc(calc(100% - 4rem)/ 3);
}
.m-form-input > span:not(.m-select-wrap, .m-input-supplement, .m-input-supplement2) {
  width: 2rem;
  font-size: 1rem;
  text-align: center;
}
.m-form-input > span.m-input-supplement {
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 14px;
}
.m-form-input > span.m-input-supplement2 {
  display: block;
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 14px;
}
.m-form-input label > input + span,
.m-form-input label > textarea + span {
  display: block;
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.m-form-input label input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 1.14286rem;
  border: 1px solid #ccc;
  background: #FFF;
}
.m-form.ms-error {
  background-color: #fce0cf;
}
.m-form.ms-error .m-form-title {
  color: #da5806;
}
.m-form-input label textarea {
  width: 100%;
  height: 150px;
  padding: 0 10px;
  font-size: 1.14286rem;
  border: 1px solid #ccc;
  background: #FFF;
}
.m-form-input label.ms-upload,
.m-form-input label.ms-clear {
  width: auto;
}
.m-form-input label.ms-upload input {
  display: none;
}
.m-form-input label.ms-upload span.m-upload-bt {
  display: inline-block;
  width: 50px;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
  color: #444;
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  background: #EDEEF2BA;
  cursor: pointer;
}
.m-form-input label.ms-clear,
.m-form-input label.ms-clear.ms-hidden,
.m-form-input label.ms-upload.ms-hidden {
  display: none;
}
.m-form-input label.ms-clear.ms-show,
.m-form-input label.ms-upload.ms-show {
  display: inline-block;
}
.m-form-input label.ms-clear span.m-clear-bt {
  display: inline-block;
  width: 60px;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
  color: #444;
  line-height: 1.4;
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  background: #EDEEF2BA;
  cursor: pointer;
}
.m-form-input label.ms-upload + span.m-file-name {
  display: inline-block;
  width: calc(100% - 60px);
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-form-input label.ms-clear + span.m-file-name {
  display: inline-block;
  width: calc(100% - 70px);
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-pdf-error {
  display: block;
  padding-top: 5px;
  color: #DA5806;
}
.m-form-input > button {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #444;
  border-radius: 5px;
  border: solid 1px #CCC;
  background: #EDEEF2BA;
}
.m-select-wrap {
  display: inline-block;
  position: relative;
}
.m-form-input select {
  font-size: 1.14286rem;
  position: relative;
  padding: 10px;
  padding-right: 30px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 7px;
  appearance: none;
  width: 100%;
  white-space: pre-wrap;
} 
.m-form-input select option{
    width: 100%;
    white-space: pre-wrap;
}
.m-select-wrap::after {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -7px;
  content: '\0025BC';
  pointer-events: none;
  color: #777;
}
.m-form.ms-error .m-form-input select {
  border: solid 1px #FF0000;
}
.m-select-wrap + span {
  display: block;
  width: 100% !important;
  padding: 5px 0 0 0;
  font-size: 14px !important;
  text-align: left!important;
}
.m-form-supplement {
  width: calc(calc(100% * 0.35) - 70px);
  padding: 10px;
  font-size: 14px;
}
.m-form-content {
  width: calc(100% - calc(100% * 0.28));
  padding: 15px 10px;
  font-size: 14px;
  word-wrap: break-word;
  text-decoration: none;
}
.m-complete-txt {
  padding: 100px 0 120px 0;
  text-align: center;
  font-size: 20px;
}
.m-documents {
  margin: 45px 0;
  border: solid 1px #979797;
}
.m-documents-head {
  padding: 17px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  background: #EEEEEE;
}
.m-submit-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0 auto;
  padding: 20px;
  font-size: 16px;
  color: #444;
  border-top: 2px solid #777;
  background-color: #eee;
}
.m-submit-wrapper p {
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.m-submit-wrapper ul li {
  position: relative;
  margin: 0 0 3px 0;
  padding-left: 16px;
  line-height: 1.4;
}
.m-submit-wrapper ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.m-agree {
  display: flex;
  justify-content: center;
  margin: 40px 0 30px 0;
}
.m-agree label {
  display: inline-flex;
}
.m-agree label input {
  display: none;
}
.m-agree label span {
  display: inline-block;
}
.m-agree label input + span.m-check {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2) inset;
  background: #FFF;
}
.m-agree label input:checked + span.m-check::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #da5806;
  border-bottom: 2px solid #da5806;
  filter: alpha(opacity=0);
}
.m-submit {
  display: flex;
  justify-content: center;
}
.m-submit > * {
  margin: 0 10px;
}
.m-bt-reset {
  min-width: 285px;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #444;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: #ccc 0 2px 0;
}
.m-bt-reset:hover {
  opacity: 0.8;
}
.m-bt-submit {
  min-width: 285px;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  border-radius: 10px;
  border: none;
  background: #abb618;
  box-shadow: #7c8416 0 2px 0;
  cursor: pointer;
}
.m-bt-submit:hover {
  opacity: 0.8;
}
.m-bt-submit:disabled {
  color: #BCBCBC;
  background-color: #777777;
  box-shadow: 0px 2px #555555;
  -webkit-box-shadow: 0px 2px #555555;
  cursor: default;
}
.m-bt-submit:disabled:hover {
  opacity: 1;
}
.l-footer {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  padding-bottom: 30px;
  box-shadow: none !important;
}
.copyright {
  font-size: 12px;
  color: #444;
}

@media screen and (max-width:767px) {
  .l-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-recruit-h1 {
  margin-top: 0px;
  }
  .heading-area {
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .heading-area h1 {
    margin: 0px 20px 10px 10px;
  }
  .heading-area h1, .heading-area h2 {
    font-size: 30px;
  }
  .m-form-flow li {
    padding-left: 0;
    padding-right: 0;
  }
  #contents {
    margin-top: 15px;
    padding: 0 10px;
  }
  .m-error-txt-wrapper {
    padding: 15px;
  }
  .m-notice {
    padding-left: 0;
  }
  .m-form {
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
  }
  .m-form-title {
    width: calc(100% - 70px);
    padding-left: 0;
    font-weight: 700;
  }
  .m-form-required {
    padding-left: 20px;
    padding-right: 0;
  }
  .m-form-input {
    width: 100%;
    padding-top: 8px;
  }
  .m-form-supplement {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 3px;
  }
  .m-form-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 7px;
    pointer-events: none;
    text-decoration: none;
  }
  .m-complete-txt {
    padding: 50px 0 80px 0;
    font-size: 16px;
  }
  .m-documents {
    margin: 25px 0;
  }
  .m-documents-head {
    font-size: 18px;
  }
  .m-submit-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-submit-wrapper p,
  .m-submit-wrapper ul {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
  }
  .m-agree label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-agree label span {
    width: calc(100% - 16px);
    padding-left: 7px;
  }
  .m-submit {
    flex-direction: column-reverse;
    align-items: center;
  }
  .m-submit > * {
    margin: 0 0 10px 0;
  }
  .m-bt-submit {
    width: 100%;
    min-width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 0;
  }
  .m-bt-submit,
  .m-bt-submit:disabled,
  .m-bt-reset {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .m-bt-reset {
    width: auto;
    min-width: auto;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 0;
    border: solid 1px #CCC;
  }
  .m-bt-reset#back {
    width: 100%;
  }
  .l-footer {
    margin: 2px;
    padding: 30px 10px;
  }
  .copyright {
    font-size: 14px;
  }
}
.job-selecter-hide{
  display: none;
}
.form-jobtype{
  background-color: initial;
  border-top: initial;
  padding: 0;
  text-align: left;
}
input[type='radio']:checked+.job:before {
  border: solid 4px #515356;
  background-color: #fff;
}
.job::before{
  margin-right: 3px;
}