@charset "UTF-8";
/* ======================================================================
 step-form
====================================================================== */
#p-new-graduate-ebook-form .step-form__content + .step-form__speech:before,
#p-new-graduate-ebook-form .step-form__speech:first-of-type:before,
#p-new-graduate-form .step-form__content + .step-form__speech:before,
#p-new-graduate-form .step-form__speech:first-of-type:before {
  background-image: url(../img/common/step-form-agent-2.png);
}
#p-new-graduate-ebook-form
  .step-form__radio--col-2
  .mwform-radio-field
  label:hover
  .mwform-radio-field-text,
#p-new-graduate-form
  .step-form__radio--col-2
  .mwform-radio-field
  label:hover
  .mwform-radio-field-text {
  border-color: #2cb998;
}
#p-new-graduate-ebook-form
  .step-form__radio--col-2
  .mwform-radio-field
  label:checked
  + .mwform-radio-field-text,
#p-new-graduate-form
  .step-form__radio--col-2
  .mwform-radio-field
  label:checked
  + .mwform-radio-field-text {
  border-color: #2cb998;
}
#p-new-graduate-ebook-form input:checked + .mwform-radio-field-text,
#p-new-graduate-form input:checked + .mwform-radio-field-text {
  background: #e9f7f5;
}
#p-new-graduate-ebook-form input:checked + .mwform-radio-field-text:before,
#p-new-graduate-form input:checked + .mwform-radio-field-text:before {
  border: solid 0.375rem #2cb998;
}
#p-new-graduate-ebook-form .step-form__speech,
#p-new-graduate-form .step-form__speech {
  background: #e9f7f5;
}
#p-new-graduate-ebook-form
  .step-form__input-text
  input:not(:-moz-placeholder-shown),
#p-new-graduate-ebook-form
  .step-form__input-text--col-2
  input:not(:-moz-placeholder-shown),
#p-new-graduate-form .step-form__input-text input:not(:-moz-placeholder-shown),
#p-new-graduate-form
  .step-form__input-text--col-2
  input:not(:-moz-placeholder-shown) {
  border: solid 0.0625rem #2cb998;
}
#p-new-graduate-ebook-form
  .step-form__input-text
  input:not(:-ms-input-placeholder),
#p-new-graduate-ebook-form
  .step-form__input-text--col-2
  input:not(:-ms-input-placeholder),
#p-new-graduate-form .step-form__input-text input:not(:-ms-input-placeholder),
#p-new-graduate-form
  .step-form__input-text--col-2
  input:not(:-ms-input-placeholder) {
  border: solid 0.0625rem #2cb998;
}
#p-new-graduate-ebook-form .step-form__input-text input:not(:placeholder-shown),
#p-new-graduate-ebook-form
  .step-form__input-text--col-2
  input:not(:placeholder-shown),
#p-new-graduate-form .step-form__input-text input:not(:placeholder-shown),
#p-new-graduate-form
  .step-form__input-text--col-2
  input:not(:placeholder-shown) {
  border: solid 0.0625rem #2cb998;
}
#p-new-graduate-ebook-form .step-form__input-text input.is-error,
#p-new-graduate-ebook-form .step-form__input-text--col-2 input.is-error,
#p-new-graduate-ebook-form .step-form__input-text input.error,
#p-new-graduate-ebook-form .step-form__input-text--col-2 input.error,
#p-new-graduate-form .step-form__input-text input.is-error,
#p-new-graduate-form .step-form__input-text--col-2 input.is-error,
#p-new-graduate-form .step-form__input-text input.error,
#p-new-graduate-form .step-form__input-text--col-2 input.error {
  border: solid 0.0625rem #da2414;
  background: #fdf4f3 url(../img/common/i-form-ng.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
#p-new-graduate-ebook-form .step-form__input-text input.valid,
#p-new-graduate-ebook-form .step-form__input-text--col-2 input.valid,
#p-new-graduate-form .step-form__input-text input.valid,
#p-new-graduate-form .step-form__input-text--col-2 input.valid {
  border: solid 0.0625rem #2cb998;
  background: #e9f7f5 url(../img/common/i-form-ok-2.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
#p-new-graduate-ebook-form .step-form__input-text input:not(.error):focus,
#p-new-graduate-ebook-form
  .step-form__input-text--col-2
  input:not(.error):focus,
#p-new-graduate-form .step-form__input-text input:not(.error):focus,
#p-new-graduate-form .step-form__input-text--col-2 input:not(.error):focus {
  border: solid 0.0625rem #2cb998;
  background: #e9f7f5;
}
#p-new-graduate-ebook-form .step-form__select select:placeholder,
#p-new-graduate-ebook-form .step-form__select-col--2 select:placeholder,
#p-new-graduate-ebook-form .step-form__select-col--1 select:placeholder,
#p-new-graduate-form .step-form__select select:placeholder,
#p-new-graduate-form .step-form__select-col--2 select:placeholder,
#p-new-graduate-form .step-form__select-col--1 select:placeholder {
  color: #aaa;
}
#p-new-graduate-ebook-form .step-form__select select.is-error,
#p-new-graduate-ebook-form .step-form__select-col--2 select.is-error,
#p-new-graduate-ebook-form .step-form__select-col--1 select.is-error,
#p-new-graduate-ebook-form .step-form__select select.error,
#p-new-graduate-ebook-form .step-form__select-col--2 select.error,
#p-new-graduate-ebook-form .step-form__select-col--1 select.error,
#p-new-graduate-form .step-form__select select.is-error,
#p-new-graduate-form .step-form__select-col--2 select.is-error,
#p-new-graduate-form .step-form__select-col--1 select.is-error,
#p-new-graduate-form .step-form__select select.error,
#p-new-graduate-form .step-form__select-col--2 select.error,
#p-new-graduate-form .step-form__select-col--1 select.error {
  border: solid 0.0625rem #da2414;
  background: #fdf4f3 url(../img/common/i-form-ng.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
#p-new-graduate-ebook-form .step-form__select select.valid,
#p-new-graduate-ebook-form .step-form__select-col--2 select.valid,
#p-new-graduate-ebook-form .step-form__select-col--1 select.valid,
#p-new-graduate-form .step-form__select select.valid,
#p-new-graduate-form .step-form__select-col--2 select.valid,
#p-new-graduate-form .step-form__select-col--1 select.valid {
  border: solid 0.0625rem #2cb998;
  background: #e9f7f5 url(../img/common/i-form-ok-2.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
#p-new-graduate-ebook-form .step-form__select select:not(.error):focus,
#p-new-graduate-ebook-form .step-form__select-col--2 select:not(.error):focus,
#p-new-graduate-ebook-form .step-form__select-col--1 select:not(.error):focus,
#p-new-graduate-form .step-form__select select:not(.error):focus,
#p-new-graduate-form .step-form__select-col--2 select:not(.error):focus,
#p-new-graduate-form .step-form__select-col--1 select:not(.error):focus {
  border: solid 0.0625rem #2cb998;
  background: #e9f7f5;
}

[data-form-step] {
  display: none;
}
[data-form-step].is-current {
  min-height: 100vh;
}

.step-form {
  margin: auto;
  padding: 5.9375rem 0.9375rem 6.5625rem 6.25rem;
  max-width: 52.8125rem;
}
@media screen and (max-width: 47.9375rem) {
  .step-form {
    padding: 10.9375rem 0.9375rem 2.5rem;
    max-width: 100%;
  }
}
.step-form label.error {
  margin: 0.625rem 0 0;
  color: #da2414;
  font-size: 0.875rem;
}

.step-form__item {
  margin: 4.6875rem auto 0;
}
.step-form__item > * + * {
  margin-top: 2.5rem;
}
.step-form__item p:empty {
  display: none;
}

.step-form__speech {
  padding: 1.875rem 2.5rem;
  max-width: 31.25rem;
  border-radius: 0 1.5625rem 1.5625rem 1.5625rem;
  background: #dbf0ff;
  font-size: 1rem;
  line-height: 1.5625;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__speech {
    margin: 0 0 0 auto;
    padding: 1.875rem;
    max-width: calc(100% - 6.375rem);
    font-size: 0.875rem;
  }
}
.step-form__speech + .step-form__speech {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__speech + .step-form__speech {
    margin: 1.25rem 0 0 auto;
  }
}
.step-form__speech a {
  color: #3598de;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (hover: hover) {
  .step-form__speech a:hover {
    text-decoration: none;
  }
}

.step-form__content + .step-form__speech,
.step-form__speech:first-of-type {
  position: relative;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__content + .step-form__speech,
  .step-form__speech:first-of-type {
    margin: 2.5rem 0 0 auto;
  }
}
.step-form__content + .step-form__speech:before,
.step-form__speech:first-of-type:before {
  position: absolute;
  top: 0;
  left: -5.3125rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 624.9375rem;
  background: url(../img/common/step-form-agent.png) no-repeat center/cover;
  content: "";
}
@media screen and (max-width: 47.9375rem) {
  .step-form__content + .step-form__speech:before,
  .step-form__speech:first-of-type:before {
    left: -6.375rem;
    width: 5.625rem;
    height: 5.625rem;
  }
}

.step-form__content {
  padding: 1.875rem 2.5rem;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #f7f7f7;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__content {
    padding: 1.875rem;
  }
}
.step-form__content > *:first-child {
  margin-top: 0;
}

.step-form__button,
.step-form__submit {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__button,
  .step-form__submit {
    margin: 2.5rem auto 0;
  }
}

.step-form__radio,
.step-form__radio--col-3,
.step-form__radio--col-2 {
  display: grid;
  grid-template-columns: min(26.25rem, 100%);
  gap: 1.25rem 1.875rem;
}
.step-form__radio .horizontal-item + .horizontal-item.horizontal-item,
.step-form__radio--col-3 .horizontal-item + .horizontal-item.horizontal-item,
.step-form__radio--col-2 .horizontal-item + .horizontal-item.horizontal-item {
  margin-left: 0;
}
.step-form__radio .mwform-radio-field label,
.step-form__radio--col-3 .mwform-radio-field label,
.step-form__radio--col-2 .mwform-radio-field label {
  position: relative;
  display: block;
  margin: 0;
  padding: 1.0625rem 0.9375rem;
  width: 100%;
}
@media (hover: hover) {
  .step-form__radio .mwform-radio-field label:hover .mwform-radio-field-text,
  .step-form__radio--col-3
    .mwform-radio-field
    label:hover
    .mwform-radio-field-text,
  .step-form__radio--col-2
    .mwform-radio-field
    label:hover
    .mwform-radio-field-text {
    border: solid 0.0625rem #3598de;
  }
}
.step-form__radio .mwform-radio-field label .mwform-radio-field-text,
.step-form__radio--col-3 .mwform-radio-field label .mwform-radio-field-text,
.step-form__radio--col-2 .mwform-radio-field label .mwform-radio-field-text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 0.9375rem;
  width: 100%;
  height: 100%;
  border: solid 0.0625rem transparent;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.step-form__radio .mwform-radio-field label .mwform-radio-field-text:before,
.step-form__radio--col-3
  .mwform-radio-field
  label
  .mwform-radio-field-text:before,
.step-form__radio--col-2
  .mwform-radio-field
  label
  .mwform-radio-field-text:before {
  margin: 0 0.625rem 0 0;
  width: 1.375rem;
  height: 1.375rem;
  border: solid 0.0625rem #d4d3cb;
  border-radius: 624.9375rem;
  background: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.step-form__radio .mwform-radio-field label input,
.step-form__radio--col-3 .mwform-radio-field label input,
.step-form__radio--col-2 .mwform-radio-field label input {
  visibility: hidden;
}
.step-form__radio
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text,
.step-form__radio--col-3
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text,
.step-form__radio--col-2
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text {
  border: solid 0.0625rem #3598de;
  background: #dbf0ff;
}
.step-form__radio
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text:before,
.step-form__radio--col-3
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text:before,
.step-form__radio--col-2
  .mwform-radio-field
  label
  input:checked
  + .mwform-radio-field-text:before {
  border: solid 0.375rem #3598de;
}

.step-form__radio--col-2 {
  grid-template-columns: repeat(2, min(18.75rem, (100% - 1.875rem) / 2));
}
@media screen and (max-width: 47.9375rem) {
  .step-form__radio--col-2 {
    grid-template-columns: 100%;
  }
}

.step-form__radio--col-3 {
  grid-template-columns: repeat(3, calc((100% - 3.75rem) / 3));
}
@media screen and (max-width: 47.9375rem) {
  .step-form__radio--col-3 {
    grid-template-columns: 100%;
  }
}

.step-form__text {
  margin: 1.25rem 0 0;
}

.step-form__note {
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.step-form__input-text,
.step-form__input-text--col-2 {
  display: grid;
  gap: 1.25rem 1.875rem;
}
.step-form__input-text input,
.step-form__input-text--col-2 input {
  margin: 0.625rem 0 0;
  padding: 1.0625rem 0.9375rem;
  max-width: 26.25rem;
  width: 100%;
  border: solid 0.0625rem transparent;
  border-radius: 0.3125rem;
  background: #fff;
}
.step-form__input-text input::-webkit-input-placeholder,
.step-form__input-text--col-2 input::-webkit-input-placeholder {
  color: #aaa;
}
.step-form__input-text input::-moz-placeholder,
.step-form__input-text--col-2 input::-moz-placeholder {
  color: #aaa;
}
.step-form__input-text input:-ms-input-placeholder,
.step-form__input-text--col-2 input:-ms-input-placeholder {
  color: #aaa;
}
.step-form__input-text input::-ms-input-placeholder,
.step-form__input-text--col-2 input::-ms-input-placeholder {
  color: #aaa;
}
.step-form__input-text input::placeholder,
.step-form__input-text--col-2 input::placeholder {
  color: #aaa;
}
.step-form__input-text input:not(:-moz-placeholder-shown),
.step-form__input-text--col-2 input:not(:-moz-placeholder-shown) {
  border: solid 0.0625rem #3598de;
  background: #dbf0ff;
}
.step-form__input-text input:not(:-ms-input-placeholder),
.step-form__input-text--col-2 input:not(:-ms-input-placeholder) {
  border: solid 0.0625rem #3598de;
  background: #dbf0ff;
}
.step-form__input-text input:not(:placeholder-shown),
.step-form__input-text--col-2 input:not(:placeholder-shown) {
  border: solid 0.0625rem #3598de;
  background: #dbf0ff;
}
.step-form__input-text input.is-error,
.step-form__input-text--col-2 input.is-error,
.step-form__input-text input.error,
.step-form__input-text--col-2 input.error {
  border: solid 0.0625rem #da2414;
  background: #fdf4f3 url(../img/common/i-form-ng.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
.step-form__input-text input.valid,
.step-form__input-text--col-2 input.valid {
  border: solid 0.0625rem #3598de;
  background: #edf2f7 url(../img/common/i-form-ok.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
.step-form__input-text input:not(.error):focus,
.step-form__input-text--col-2 input:not(.error):focus {
  border: solid 0.0625rem #3598de;
}

.step-form__input-text--col-2 {
  grid-template-columns: repeat(2, min(18.75rem, (100% - 1.875rem) / 2));
}
@media screen and (max-width: 47.9375rem) {
  .step-form__input-text--col-2 {
    grid-template-columns: repeat(2, min((100% - 1.25rem) / 2));
    gap: 1.25rem;
  }
}

.step-form__select,
.step-form__select-col--2,
.step-form__select-col--1 {
  display: grid;
  gap: 1.25rem 1.875rem;
}
.step-form__select select,
.step-form__select-col--2 select,
.step-form__select-col--1 select {
  margin: 0.625rem 0 0;
  padding: 1.0625rem 0.9375rem;
  width: 100%;
  border: solid 0.0625rem transparent;
  border-radius: 0.3125rem;
  background: #fff url(../img/common/i-arrow-1.svg) no-repeat calc(100% - 0.9375rem);
}
.step-form__select select:placeholder,
.step-form__select-col--2 select:placeholder,
.step-form__select-col--1 select:placeholder {
  color: #aaa;
}
.step-form__select select.is-error,
.step-form__select-col--2 select.is-error,
.step-form__select-col--1 select.is-error,
.step-form__select select.error,
.step-form__select-col--2 select.error,
.step-form__select-col--1 select.error {
  border: solid 0.0625rem #da2414;
  background: #fdf4f3 url(../img/common/i-form-ng.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
.step-form__select select.valid,
.step-form__select-col--2 select.valid,
.step-form__select-col--1 select.valid {
  border: solid 0.0625rem #3598de;
  background: #edf2f7 url(../img/common/i-form-ok.svg) no-repeat
    calc(100% - 0.9375rem) 1.1875rem;
}
.step-form__select select:not(.error):focus,
.step-form__select-col--2 select:not(.error):focus,
.step-form__select-col--1 select:not(.error):focus {
  border: solid 0.0625rem #3598de;
}

.step-form__select-col--1 {
  grid-template-columns: repeat(1, min(12.1875rem, (100% - 1.875rem) / 2));
}
@media screen and (max-width: 47.9375rem) {
  .step-form__select-col--1 {
    grid-template-columns: 100%;
  }
  .step-form__select-col--1 select {
    background-position: 10.3125rem 1.5rem;
  }
}

.step-form__select-col--2 {
  grid-template-columns: repeat(2, min(12.1875rem, (100% - 1.875rem) / 2));
}
@media screen and (max-width: 47.9375rem) {
  .step-form__select-col--2 {
    grid-template-columns: repeat(2, min((100% - 1.25rem) / 2));
    gap: 1.25rem;
  }
}

.step-form__note-protected {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0.3125rem 0 0;
  padding: 0 0 0 1.375rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 47.9375rem) {
  .step-form__note-protected {
    padding: 0 0 0 1.125rem;
    font-size: 0.8125rem;
  }
}
.step-form__note-protected:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "🔓";
}

/* job-change step form */
.l-header-step-form .l-header-step-form__contact--image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 19.875rem;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  border-left: 0;
  background: transparent;
}

.l-header-step-form .l-header-step-form__contact-link {
  display: block;
  height: auto;
  pointer-events: none;
  cursor: default;
}

.l-header-step-form .l-header-step-form__contact-link img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-step-form #step-form-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 48rem) and (max-width: 93.75rem) {
  .l-header-step-form {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 19.875rem;
    grid-template-rows: 5.125rem 3.125rem;
    column-gap: 1.5rem;
    height: 8.25rem;
    padding: 0.3125rem 1.5rem 0;
  }

  .l-header-step-form h1 {
    grid-column: 1/2;
    grid-row: 1/2;
    min-width: 0;
  }

  .l-header-step-form .l-header-step-form__logo {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 100%;
  }

  .l-header-step-form .l-header-step-form__contact--image {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 100%;
    height: auto;
  }

  .l-header-step-form #step-form-progress {
    position: static;
    grid-column: 1/3;
    grid-row: 2/3;
    justify-content: center;
    width: 100%;
    max-width: calc(100vw - 3rem);
    transform: none;
  }

  .l-header-step-form .l-header-step-form__progress {
    gap: 1.125rem;
  }

  .l-header-step-form .l-header-step-form__steps {
    flex: 1 1 auto;
    width: auto;
    max-width: 52.5rem;
    margin: 0;
  }

  .l-header-step-form .l-header-step-form__step {
    flex: 1 1 0;
    width: auto;
    min-width: 1.375rem;
  }

  .l-header-step-form .l-header-step-form__step:first-child {
    flex: 1 1 0;
    width: auto;
  }

  .l-header-step-form .l-header-step-form__step:last-child {
    flex: 1 1 0;
    width: auto;
  }

  .l-header-step-form .l-header-step-form__rest {
    margin: 0;
  }
}

@media screen and (min-width: 48rem) {
  .l-header-step-form .l-header-step-form__step:before {
    display: block;
    width: 0.40675rem;
    height: 0.40675rem;
    border: 0;
    background: #3698de;
    opacity: 0.4;
  }

  .l-header-step-form
    .l-header-step-form__step[data-progress-status="completed"]:before {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    background: #fff;
    opacity: 1;
    z-index: 2;
  }

  .l-header-step-form
    .l-header-step-form__step[data-progress-status="current"]:before {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    background: #fff;
    opacity: 1;
  }

}

@media screen and (min-width: 48rem) and (max-width: 93.75rem) {
  .l-header-step-form .l-header-step-form__step:first-child:before {
    display: block;
  }
}

@media screen and (min-width: 93.8125rem) {
  .l-header-step-form .l-header-step-form__step:first-child {
    width: 5.5rem;
  }
}

.l-header-step-form .l-header-step-form__step.is-progress-covered:before {
  z-index: 2;
  outline: 0.125rem solid #3698de;
  outline-offset: 0;
}

.uc-step-form-page {
  padding-top: 11.625rem;
  padding-bottom: 6.4375rem;
  background-color: #fff;
  background-image: url(../img/common/step-form/form-bg.webp);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50px 50px;
}

.uc-step-form-page .l-content {
  width: 100%;
}

.uc-step-form-page .l-main {
  width: 100%;
}

.uc-step-form-page .uc-step-form {
  max-width: 67.4375rem;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.uc-step-form-page .uc-step-form.is-confirm {
  max-width: 53.75rem;
}

.uc-step-form-page .uc-step-form__intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  width: 100%;
  max-width: 44.1875rem;
  margin-right: auto;
  margin-bottom: 2.8125rem;
  margin-left: auto;
}

.uc-step-form-page .uc-step-form__intro[hidden] {
  display: none;
}

.uc-step-form-page .uc-step-form__advisor {
  flex: 0 0 5.0625rem;
  width: 5.0625rem;
  height: 5.0625rem;
  overflow: hidden;
}

.uc-step-form-page .uc-step-form__advisor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uc-step-form-page .uc-step-form__message {
  position: relative;
  margin: 0;
  width: 38rem;
  min-height: 7.0625rem;
  padding: 1.75rem 2.8125rem;
  border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
  background: #eaf5fc;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page .uc-step-form__viewport {
  position: relative;
}

.uc-step-form-page .uc-step-form__panel {
  display: none;
  opacity: 0;
  transform: translateX(-2rem);
}

.uc-step-form-page .uc-step-form__panel.is-current {
  display: block;
  min-height: 0;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.uc-step-form-page .uc-step-form__panel.is-entering {
  opacity: 0;
  transform: translateX(-2rem);
}

.uc-step-form-page .uc-step-form__panel.is-returning {
  opacity: 0;
  transform: translateX(2rem);
}

.uc-step-form-page .uc-step-form.is-confirm .uc-step-form__panel {
  display: block;
  opacity: 1;
  transform: none;
}

.uc-step-form-page
  .uc-step-form.is-confirm
  .uc-step-form__panel.is-step-hidden {
  display: none;
}

.uc-step-form-page .uc-step-form.is-confirm .uc-step-form__actions {
  display: none;
}

.uc-step-form-page .uc-step-form__content {
  width: 100%;
  max-width: 43.9375rem;
  min-height: 22.6875rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.9375rem 3.375rem 3.25rem;
  border-radius: 0.9375rem;
  background: #f3f3f3;
  box-shadow: none;
}

.uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__content {
  min-height: 23.875rem;
}

.uc-step-form-page .uc-step-form__panel--wide .uc-step-form__content {
  max-width: 67.4375rem;
}

.uc-step-form-page .uc-step-form__panel--profile .uc-step-form__content {
  max-width: 45rem;
}

.uc-step-form-page .uc-step-form__title {
  margin: 0 0 2.04375rem;
  color: #1c1c1c;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.11875rem;
  text-align: center;
  font-family: "Noto Sans JP";
}

.uc-step-form-page .uc-step-form__title span {
  color: #3698de;
  font-weight: 700;
}

.uc-step-form-page .uc-step-form__title small {
  display: block;
  margin-top: 0;
  color: #1c1c1c;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08125rem;
}

.uc-step-form-page .uc-step-form__title small:before {
  display: inline-block;
  width: 0.5625rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  background-image: url(../img/common/step-form/privacy-lock.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 1;
  vertical-align: -0.0625rem;
  content: "";
}

.uc-step-form-page .uc-step-form__radio-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 0.9375rem;
}

.uc-step-form-page .uc-step-form__radio-grid--2 {
  grid-template-columns: repeat(2, 18.75rem);
}

.uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field {
  display: block;
  margin: 0;
}

.uc-step-form-page
  .uc-step-form__radio-grid
  .mwform-radio-field.horizontal-item {
  margin-left: 0;
}

.uc-step-form-page
  .uc-step-form__radio-grid
  .mwform-radio-field.horizontal-item
  + .mwform-radio-field.horizontal-item {
  margin-left: 0;
}

.uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field label {
  position: relative;
  display: block;
  min-height: 4.25rem;
  margin: 0;
  cursor: pointer;
}

.uc-step-form-page .uc-step-form__radio-grid input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.25rem;
  padding: 1.125rem 1.375rem 1.125rem 1.75rem;
  border: 0.125rem solid transparent;
  border-radius: 0.3125rem;
  background: #fff;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field-text:before {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 1rem;
  border: 0.125rem solid #E1E1E1;
  border-radius: 624.9375rem;
  background: #fff;
  content: "";
  transition: border-color 0.2s ease;
}

.uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field-text:after {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 624.9375rem;
  background: #3698de;
  content: "";
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.uc-step-form-page
  .uc-step-form__radio-grid
  input[type="radio"]:checked
  + .mwform-radio-field-text {
  border-color: #3698de;
  background: #fff;
  color: #3698de;
}

.uc-step-form-page
  .uc-step-form__radio-grid
  input[type="radio"]:checked
  + .mwform-radio-field-text:before {background: #E1E1E1;}

.uc-step-form-page
  .uc-step-form__radio-grid
  input[type="radio"]:checked
  + .mwform-radio-field-text:after {
  opacity: 1;
}

.uc-step-form-page .uc-step-form__radio-grid.is-error .mwform-radio-field-text {
  background: #fff;
  border: 0.0625rem solid #F00;
}

.uc-step-form-page .uc-step-form__field {
  width: 21.875rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.uc-step-form-page .uc-step-form__field:first-child {
  margin-top: 0;
}

.uc-step-form-page .uc-step-form__field--other {
  margin-top: 0.875rem;
}

.uc-step-form-page .uc-step-form__field[hidden] {
  display: none;
}

.uc-step-form-page .uc-step-form__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 700;
}

.uc-step-form-page .uc-step-form__input {
  width: 100%;
  min-height: 4.25rem;
  padding: 1.125rem 1.375rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.3125rem;
  background: #fff;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page .uc-step-form__input::placeholder {
  color: #a2a2a2;
  font-weight: 400;
  opacity: 1;
}

.uc-step-form-page .uc-step-form__input:not(:placeholder-shown) {
  font-weight: 700;
}

.uc-step-form-page .uc-step-form__input:focus {
  border-color: #3698de;
  outline: none;
  box-shadow: none;
}

.uc-step-form-page .uc-step-form__input.is-error {
  border-color: red;
  background-color: #fff;
}

.uc-step-form-page .uc-step-form__input.is-valid {
  border-color: #3698de;
}

.uc-step-form-page .uc-step-form__select {
  width: 100%;
  min-height: 4.25rem;
  padding: 1.125rem 3.75rem 1.125rem 1.375rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.3125rem;
  background-color: #fff;
  background-image: url(../img/common/i-arrow-1.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) center;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  appearance: none;
}

.uc-step-form-page
  .uc-step-form__select:has(option:checked:not([value=""])):not(
    :has(option:checked[value^=":"])
  ) {
  font-weight: 700;
}

.uc-step-form-page .uc-step-form__select:has(option:checked[value^=":"]) {
  color: #a2a2a2;
}

.uc-step-form-page .uc-step-form__select:has(option:checked[value=""]) {
  color: #a2a2a2;
}

.uc-step-form-page .uc-step-form__select:focus {
  border-color: #3698de;
  outline: none;
  box-shadow: none;
}

.uc-step-form-page .uc-step-form__select.is-error {
  border-color: red;
  background-color: #fff;
}

.uc-step-form-page .uc-step-form__select.is-valid {
  border-color: #3698de;
}

.uc-step-form-page .uc-step-form__role-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 18.75rem);
  justify-content: center;
  column-gap: 0.9375rem;
  row-gap: 1.5rem;
}

.uc-step-form-page .uc-step-form__role-grid.is-error {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.uc-step-form-page .uc-step-form__role-field {
  width: 18.75rem;
  min-width: 0;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__content {
  position: relative;
  min-height: 41.75rem;
  padding: 4rem 4.625rem 3.625rem;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__title {
  margin-bottom: 2.4375rem;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__select {
  height: 4.25rem;
  min-height: 4.25rem;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__input {
  height: 4.25rem;
  min-height: 4.25rem;
}

.uc-step-form-page
  [data-form-step="q5_current_role"]
  .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page
  [data-form-step="q5_current_role"]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.uc-step-form-page
  [data-form-step="q5_current_role"]
  .uc-step-form__input.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__error {
  position: absolute;
  top: 32.6875rem;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0;
  color: red;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.uc-step-form-page
  [data-form-step="q5_current_role"]
  .uc-step-form__error:empty {
  display: none;
}

.uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__actions {
  margin-top: 3.8125rem;
}

.uc-step-form-page
  [data-form-step="q5_current_role"].has-error
  .uc-step-form__actions {
  margin-top: 3.8125rem;
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__content {
    max-width: calc(100vw - 3.875rem);
  }
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__role-field {
    width: 100%;
  }
}

.uc-step-form-page
  [data-form-step="q4_engineer_years"]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page
  [data-form-step="q6_current_income"]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page
  [data-form-step="q7_location"]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page
  [data-form-step="q7_location"]
  .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page
  [data-form-step="q7_location"]
  .uc-step-form__input.is-valid {
  padding-right: 3.75rem;
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page [data-form-step="branch_qualification"].is-qualification-detail-open .uc-step-form__content {
  min-height: 32.875rem;
}

.uc-step-form-page [data-form-step="branch_qualification"].is-qualification-detail-open .uc-step-form__actions {
  margin-top: 3.625rem;
}

.uc-step-form-page .uc-step-form__qualification-detail {
  width: min(38.4375rem, calc(100vw - 5.5rem));
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
}

.uc-step-form-page .uc-step-form__qualification-detail[hidden] {
  display: none;
}

.uc-step-form-page .uc-step-form__qualification-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.uc-step-form-page .uc-step-form__qualification-label {
  display: block;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page .uc-step-form__qualification-note {
  color: #1c1c1c;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
  margin-left: -0.3125rem;
}

.uc-step-form-page .uc-step-form__qualification-detail .uc-step-form__input {
  width: 100%;
  height: 4.25rem;
  min-height: 4.25rem;
  padding: 1.125rem 2rem;
}

.uc-step-form-page .uc-step-form__qualification-detail .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page .uc-step-form__education-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
}

.uc-step-form-page .uc-step-form__education-grid .uc-step-form__field {
  width: 100%;
}

.uc-step-form-page [data-form-step="branch_education"] .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page [data-form-step="branch_education"] .uc-step-form__field-note {
  color: #1c1c1c;
}

.uc-step-form-page .uc-step-form__profile-group {
  display: grid;
  gap: 1.125rem;
}

.uc-step-form-page .uc-step-form__field--full {
  width: 100%;
}

.uc-step-form-page .uc-step-form__inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}

.uc-step-form-page .uc-step-form__birth-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.875rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__content {
  max-width: 43.9375rem;
  min-height: 43.25rem;
  padding: 3.375rem 2.75rem 3rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__title {
  margin-bottom: 0;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__privacy-note {
  margin: 0 0 1.9375rem;
  padding-left: 0;
  color: #1c1c1c;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08125rem;
  text-align: center;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__privacy-note:before {
  display: inline-block;
  width: 0.5625rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  margin-left: 0;
  background-image: url(../img/common/step-form/privacy-lock.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 1;
  vertical-align: -0.0625rem;
  content: "";
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__profile-group {
  gap: 0;

}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field--full {
  position: relative;
  display: grid;
  height: 10.125rem;
  width: 100%;
  margin-top: 0;
  grid-template-columns: 18.75rem 18.75rem;
  align-content: start;
  align-items: start;
  justify-content: center;
  column-gap: 0.9375rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__profile-group
  .uc-step-form__field--full:nth-child(2) {
  height: 8.25rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__field--full:has(.uc-step-form__birth-grid) {
  height: 7.875rem;
  grid-template-columns: 12.125rem 12.125rem 12.125rem;
  column-gap: 1rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__label {
  grid-column: 1 / -1;
  margin-bottom: 0.1875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field-note {
  grid-column: 1 / -1;
  margin: -0.0625rem 0 0.4375rem;
  color: #1c1c1c;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.08125rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__inline-fields {
  grid-column: 1 / -1;
  grid-template-columns: 18.75rem 18.75rem;
  gap: 0.9375rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
  grid-column: 1 / -1;
  grid-template-columns: 12.125rem 12.125rem 12.125rem;
  gap: 1rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__input {
  min-height: 4.25rem;
  padding: 1.125rem 1.375rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__input.is-valid {
  padding-right: 3.75rem;
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__select {
  min-height: 4.25rem;
  padding: 1.125rem 3.75rem 1.125rem 1.375rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__error {
  position: absolute;
  top: 8.125rem;
  left: 0;
  width: 18.75rem;
  min-height: 1.6875rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  transform: translateX(0);
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="first-name"] {
  left: 19.6875rem;
  width: 18.75rem;
  transform: translateX(0);
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="last-name-kana"] {
  top: 6.125rem;
  width: 18.75rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="first-name-kana"] {
  top: 6.125rem;
  left: 19.6875rem;
  width: 18.75rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-year"] {
  top: 6.125rem;
  width: 12.125rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-month"] {
  top: 6.125rem;
  left: 13.125rem;
  width: 12.125rem;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-date"] {
  top: 6.125rem;
  left: 26.25rem;
  width: 12.125rem;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field--full {
  height: auto;
  row-gap: 0;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__profile-group
  .uc-step-form__field--full:nth-child(2) {
  height: auto;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  .uc-step-form__field--full:has(.uc-step-form__birth-grid) {
  height: auto;
  row-gap: 0;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__inline-fields {
  display: contents;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
  display: contents;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid > div {
  min-width: 0;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__error {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-height: 1.6875rem;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  white-space: normal;
  transform: none;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="last-name"] {
  grid-column: 1 / 2;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="first-name"] {
  grid-column: 2 / 3;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="last-name-kana"] {
  grid-column: 1 / 2;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="first-name-kana"] {
  grid-column: 2 / 3;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-year"] {
  grid-column: 1 / 2;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-month"] {
  grid-column: 2 / 3;
}

.uc-step-form-page
  [data-form-step="q8_profile"]
  [data-error-placement="birth-date"] {
  grid-column: 3 / 4;
}

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__actions {
  margin-top: 1.5625rem;
}

.uc-step-form-page .uc-step-form__contact-fields {
  display: grid;
  gap: 1.125rem;
}

.uc-step-form-page .uc-step-form__contact-fields .uc-step-form__field {
  width: 100%;
}

.uc-step-form-page .uc-step-form__privacy-note {
  margin: 0 0 1.125rem;
  padding-left: 1.375rem;
  color: #536475;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.uc-step-form-page .uc-step-form__privacy-note:before {
  display: inline-block;
  width: 1.125rem;
  margin-left: -1.375rem;
  color: #3598de;
  content: "✓";
}

.uc-step-form-page .uc-step-form__field-note {
  margin: 0.375rem 0 0;
  color: #66788a;
  font-size: 0.625rem;
  line-height: 1.55;
}

.uc-step-form-page .uc-step-form__agreement {
  margin: 1.25rem 0 0;
  color: #536475;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.uc-step-form-page .uc-step-form__agreement a {
  color: #207ec1;
  text-decoration: underline;
}

.uc-step-form-page .uc-step-form__error {
  min-height: 0;
  width: 21.875rem;
  max-width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: red;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: absolute;
  width: 32%;
  left: 50%;
  transform: translateX(-50%);
}

.uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__error {
  width: 38.4375rem;
  text-align: left;
}

.uc-step-form-page
  [data-form-step="q2_employment_status"]
  .uc-step-form__error {
  width: 38.4375rem;
  text-align: left;
}

.uc-step-form-page
  [data-form-step="q3_engineer_experience"]
  .uc-step-form__error {
  width: 38.4375rem;
  text-align: left;
}

.uc-step-form-page [data-form-step="branch_qualification"] .uc-step-form__error {
  width: 38.4375rem;
  text-align: left;
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__error {
    width: 17.8125rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q2_employment_status"]
    .uc-step-form__error {
    width: 17.8125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q3_engineer_experience"]
    .uc-step-form__error {
    width: 17.8125rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="branch_qualification"] .uc-step-form__error {
    width: 17.8125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="branch_education"] .uc-step-form__error {
    width: 17.8125rem;
  }
}

.uc-step-form-page .uc-step-form__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  margin-top: 3.3125rem;
}

.uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__actions {
  margin-top: 2.75rem;
}

.uc-step-form-page .uc-step-form__back {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.uc-step-form-page .uc-step-form__back-mark {
  color: #1c1c1c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.0671875rem;
}

.uc-step-form-page .uc-step-form__back[hidden] {
  display: none;
}

.uc-step-form-page .uc-step-form__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.1875rem;
  min-width: 15.1875rem;
  min-height: 3.75rem;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 5.625rem;
  background: #b1bbc2;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.uc-step-form-page .uc-step-form__next span {
  display: inline-block;
  width: 0.4375rem;
  height: 0.6875rem;
  margin-left: 1.5rem;
  background-image: url(../img/common/step-form/next-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.uc-step-form-page .uc-step-form__next.is-ready {
  background: #3698de;
}

.uc-step-form-page .uc-step-form__next:hover {
  transform: scale(1.03);
}

.uc-step-form-page .uc-step-form__next:focus-visible {
  transform: scale(1.03);
}

.uc-step-form-page .uc-step-form__submit {
  min-width: 16.875rem;
  min-height: 3.75rem;
  padding: 0.875rem 1.625rem;
  border: 0;
  border-radius: 5.625rem;
  background: #f28b22;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.uc-step-form-page .uc-step-form__submit:hover {
  transform: scale(1.03);
}

.uc-step-form-page .uc-step-form__submit:focus-visible {
  transform: scale(1.03);
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__content {
  max-width: 43.9375rem;
  min-height: 39.125rem;
  padding: 4rem 0 2.375rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__title {
  width: min(38.4375rem, 100%);
  margin: 0 auto;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__privacy-note {
  width: min(38.4375rem, 100%);
  margin: 0 auto 2.1875rem;
  padding-left: 0;
  color: #1c1c1c;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08125rem;
  text-align: center;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__privacy-note:before {
  display: inline-block;
  width: 0.5625rem;
  height: 0.75rem;
  margin-right: 0.375rem;
  margin-left: 0;
  background-image: url(../img/common/step-form/privacy-lock.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  line-height: 1;
  vertical-align: -0.0625rem;
  content: "";
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__contact-fields {
  display: block;
  width: 21.875rem;
  margin-right: auto;
  margin-left: auto;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__contact-fields
  .uc-step-form__field {
  position: relative;
  width: 21.875rem;
  max-width: none;
  height: 8.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__contact-fields
  .uc-step-form__field
  + .uc-step-form__field {
  height: 9.5625rem;
  margin-top: 0;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__label {
  margin-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__input {
  width: 21.875rem;
  height: 4.25rem;
  min-height: 4.25rem;
  padding: 1.125rem 2.125rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__input::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__input.is-valid {
  padding-right: 3.75rem;
  border-width: 0.125rem;
  background-image: url(../img/common/step-form/role-check.webp);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.3125rem 1.3125rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__field-note {
  position: absolute;
  top: 6.5625rem;
  left: 0;
  margin: 0;
  color: #1c1c1c;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__error {
  position: absolute;
  top: 6.3125rem;
  left: 0;
  width: 21.875rem;
  max-width: none;
  min-height: 1.6875rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  color: red;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  transform: translateX(0);
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__contact-fields
  .uc-step-form__field
  + .uc-step-form__field
  .uc-step-form__error {
  top: 7.1875rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__agreement {
  width: min(38.4375rem, 100%);
  margin: 0 auto;
  color: #1c1c1c;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.09375rem;
  text-align: center;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__agreement a {
  color: #3698de;
  text-decoration: underline;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__actions {
  isolation: isolate;
  width: min(38.4375rem, 100%);
  height: 4.75rem;
  min-height: 4.75rem;
  margin-top: 1.1875rem;
  margin-right: auto;
  margin-left: auto;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-shell {
  position: relative;
  width: 21.1875rem;
  min-width: 21.1875rem;
  height: 4.75rem;
  min-height: 4.75rem;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-shell:hover {
  transform: scale(1.03);
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__submit-shell:has(.uc-step-form__submit:focus-visible) {
  transform: scale(1.03);
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-shell:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21.1875rem;
  height: 4.75rem;
  border: 0.15rem solid #fff;
  border-radius: 5.75rem;
  background-color: #b1bbc2;
  background-image: url(../img/common/step-form/submit-highlight.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 2.52625rem;
  content: "";
}

.uc-step-form-page
  [data-form-step="q9_contact"].is-answer-ready
  .uc-step-form__submit-shell:before {
  background-color: #ee5f26;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__back {
  left: 0.875rem;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit {
  position: relative;
  z-index: 3;
  width: 21.1875rem;
  min-width: 21.1875rem;
  height: 4.75rem;
  min-height: 4.75rem;
  padding: 0 2.625rem 0 6.6875rem;
  border: 0;
  border-radius: 5.75rem;
  background: transparent;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1035rem;
  text-align: left;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__submit.is-ready {
  background: transparent;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit:hover {
  transform: none;
}

.uc-step-form-page
  [data-form-step="q9_contact"]
  .uc-step-form__submit:focus-visible {
  transform: none;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-badge {
  position: absolute;
  top: 1.5625rem;
  left: 3.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9375rem;
  height: 1.625rem;
  border-radius: 0.0625rem;
  background: #fff;
  color: #b1bbc2;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1035rem;
}

.uc-step-form-page
  [data-form-step="q9_contact"].is-answer-ready
  .uc-step-form__submit-badge {
  color: #ee5f26;
}

.uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-arrow {
  position: absolute;
  top: 2.083125rem;
  left: 19.53875rem;
  z-index: 2;
  width: 0.3765rem;
  height: 0.6299375rem;
  background-image: url(../img/common/step-form/submit-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form #step-form-progress {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    transform: none;
    gap: 0.8125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__contact--image {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-content: flex-end;
    width: 100%;
    max-width: 11.8125rem;
    height: auto;
    margin: 0 1.0625rem 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__contact-link {
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__progress {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__steps {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin: 0;
    border: 0.0625rem solid #3698de;
    border-radius: 62.4375rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__step {
    flex: 1 1 0;
    width: auto;
    height: 0.6875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__step:first-child {
    flex: 1 1 0;
    width: auto;
    border-radius: 62.4375rem 0 0 62.4375rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__step:last-child {
    flex: 1 1 0;
    width: auto;
    border-radius: 0 62.4375rem 62.4375rem 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__step:before {
    display: block;
    width: 0.40675rem;
    height: 0.40675rem;
    border: 0;
    background: #3698de;
    opacity: 0.4;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form
    .l-header-step-form__step[data-progress-status="completed"]:before {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    background: #fff;
    opacity: 1;
    z-index: 2;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form
    .l-header-step-form__step[data-progress-status="current"]:before {
    display: block;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    background: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__step:last-child:before {
    right: 0.5rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__rest {
    display: block;
    flex-shrink: 0;
    width: 2.075rem;
    margin: 0;
    color: #1c1c1c;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: 0.08125rem;
    text-align: center;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__rest-number-before {
    display: block;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__rest-number {
    display: inline;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-header-step-form .l-header-step-form__rest-number-after {
    display: inline;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__intro {
    gap: 0.75rem;
    margin-bottom: 1.125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__advisor {
    flex-basis: 3.625rem;
    width: 3.625rem;
    height: 3.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__message {
    width: auto;
    min-height: 0;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__content {
    padding: 1.625rem 1.125rem 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__title {
    margin-bottom: 1.25rem;
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__radio-grid--2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__role-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__role-field {
    width: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__content {
    position: relative;
    min-height: 0;
    padding: 1.625rem 1.125rem 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__error {
    top: auto;
    bottom: 0.5rem;
    left: 50%;
    width: calc(100% - 2.25rem);
    text-align: center;
    white-space: normal;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__actions {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q5_current_role"].has-error
    .uc-step-form__actions {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__education-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__inline-fields {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__birth-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__content {
    min-height: 0;
    padding: 1.625rem 1.125rem 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__privacy-note {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field--full {
    position: relative;
    height: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__profile-group
    .uc-step-form__field--full:nth-child(2) {
    height: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__field--full:has(.uc-step-form__birth-grid) {
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__inline-fields {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.7375rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__inline-fields {
    display: grid;
    width: min(17.8125rem, 100%);
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__profile-group {
    width: min(17.8125rem, 100%);
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
    width: min(17.8125rem, 100%);
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__error {
    position: absolute;
    top: calc(100% + 0.1875rem);
    left: 0;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    white-space: normal;
    transform: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__error {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__actions {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__content {
    max-width: 100%;
    min-height: 0;
    padding: 1.625rem 1.125rem 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__title {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__privacy-note {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__contact-fields {
    width: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__contact-fields
    .uc-step-form__field {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__contact-fields
    .uc-step-form__field
    + .uc-step-form__field {
    height: auto;
    margin-top: 1.125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__input {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__field-note {
    position: static;
    margin-top: 0.375rem;
    font-size: 11px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__error {
    position: absolute;
    top: calc(100% + 0.1875rem);
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: 0;
    white-space: normal;
    transform: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__agreement {
    width: 100%;
    margin: 1.375rem 0 0;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__actions {
    position: relative;
    flex-direction: column-reverse;
    gap: 0.75rem;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 1.625rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__submit-shell:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-shell {
    width: 100%;
    min-width: 0;
    height: 4rem;
    min-height: 4rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit {
    width: 100%;
    min-width: 0;
    height: 4rem;
    min-height: 4rem;
    padding: 0 2.625rem 0 6.625rem;
    font-size: 1rem;
    letter-spacing: 0.075rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-badge {
    top: 1.25rem;
    left: calc(50% - 7rem);
    width: 2.75rem;
    height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.075rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__submit-arrow {
    top: 1.75rem;
    right: 1.5rem;
    left: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__actions {
    position: static;
    flex-direction: column-reverse;
    gap: 1.9375rem;
    min-height: 0;
    margin-top: 2.8125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__next {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__submit {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page .uc-step-form__back {
    position: static;
    width: 100%;
    min-height: 3rem;
    transform: none;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.53rem */
    letter-spacing: 0.09rem;
  }
}

.uc-step-form-page .uc-step-form__title-break {
  display: none;
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page {
    padding-top: 9rem;
  }

  .uc-step-form-page .uc-step-form__intro {
    max-width: 23.5rem;
    gap: 0.75rem;
    margin-bottom: 0.9375rem;
  }

  .uc-step-form-page .uc-step-form__advisor {
    flex-basis: 3rem;
    width: 3rem;
    height: 3rem;
  }

  .uc-step-form-page .uc-step-form__message {
    width: 19.375rem;
    min-height: 6.625rem;
    padding: 1.0625rem 1.625rem;
    border-radius: 0 0.5625rem 0.5625rem 0.5625rem;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.09rem;
  }

  .uc-step-form-page .uc-step-form__content {
    max-width: 23.0625rem;
    padding: 1.4375rem 1.125rem 1.9375rem;
  }

  .uc-step-form-page .uc-step-form__panel--wide .uc-step-form__content {
    max-width: 23.0625rem;
  }

  .uc-step-form-page .uc-step-form__panel--profile .uc-step-form__content {
    max-width: 23.0625rem;
  }

  .uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__content {
    min-height: 23.875rem;
  }

  .uc-step-form-page [data-form-step="q1_intent"] .uc-step-form__actions {
    margin-top: 1.5rem;
  }

  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__content {
    max-width: 23.0625rem;
    padding: 1.4375rem 1.125rem 1.9375rem;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__content {
    max-width: 23.0625rem;
    padding: 1.4375rem 1.125rem 1.9375rem;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__privacy-note {
    font-size: 0.7625rem;
    letter-spacing: 0.07625rem;
  }

.uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__profile-group {
  width: 17.8125rem;
  margin-inline: auto;
  gap: 0.625rem;
}

  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__content {
    max-width: 23.0625rem;
    padding: 1.4375rem 1.125rem 1.9375rem;
  }

  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__privacy-note {
    font-size: 0.7625rem;
    letter-spacing: 0.07625rem;
  }

  .uc-step-form-page .uc-step-form__title {
    margin-bottom: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.09375rem;
  }

  .uc-step-form-page .uc-step-form__title-break {
    display: block;
  }

  .uc-step-form-page .uc-step-form__title small {
    margin-top: 0.4375rem;
    font-size: 0.7625rem;
    line-height: 1.7;
    letter-spacing: 0.07625rem;
  }

  .uc-step-form-page .uc-step-form__radio-grid {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    gap: 0.8125rem;
  }

  .uc-step-form-page .uc-step-form__radio-grid--2 {
    grid-template-columns: 1fr;
  }

  .uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field label {
    min-height: 4.0625rem;
  }

  .uc-step-form-page .uc-step-form__radio-grid .mwform-radio-field-text {
    min-height: 4.0625rem;
    padding: 1.0625rem 1.375rem 1.0625rem 1.75rem;
    font-size: 0.95rem;
    letter-spacing: 0.095rem;
  }

  .uc-step-form-page [data-form-step="branch_qualification"].is-qualification-detail-open .uc-step-form__content {
    min-height: 0;
  }

  .uc-step-form-page [data-form-step="branch_qualification"].is-qualification-detail-open .uc-step-form__actions {
    margin-top: 1.625rem;
  }

  .uc-step-form-page .uc-step-form__qualification-detail {
    width: 17.8125rem;
    max-width: 100%;
    margin-top: 0.875rem;
  }

  .uc-step-form-page .uc-step-form__qualification-head {
    display: block;
    margin-bottom: 0.5rem;
  }

  .uc-step-form-page .uc-step-form__qualification-label {
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.08125rem;
  }

  .uc-step-form-page .uc-step-form__qualification-note {
    margin-top: 0.125rem;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    white-space: normal;
  }

  .uc-step-form-page .uc-step-form__qualification-detail .uc-step-form__input {
    height: 4.0625rem;
    min-height: 4.0625rem;
    padding: 1.0625rem 1.375rem;
    font-size: 16px;
    letter-spacing: 0.095rem;
  }

  .uc-step-form-page .uc-step-form__field {
    width: 17.8125rem;
  }

  .uc-step-form-page .uc-step-form__input {
    min-height: 4.0625rem;
    padding: 1.0625rem 1.375rem;
    font-size: 16px;
    letter-spacing: 0.095rem;
  }

  .uc-step-form-page .uc-step-form__select {
    min-height: 4.0625rem;
    padding: 1.0625rem 3.125rem 1.0625rem 1.375rem;
    font-size: 16px;
    letter-spacing: 0.095rem;
  }

  .uc-step-form-page .uc-step-form__role-grid {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    row-gap: 0.75rem;
  }

  .uc-step-form-page .uc-step-form__role-field {
    width: 17.8125rem;
    max-width: 100%;
  }

  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__title {
    margin-bottom: 1.75rem;
  }

  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__label {
    margin-bottom: 0.125rem;
  }

  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__select {
    height: 4.0625rem;
    min-height: 4.0625rem;
  }

  .uc-step-form-page [data-form-step="q5_current_role"] .uc-step-form__input {
    height: 4.0625rem;
    min-height: 4.0625rem;
  }

  .uc-step-form-page .uc-step-form__education-grid {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .uc-step-form-page .uc-step-form__inline-fields {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .uc-step-form-page .uc-step-form__birth-grid {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__inline-fields {
    grid-template-columns: 1fr;
  }

  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__field--full:has(.uc-step-form__birth-grid) {
    grid-template-columns: 1fr;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
    grid-template-columns: 1fr;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__input {
    min-height: 4.0625rem;
    padding: 1.0625rem 1.375rem;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__select {
    min-height: 4.0625rem;
    padding: 1.0625rem 3.125rem 1.0625rem 1.375rem;
  }

  .uc-step-form-page .uc-step-form__contact-fields {
    width: 17.8125rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .uc-step-form-page .uc-step-form__contact-fields .uc-step-form__field {
    width: 17.8125rem;
  }

  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__contact-fields {
    width: 17.8125rem;
  }

  .uc-step-form-page
    [data-form-step="q9_contact"]
    .uc-step-form__contact-fields
    .uc-step-form__field {
    width: 17.8125rem;
  }

  .uc-step-form-page [data-form-step="q9_contact"] .uc-step-form__input {
    width: 17.8125rem;
    padding: 1.0625rem 1.375rem;
  }

  .uc-step-form-page .uc-step-form__next {
    width: 14.4375rem;
    min-width: 14.4375rem;
    min-height: 3.5625rem;
    font-size: 0.95rem;
    letter-spacing: 0.095rem;
  }

  .uc-step-form-page .uc-step-form__back {
    width: 14.4375rem;
    min-height: 1.6875rem;
    text-align: center;
  }

.uc-step-form-page .uc-step-form__back-mark{
  font-size: 1.008rem;
font-style: normal;
font-weight: 300;
line-height: 170%; /* 1.713625rem */
letter-spacing: 0.0605rem;
    }
}

@media screen and (max-width: 47.9375rem) {


  .uc-step-form-page .uc-step-form__error:empty {
    display: none;
  }

  .uc-step-form-page .uc-step-form__field {
    height: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__profile-group {
    width: min(17.8125rem, 100%);
    max-width: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field--full {
    width: min(17.8125rem, 100%);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page
    [data-form-step="q8_profile"]
    .uc-step-form__inline-fields {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__birth-grid {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__error {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 25.875rem) {
  .uc-step-form-page .uc-step-form__title {
    font-size: 1.0375rem;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__privacy-note {
    font-size: 0.6625rem;
  }

  .uc-step-form-page [data-form-step="q8_profile"] .uc-step-form__field-note {
    font-size: 0.6625rem;
    line-height: 1.4;
  }
}

/* new-graduate step form */
.uc-step-form-page--new-graduate .uc-step-form__message {
  background: #e9f7f5;
}

.uc-step-form-page--ebook .uc-step-form__message {
  width: 46.625rem;
  min-height: 7.0625rem;
  padding: 1.75rem 1.6875rem 1.75rem 2.8125rem;
  border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
  background: rgba(38, 212, 140, 0.1);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.uc-step-form-page--ebook .uc-step-form__intro {
  max-width: 52.8125rem;
  gap: 1.125rem;
  margin-bottom: 2.8125rem;
}

.uc-step-form-page--ebook .uc-step-form__advisor {
  flex-basis: 5.0625rem;
  width: 5.0625rem;
  height: 5.0625rem;
}

@media screen and (min-width: 48rem) {
  .l-header-step-form--ebook {
    height: 6.5368rem;
  }

  .l-header-step-form--ebook .l-header-step-form__steps {
    flex: 0 0 43.9585rem;
    width: 43.9585rem;
    max-width: 43.9585rem;
    height: 0.7064rem;
    margin: 0 1.25rem 0 0;
  }

  .l-header-step-form--ebook .l-header-step-form__step {
    flex: 1 1 0;
    width: auto;
    height: 0.6875rem;
    margin-top: -0.0625rem;
  }

  .l-header-step-form--ebook .l-header-step-form__step:first-child {
    flex: 1 1 0;
    width: auto;
  }

  .l-header-step-form--ebook .l-header-step-form__step:last-child {
    flex: 1 1 0;
    width: auto;
  }

  .uc-step-form-page--ebook {
    padding-bottom: 8.875rem;
  }

  .uc-step-form-page--ebook
    [data-form-step="ng_graduate_year"]
    .uc-step-form__content {
    padding-top: 4rem;
  }

  .uc-step-form-page--ebook
    [data-form-step="ng_graduate_year"]
    .uc-step-form__title {
    margin-bottom: 2.6875rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 93.75rem) {
  .l-header-step-form--ebook {
    height: 8.25rem;
  }

  .l-header-step-form--ebook .l-header-step-form__steps {
    flex: 1 1 auto;
    width: auto;
    max-width: 52.5rem;
    height: 0.75rem;
    margin: 0;
  }

  .l-header-step-form--ebook .l-header-step-form__step {
    flex: 1 1 0;
    width: auto;
    min-width: 1.375rem;
    height: 0.625rem;
    margin-top: 0;
  }

  .l-header-step-form--ebook .l-header-step-form__step:first-child {
    flex: 1 1 0;
    width: auto;
  }

  .l-header-step-form--ebook .l-header-step-form__step:last-child {
    flex: 1 1 0;
    width: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page--ebook .uc-step-form__intro {
    max-width: 23.5rem;
    gap: 0.75rem;
    margin-bottom: 0.9375rem;
  }

  .uc-step-form-page--ebook .uc-step-form__advisor {
    flex-basis: 3rem;
    width: 3rem;
    height: 3rem;
  }

  .uc-step-form-page--ebook .uc-step-form__message {
    width: 19.375rem;
    min-height: 6.625rem;
    padding: 1.0625rem 1.625rem;
    border-radius: 0 0.5625rem 0.5625rem 0.5625rem;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.09rem;
  }
}

.uc-step-form-page--new-graduate .uc-step-form__advisor--new-graduate {

}



.uc-step-form-page--new-graduate .uc-step-form__title span {
  color: #2db898;
}

.uc-step-form-page--new-graduate .uc-step-form__input:focus {
  border-color: #2db898;
}

.uc-step-form-page--new-graduate .uc-step-form__input.is-valid {
  border-color: #2db898;
}

.uc-step-form-page--new-graduate
  [data-form-step]
  .uc-step-form__input.is-valid {
  padding-right: 3.75rem;
  border-width: 0.125rem;
  border-color: #2db898;
  background-image: url(../img/common/step-form/i-form-ok-new-graduate.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.14845rem 1.14845rem;
}

.uc-step-form-page--new-graduate .uc-step-form__select:focus {
  border-color: #2db898;
}

.uc-step-form-page--new-graduate .uc-step-form__select.is-valid {
  border-color: #2db898;
  background-image: url(../img/common/step-form/i-form-ok-new-graduate.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) center;
  background-size: 1.14845rem 1.14845rem;
  color: #444;
}

.uc-step-form-page--new-graduate
  [data-form-step]
  .uc-step-form__select.is-valid {
  border-width: 0.125rem;
  border-color: #2db898;
  background-image: url(../img/common/step-form/i-form-ok-new-graduate.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
  background-size: 1.14845rem 1.14845rem;
  color: #444;
}

.uc-step-form-page--new-graduate .uc-step-form__next.is-ready {
  background: #2db898;
}

.uc-step-form-page--new-graduate .uc-step-form__agreement a {
  color: #2db898;
}

.uc-step-form-page--new-graduate .uc-step-form__panel--new-graduate-education .uc-step-form__content {
  max-width: 64rem;
  min-height: 19.875rem;
  padding: 3.75rem 4.375rem 3.0625rem;
}

.uc-step-form-page--new-graduate .uc-step-form__education-grid--new-graduate {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}


.uc-step-form-page--new-graduate
  [data-form-step="branch_education"]
  .uc-step-form__label {
  font-weight: 700;
}

.uc-step-form-page--new-graduate .uc-step-form__label-note {
  font-weight: 400;
}

.uc-step-form-page--new-graduate
  [data-form-step="branch_education"]
  .uc-step-form__actions {
  margin-top: 2.5rem;
}

.uc-step-form-page--new-graduate
  [data-form-step="ng_graduate_year"]
  .uc-step-form__actions {
  margin-top: 2.75rem;
}

.uc-step-form-page--new-graduate .uc-step-form__error {width: 100%;}

.l-header-step-form--new-graduate .l-header-step-form__steps {
  border-color: #2db898;
}

.l-header-step-form--new-graduate .l-header-step-form__step:before {
  background: #2db898;
}

.l-header-step-form--new-graduate
  .l-header-step-form__step[data-progress-status="current"] {
  background: #2db898;
}

.l-header-step-form--new-graduate
  .l-header-step-form__step[data-progress-status="completed"] {
  background: #2db898;
}

.l-header-step-form--new-graduate
  .l-header-step-form__step.is-progress-covered:before {
  outline-color: #2db898;
}

.l-header-step-form .l-header-step-form__steps {
  --uc-step-progress-color: #3698de;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.l-header-step-form .l-header-step-form__steps::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: var(--uc-step-progress-width, 0%);
  background: var(--uc-step-progress-color);
  content: "";
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.l-header-step-form .l-header-step-form__step {
  z-index: 1;
}

.l-header-step-form
  .l-header-step-form__step[data-progress-status="current"] {
  background: transparent;
}

.l-header-step-form
  .l-header-step-form__step[data-progress-status="completed"] {
  background: transparent;
}

.l-header-step-form--new-graduate .l-header-step-form__steps {
  --uc-step-progress-color: #2db898;
}

@media (prefers-reduced-motion: reduce) {
  .l-header-step-form .l-header-step-form__steps::after {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page--new-graduate .uc-step-form__panel--new-graduate-education .uc-step-form__content {
    max-width: 23.0625rem;
    min-height: 0;
    padding: 1.625rem 1.125rem 1.875rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page--new-graduate .uc-step-form__education-grid--new-graduate {
    grid-template-columns: 1fr;
    gap: 1.825rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page--new-graduate
    [data-form-step="branch_education"]
    .uc-step-form__actions {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .uc-step-form-page--ebook
    [data-form-step="q9_contact"]
    .uc-step-form__error {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 0.5rem 0 0;
    white-space: normal;
    transform: none;
  }
}
