@charset "UTF-8";
body > h1 {
  background: #2EDAFF;
  margin: 0 0 3rem;
}
body > h1::before {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  background: #fff;
  content: "ENTRY";
  display: block;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (min-width: 481px) {
  body > h1::before {
    font-size: 4rem;
    line-height: 1.5;
  }
}
body > h1 > span {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #fff;
  display: block;
  padding: 1rem;
  text-align: center;
}

/* ******************************
section.recruit_form
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_form > div.parttime {
  padding: 0 1rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form > div.parttime {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form > div.parttime > div {
    display: flex;
    margin: 1rem 0;
  }
}
section.recruit_form > div.parttime > div > p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
section.recruit_form > div.parttime > div > p:nth-of-type(1) {
  color: #666;
}
@media screen and (min-width: 481px) {
  section.recruit_form > div.parttime > div > p:nth-of-type(1) {
    width: 25%;
  }
}
section.recruit_form > div.parttime > div > p:nth-of-type(2) {
  color: #2EDAFF;
}
@media screen and (min-width: 481px) {
  section.recruit_form > div.parttime > div > p:nth-of-type(2) {
    flex: 1;
  }
}
section.recruit_form > form {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form > form {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_form > form > div > div {
  display: flex;
  flex-direction: column;
}
section.recruit_form > form > div > div + div {
  margin: 1rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > div {
    flex-direction: row;
  }
}
section.recruit_form > form > div > div > p:nth-of-type(1) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > div > p:nth-of-type(1) {
    margin: 0;
  }
}
section.recruit_form > form > div > div > p:nth-of-type(1).require::after {
  content: " ※必須";
  color: #f00;
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > div > p:nth-of-type(1) {
    width: 25%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > div > p:nth-of-type(2) {
    flex: 1;
  }
}
section.recruit_form > form > div > div > p:nth-of-type(2) input, section.recruit_form > form > div > div > p:nth-of-type(2) span.drop > select, section.recruit_form > form > div > div > p:nth-of-type(2) label {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.25rem;
  color: #666;
}
section.recruit_form > form > div > div > p:nth-of-type(2) input, section.recruit_form > form > div > div > p:nth-of-type(2) label {
  border: 1px solid #ccc;
}
section.recruit_form > form > div > div > p:nth-of-type(2) textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 5rem;
}
section.recruit_form > form > div > div > p:nth-of-type(2) input {
  width: 100%;
}
section.recruit_form > form > div > div > p:nth-of-type(2) input[type=radio] {
  width: auto;
  margin: 0 0.25rem 0 0;
}
section.recruit_form > form > div > div > p:nth-of-type(2) input[type=file] {
  font-size: 1rem;
  line-height: 1.5;
}
section.recruit_form > form > div > div > p:nth-of-type(2) span.drop {
  display: inline-block;
  position: relative;
}
section.recruit_form > form > div > div > p:nth-of-type(2) span.drop + span.drop {
  margin: 0 0 0 0.25rem;
}
section.recruit_form > form > div > div > p:nth-of-type(2) span.drop::after {
  color: #ffe8e0;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translate(0, -50%);
  z-index: -1;
}
section.recruit_form > form > div > div > p:nth-of-type(2) span.drop > select {
  border: 1px solid #ccc;
  padding: 0.25rem 1.5rem 0.25rem 0.25rem;
  color: #666;
}
section.recruit_form > form > div > div > p:nth-of-type(2) label {
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
}
section.recruit_form > form > div > div > p:nth-of-type(2) label + label {
  margin: 0.25rem 0 0;
}
section.recruit_form > form > div > div > p:nth-of-type(2) span.caption {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  margin: 0 0 0.5rem;
  color: #666;
}
section.recruit_form > form > div > p > input {
  background: #FDAF94;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  margin: 3rem auto 0;
}
section.recruit_form > form > div > p > input::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > p > input:hover {
    opacity: 0.75;
  }
  section.recruit_form > form > div > p > input:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form > form > div > p > input {
    max-width: 62%;
  }
}

/* ******************************
section.recruit_form_check
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_form_check {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_form_check > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_form_check > div > p {
  color: #666;
}
section.recruit_form_check > div > div {
  display: flex;
  flex-direction: column;
}
section.recruit_form_check > div > div + div {
  margin: 1rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div + div {
    margin: 0;
  }
}
section.recruit_form_check > div > div:last-of-type {
  margin: 3rem 0 0;
  grid-gap: 3rem;
}
@media screen and (max-width: 480px) {
  section.recruit_form_check > div > div:last-of-type {
    grid-gap: 1rem;
    flex-direction: row;
  }
}
section.recruit_form_check > div > div:last-of-type > div {
  width: 50%;
}
section.recruit_form_check > div > div:last-of-type > div:nth-of-type(2) > form > button {
  background: #FDAF94;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section.recruit_form_check > div > div:last-of-type > div:nth-of-type(2) > form > button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div:last-of-type > div:nth-of-type(2) > form > button:hover {
    opacity: 0.75;
  }
  section.recruit_form_check > div > div:last-of-type > div:nth-of-type(2) > form > button:hover::after {
    margin-right: -0.25rem;
  }
}
section.recruit_form_check > div > div:last-of-type > div > form > button {
  width: 100%;
  background: #ccc;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section.recruit_form_check > div > div:last-of-type > div > form > button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div:last-of-type > div > form > button:hover {
    opacity: 0.75;
  }
  section.recruit_form_check > div > div:last-of-type > div > form > button:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div {
    flex-direction: row;
  }
}
section.recruit_form_check > div > div > p:nth-of-type(1) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div > p:nth-of-type(1) {
    margin: 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div > p:nth-of-type(1) {
    width: 25%;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
  }
}
section.recruit_form_check > div > div > p:nth-of-type(2) {
  border-bottom: 1px solid #eee;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form_check > div > div > p:nth-of-type(2) {
    flex: 1;
    padding: 1rem 0;
  }
}

/* ******************************
section.recruit_form_send
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_form_send {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_form_send > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_form_send > div > div {
  border: 1px solid #eee;
  padding: 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div > div {
    padding: 3rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div > div > p {
    text-align: center;
  }
}
section.recruit_form_send > div > div > p:nth-of-type(1) {
  color: #666;
}
section.recruit_form_send > div > div > p:nth-of-type(2) {
  color: #666;
}
section.recruit_form_send > div > div > p:nth-of-type(3) {
  margin: 1rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div > div > p:nth-of-type(3) {
    margin: 3rem 0 0;
  }
}
section.recruit_form_send > div > div > p:nth-of-type(3) > a {
  text-decoration: none;
}
section.recruit_form_send > div > div > p:nth-of-type(3) > a > button {
  width: 100%;
  background: #FDAF94;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div > div > p:nth-of-type(3) > a > button {
    max-width: 62%;
    margin: 0 auto;
  }
}
section.recruit_form_send > div > div > p:nth-of-type(3) > a > button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_form_send > div > div > p:nth-of-type(3) > a > button:hover {
    opacity: 0.75;
  }
  section.recruit_form_send > div > div > p:nth-of-type(3) > a > button:hover::after {
    margin-right: -0.25rem;
  }
}

/*# sourceMappingURL=recruit_form.css.map */
