.theme-nc .sc-s-apply {
  position: relative;
}

.theme-nc .sc-s-apply .form-step-wrapper {
  max-width: 400px;
  margin: 15px auto;
}

.theme-nc .sc-s-apply h2,
.theme-nc .sc-s-apply .h2,
.theme-nc .sc-s-apply h3,
.theme-nc .sc-s-apply .h3,
.theme-nc .sc-s-apply h4,
.theme-nc .sc-s-apply .h4,
.theme-nc .sc-s-apply h5,
.theme-nc .sc-s-apply .h5 {
  font-family: "kurious-looped";
  font-weight: bold;
  line-height: 1.4;

  color: white;
}

.theme-nc .sc-s-apply h2 {
  line-height: 1.3;
  margin-bottom: 10px;
}

.theme-nc .sc-s-apply h5,
.theme-nc .sc-s-apply .h5 {
  font-size: 18px;
}

.theme-nc .sc-s-apply .sc-inner {
  position: relative;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
}

.theme-nc .sc-s-apply .c-blue {
  color: #4CD6C3 !important;
}

.theme-nc .icon-time.blue:before {
  color: #40e8d1;
}

.theme-nc .sc-s-apply .sc-layout {
  display: flex;
  flex-direction: row;
}

.theme-nc .sc-s-apply .sc-layout .sc-kplus,
.theme-nc .sc-s-apply .sc-layout .sc-form {
  width: 100%;
}

/* .theme-nc .sc-s-apply:before,
.theme-nc .sc-s-apply:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.theme-nc .sc-s-apply:before {
  left: 0;
  background: url(../img/droplead/bg-kplus.png), #465968;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.theme-nc .sc-s-apply:after {
  right: 0;
  background: url(../img/droplead/bg-form.png), rgb(48,162,131);
  background: url(../img/droplead/bg-form.png),  -moz-linear-gradient(90deg, rgba(48,162,131,1) 0%, rgba(41,214,182,1) 100%);
  background: url(../img/droplead/bg-form.png),  -webkit-linear-gradient(90deg, rgba(48,162,131,1) 0%, rgba(41,214,182,1) 100%);
  background: url(../img/droplead/bg-form.png), linear-gradient(90deg, rgba(48,162,131,1) 0%, rgba(41,214,182,1) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
} */

.theme-nc .sc-s-apply .action {
  width: 100%;
  max-width: 400px;

  margin-left: auto;
  margin-right: auto;
}

.theme-nc .sc-s-apply .action .btn {
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.02);
}

.theme-nc .sc-s-apply .action .btn:hover {
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.theme-nc .sc-s-apply .notice i,
.theme-nc .sc-s-apply .notice span {
  vertical-align: middle;
}

.theme-nc .sc-s-apply .notice i {
  display: inline-block;
  margin-right: 5px;

  line-height: 1.3;
}

.theme-nc .sc-s-apply .notice span {
  line-height: 1.4;
}

.theme-nc .sc-s-apply .sc-kplus .notice {
  margin-top: 16px;
  color: #40e8d1;
  font-family: "kurious-looped";
}

.theme-nc .sc-s-apply .sc-form .notice {
  color: white
}

.theme-nc .sc-s-apply .sc-kplus ul {
  display: inline-block;
  margin: 30px 0 0 0;
}

.theme-nc .sc-s-apply .sc-kplus ul li {
  font-family: "kurious-looped";
  font-size: 18px;
  color: white;

  text-align: left;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.theme-nc .sc-s-apply .sc-kplus ul li {
  margin-bottom: 50px;
}

.theme-nc .sc-s-apply .sc-kplus ul li:last-child {
  margin-bottom: 69px;
}

.theme-nc .sc-s-apply .sc-kplus ul li .image {
  display: inline-flex;
  align-items: center;

  min-width: 65px;
  min-height: 35px;

  padding-left: 10px;
  border-left: solid 4px #46C2B1;
}

.theme-nc .sc-s-apply .sc-kplus ul li .image,
.theme-nc .sc-s-apply .sc-kplus ul li span {
  vertical-align: middle;
}

.theme-nc .sc-s-apply .sc-kplus .action {
  margin-top: 69px;
}

.theme-nc .sc-s-apply .sc-kplus .action .btn {
  width: 100%;
  background: #46C2B1;
  font-weight: 600;
}

.theme-nc .sc-s-apply .sc-kplus .action .btn.disabled {
  background: #AAAAAA;
  opacity: 0.6;
}

.theme-nc .sc-s-apply .sc-step {
  position: relative;
  z-index: 10;
}

.theme-nc .sc-s-apply .previous {
  text-align: center;
}

.theme-nc .sc-s-apply .previous .link {
  font-size: 18px;
  font-weight: 600;
}

.theme-nc .sc-s-apply .field input[type="checkbox"] {
  padding: 0;
}

.theme-nc .sc-s-apply .field input[type="checkbox"] + .choice-name {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  padding-left: 30px;
}

@media screen and (max-width: 1023px) {
  .theme-nc .sc-s-apply:before,
  .theme-nc .sc-s-apply:after {
    content: none;
  }

  .theme-nc .sc-s-apply .container {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-nc .sc-s-apply .sc-layout {
    flex-direction: column;
  }

  .theme-nc .sc-s-apply .sc-layout .sc-kplus,
  .theme-nc .sc-s-apply .sc-layout .sc-form {
    position: relative;
  }

  .theme-nc .sc-s-apply .sc-layout .sc-kplus:before,
  .theme-nc .sc-s-apply .sc-layout .sc-form:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .theme-nc .sc-s-apply .sc-layout .sc-kplus:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;

    background: url(../img/droplead/bg-kplus.png), #465968;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
  }

  .theme-nc .sc-s-apply .sc-layout .sc-form:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    
    /* background: url(../img/droplead/bg-form.png), #29D6B6;
    background: url(../img/droplead/bg-form.png), -moz-linear-gradient(left, #29D6B6 0%, #30A283 100%);
    background: url(../img/droplead/bg-form.png), -webkit-linear-gradient(left, #29D6B6 0%, #30A283 100%);
    background: url(../img/droplead/bg-form.png), linear-gradient(to right, #29D6B6 0%, #30A283 100%); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
  }

  .theme-nc .sc-s-apply .sc-kplus:after {
    top: 100%;
  }

  .theme-nc .sc-s-apply .notice i {
    margin-top: 0;
  }

  .theme-nc .sc-s-apply .previous {
    text-align: center;
  }

  .theme-nc .sc-form:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url('../img/droplead/bg-droplead@2x.jpg') no-repeat;
    background-size: cover;
  }

  .theme-nc .sc-or {
    top: unset;
  }
}

@media screen and (max-width: 374px) {
  .theme-nc .sc-s-apply h5,
  .theme-nc .sc-s-apply .h5 {
    font-size: 16px;
  }

  .theme-nc .sc-s-apply .sc-kplus .notice {
    font-size: 13px;
  }
}

/******************/
/****** FORM ******/
/******************/

.theme-nc .sc-s-apply fieldset {
  border: none;

  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.theme-nc .sc-s-apply .field input {
  width: 100%;
  height: 50px;

  color: #333;
  line-height: normal;
  padding: 15px 20px;

  background-color: #fff;
  border: 0;
  border-radius: 25px;

  font-family: "kurious-looped";
  font-weight: normal;
  font-size: 16px;
}

.theme-nc .sc-s-apply .field input:disabled {
  background-color: #DDDDDD;
}

.theme-nc .sc-s-apply .field .select2-selection__rendered {
  padding-left: 20px;
  text-align: left;
}

.theme-nc .sc-s-apply .field .select2-selection__rendered .select2-selection__placeholder {
  color: #999999;
}

.theme-nc .sc-s-apply .field .select2-results__option {
  text-align: left;
}

.theme-nc .sc-s-apply .field .input.required {
  margin-bottom: 16px;
}

.theme-nc .sc-s-apply .field .input.required:after {
  content: "\e90e";
  font-size: 25px;
  font-family: 'icongarage';
  position: absolute;
  right: 20px;
  top: 6px;
  color: red;
}

.theme-nc .sc-s-apply .field .input.required input {
  border: 2px solid red;
  color: red;
}

.theme-nc .sc-s-apply .field .input .text-required {
  display: none;
}

.theme-nc .sc-s-apply .field .input.required .text-required {
  display: block;
  font-size: 11px;
  color: white;
  background-color: red;
  width: auto;
  padding: 2px 10px;
  position: absolute;
  right: 12px;
  bottom: -24px;
  border-radius: 10px;
}

.theme-nc .sc-s-apply .field .input.required input::-webkit-input-placeholder {
  color: red;
}

.theme-nc .sc-s-apply .field .input.required input:-ms-input-placeholder {
  color: red;
}

.theme-nc .sc-s-apply .field .input.required input::placeholder {
  color: red;
}

.theme-nc .sc-s-apply .consent {
  font-size: 13px;
  font-weight: normal;
  color: white;
  text-align: left;

  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 35px;

  padding-left: 20px;
  padding-right: 20px;
}

.theme-nc .sc-s-apply .sc-form .action {
  margin-top: auto;
}

.theme-nc .sc-s-apply .sc-step[data-step="2"] .action {
  margin-top: 30px;
}

.theme-nc .sc-s-apply .sc-form .action .btn {
  width: 100%;
  background: #00563A;
  font-weight: 600;
  font-family: "kurious-looped";
  font-size: 18px;
}

.theme-nc .sc-s-apply .sc-form .action .btn:hover {
  background: #003626;
}

.theme-nc .sc-s-apply .sc-form .action .btn .ic{
  font-size: 24px;
  margin-left: 4px;
}

.theme-nc .sc-s-apply .action .btn .ic {
  font-size: 24px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.theme-nc .sc-s-apply .field,
.theme-nc .sc-s-apply .sc-form .action,
.theme-nc .sc-s-apply .sc-step[data-step="2"] .action {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  
  .theme-nc .sc-s-apply .sc-step[data-step="2"] .notice,
  .theme-nc .sc-s-apply .sc-form .notice {
    font-size: 13px;
  }

  .theme-nc .sc-s-apply .consent {
    font-size: 13px;
    padding: 0;
    margin-bottom: 20px;
  }

  .theme-nc .sc-s-apply .sc-step[data-step="2"] .sc-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .theme-nc .sc-s-apply .sc-step[data-step="2"] .action {
    margin-top: 10px;
  }

  .theme-nc .sc-s-apply .sc-step[data-step="2"] .action.previous {
    margin-top: 20px;
  }
}

/************************/
/****** TRANSITION ******/
/************************/

.theme-nc .sc-s-apply {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}

.theme-nc .sc-s-apply[data-step="1"]:after {
  width: 50%;

  -webkit-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  -moz-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  -ms-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  transition: all 600ms cubic-bezier(.04,.88,.67,.99);
}

.theme-nc .sc-s-apply[data-step="2"]:after {
  width: 100%;

  -webkit-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  -moz-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  -ms-transition: all 600ms cubic-bezier(.04,.88,.67,.99);
  transition: all 600ms cubic-bezier(.04,.88,.67,.99);
}

.theme-nc .sc-s-apply .sc-step[data-step="1"] {
  position: relative;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  opacity: 1;
  visibility: visible;

  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
}

.theme-nc .sc-s-apply .sc-step[data-step="1"].abs {
  position: absolute;
  z-index: 20;

  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.theme-nc .sc-s-apply .sc-step[data-step="1"].abs.go {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);

  opacity: 0;
  visibility: hidden;
}

.theme-nc .sc-s-apply .sc-step[data-step="2"] {
  position: absolute;
  z-index: 20;

  top: 0;
  left: 0;
  width: 100%;
  height: auto;

  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);

  opacity: 0;
  visibility: hidden;

  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
}

.theme-nc .sc-s-apply .sc-step[data-step="2"].go {
  position: relative;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  opacity: 1;
  visibility: visible;
}

.theme-nc .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.theme-nc .select2-container--open .select2-dropdown--below  {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-bottom: 15px;
}

.theme-nc .select2-container--open .select2-dropdown--above {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 15px;
}

.theme-nc .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .theme-nc .sc-s-apply .sc-step[data-step="1"].abs.go {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  
  .theme-nc .sc-s-apply .sc-step[data-step="2"] {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}