@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border: none;
  background: none;
}
select {
  -webkit-appearance: button;
  appearance: button;
}
html {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  color: #444;
  font-size: 3.5vw;
  line-height: 1.5;
}
body {
  background: #faf4e7;
  font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
a {
  color: #444;
}
.form-item {
  margin: 0 5% 6%;
}
.form-item dd {
  font-size: 0;
}
.form-item dt {
  margin-bottom: 3%;
  font-size: 4vw;
  font-weight: bold;
  position: relative;
}
.form-item .required:after,
.form-item .optional:after {
  content: "";
  padding: 1.3% 1.5%;
  margin-left: 2%;
  line-height: 1;
  font-size: 3.2vw;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-item .required:after {
  content: "必須";
  background: #f66876;
}
.form-item .optional:after {
  content: "任意";
  background: #b4b4b4;
}
.form-item dd > p {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  padding: 0 5%;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 43px;
  border: 1px solid #b5b5b5;
  position: relative;
}
.form-item dd > p:after {
  font-family: "icomoon";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.form-item p + .checkbox {
  display: none;
  padding: 4% 4.5% 3%;
  background: #fff;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.form-item p + .checkbox li {
  width: 100%;
  margin-bottom: 3.5%;
}
.form-item p + .checkbox li label {
  display: block;
}
.form-item input[type="checkbox"]:checked + span,
.form-item input[type="radio"]:checked + span {
  background-color: #fac546;
  color: #fff;
}
.form-item label > span {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 4% 0 4% 7%;
  font-size: 3.5vw;
  font-weight: bold;
  background-color: #fef4db;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-tap-highlight-color: initial;
}
.form-item input[type="text"],
.form-item input[type="mail"],
.form-item input[type="tel"],
.form-item textarea,
.form-item select {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #b5b5b5;
  background: #fff;
  font-size: 3.5vw;
  line-height: 43px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-item input[type="text"],
.form-item input[type="mail"],
.form-item input[type="tel"] {
  padding: 8px 15px;
  line-height: 1.4;
  font-size: 3.8vw;
}
.form-item input[type="checkbox"],
.form-item input[type="radio"] {
  display: none;
}
.form-item select::-ms-expand {
  display: none;
}
.form-item dd > span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 3.5vw;
}
.form-item .select-arrow {
  position: relative;
}
.form-item .select-arrow:after {
  font-family: "icomoon";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.form-item .birth-box {
  display: inline;
  margin-right: 1%;
}
.form-item .birth-box:last-child {
  margin-right: 0;
}
.form-item .birth-box select {
  width: 48%;
}
.form-item .birth-box .month,
.form-item .birth-box .day {
  width: 23%;
}
.form-item textarea {
  height: 110px;
  padding: 8px 15px;
  line-height: 1.4;
  font-size: 3.8vw;
  resize: none;
}
.form-item .error {
  margin-top: 5px;
}
.error > dd > p,
.error > dd select {
  border: 1px solid #f66876;
}
.error > dd > p + .checkbox,
.error > dd select + .checkbox {
  border-left: 1px solid #f66876;
  border-right: 1px solid #f66876;
  border-bottom: 1px solid #f66876;
}
.error > dd > input[type="text"],
.error > dd input[type="mail"],
.error > dd input[type="tel"],
.error > dd textarea {
  border: 1px solid #f66876;
}
.buttom-area {
  width: 92%;
  margin: 11% auto 0;
  text-align: center;
}
.buttom-area button {
  height: 60px;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  position: relative;
}
.buttom-area button:after {
  font-family: "icomoon";
  content: "\f108";
  font-weight: 900;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.buttom-area .free {
  margin: 0 3% 0 0;
  padding: 2%;
  font-size: 3.6vw;
  border: 1px solid #fff;
}
.buttom-area .nextbtn {
  display: inline-flex;
  width: 70%;
  justify-content: center;
  align-items: center;
  padding: 0 3% 0 0;
  background: #f79d33;
  box-shadow: 0 2px 0px rgba(195, 113, 16, 0.8);
  overflow: hidden;
}
.buttom-area .nextbtn:after {
  content: "";
  right: 4%;
}
@media screen and (max-width: 320px) {
  .buttom-area .nextbtn {
    padding-right: 3%;
  }
  .buttom-area .nextbtn:after {
    right: 4%;
  }
}
.buttom-area .nextbtn .small-text {
  font-size: 3.4vw;
}
.buttom-area .button-shine:before {
  content: "";
  width: 85vw;
  height: 23vw;
  background: rgba(255, 255, 255, 0.2);
  animation: buttonshine 1.5s ease 1s infinite;
  animation-delay: 0s;
  transform: rotate(120deg) translate(40%, 250%);
  position: absolute;
  top: 0;
  left: 8%;
}
@keyframes buttonshine {
  0% {
    transform: rotate(120deg) translate(40%, 220%);
  }
  100% {
    transform: rotate(120deg) translate(-40%, -220%);
  }
}
.buttom-area button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.buttom-area .policyBox {
  margin: 11% auto 0;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.buttom-area .policyBox li {
  display: inline-block;
  width: 38%;
  font-size: 3.7vw;
  line-height: 1;
}
.buttom-area .policyBox li:nth-child(odd) {
  border-right: 1px solid #b3b3b3;
  margin-right: 18px;
  padding-right: 18px;
}
.buttom-area .policyBox li:nth-child(n + 3) {
  margin-top: 14px;
}
.buttom-area .policyBox a {
  color: #444;
}
.job-info {
  margin: 0 0 5%;
  background: #faf4e7;
  border-radius: 0;
}
header {
  background: #fff;
  width: 100%;
}
header .header-inner {
  width: 100%;
  height: 15vw;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
  display: flex;
  border-bottom: 3px solid #f6921d;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  width: 45%;
  min-height: 32px;
}
header .header-inner .logo img {
  display: block;
  width: 100%;
  height: 12.533vw;
}
.form-header {
  border-bottom: 2px solid #f6921d;
}
.form-header .header-inner {
  border-bottom: none;
}
.form-header .header-inner .logo {
  pointer-events: none;
}
.form-header .header-inner .license {
  width: 42%;
  padding: 0 4% 0 0;
}
.form-header .header-inner .license img {
  width: 100%;
  height: 8.141vw;
}
footer .copyright {
  padding: 3% 0;
  font-size: 2.6vw;
  text-align: center;
  background: #fff;
}
#form-footer {
  padding: 3.5%;
  color: #444;
  background: #faf4e7;
}
#form-footer .pmark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
#form-footer .pmark img {
  width: 11.5vw;
}
#form-footer .pmark .txt {
  padding-left: 2%;
  line-height: 1.4;
  font-size: 2.6vw;
}
#form-footer .pmark .txt span {
  font-weight: bold;
}
#form-footer .copyright {
  padding: 0;
  background: none;
}
.entry-box {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}
.entry-box img {
  width: 100%;
}
.entry-box .list-step {
  padding-bottom: 19%;
}
.entry-box .list-step.hidden {
  display: none;
}
.entry-box .job-info {
  margin-top: 2%;
  padding: 4%;
  background: #fff;
  border-radius: 5px;
}
.entry-box .job-info p {
  font-size: 4vw;
}
.entry-box .job-info p .job-id {
  margin-bottom: 2%;
  display: block;
  font-weight: bold;
}
.entry-box .job-info p .job-id:before {
  content: "";
  margin-right: 2%;
  display: inline-block;
  background: url(/entry/simple/image/icon-reregister-fukidashi.png) no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: 100%;
  vertical-align: middle;
}
.entry-box .buttom-area .btn-w90 {
  width: 100%;
  line-height: 1.25;
  padding-right: 0;
}
.entry-box .active:after {
  content: "\f106";
}
.entry-box .accordion-content {
  display: none;
}
p.error {
  display: none;
  margin-top: 0px;
  color: transparent;
}
p.error.show {
  display: inline-block;
  margin-top: 5px;
  color: red;
}
p.form-error {
  display: none;
  margin-top: 0px;
  color: transparent;
}
p.form-error.show {
  display: inline-block;
  margin-top: 5px;
  color: red;
}

/* ///////////////////////////// 

PC表示最適化

/////////////////////////////*/

@media screen and (min-width: 460px) {
  body {
    width: 460px;
    margin: auto;
    position: relative;
    background: #faf4e7;
  }
  header .header-inner {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;
    display: flex;
    border-bottom: 3px solid #f6921d;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .logo {
    width: 45%;
    min-height: 32px;
  }
  header .header-inner .logo img {
    display: block;
    width: 100%;
    height: 12.533vw;
  }
  .form-header .header-inner .license {
    width: 42%;
    padding: 0 4% 0 0;
  }
  .form-header .header-inner .license img {
    width: 100%;
    height: 40px;
  }
  .job-info {
    margin: 0 0 18.75px;
    background: #faf4e7;
    border-radius: 0;
  }
  .entry-box .job-info {
    margin-top: 7.5px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
  }
  .entry-box .job-info p {
    font-size: 16px;
  }
  .entry-box .job-info p .job-id:before {
    content: "";
    margin-right: 2%;
    display: inline-block;
    background: url(/entry/simple/image/icon-reregister-fukidashi.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    vertical-align: middle;
  }
  .form-item {
    margin: 0 20.5px 25.2px;
    font-size: 16px;
  }
  .form-item dt {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .form-item .required:after,
  .form-item .optional:after {
    content: "";
    padding: 1.3% 1.5%;
    margin-left: 2%;
    line-height: 1;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .form-item .required:after {
    content: "必須";
    background: #f66876;
  }
  .form-item .optional:after {
    content: "任意";
    background: #b4b4b4;
  }
  .form-item dd > p {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 16px;
    font-weight: bold;
    line-height: 43px;
    border: 1px solid #b5b5b5;
    position: relative;
  }
  .form-item label > span {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 4% 0 4% 7%;
    font-size: 16px;
    font-weight: bold;
    background-color: #fef4db;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-tap-highlight-color: initial;
  }
  .error > dd > p,
  .error > dd select {
    border: 1px solid #f66876;
  }
  .error > dd > p + .checkbox,
  .error > dd select + .checkbox {
    border-left: 1px solid #f66876;
    border-right: 1px solid #f66876;
    border-bottom: 1px solid #f66876;
  }
  .error > dd > input[type="text"],
  .error > dd input[type="mail"],
  .error > dd input[type="tel"],
  .error > dd textarea {
    border: 1px solid #f66876;
  }
  .buttom-area .policyBox li {
    display: inline-block;
    width: 38%;
    font-size: 17px;
    line-height: 1;
  }
  p.error {
    display: none;
    margin-top: 0px;
    color: transparent;
  }
  p.error.show {
    display: inline-block;
    font-size: 14px;
    margin-top: 0px;
    color: red;
  }
  p.form-error {
    display: none;
    margin-top: 0px;
    color: transparent;
  }
  p.form-error.show {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    color: red;
    width: 400px;
  }
  .form-item dd > span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 15px;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"],
  .form-item textarea,
  .form-item select {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #b5b5b5;
    background: #fff;
    font-size: 16px;
    line-height: 43px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-item textarea {
    padding: 8px 15px;
    height: 110px;
    font-size: 16px;
    line-height: 1.4;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"] {
    padding: 8px 15px;
    line-height: 1.4;
    font-size: 16px;
  }
  #form-footer {
    padding: 3.5%;
    color: #444;
    background: #faf4e7;
  }
  #form-footer .pmark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
  }
  #form-footer .pmark img {
    width: 55px;
    height: 55px;
  }
  #form-footer .pmark .txt {
    padding-left: 2%;
    line-height: 1.4;
    font-size: 13px;
  }
  #form-footer .pmark .txt span {
    font-weight: bold;
    font-size: 13px;
  }
  #form-footer .copyright {
    padding: 0;
    background: none;
  }
  footer .copyright {
    padding: 3% 0;
    font-size: 18.4px;
    text-align: center;
    background: #fff;
  }
  .buttom-area button {
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .buttom-area .nextbtn .small-text {
    font-size: 15px;
  }
}
