/* Sass Document */
#main_title_area {
  height: 55rem;
  padding: 13rem 0 30.5rem;
  background: url(../img/entry/bg_main_title_area.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  #main_title_area {
    height: 39.2857142857vw;
    padding: 9.2857142857vw 0 21.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area {
    height: 69.2307692308vw;
    padding: 17.1794871795vw 0 35.1282051282vw;
    background: url(../img/entry/bg_main_title_area_sp.png) no-repeat center top;
    background-size: cover;
  }
}

#entry_box {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1400px) {
  #entry_box {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box {
    padding-bottom: 10.2564102564vw;
  }
}
#entry_box .wrap {
  max-width: 95rem;
  margin-top: -19.4rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .wrap {
    margin-top: -13.8571428571vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .wrap {
    margin-top: -17.9487179487vw;
    border-radius: 1.2820512821vw;
  }
}
#entry_box .w_box {
  padding: 6.5rem 7.5rem 8.5rem;
  -webkit-box-shadow: 0 0 3rem 0 rgba(209, 217, 232, 0.5019607843);
          box-shadow: 0 0 3rem 0 rgba(209, 217, 232, 0.5019607843);
  mix-blend-mode: multiply;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .w_box {
    padding: 4.6428571429vw 5.3571428571vw 6.0714285714vw;
    -webkit-box-shadow: 0 0 2.1428571429vw 0 rgba(209, 217, 232, 0.5019607843);
            box-shadow: 0 0 2.1428571429vw 0 rgba(209, 217, 232, 0.5019607843);
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .w_box {
    padding: 6.4102564103vw 5.1282051282vw 10.2564102564vw;
    -webkit-box-shadow: 0 0 7.6923076923vw 0 rgba(209, 217, 232, 0.5019607843);
            box-shadow: 0 0 7.6923076923vw 0 rgba(209, 217, 232, 0.5019607843);
    border-radius: 1.2820512821vw;
  }
}
#entry_box .w_box .center {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .w_box .center {
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .w_box .center {
    margin-bottom: 10.2564102564vw;
  }
}
#entry_box .w_box .center p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 1400px) {
  #entry_box .w_box .center p {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .w_box .center p {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
#entry_box .form_entry_area dl + dl {
  margin-top: 5.5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl + dl {
    margin-top: 3.9285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl + dl {
    margin-top: 10.2564102564vw;
  }
}
#entry_box .form_entry_area dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dt {
    gap: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dt {
    gap: 3.0769230769vw;
    margin-bottom: 6.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
#entry_box .form_entry_area dl dt .req {
  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: 4.5rem;
  height: 2.1rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  border-radius: 10rem;
  background: #DC0000;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dt .req {
    width: 3.2142857143vw;
    height: 1.5vw;
    font-size: 0.8571428571vw;
    border-radius: 0.7142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dt .req {
    width: 11.5384615385vw;
    height: 5.3846153846vw;
    font-size: 3.0769230769vw;
    border-radius: 25.641025641vw;
  }
}
#entry_box .form_entry_area dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd {
    font-size: 4.1025641026vw;
  }
}
#entry_box .form_entry_area dl dd.radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd.radio .wpcf7-radio {
    gap: 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd.radio .wpcf7-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.8461538462vw;
  }
}
#entry_box .form_entry_area dl dd.radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd.radio .wpcf7-list-item {
    width: 100%;
  }
}
#entry_box .form_entry_area dl dd.radio label {
  position: relative;
  padding-left: 4.1rem;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd.radio label {
    padding-left: 2.9285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd.radio label {
    padding-left: 10.5128205128vw;
    font-size: 4.1025641026vw;
  }
}
#entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::before, #entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
#entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background-color: #fff;
  border: 0.1rem solid #D1D9E8;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::before {
    width: 1.7857142857vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
#entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::after {
  top: 0;
  bottom: 0;
  left: 0.8rem;
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  background-color: #09417E;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::after {
    left: 0.5714285714vw;
    width: 0.7857142857vw;
    height: 0.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd.radio label .wpcf7-list-item-label::after {
    left: 2.0512820513vw;
    width: 2.8205128205vw;
    height: 2.8205128205vw;
  }
}
#entry_box .form_entry_area dl dd.radio label input {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  background: none;
}
#entry_box .form_entry_area dl dd.radio label input:checked + span::after {
  opacity: 1;
}
#entry_box .form_entry_area dl dd input {
  width: 100%;
  height: 6rem;
  padding: 2.2rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9411;
  font-family: "Noto Sans JP", sans-serif;
  background: #F5F7FA;
  border: 0.1rem solid #D1D9E8;
  border-radius: 0.5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd input {
    height: 4.2857142857vw;
    padding: 1.5714285714vw 1.4285714286vw;
    font-size: 1.0714285714vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd input {
    height: 14.1025641026vw;
    padding: 4.8717948718vw 4.6153846154vw;
    font-size: 3.5897435897vw;
    border-radius: 1.2820512821vw;
  }
}
#entry_box .form_entry_area dl dd input.file {
  height: auto;
  padding: 0;
  background: none;
  border: none;
}
#entry_box .form_entry_area dl dd input.file::-webkit-file-upload-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 17.5rem;
  height: 3.6rem;
  margin-right: 2.5rem;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  font-weight: 500;
  background: #fff;
  border: 0.1rem solid #222222;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#entry_box .form_entry_area dl dd input.file::file-selector-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5rem;
  height: 3.6rem;
  margin-right: 2.5rem;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  font-weight: 500;
  background: #fff;
  border: 0.1rem solid #222222;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd input.file::-webkit-file-upload-button {
    width: 12.5vw;
    height: 2.5714285714vw;
    margin-right: 1.7857142857vw;
    font-size: 1vw;
    border-radius: 0.3571428571vw;
  }
  #entry_box .form_entry_area dl dd input.file::file-selector-button {
    width: 12.5vw;
    height: 2.5714285714vw;
    margin-right: 1.7857142857vw;
    font-size: 1vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd input.file::-webkit-file-upload-button {
    display: block;
    width: 100%;
    height: 11.5384615385vw;
    margin-right: 0;
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
  #entry_box .form_entry_area dl dd input.file::file-selector-button {
    display: block;
    width: 100%;
    height: 11.5384615385vw;
    margin-right: 0;
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
#entry_box .form_entry_area dl dd select {
  width: 25rem;
  height: 5rem;
  padding: 1.7rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  background: url(../img/entry/bg_select.svg) no-repeat right 1.6rem center;
  background-size: 1.2rem auto;
  border: 0.1rem solid #D1D9E8;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd select {
    width: 17.8571428571vw;
    height: 3.5714285714vw;
    padding: 1.2142857143vw 1.4285714286vw;
    font-size: 1.0714285714vw;
    background: url(../img/entry/bg_select.svg) no-repeat right 1.1428571429vw center;
    background-size: 0.8571428571vw auto;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd select {
    width: 61.5384615385vw;
    height: 14.1025641026vw;
    padding: 4.8717948718vw 4.6153846154vw;
    font-size: 3.5897435897vw;
    background: url(../img/entry/bg_select.svg) no-repeat right 4.1025641026vw center;
    background-size: 3.0769230769vw auto;
    border-radius: 1.2820512821vw;
  }
}
#entry_box .form_entry_area dl dd .half {
  width: 40rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl dd .half {
    width: 28.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd .half {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl dd #zip {
    width: 61.5384615385vw;
  }
}
#entry_box .form_entry_area dl dd input::-webkit-input-placeholder, #entry_box .form_entry_area dl dd textarea::-webkit-input-placeholder {
  color: #BEC9DD;
}
#entry_box .form_entry_area dl dd input::-moz-placeholder, #entry_box .form_entry_area dl dd textarea::-moz-placeholder {
  color: #BEC9DD;
}
#entry_box .form_entry_area dl dd input:-ms-input-placeholder, #entry_box .form_entry_area dl dd textarea:-ms-input-placeholder {
  color: #BEC9DD;
}
#entry_box .form_entry_area dl dd input::-ms-input-placeholder, #entry_box .form_entry_area dl dd textarea::-ms-input-placeholder {
  color: #BEC9DD;
}
#entry_box .form_entry_area dl dd input::placeholder,
#entry_box .form_entry_area dl dd textarea::placeholder {
  color: #BEC9DD;
}
#entry_box .form_entry_area dl:nth-of-type(2) dd.radio .wpcf7-radio {
  gap: 5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area dl:nth-of-type(2) dd.radio .wpcf7-radio {
    gap: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area dl:nth-of-type(2) dd.radio .wpcf7-radio {
    gap: 3.8461538462vw;
  }
}
#entry_box .form_entry_area .personal_information {
  margin: 8rem 0 5.5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information {
    margin: 5.7142857143vw 0 3.9285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information {
    margin: 14.1025641026vw 0 3.8461538462vw;
  }
}
#entry_box .form_entry_area .personal_information .title02 {
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #09417E;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .title02 {
    margin-bottom: 2.1428571429vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .title02 {
    margin-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll_out {
  padding: 2rem 1.3rem 2rem 2rem;
  border: 0.1rem solid #D1D9E8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll_out {
    padding: 1.4285714286vw 0.9285714286vw 1.4285714286vw 1.4285714286vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll_out {
    padding: 2.3076923077vw 2.5641025641vw 2.5641025641vw 3.5897435897vw;
    border-radius: 1.2820512821vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll {
  height: 17.5rem;
  padding-right: 2.4rem;
  overflow-y: scroll;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll {
    height: 12.5vw;
    padding-right: 1.7142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll {
    height: 54.1025641026vw;
    padding-right: 3.0769230769vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar {
  width: 0.8rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar {
    width: 0.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar {
    width: 1.5384615385vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
  background: #D2D2D2;
  border-radius: 5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
    border-radius: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
    border-radius: 12.8205128205vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-track {
    border-radius: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll::-webkit-scrollbar-track {
    border-radius: 12.8205128205vw;
  }
}
#entry_box .form_entry_area .personal_information .scroll .title03 {
  margin-top: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78571;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll .title03 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll .title03 {
    font-size: 3.3333333333vw;
    line-height: 1.538461;
  }
}
#entry_box .form_entry_area .personal_information .scroll p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78571;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .personal_information .scroll p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .personal_information .scroll p {
    font-size: 3.3333333333vw;
    line-height: 1.538461;
  }
}
#entry_box .form_entry_area .personal_information .scroll a {
  text-decoration: underline;
}
#entry_box .form_entry_area .personal_information .scroll a[href*="tel:"] {
  text-decoration: none;
}
#entry_box .form_entry_area .personal_information .scroll .mt1em {
  margin-top: 1.5em;
}
#entry_box .form_entry_area .privacy {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .privacy {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .privacy {
    margin-bottom: 5.1282051282vw;
  }
}
#entry_box .form_entry_area .privacy .wpcf7-list-item {
  margin: 0;
}
#entry_box .form_entry_area .privacy label {
  display: table;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .privacy label {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .privacy label {
    font-size: 3.8461538462vw;
  }
}
#entry_box .form_entry_area .privacy label span {
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .privacy label span {
    padding-left: 2.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .privacy label span {
    padding-left: 8.7179487179vw;
  }
}
#entry_box .form_entry_area .privacy label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  border: 0.1rem solid #D1D9E8;
  background: #fff;
  border-radius: 0.3rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .privacy label span::before {
    width: 1.7857142857vw;
    height: 1.7857142857vw;
    border-radius: 0.2142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .privacy label span::before {
    width: 5.641025641vw;
    height: 5.641025641vw;
    border-radius: 0.7692307692vw;
  }
}
#entry_box .form_entry_area .privacy label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 0.6rem;
  background: none;
  border-bottom: 0.3rem solid #09417E;
  border-left: 0.3rem solid #09417E;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .privacy label input:checked + span::after {
    top: 0.3571428571vw;
    left: 0.3571428571vw;
    width: 1.0714285714vw;
    height: 0.4285714286vw;
    border-bottom: 0.2142857143vw solid #09417E;
    border-left: 0.2142857143vw solid #09417E;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .privacy label input:checked + span::after {
    top: 1.0256410256vw;
    left: 1.2820512821vw;
    width: 3.8461538462vw;
    height: 1.5384615385vw;
    border-bottom: 0.7692307692vw solid #09417E;
    border-left: 0.7692307692vw solid #09417E;
  }
}
#entry_box .form_entry_area .btn_area {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .btn_area {
    gap: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.1282051282vw;
  }
}
#entry_box .form_entry_area .btn_area .btn_submit {
  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: 30rem;
  height: 8rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: url(../img/entry/btn_submit.svg) no-repeat right 2.3rem center, -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
  background: url(../img/entry/btn_submit.svg) no-repeat right 2.3rem center, linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
  background-size: 1.5rem auto;
  border-radius: 6rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .btn_area .btn_submit {
    width: 21.4285714286vw;
    height: 5.7142857143vw;
    font-size: 1.4285714286vw;
    background: url(../img/entry/btn_submit.svg) no-repeat right 1.6428571429vw center, -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
    background: url(../img/entry/btn_submit.svg) no-repeat right 1.6428571429vw center, linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
    background-size: 1.0714285714vw auto;
    border-radius: 4.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .btn_area .btn_submit {
    width: 69.2307692308vw;
    height: 16.6666666667vw;
    font-size: 4.1025641026vw;
    background: url(../img/entry/btn_submit.svg) no-repeat right 6.9230769231vw center, -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
    background: url(../img/entry/btn_submit.svg) no-repeat right 6.9230769231vw center, linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
    background-size: 3.3333333333vw;
    border-radius: 8.2051282051vw;
  }
}
#entry_box .form_entry_area .btn_area .btn_submit:disabled {
  background: url(../img/entry/btn_submit.svg) no-repeat right 2.3rem center, #ccc;
  background-size: 1.5rem;
  cursor: auto;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .btn_area .btn_submit:disabled {
    background: url(../img/entry/btn_submit.svg) no-repeat right 1.6428571429vw center, #ccc;
    background-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .btn_area .btn_submit:disabled {
    background: url(../img/entry/btn_submit.svg) no-repeat right 6.9230769231vw center, #ccc;
    background-size: 3.3333333333vw;
  }
}
#entry_box .form_entry_area .btn_area .btn_submit:disabled:hover {
  opacity: 1;
}
#entry_box .form_entry_area .btn_area .btn_submit:hover {
  opacity: 0.7;
}
#entry_box .form_entry_area .btn_area .previous {
  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: 31rem;
  height: 7rem;
  font-size: 1.8rem;
  color: #111;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 3.5rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1400px) {
  #entry_box .form_entry_area .btn_area .previous {
    width: 22.1428571429vw;
    height: 5vw;
    font-size: 1.2857142857vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .form_entry_area .btn_area .previous {
    width: 64.1025641026vw;
    height: 14.1025641026vw;
    font-size: 4.1025641026vw;
    border-radius: 8.9743589744vw;
  }
}
#entry_box .form_entry_area .btn_area .previous:hover {
  opacity: 0.7;
}
#entry_box .btn a {
  margin: auto;
}
#entry_box .thanks_comment .title02 {
  margin-bottom: 1em;
  font-size: 3rem;
  color: #09417E;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #entry_box .thanks_comment .title02 {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .thanks_comment .title02 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 840px) {
  #entry_box .thanks_comment .center p {
    text-align: left;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 1rem;
  margin: -1rem auto 11rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  border: 0.2rem solid #111 !important;
}
@media screen and (max-width: 1400px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -0.7142857143vw auto 7.8571428571vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -1.2820512821vw auto 14.358974359vw;
    font-size: 3.3333333333vw;
  }
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media screen and (max-width: 1400px) {
  .wpcf7-spinner {
    bottom: -2.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7-spinner {
    bottom: -10.2564102564vw;
  }
}