@charset "UTF-8";
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word;
}

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none;
}
input:hover,
button:hover,
textarea:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #entry {
    padding-bottom: 100px;
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entry {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entry {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entry {
    padding-bottom: 150px;
  }
}

#entryForm {
  background: #fff;
  box-sizing: border-box;
}
#entryForm .blue {
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #entryForm {
    border-radius: 6px;
    border-radius: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    padding-top: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm {
    padding-top: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm {
    padding-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm {
    padding-bottom: 40px;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    padding-bottom: 97px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm {
    padding-bottom: calc(97 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm {
    padding-bottom: 97px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    padding-left: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm {
    padding-left: calc(120 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm {
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    padding-right: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm {
    padding-right: calc(120 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm {
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm {
    border: solid 3px #006EFF;
  }
}
@media screen and (min-width: 769px) {
  #entryForm {
    border: solid 5px #006EFF;
  }
}
#entryForm .form-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #entryForm .form-title {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .form-title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .form-title {
    margin-bottom: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .form-title {
    margin-bottom: 50px;
  }
}
#entryForm .form-title .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #entryForm .form-title .en {
    font-size: 36px;
    font-size: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .form-title .en {
    font-size: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .form-title .en {
    font-size: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .form-title .en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .form-title .en {
    line-height: 38px;
    line-height: calc(38 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .form-title .en {
    line-height: 75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .form-title .en {
    line-height: calc(75 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .form-title .en {
    line-height: 75px;
  }
}
#entryForm .form-title .ja {
  color: #006EFF;
  letter-spacing: 0.04em;
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  #entryForm .form-title .ja {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .form-title .ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .form-title .ja {
    font-size: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .form-title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mw_wp_form,
  #entryForm .complete-msg,
  #entryForm .form-body {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .complete-msg {
    text-align: center;
  }
}
#entryForm .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #entryForm dt, #entryForm dd {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt, #entryForm dd {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt, #entryForm dd {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt, #entryForm dd {
    margin-bottom: 20px;
  }
}
#entryForm dt {
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  #entryForm dt {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt {
    width: 230px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt {
    width: calc(230 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm dt {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt {
    font-size: 18px;
  }
}
#entryForm dt.required:after {
  content: "※";
  color: #006EFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #entryForm dt.required:after {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt.required:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt.required:after {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt.required:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm dt.required:after {
    margin-left: 3px;
    margin-left: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt.required:after {
    margin-left: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt.required:after {
    margin-left: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt.required:after {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm dt.required:after {
    top: -4px;
    top: calc(-4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dt.required:after {
    top: -4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dt.required:after {
    top: calc(-4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dt.required:after {
    top: -4px;
  }
}
#entryForm dd {
  display: flex;
  align-items: center;
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  #entryForm dd {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dd {
    width: 670px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dd {
    width: calc(670 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dd {
    width: 670px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm dd {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dd {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm dd {
    min-height: 30px;
    min-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm dd {
    min-height: 54px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm dd {
    min-height: calc(54 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm dd {
    min-height: 54px;
  }
}
#entryForm dd:has(.error) input {
  border-color: #f53131;
}
#entryForm dd:has(.error) input[type=text], #entryForm dd:has(.error) input[type=email], #entryForm dd:has(.error) input[type=tel] {
  background: #ffdddd;
}
#entryForm dd:has(.error) input[type=radio] + span.mwform-radio-field-text, #entryForm dd:has(.error) input[type=checkbox] + span.mwform-radio-field-text {
  background: #ffdddd;
  color: #f53131;
  border-color: #f53131;
}
#entryForm dd:has(.error) .error {
  display: none;
}
#entryForm .separator {
  display: block;
  width: 100%;
  border-top: solid 1px #E6E6E6;
}
@media screen and (max-width: 768px) {
  #entryForm .separator {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .separator {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .separator {
    margin-top: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .separator {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .separator {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .separator {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .separator {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .separator {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input,
  #entryForm textarea {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input,
  #entryForm textarea {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input,
  #entryForm textarea {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input,
  #entryForm textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input,
  #entryForm textarea {
    width: 290px;
    width: calc(290 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input,
  #entryForm textarea {
    width: 650px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    width: calc(650 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input,
  #entryForm textarea {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=familyname], #entryForm input[name=firstname], #entryForm input[name=familynameKana], #entryForm input[name=firstnameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=firstname],
  #entryForm textarea[name=familynameKana],
  #entryForm textarea[name=firstnameKana] {
    width: 135px;
    width: calc(135 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=familyname], #entryForm input[name=firstname], #entryForm input[name=familynameKana], #entryForm input[name=firstnameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=firstname],
  #entryForm textarea[name=familynameKana],
  #entryForm textarea[name=firstnameKana] {
    width: 180px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=familyname], #entryForm input[name=firstname], #entryForm input[name=familynameKana], #entryForm input[name=firstnameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=firstname],
  #entryForm textarea[name=familynameKana],
  #entryForm textarea[name=firstnameKana] {
    width: calc(180 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=familyname], #entryForm input[name=firstname], #entryForm input[name=familynameKana], #entryForm input[name=firstnameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=firstname],
  #entryForm textarea[name=familynameKana],
  #entryForm textarea[name=firstnameKana] {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=familyname], #entryForm input[name=familynameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=familynameKana] {
    margin-right: 10px;
    margin-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=familyname], #entryForm input[name=familynameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=familynameKana] {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=familyname], #entryForm input[name=familynameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=familynameKana] {
    margin-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=familyname], #entryForm input[name=familynameKana],
  #entryForm textarea[name=familyname],
  #entryForm textarea[name=familynameKana] {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=tel1], #entryForm input[name=tel2], #entryForm input[name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    width: 60px;
    width: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=tel1], #entryForm input[name=tel2], #entryForm input[name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    width: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=tel1], #entryForm input[name=tel2], #entryForm input[name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    width: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=tel1], #entryForm input[name=tel2], #entryForm input[name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    width: 77px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=tel1],
  #entryForm textarea[name=tel1] {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=tel1],
  #entryForm textarea[name=tel1] {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=tel1],
  #entryForm textarea[name=tel1] {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=tel1],
  #entryForm textarea[name=tel1] {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-left: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=tel2],
  #entryForm textarea[name=tel2] {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[name=tel3],
  #entryForm textarea[name=tel3] {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[name=tel3],
  #entryForm textarea[name=tel3] {
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[name=tel3],
  #entryForm textarea[name=tel3] {
    margin-left: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[name=tel3],
  #entryForm textarea[name=tel3] {
    margin-left: 5px;
  }
}
#entryForm input[type=radio], #entryForm input[type=checkbox],
#entryForm textarea[type=radio],
#entryForm textarea[type=checkbox] {
  display: none;
}
#entryForm input:checked + span.mwform-radio-field-text,
#entryForm textarea:checked + span.mwform-radio-field-text {
  background: #006EFF !important;
  color: #fff !important;
  border-color: #006EFF !important;
}
#entryForm input[type=text],
#entryForm textarea {
  background: #F5F5F2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-top: 15px;
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-top: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-bottom: 15px;
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-bottom: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-left: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-left: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-right: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text],
  #entryForm textarea {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-left: 10px;
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-right: 10px;
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm input[type=text][name=tel1], #entryForm input[type=text][name=tel2], #entryForm input[type=text][name=tel3],
  #entryForm textarea[name=tel1],
  #entryForm textarea[name=tel2],
  #entryForm textarea[name=tel3] {
    padding-right: 20px;
  }
}
#entryForm textarea {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field + .horizontal-item {
    margin-left: 0px;
    margin-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field + .horizontal-item {
    margin-left: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field + .horizontal-item {
    margin-left: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field + .horizontal-item {
    margin-left: 0px;
  }
}
#entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-top-left-radius: 4px;
    border-top-left-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-top-left-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-top-left-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-top-left-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-bottom-left-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-bottom-left-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text {
    border-bottom-left-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-top-right-radius: 4px;
    border-top-right-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-top-right-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-top-right-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-top-right-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-bottom-right-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-bottom-right-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text {
    border-bottom-right-radius: 4px;
  }
}
#entryForm .mwform-radio-field-text {
  color: #C8C8C8;
  font-weight: 700; /* bold */
  box-sizing: border-box;
  border: solid 1px #C8C8C8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field-text {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field-text {
    width: 140px;
    width: calc(140 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field-text {
    width: 250px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    width: calc(250 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .mwform-radio-field-text {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field-text {
    height: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    height: calc(80 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .mwform-radio-field-text {
    height: 80px;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .mwform-radio-field-text:hover {
    background: #76b1ff;
    color: #fff;
    border-color: #76b1ff;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy {
    margin-bottom: 10px;
  }
}
#entryForm .privacy label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#entryForm .privacy label:after {
  content: "";
  display: inline-block;
  background: #F5F5F2;
}
@media screen and (max-width: 768px) {
  #entryForm .privacy label:after {
    width: 30px;
    width: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy label:after {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy label:after {
    width: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy label:after {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy label:after {
    height: 30px;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy label:after {
    height: 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy label:after {
    height: calc(46 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy label:after {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy label:after {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy label:after {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy label:after {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy label:after {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy label:after {
    margin-left: 10px;
    margin-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy label:after {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy label:after {
    margin-left: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy label:after {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy label:hover .mwform-checkbox-field-text:before {
    opacity: 0.3;
  }
}
#entryForm .privacy .mwform-checkbox-field-text {
  font-weight: 700; /* bold */
  position: relative;
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text {
    width: 200px;
    width: calc(200 / 375 * 100vw);
  }
}
#entryForm .privacy .mwform-checkbox-field-text:after {
  content: "※";
  color: #006EFF;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    margin-left: 4px;
    margin-left: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    margin-left: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:after {
    margin-left: 5px;
  }
}
#entryForm .privacy .mwform-checkbox-field-text:before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/recruit2024/icon-check-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    width: 30px;
    width: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    width: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    height: 30px;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    height: 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    height: calc(46 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    top: 7px;
    top: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    top: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    top: calc(-10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    right: -40px;
    right: calc(-40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    right: -90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    right: calc(-90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy .mwform-checkbox-field-text:before {
    right: -90px;
  }
}
#entryForm .privacy input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}
#entryForm .privacy:has(.error) label:after {
  background: #ffdddd;
  color: #f53131;
  border-color: #f53131;
}
#entryForm .privacy:has(.error) .error {
  display: none;
}
#entryForm .privacy-link {
  color: #5F84FF;
  font-weight: 700; /* bold */
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #entryForm .privacy-link {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy-link {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .privacy-link {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .privacy-link {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .privacy-link {
    margin-bottom: calc(90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .privacy-link {
    margin-bottom: 90px;
  }
}
#entryForm .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#entryForm .btns input[type=submit] {
  border: solid 1px #006eff;
  color: #006EFF;
  font-weight: 700; /* bold */
  position: relative;
  transition: all 0.5s ease 0.3s;
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-4.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit] {
    width: 290px;
    width: calc(290 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit] {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit] {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit] {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit] {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit] {
    height: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit] {
    height: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit] {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit] {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit] {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit] {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit] {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit] {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit] {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit] {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit] {
    background-size: 2.1333333333vw 3.2vw;
    background-position: center right 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit] {
    background-size: 0.5263157895vw 0.7894736842vw;
    background-position: center right 1.3157894737vw;
  }
}
#entryForm .btns input[type=submit][name=submitBack] {
  color: #676767;
  border-color: #DCDCDC;
  background-color: #DCDCDC;
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-5.svg);
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    margin-top: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    margin-top: calc(38 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    width: 290px;
    width: calc(290 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    height: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    height: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    background-position: center left 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit][name=submitBack] {
    background-position: center left 1.3157894737vw;
  }
}
@media screen and (min-width: 769px) {
  #entryForm .btns input[type=submit]:hover {
    background-color: rgb(0, 110, 255);
    scale: 1.05;
    transition: all 0.5s ease;
    color: #fff;
    background-image: url(../../assets/images/recruit2024/icon-arrow-right-1.svg);
  }
  #entryForm .btns input[type=submit]:hover[name=submitBack] {
    background-image: url(../../assets/images/recruit2024/icon-arrow-right-6.svg);
    background-color: #969696;
  }
}
#entryForm .mw_wp_form_preview .form-body {
  display: none;
}
#entryForm .mw_wp_form_preview .required:after {
  content: "";
}
#entryForm .complete-msg {
  display: none;
}
#entryForm:has(.mw_wp_form_complete) .form-body {
  display: none;
}
#entryForm:has(.mw_wp_form_complete) .complete-msg {
  display: block;
}
