.form-intro {
  text-align: center;
  line-height: 2.1111111111;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 9rem auto 0;
  width: 90%;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .form-intro {
    font-size: 3rem;
  }
}

.section014-main {
  width: 100%;
  margin-top: 7rem;
}

.section014-content {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.section014-content p.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.section014-content .contact-privacy-box {
  margin: 40px 0;
  background-color: #ebf1f9;
  padding: 22px;
}

.section014-content .contact-privacy-box ul {
  font-weight: bold;
  font-size: 17px;
}

.section014-content .contact-privacy-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5px 0;
}

.section014-content .contact-privacy-box ul li span {
  color: #e52d27;
}

.section014-content .contact-privacy-box ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
}

.section014-content .contact-list {
  width: 100%;
}

.section014-content .contact-list .red {
  color: #fff;
  line-height: 1.1;
  background-color: #f85c2d;
  font-size: 1.6rem;
  width: 6rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section014-content .contact-list .red {
    width: 7rem;
    height: 4rem;
    font-size: 2.2rem;
  }
}

.section014-content .contact-list .contact-item {
  border-top: 1px solid #dedede;
}

.section014-content .contact-list .contact-item:last-child {
  border-bottom: 1px solid #dedede;
}

.section014-content .contact-list .contact_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background-color: rgb(229, 233, 237);
}

.section014-content .contact-list .contact_row .contact_head {
  width: 34%;
  white-space: nowrap;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: normal;
}

.section014-content .contact-list .contact_row .contact_body {
  width: 66%;
  font-size: 1.6rem;
  background-color: white;
  padding: 2.5rem 3rem;
}
.section014-content .contact-list .contact_row .contact_body--name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.section014-content .contact-list .contact_row .contact_body--name input {
  width: calc((100% - 10px) / 2);
}
.section014-content .contact-list .contact_row .contact_body--name:has(.formError) {
  padding-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .section014-content .contact-list .contact_row .contact_body--name:has(.formError) {
    padding-top: 9rem;
  }
}
.section014-content .contact-list .contact_row .contact_body--name .formError {
  box-sizing: border-box;
  width: calc(100% - 6rem);
  position: absolute !important;
  top: 2.5rem !important;
  left: 3rem !important;
}
@media only screen and (max-width: 767px) {
  .section014-content .contact-list .contact_row .contact_body--name .formError {
    width: 100%;
    left: 0 !important;
  }
}
.section014-content .contact-list .contact_row .contact_body--radio input {
  appearance: auto;
  opacity: 0;
}
.section014-content .contact-list .contact_row .contact_body--radio span.wpcf7-list-item-label {
  position: relative;
  display: block;
}
.section014-content .contact-list .contact_row .contact_body--radio span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  border: 1px solid #CCC;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  z-index: 2;
}
.section014-content .contact-list .contact_row .contact_body--radio input[type=radio]:checked + span.wpcf7-list-item-label::before,
.section014-content .contact-list .contact_row .contact_body--radio input[type=checkbox]:checked + span.wpcf7-list-item-label::before {
  border: 1px solid rgb(9, 40, 84);
}
.section014-content .contact-list .contact_row .contact_body--radio input[type=radio]:checked + span.wpcf7-list-item-label::after,
.section014-content .contact-list .contact_row .contact_body--radio input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: rgb(9, 40, 84);
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section014-content .contact-list .contact_row .contact_body--radio input[type=radio]:checked + span.wpcf7-list-item-label::after,
.section014-content .contact-list .contact_row .contact_body--radio input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
    left: 2.9rem;
  }
}
.section014-content .contact-list .contact_row .contact_body--radio p {
  margin-top: 1rem;
  line-height: 1.625;
}
.section014-content .contact-list .contact_row .contact_body--radio p + p {
  margin-top: 0;
}

.section014-content .alert {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.section014-content .alert span {
  font-size: 20px;
  color: #cc0100;
}

.section014-content .small {
  margin-top: 10px;
  font-size: 14px;
}

.section014-content .caution {
  color: #cc0100;
}

.section014-content input[type=text],
.section014-content input[type=tel],
.section014-content input[type=email],
.section014-content select {
  padding: 1.4rem 3rem;
  width: 100%;
  border: 1px solid #dedede;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .section014-content input[type=text],
.section014-content input[type=tel],
.section014-content input[type=email],
.section014-content select {
    font-size: 3.2rem;
  }
}
.section014-content input[type=text]::placeholder,
.section014-content input[type=tel]::placeholder,
.section014-content input[type=email]::placeholder,
.section014-content select::placeholder {
  color: #CCCCCC;
  padding: 0;
}

.section014-content select {
  padding: 1.6rem 3rem;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  border-radius: 2px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section014-content select {
    padding: 2rem 3rem;
    font-size: 3.2rem;
  }
}

.section014-content .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.section014-content .wpcf7-list-item {
  width: 49%;
  position: relative;
}

.section014-content .wpcf7-list-item input[type=radio],
.section014-content .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  bottom: 30px;
  left: 8px;
  z-index: 100;
}

.section014-content .wpcf7-list-item label {
  margin: 10px 0;
  padding: 12px 7px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: normal;
  text-align: center;
}

.section014-content .wpcf7-list-item input[type=radio]:checked + span label,
.section014-content .wpcf7-list-item input[type=checkbox]:checked + span label {
  background-color: rgb(9, 40, 84);
  border: 1px solid rgb(9, 40, 84);
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
}

.section014-content .select-control select {
  width: 5em;
  text-align: center;
  margin: 0 0.2em;
  padding: 0 0 0 10px;
  height: 40px;
}

.section014-content .select-control select:first-child {
  margin-left: 0;
}

.section014-content .select-control select:nth-child(2) {
  width: 4em;
}

.section014-content .select-control select:nth-child(3) {
  width: 4em;
}

.section014-content .select-control select:last-child {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0;
  max-width: 170px;
}

@media (max-width: 767px) {
  .section014-content .wpcf7-list-item input[type=radio],
.section014-content .wpcf7-list-item input[type=checkbox] {
    bottom: 20px;
  }
  .section014-content .wpcf7-list-item {
    width: 49%;
    font-size: 2.2rem;
  }
  .section014-content .wpcf7-list-item label {
    margin: 5px 0;
  }
}
.section014-content .radio-box {
  margin-top: 6rem;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section014-content .radio-box {
    margin-top: 8rem;
    font-size: 2.8rem;
  }
}
.section014-content .radio-box label {
  display: inline-block;
  position: relative;
}
.section014-content .radio-box label:has(input:checked)::after {
  position: absolute;
  content: "";
  display: block;
  border-left: 2px solid #0a2854;
  border-bottom: 3px solid #0a2854;
  width: 1.2rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0.2rem;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .section014-content .radio-box label:has(input:checked)::after {
    width: 2.2rem;
    height: 1.4rem;
    top: 0.8rem;
    left: 0.2rem;
    border-bottom: 3px solid #0a2854;
  }
}
.section014-content .radio-box input {
  border: 1px solid black;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .section014-content .radio-box input {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 2rem;
  }
}
.section014-content .radio-box a {
  display: inline-block;
  text-decoration: underline;
  color: #004099;
}
.section014-content .radio-box.agree--confirm {
  font-size: 1.6rem;
  background-color: rgb(229, 233, 237);
  padding: 2rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .section014-content .radio-box.agree--confirm {
    font-size: 2.4rem;
    padding: 4rem;
  }
}

.section014-content .sub-box {
  margin: 60px auto 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.section014-content .sub-box span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #0f6133 inset, 0 3px 4px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px -6px 0px #0f6133 inset, 0 3px 4px 0px rgba(0, 0, 0, 0.2509803922);
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.9em 1.4em 1em;
  border-radius: 18px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02894e+0,3db069+99 */
  background: #02894e;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #02894e 0%, #3db069 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#02894e), color-stop(99%, #3db069));
  background: -o-linear-gradient(top, #02894e 0%, #3db069 99%);
  background: linear-gradient(to bottom, #02894e 0%, #3db069 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02894e", endColorstr="#3db069", GradientType=0);
  /* IE6-9 */
  color: #fff;
}

.section014-content .sub-box span svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 1em;
}

.section014-box {
  margin-top: 50px;
  border: 2px solid #fff;
  padding: 35px;
}

.section014-box .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section014-box ul {
  margin-top: 18px;
}

.section014-box ul li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section014-box ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
}

.section014-box .txt {
  margin-top: 18px;
  font-size: 16px;
}

@media (max-width: 980px) {
  .section014-content .sub-box span {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .section014 .title {
    font-size: 3.2rem;
  }
  .section014-content .contact-list .contact_row {
    width: 100%;
    display: block;
    background-color: transparent;
  }
  .section014-content .contact-list .contact_row .contact_head {
    width: 100%;
    padding: 2rem;
    font-size: 3.2rem;
    background-color: rgb(229, 233, 237);
  }
  .section014-content .contact-list .contact_row .contact_body {
    width: 100%;
    font-size: 2.8rem;
    padding: 4rem 0;
  }
  .section014-content .contact-privacy-box {
    margin: 20px 0 10px;
    padding: 10px;
  }
  .section014-content .contact-privacy-box ul {
    font-size: 12px;
  }
  .section014-content .contact-privacy-box ul li:before {
    margin-top: 5px;
  }
  .section014-content .sub-box {
    margin: 40px auto 0;
  }
  .section014-content .sub-box span {
    font-size: 16px;
    padding: 0.9em 1em 1em;
  }
  .section014-content .alert {
    text-align: left;
    font-size: 16px;
  }
  .section014-content .alert span {
    font-size: 18px;
  }
  .section014-box {
    margin-top: 20px;
    padding: 10px;
  }
  .section014-box .ttl {
    font-size: 16px;
  }
  .section014-box .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .section014-box ul {
    margin-top: 10px;
    font-size: 12px;
  }
  .section014-box ul li:before {
    margin-top: 5px;
  }
}
.select-field {
  width: 100%;
  position: relative;
}
.select-field::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgb(9, 40, 84);
  border-bottom: 1px solid rgb(9, 40, 84);
  transform: rotate(45deg);
  bottom: 45%;
  right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .select-field::after {
    right: 2.6rem;
  }
}
.select-field:has(.formError)::after {
  bottom: 25%;
}

.submit {
  text-align: center;
}
.submit-btn {
  background-color: rgb(13, 114, 179);
  color: white;
  height: 8.5rem;
  width: 100%;
  max-width: 55.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: bold;
  border-radius: 2rem;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .submit-btn {
    font-size: 4.2rem;
    height: 14rem;
    max-width: none;
  }
}
.submit-btn:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  right: 2.7rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .submit-btn:after {
    width: 2rem;
    height: 2rem;
    right: 4rem;
  }
}
.submit-btn:hover {
  opacity: 0.8;
}
.submit .attention_txt {
  margin-top: 6rem;
  line-height: 2;
}
.submit .attention_txt a {
  color: rgb(9, 40, 84);
  text-decoration: underline;
}
.submit .attention_txt a:hover {
  text-decoration: none;
}

.formError {
  line-height: 1.4;
}

.submit-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column-reverse;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .submit-confirm {
    justify-content: space-between;
    gap: 0;
  }
}
.submit-confirm .sub-box {
  margin: 0;
  width: 100%;
}
.submit-confirm .back-box a {
  background-color: rgb(229, 233, 237);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: 100%;
  max-width: 26rem;
  border-radius: 1rem;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .submit-confirm .back-box a {
    height: 10rem;
    max-width: 40rem;
    margin-top: 3rem;
  }
}
.submit-confirm .back-box a:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(45deg);
  position: absolute;
  left: 2.7rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .submit-confirm .back-box a:after {
    width: 2rem;
    height: 2rem;
    left: 4rem;
  }
}
.submit-confirm button[type=submit] {
  font-size: 3.4rem;
  background-color: rgb(13, 114, 179);
  color: white;
  height: 8.5rem;
  width: 100%;
  max-width: 55.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .submit-confirm button[type=submit] {
    font-size: 4.2rem;
    height: 14rem;
    max-width: none;
  }
}
.submit-confirm button[type=submit]:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  right: 2.7rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .submit-confirm button[type=submit]:after {
    width: 2rem;
    height: 2rem;
    right: 4rem;
  }
}
.submit-confirm button[type=submit]:hover {
  opacity: 0.8;
}

.section014-content--complete {
  text-align: center;
  line-height: 1.4;
  min-height: 40dvh;
}
.section014-content--complete .complete-txt {
  margin-bottom: 2rem;
}
.section014-content--complete .complete-txt strong {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  color: rgb(9, 40, 84);
}
@media only screen and (max-width: 767px) {
  .section014-content--complete .complete-txt strong {
    font-size: 4rem;
  }
}
.section014-content--complete .txt a {
  color: rgb(13, 114, 179);
  text-decoration: underline;
}
.section014-content--complete .btn-home {
  background-color: rgb(13, 114, 179);
  color: white;
  height: 6.5rem;
  width: 100%;
  max-width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6rem auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section014-content--complete .btn-home {
    font-size: 2.6rem;
    height: 10rem;
    width: 60%;
    max-width: none;
  }
}
.section014-content--complete .btn-home:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  right: 2.7rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .section014-content--complete .btn-home:after {
    width: 2rem;
    height: 2rem;
    right: 4rem;
  }
}
.section014-content--complete .btn-home:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=form.css.map */