.p_entry__headline-inner {
  padding-top: calc(91px + 1.5em);
  padding-bottom: 2em;
}
@media (max-width: 1024px) {
  .p_entry__headline-inner {
    padding-top: calc(71px + 0.75em);
    padding-bottom: 1.5em;
  }
}
.p_entry__inner {
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .p_entry__inner {
    padding-top: 2.5em;
    padding-bottom: 3.75em;
  }
}
.p_entry__container {
  background-color: #fff;
  border-radius: 24px;
  padding: 5em 6.25em;
}
@media (max-width: 768px) {
  .p_entry__container {
    border-radius: 16px;
    padding: 2em 6.315789%;
  }
}
.p_entry .form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .p_entry .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.p_entry .form__item:nth-child(n+2) {
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .p_entry .form__item:nth-child(n+2) {
    margin-top: 1.875em;
  }
}
.p_entry .form__item-title {
  width: 27%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.875rem;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .p_entry .form__item-title {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
    padding: 0;
  }
}
.p_entry .form__item-title-text {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p_entry .form__item-title-text {
    font-size: 1em;
  }
}
.p_entry .form__item-title-required, .p_entry .form__item-title-optional {
  display: block;
  font-size: 0.75em;
  font-weight: 900;
  width: 45px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .p_entry .form__item-title-required, .p_entry .form__item-title-optional {
    width: 39px;
    height: 22px;
    font-size: 0.6875em;
    line-height: 22px;
  }
}
.p_entry .form__item-title-required {
  background-color: #F05E41;
  color: #fff;
}
.p_entry .form__item-title-optional {
  background-color: rgba(36, 44, 54, 0.08);
}
.p_entry .form__item-input {
  width: 68.587%;
}
@media (max-width: 768px) {
  .p_entry .form__item-input {
    width: 100%;
  }
}
.p_entry .form__item-input input[type=text], .p_entry .form__item-input input[type=email], .p_entry .form__item-input input[type=tel], .p_entry .form__item-input textarea, .p_entry .form__item-input select {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #C3CED8;
  border-radius: 8px;
  width: 100%;
  padding: 1em 1.25em;
}
.p_entry .form__item-input input[type=text]::-webkit-input-placeholder, .p_entry .form__item-input input[type=email]::-webkit-input-placeholder, .p_entry .form__item-input input[type=tel]::-webkit-input-placeholder, .p_entry .form__item-input textarea::-webkit-input-placeholder, .p_entry .form__item-input select::-webkit-input-placeholder {
  color: rgba(36, 44, 54, 0.5);
}
.p_entry .form__item-input input[type=text]::-moz-placeholder, .p_entry .form__item-input input[type=email]::-moz-placeholder, .p_entry .form__item-input input[type=tel]::-moz-placeholder, .p_entry .form__item-input textarea::-moz-placeholder, .p_entry .form__item-input select::-moz-placeholder {
  color: rgba(36, 44, 54, 0.5);
}
.p_entry .form__item-input input[type=text]:-ms-input-placeholder, .p_entry .form__item-input input[type=email]:-ms-input-placeholder, .p_entry .form__item-input input[type=tel]:-ms-input-placeholder, .p_entry .form__item-input textarea:-ms-input-placeholder, .p_entry .form__item-input select:-ms-input-placeholder {
  color: rgba(36, 44, 54, 0.5);
}
.p_entry .form__item-input input[type=text]::-ms-input-placeholder, .p_entry .form__item-input input[type=email]::-ms-input-placeholder, .p_entry .form__item-input input[type=tel]::-ms-input-placeholder, .p_entry .form__item-input textarea::-ms-input-placeholder, .p_entry .form__item-input select::-ms-input-placeholder {
  color: rgba(36, 44, 54, 0.5);
}
.p_entry .form__item-input input[type=text]::placeholder, .p_entry .form__item-input input[type=email]::placeholder, .p_entry .form__item-input input[type=tel]::placeholder, .p_entry .form__item-input textarea::placeholder, .p_entry .form__item-input select::placeholder {
  color: rgba(36, 44, 54, 0.5);
}
.p_entry .form__item-input input[type=radio] {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.p_entry .form__item-input .mwform-radio-field-text {
  color: #4E4E4E;
  line-height: 1.8;
}
.p_entry .form__item-input.--m {
  max-width: 400px;
}
.p_entry .form__item-input.--select {
  position: relative;
}
.p_entry .form__item-input.--select::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url(../img/common/icons/triangle_black.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.p_entry .form__item-input select {
  cursor: pointer;
}
.p_entry .form__item-input textarea {
  resize: none;
}
.p_entry .form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  margin-top: 3.75em;
  padding-top: 3.75em;
  border-top: 3px solid #E9F3FD;
  margin-bottom: 1.625em;
  font-size: 1em;
}
@media (max-width: 768px) {
  .p_entry .form__check {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.75em;
    padding-top: 2.75em;
  }
}
.p_entry .form__check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5625em;
  vertical-align: text-top;
}
.p_entry .form__check a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_entry .form__check a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/outer_gray.svg) no-repeat center center/contain;
}
.p_entry .form__check a:hover {
  opacity: 0.7;
}
.p_entry .form__check span {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p_entry .form__check span {
    text-align: left;
  }
}
.p_entry .form__check .mwform-checkbox-field {
  display: block;
}
@media (max-width: 768px) {
  .p_entry .form__check .mwform-checkbox-field {
    margin-top: 0.5em;
  }
}
.p_entry .form__check .mwform-checkbox-field input[type=checkbox] {
  -webkit-transform: scale(1.3845);
          transform: scale(1.3845);
}
.p_entry .form__check .mwform-checkbox-field .mwform-checkbox-field-text {
  line-height: 1.8;
}
.p_entry .form__btn {
  width: 240px;
  height: 71px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2970CC;
  border: 1px solid #2970CC;
  border-radius: 100px;
  margin: 0 auto 3.125em;
}
@media (max-width: 768px) {
  .p_entry .form__btn {
    width: 100%;
    margin-bottom: 2em;
  }
}
.p_entry .form__btn::after {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_entry .form__btn input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p_entry .form__btn input {
    font-size: 1.125em;
    padding: 0 1rem;
  }
}
.p_entry .form__btn:hover {
  background-color: #fff;
}
.p_entry .form__btn:hover input {
  color: #2970CC;
}
.p_entry .form__btn:hover::after {
  background: url(../img/common/icons/arrow_blue2.svg) no-repeat center center/contain;
}
.p_entry .form__recaptcha {
  font-size: 0.8125em;
  text-align: center;
}
@media (max-width: 768px) {
  .p_entry .form__recaptcha {
    text-align: left;
  }
}
.p_entry .form__recaptcha a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_entry .form__recaptcha a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/outer_gray.svg) no-repeat center center/contain;
}
.p_entry .form__recaptcha a:hover {
  opacity: 0.7;
}