.check_before_apply {
  margin-top: 2rem;
}
.check_before_apply .text {
  border: 2px solid #000;
  border-radius: 1rem;
  padding: 1rem 5rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .check_before_apply .text {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.check_before_apply .text span {
  text-indent: -2em;
  padding-left: 2em;
  display: inline-block;
}

#applyForm {
  margin-left: auto;
  margin-right: auto;
  width: 100rem;
  max-width: 100%;
}

.block_error,
.form label.error {
  font-size: 0.9em;
  display: block;
  color: #f00;
  width: 100%;
}
.block_error strong,
.form label.error strong {
  color: #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .block_error strong,
  .form label.error strong {
    display: block;
    padding-left: 1em;
  }
}
.block_error strong a,
.form label.error strong a {
  color: inherit;
  text-decoration: none;
}

.form_step_wrap {
  margin-top: 3rem;
}

.form_step {
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}
.form_step span {
  display: block;
  margin: 0 auto;
  background-color: #00a9ff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.15em;
  border-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  .form_step span {
    font-size: 2.4rem;
    padding: 1rem 0;
    padding-top: 0.5rem;
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .form_step span {
    font-size: 4.5rem;
    width: 30rem;
  }
}

.progressbar-wrap {
  margin: 3em 0;
}
.progressbar-wrap .progressbar {
  display: flex;
  max-width: 60rem;
  margin: 0 auto;
  counter-reset: step;
}
.progressbar-wrap .progressbar li {
  list-style-type: none;
  width: 33%;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .progressbar-wrap .progressbar li {
    font-size: 1.4rem;
  }
}
.progressbar-wrap .progressbar li::before {
  width: 5rem;
  height: 5rem;
  content: "";
  line-height: 1;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 1rem;
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.progressbar-wrap .progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -50%;
  z-index: 0;
  border-top: 2px dashed;
}
.progressbar-wrap .progressbar li:first-child:after {
  content: none;
}
.progressbar-wrap .progressbar li.active {
  color: var(--color-primary);
}
.progressbar-wrap .progressbar li.active:before {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.progressbar-wrap .progressbar li.active:after {
  color: var(--color-primary);
}
.progressbar-wrap .progressbar li .contact-section .contact-form .progressbar {
  counter-reset: step;
}
.progressbar-wrap .progressbar li:before {
  content: "0" counter(step);
  counter-increment: step;
  color: #7d7d7d;
}

.tab {
  display: none;
}
.tab.current {
  display: block;
}

.form_wrap .not-allow-file {
  display: none !important;
}
.form_wrap .form-item-note {
  margin-top: 1.25rem;
  border: 0.1rem solid #ffff44;
  padding: 1em;
  border-radius: 6px;
  background: #fffff0;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .form_wrap .form-item-note {
    font-size: 1.5rem;
  }
}
.form_wrap .form-item-note_box {
  background-color: #ffffc7;
  position: relative;
  margin-top: 4.5rem;
  padding: 0.5em 1em;
  border-width: 0.5rem;
}
.form_wrap .form-item-note_box .box_title {
  position: absolute;
  display: inline-block;
  top: 0;
  transform: translateY(-100%);
  left: -0.5rem;
  padding: 0 2rem;
  padding-bottom: 0.5rem;
  background: #ffff44;
  font-weight: bold;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .form_wrap .form-item-note_box .box_title {
    height: 3.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .form_wrap .form-item-note_box .box_title {
    font-size: 1.8rem;
    height: 4rem;
    line-height: 3.5rem;
  }
}
.form_wrap .form_contact_wrap {
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
  border: 0.5rem solid #00a9ff;
  background: #fffff0;
  filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767px) {
  .form_wrap .form_contact_wrap {
    font-size: 1.5rem;
    padding: 1em 1.5rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form_wrap .form_contact_wrap {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5em 3rem;
    border-radius: 2rem;
  }
}
.form_wrap .form_contact_wrap .contact_wrap_ttl {
  color: #00a9ff;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .form_wrap .form_contact_wrap .contact_group_hr {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 1rem;
  }
}
.form_wrap .form_contact_wrap .contact {
  margin-top: 1rem;
  font-weight: bold;
}
.form_wrap .form_contact_wrap .contact a {
  width: 22rem;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 1rem;
  text-decoration: none;
  transition: 0.3s;
}
.form_wrap .form_contact_wrap .contact a:hover {
  filter: drop-shadow(0 0 0.5rem #000);
}
.form_wrap .form_contact_wrap .contact_tel a {
  background-color: #06259e;
}
.form_wrap .form_contact_wrap .contact_email a {
  background-color: #ff0000;
}
.form_wrap .form_contact_wrap .contact_line a {
  background-color: #00b900;
}
.form_wrap .form-item {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.1rem solid #00a9ff;
}
@media screen and (max-width: 767px) {
  .form_wrap .form-item {
    flex-direction: column;
    border-radius: 0.5rem;
  }
}
.form_wrap .form-item .form-item-label {
  background-color: #00a9ff;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form_wrap .form-item .form-item-label {
    width: 25rem;
    min-height: 6.5rem;
  }
}
.form_wrap .form-item .form-item-label .optional,
.form_wrap .form-item .form-item-label .required {
  background-color: #f00;
  color: #fff;
  margin-left: 1rem;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
}
.form_wrap .form-item .form-item-label .optional {
  background-color: #f7f7f7;
  color: #434343;
}
.form_wrap .form-item .form-item-input {
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .form_wrap .form-item .form-item-input {
    width: calc(100% - 25rem);
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.form_wrap .form-item .form-item-note {
  width: 100%;
}
.form_wrap input[type=text],
.form_wrap input[type=tel],
.form_wrap input[type=number],
.form_wrap input[type=email],
.form_wrap input[type=date],
.form_wrap input[type=time],
.form_wrap input[type=date-time],
.form_wrap select,
.form_wrap textarea {
  font: inherit;
  display: block;
  width: 100%;
  min-height: 5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 0.1rem solid #d1d1d1;
}
.form_wrap input[type=radio],
.form_wrap input[type=checkbox] {
  transform: scale(1.6);
  margin-right: 1rem;
}
.form_wrap select {
  color: inherit;
  height: 5rem;
  max-width: 30rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form_wrap input[type=file] {
  font: inherit;
  color: inherit;
}
.form_wrap input[type=file]::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  background: #fffff0;
  height: 3.7rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
}
.form_wrap .radio-list {
  display: flex;
  gap: 2rem;
  min-height: 4rem;
}
.form_wrap .radio-list .form-check {
  display: flex;
  align-items: center;
}
.form_wrap .input-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.form_wrap .input-group input {
  max-width: 30rem;
}
.form_wrap .input-group-zip input {
  max-width: 12rem;
}
.form_wrap .form-item-before-send {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: none;
}
.form_wrap .box-apple {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 0, 0, 0.6588235294);
  border-radius: 8px;
}
.form_wrap .box-apple p {
  color: #fff;
}
.form_wrap .box-apple .box-apple__ttl {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.form_wrap .form-action {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form_wrap .form-action {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form_wrap .form-action {
    gap: 2rem;
  }
}
.form_wrap .form-action .form-btn {
  display: block;
  width: 30rem;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  max-width: 22rem;
  width: 100%;
  height: auto;
  border-radius: 50px;
  font-weight: 600;
  text-shadow: none;
  border: 0.2rem solid #fff;
  transition: 0.1s ease-in-out;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  filter: drop-shadow(0 0 1rem var(--color-primary));
}
.form_wrap .form-action .form-btn:hover {
  filter: drop-shadow(0 0 1rem #ffff01);
}
.form_wrap .form-action .form-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .form_wrap .form-action .form-btn::after {
    right: 1.2rem;
  }
}
.form_wrap .form-action .form-btn.previous::after {
  right: inherit;
  left: 2rem;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .form_wrap .form-action .form-btn {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .form_wrap .form-action .form-btn {
    padding: 1.7rem 2rem;
    font-size: 1.8rem;
  }
}
.form_wrap .file-wrap input[type=file] {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  width: 100%;
}
.form_wrap .file-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.form_wrap .file-item + .file-item {
  margin-top: 2rem;
}
.form_wrap .id_card_label {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .form_wrap .id_card_label {
    width: 12rem;
  }
}
.form_wrap .id_card_preview {
  border: 1px solid #00a9ff;
  padding: 0.5rem;
  width: 20rem;
}
.form_wrap .id_card_preview img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 20rem;
}
.form_wrap .id_card_input {
  display: block;
}
.form_wrap .agree-wrap input {
  position: relative;
  top: 2px;
}
.form_wrap .agree-wrap {
  margin-top: 2rem;
}
.form_wrap .agree-wrap .input-group {
  justify-content: center;
  font-weight: bold;
}
.form_wrap input[type=submit][disabled] {
  background: #94a3b1 !important;
  cursor: default;
  color: #fff;
  border: 2px solid #5f5f5f;
}
.form_wrap input[type=submit][disabled]:hover {
  opacity: 1;
}

#form-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  gap: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.cv-spinner {
  width: 8rem;
  height: 8rem;
  display: block;
}

.spinner {
  display: block;
  width: 8rem;
  height: 8rem;
  border: 0.4rem #ddd solid;
  border-top: 0.4rem #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#form-loading.active {
  display: flex;
}

.c-line {
  color: #06c755;
}

@media screen and (max-width: 767px) {
  .form-item-note {
    padding: 0.75em;
  }
}
.form-item-note ul {
  margin-top: 0.5rem;
}

.form-item-note ul:not(.group-btn-contact) li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.form-item-note ul:not(.group-btn-contact) li.mb1 {
  margin-bottom: 0.7em;
}

.form-item-note p {
  margin-top: 0.5rem;
}

.form-item-note ul:first-child,
.form-item-note p:first-child {
  margin-top: 0;
}

.thanks-text {
  text-align: center;
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .thanks-text {
    padding: 0 2rem;
  }
}

.form.confirm .file-item {
  align-items: flex-start;
}

.form-item-col {
  flex-direction: column;
}
.form-item-col .form-item-input {
  margin-left: 0;
}

.caution {
  max-width: 54rem;
  margin: 0 auto;
  background: #ef101d;
  padding: 1rem 2rem;
  color: #ffff01;
  font-size: 2rem;
  border-radius: 1rem;
  margin-top: 3rem;
}

#credit-card-info {
  display: none;
  padding-top: 0.5rem;
}
#credit-card-info .form-item {
  border: none;
}
#credit-card-info .form-item .form-item-label {
  background: none;
  color: #00a9ff;
  min-height: auto;
  padding-left: 0;
}
#credit-card-info .form-item .form-item-input {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #credit-card-info .form-check {
    width: 7rem;
    margin-left: 0;
    margin-bottom: 0.7rem;
  }
}

.checkbox-group {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 2.5rem;
}
.checkbox-group p {
  margin-bottom: 1rem;
}/*# sourceMappingURL=form.css.map */