/* Sass Document */
#main_title_area {
  padding: 11.1873124886rem 0 2.125rem;
  background: #434088;
}
@media screen and (max-width: 1600px) {
  #main_title_area {
    padding: 11.1873124886vw 0 2.125vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area {
    padding: 25.0666666667vw 0 5.3333333333vw;
  }
}
#main_title_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.875rem;
}
@media screen and (max-width: 1600px) {
  #main_title_area .wrap {
    gap: 0 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .wrap {
    gap: 0 4vw;
  }
}
#main_title_area .en {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  #main_title_area .en {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .en {
    font-size: 9.0666666667vw;
  }
}
#main_title_area .main_title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  #main_title_area .main_title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .main_title {
    font-size: 3.7333333333vw;
  }
}

.breadcrumb {
  margin-top: -0.0625rem;
  background: #434088;
}
.breadcrumb ul li {
  color: #fff;
}
.breadcrumb ul li + li:before {
  border-color: #fff;
}
.breadcrumb ul li a {
  color: #fff;
}

.entry_form {
  padding: 5rem 0;
}
@media screen and (max-width: 1600px) {
  .entry_form {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 840px) {
  .entry_form {
    padding: 10.6666666667vw 0;
  }
}
.entry_form .center {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .center {
    margin-bottom: 2.75vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .center {
    margin-bottom: 5.8666666667vw;
  }
}
.entry_form .center p {
  font-size: 0.975rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.7519230769;
}
@media screen and (max-width: 1600px) {
  .entry_form .center p {
    font-size: 0.975vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .center p {
    font-size: 3.7333333333vw;
  }
}
.entry_form .form {
  max-width: 50rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form {
    padding-bottom: 4.875vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form {
    padding-bottom: 10.6666666667vw;
  }
}
.entry_form .form dl .contact_form_box + .contact_form_box {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box + .contact_form_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box + .contact_form_box {
    margin-top: 5.3333333333vw;
  }
}
.entry_form .form dl .contact_form_box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dt {
    gap: 0.75vw;
    margin-bottom: 0.75vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dt {
    gap: 1.6vw;
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.entry_form .form dl .contact_form_box dt .req,
.entry_form .form dl .contact_form_box dt .any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.1875rem;
  height: 1rem;
  font-size: 0.625rem;
  color: #fff;
  font-weight: 500;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dt .req,
  .entry_form .form dl .contact_form_box dt .any {
    width: 2.1875vw;
    height: 1vw;
    font-size: 0.625vw;
    border-radius: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dt .req,
  .entry_form .form dl .contact_form_box dt .any {
    width: 8vw;
    height: 3.7333333333vw;
    font-size: 2.1333333333vw;
    border-radius: 8vw;
  }
}
.entry_form .form dl .contact_form_box dt .req {
  background: #ED1B29;
}
.entry_form .form dl .contact_form_box dt .any {
  background: #222;
}
.entry_form .form dl .contact_form_box dd {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd {
    font-size: 3.7333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd input[type=text],
.entry_form .form dl .contact_form_box dd input[type=email] {
  width: 100%;
  height: 3.25rem;
  padding: 1rem 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.0666666667;
  border: 0.0625rem solid #434088;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd input[type=text],
  .entry_form .form dl .contact_form_box dd input[type=email] {
    height: 3.25vw;
    padding: 1vw 0.5vw;
    font-size: 0.9375vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd input[type=text],
  .entry_form .form dl .contact_form_box dd input[type=email] {
    height: 12vw;
    padding: 2.1333333333vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd input[type=text].birthday,
.entry_form .form dl .contact_form_box dd input[type=email].birthday {
  width: 8.75rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd input[type=text].birthday,
  .entry_form .form dl .contact_form_box dd input[type=email].birthday {
    width: 8.75vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd input[type=text].birthday,
  .entry_form .form dl .contact_form_box dd input[type=email].birthday {
    width: 21.3333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd input[type=text].midd,
.entry_form .form dl .contact_form_box dd input[type=email].midd {
  max-width: 25rem;
  width: 50%;
}
.entry_form .form dl .contact_form_box dd input[type=text].zip {
  position: relative;
  padding-left: 2em;
  background: url(../img/recruit_new/icon_post.svg) no-repeat 0.625rem center;
  background-size: 0.75rem auto;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd input[type=text].zip {
    background: url(../img/recruit_new/icon_post.svg) no-repeat 0.625vw center;
    background-size: 0.75vw auto;
  }
}
.entry_form .form dl .contact_form_box dd textarea {
  width: 100%;
  height: 8.75rem;
  padding: 1rem 0.5rem;
  font-size: 0.9375rem;
  border: 0.0625rem solid #434088;
  border-radius: 0.3125rem;
  resize: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd textarea {
    height: 8.75vw;
    padding: 1vw 0.5vw;
    font-size: 0.9375vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd textarea {
    height: 37.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd input::-webkit-input-placeholder, .entry_form .form dl .contact_form_box dd textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}
.entry_form .form dl .contact_form_box dd input::-moz-placeholder, .entry_form .form dl .contact_form_box dd textarea::-moz-placeholder {
  color: #B2B2B2;
}
.entry_form .form dl .contact_form_box dd input:-ms-input-placeholder, .entry_form .form dl .contact_form_box dd textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
.entry_form .form dl .contact_form_box dd input::-ms-input-placeholder, .entry_form .form dl .contact_form_box dd textarea::-ms-input-placeholder {
  color: #B2B2B2;
}
.entry_form .form dl .contact_form_box dd input::placeholder,
.entry_form .form dl .contact_form_box dd textarea::placeholder {
  color: #B2B2B2;
}
.entry_form .form dl .contact_form_box dd span {
  margin: 0 1.25rem 0 0.25rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd span {
    margin: 0 1.25vw 0 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd span {
    margin: 0 0.5333333333vw 0 0;
  }
}
.entry_form .form dl .contact_form_box dd .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd .flex {
    gap: 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd .flex {
    gap: 1.0666666667vw;
  }
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field {
  margin: 0;
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label input {
  display: none;
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  display: block;
  min-width: 6.25rem;
  padding: 0.875rem 0.9375rem 1.125rem 1.875rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text {
    padding: 0.875vw 0.9375vw 1.125vw 1.875vw;
    font-size: 0.9375vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text {
    padding: 1.6vw 2.1333333333vw 1.6vw 7.4666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::before, .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::before {
  top: 50%;
  left: 0.6875rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::before {
    left: 0.6875vw;
    width: 0.75vw;
    height: 0.75vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::before {
    left: 1.6vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::after {
  top: 50%;
  left: 0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #434088;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::after {
    left: 0.875vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .form dl .contact_form_box dd .mwform-radio-field label .mwform-radio-field-text::after {
    left: 2.4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label input:checked + .mwform-radio-field-text {
  border: 0.0625rem solid #434088;
}
.entry_form .form dl .contact_form_box dd .mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.entry_form .contact_bottom_box {
  padding: 5.125rem 0 4.875rem;
  background: #F3F3F3;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box {
    padding: 5.125vw 0 4.875vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box {
    padding: 10.6666666667vw 0;
  }
}
.entry_form .contact_bottom_box .wrap {
  max-width: 62.5rem;
}
.entry_form .contact_bottom_box .scroll_out {
  padding: 0.75rem 0.625rem 0.75rem 2.5rem;
  background: #fff;
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll_out {
    padding: 0.75vw 0.625vw 0.75vw 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll_out {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.entry_form .contact_bottom_box .scroll {
  height: 12.25rem;
  padding-right: 1.5625rem;
  overflow-y: scroll;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll {
    height: 12.25vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll {
    height: 32vw;
    padding-right: 2.6666666667vw;
  }
}
.entry_form .contact_bottom_box .scroll::-webkit-scrollbar {
  width: 0.3125rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar {
    width: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.entry_form .contact_bottom_box .scroll::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar-thumb {
    border-radius: 1.3333333333vw;
  }
}
.entry_form .contact_bottom_box .scroll::-webkit-scrollbar-track {
  background: #E2E2E2;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar-track {
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll::-webkit-scrollbar-track {
    border-radius: 1.3333333333vw;
  }
}
.entry_form .contact_bottom_box .scroll .title02 {
  margin-bottom: 0.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.039375rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll .title02 {
    margin-bottom: 0.5625vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll .title02 {
    margin-bottom: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.entry_form .contact_bottom_box .scroll .title03 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.1333333333;
  letter-spacing: 0.039375rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll .title03 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll .title03 {
    font-size: 3.2vw;
  }
}
.entry_form .contact_bottom_box .scroll * {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.1333333333;
  letter-spacing: 0.039375rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll * {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll * {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.entry_form .contact_bottom_box .scroll ol li {
  margin-left: 1.5em;
  list-style-type: auto;
}
.entry_form .contact_bottom_box .scroll ol li ol li {
  margin-left: 0;
  list-style: none;
}
.entry_form .contact_bottom_box .scroll ol li ol li ol {
  margin-left: 1.5em;
}
.entry_form .contact_bottom_box .scroll .in {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .scroll .in {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .scroll .in {
    margin-top: 2.6666666667vw;
  }
}
.entry_form .contact_bottom_box .check_box {
  margin: 2.75rem auto 2.875rem;
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .check_box {
    margin: 2.75vw auto 2.875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .check_box {
    margin: 5.3333333333vw auto;
    font-size: 3.7333333333vw;
  }
}
.entry_form .contact_bottom_box .check_box label {
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .check_box label {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .check_box label {
    font-size: 3.7333333333vw;
  }
}
.entry_form .contact_bottom_box .check_box label span {
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .check_box label span {
    padding-left: 1.625vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .check_box label span {
    padding-left: 6.9333333333vw;
  }
}
.entry_form .contact_bottom_box .check_box label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #BCBCBC;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .check_box label span::before {
    width: 1vw;
    height: 1vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .check_box label span::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.entry_form .contact_bottom_box .check_box label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.25rem;
  background: none;
  border-bottom: 0.125rem solid #434088;
  border-left: 0.125rem solid #434088;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .check_box label input:checked + span::after {
    top: 0.375vw;
    left: 0.25vw;
    width: 0.5vw;
    height: 0.25vw;
    border-bottom: 0.125vw solid #434088;
    border-left: 0.125vw solid #434088;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .check_box label input:checked + span::after {
    top: 1.6vw;
    left: 0.8vw;
    width: 2.1333333333vw;
    height: 1.0666666667vw;
    border-bottom: 0.5333333333vw solid #434088;
    border-left: 0.5333333333vw solid #434088;
  }
}
.entry_form .contact_bottom_box .submit_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.25rem;
  height: 5.5rem;
  margin: auto;
  background: #434088;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn {
    width: 21.25vw;
    height: 5.5vw;
    border-radius: 0.1875vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn {
    width: 61.3333333333vw;
    height: 16vw;
    border-radius: 0.8vw;
  }
}
.entry_form .contact_bottom_box .submit_btn input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  text-align: left;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn input {
    padding: 0 2.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn input {
    padding: 0 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.entry_form .contact_bottom_box .submit_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.125rem;
  width: 0.0625rem;
  height: 45%;
  background: #6586F6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn:before {
    right: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn:before {
    right: 13.3333333333vw;
  }
}
.entry_form .contact_bottom_box .submit_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #312E76;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.entry_form .contact_bottom_box .submit_btn .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  width: 0.9375rem;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 9999px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn .arrow {
    right: 1vw;
    width: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn .arrow {
    right: 4.2666666667vw;
    width: 4vw;
  }
}
.entry_form .contact_bottom_box .submit_btn .arrow::before, .entry_form .contact_bottom_box .submit_btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.03125rem);
  right: 0;
  width: 0.46875rem;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 0.03125rem) 50%;
          transform-origin: calc(100% - 0.03125rem) 50%;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn .arrow::before, .entry_form .contact_bottom_box .submit_btn .arrow::after {
    width: 0.46875vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn .arrow::before, .entry_form .contact_bottom_box .submit_btn .arrow::after {
    width: 2vw;
  }
}
.entry_form .contact_bottom_box .submit_btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.entry_form .contact_bottom_box .submit_btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.entry_form .contact_bottom_box .submit_btn:hover {
  opacity: 1;
}
.entry_form .contact_bottom_box .submit_btn:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.entry_form .contact_bottom_box .submit_btn:hover .arrow {
  right: 0.625rem;
}
@media screen and (max-width: 1600px) {
  .entry_form .contact_bottom_box .submit_btn:hover .arrow {
    right: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  .entry_form .contact_bottom_box .submit_btn:hover .arrow {
    right: 2.6666666667vw;
  }
}
.entry_form .mw_wp_form .error {
  margin: 0 !important;
}
.entry_form .mw_wp_form .birthday + .error {
  display: inline;
}

.complete {
  padding: 5rem 0;
  background: #F3F3F3;
}
@media screen and (max-width: 1600px) {
  .complete {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 840px) {
  .complete {
    padding: 10.6666666667vw 0;
  }
}
.complete .title02 {
  margin-bottom: 4rem;
  font-size: 2.5rem;
  color: #434088;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.039375rem;
}
@media screen and (max-width: 1600px) {
  .complete .title02 {
    margin-bottom: 4vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .complete .title02 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.complete .center {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1600px) {
  .complete .center {
    margin-bottom: 2.75vw;
  }
}
@media screen and (max-width: 840px) {
  .complete .center {
    margin-bottom: 5.3333333333vw;
  }
}
.complete .center p {
  font-size: 0.975rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.7519230769;
}
@media screen and (max-width: 1600px) {
  .complete .center p {
    font-size: 0.975vw;
  }
}
@media screen and (max-width: 840px) {
  .complete .center p {
    font-size: 3.7333333333vw;
  }
}
.complete .btn a {
  margin: auto;
}