@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
.content[data-v-2b580752] {
  border-bottom: 2px solid #CECECE;
}
@media screen and (min-width: 768px) {
.content[data-v-2b580752] {
    display: flex;
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 0;
}
}
@media screen and (max-width: 767px) {
.content[data-v-2b580752] {
    padding: 5.3333333333vw 0;
}
}
.content[data-v-2b580752]:first-of-type {
  border-top: 2px solid #CECECE;
}
.content-center[data-v-2b580752] {
  align-items: center;
}
.content-eventNone[data-v-2b580752] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
.content-content .heading[data-v-2b580752] {
    padding-top: 20px;
}
}
.content_button[data-v-2b580752] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
.content_button[data-v-2b580752] {
    margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
.content_button[data-v-2b580752] {
    max-width: 80vw;
    flex-direction: column;
    margin: 8vw auto 0;
}
}
.heading[data-v-2b580752] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.heading[data-v-2b580752] {
    width: 245px;
    padding-right: 25px;
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-2b580752] {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
}
}
@media screen and (min-width: 768px) {
.heading-center[data-v-2b580752] {
    align-items: center;
}
}
.required {
  font-weight: 400;
  color: #fff;
  background-color: #E05D5D;
}
@media screen and (min-width: 768px) {
.required {
    margin-left: 10px;
    padding: 2px 8px 3px;
    font-size: 12px;
    border-radius: 5px;
}
}
@media screen and (max-width: 767px) {
.required {
    margin-left: 2.6666666667vw;
    padding: 0.5333333333vw 2.1333333333vw 0.8vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.inner {
    width: calc(100% - 245px);
}
}
@media screen and (min-width: 768px) {
.inner_radio div {
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 768px) {
.inner_radio div:not(:first-of-type) {
    margin-top: 10px;
}
}

.inner_radio {
  .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
input[type=radio] {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
input[type=radio] {
    margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
input[type=radio] {
    margin-right: 2.6666666667vw;
}
}
input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid #CECECE;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
input[type=text], input[type=email], input[type=tel], textarea {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
}
}
@media screen and (max-width: 767px) {
input[type=text], input[type=email], input[type=tel], textarea {
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
}
}
@media screen and (min-width: 768px) {
textarea {
    min-height: 180px;
}
}
@media screen and (max-width: 767px) {
textarea {
    min-height: 48vw;
}
}
@media screen and (min-width: 768px) {
.confirm_text {
    padding: 20px;
}
}
@media screen and (max-width: 767px) {
.confirm_text {
    padding: 5.3333333333vw;
}
}
.button {
  position: relative;
  color: #fff;
  background-color: #15618C;
  border: 0;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
.button {
    min-width: 260px;
    padding: 20px 60px;
    border-radius: 60px;
    font-size: 16px;
    transition: 0.7s;
}
}
@media screen and (max-width: 767px) {
.button {
    padding: 5.3333333333vw 8vw;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
}
}
@media screen and (min-width: 768px) {
.button:hover {
    opacity: 0.7;
}
}
@media screen and (min-width: 768px) {
.button:not(:last-of-type) {
    margin-right: 35px;
}
}
@media screen and (max-width: 767px) {
.button:not(:last-of-type) {
    margin-bottom: 9.3333333333vw;
}
}
.button:hover {
  cursor: pointer;
}
.button:disabled {
  background-color: #cecece;
  cursor: not-allowed;
}
.button span {
  position: absolute;
}
@media screen and (min-width: 768px) {
.button span {
    right: 25px;
}
}
@media screen and (max-width: 767px) {
.button span {
    right: 4vw;
    font-size: 6.4vw;
}
}
.button-back {
  background-color: #444444;
}
.button-back span {
  position: absolute;
}
@media screen and (min-width: 768px) {
.button-back span {
    right: unset;
    left: 25px;
}
}
@media screen and (max-width: 767px) {
.button-back span {
    right: unset;
    left: 4vw;
}
}
.p-error[data-v-2b580752] {
  color: #ED1C24;
}
@media screen and (min-width: 768px) {
.p-error[data-v-2b580752] {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.p-error[data-v-2b580752] {
    font-size: 3.7333333333vw;
}
}
.image[data-v-2b580752] {
  position: relative;
}
@media screen and (min-width: 768px) {
.image input[type=text][data-v-2b580752] {
    margin: 0 auto;
    padding-right: 80px;
}
}
@media screen and (max-width: 767px) {
.image input[type=text][data-v-2b580752] {
    padding-right: 21.3333333333vw;
}
}
.image .p-fileupload[data-v-2b580752] {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 700;
  background-color: #444444;
}
@media screen and (min-width: 768px) {
.image .p-fileupload[data-v-2b580752] {
    width: 70px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.image .p-fileupload[data-v-2b580752] {
    width: 18.6666666667vw;
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    font-size: 4.2666666667vw;
}
}
.image .p-fileupload[data-v-2b580752]:hover {
  cursor: pointer;
}
.contactConfirm input[data-v-2b580752], .contactConfirm textarea[data-v-2b580752] {
  background: none;
  border: none;
}
.contactConfirm input[data-v-2b580752]::-moz-placeholder, .contactConfirm textarea[data-v-2b580752]::-moz-placeholder {
  opacity: 0;
}
.contactConfirm input[data-v-2b580752]:-ms-input-placeholder, .contactConfirm textarea[data-v-2b580752]:-ms-input-placeholder {
  opacity: 0;
}
.contactConfirm input[data-v-2b580752]::placeholder, .contactConfirm textarea[data-v-2b580752]::placeholder {
  opacity: 0;
}
input[type=radio][data-v-2b580752] {
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
input[type=radio][data-v-2b580752] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
}
@media screen and (max-width: 767px) {
input[type=radio][data-v-2b580752] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
}
}
input[type=radio][data-v-2b580752]::before, input[type=radio][data-v-2b580752]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 768px) {
input[type=radio][data-v-2b580752]::before, input[type=radio][data-v-2b580752]::after {
    border: 1px solid #CECECE;
}
}
@media screen and (max-width: 767px) {
input[type=radio][data-v-2b580752]::before, input[type=radio][data-v-2b580752]::after {
    border: 0.2666666667vw solid #CECECE;
}
}
input[type=radio][data-v-2b580752]::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
input[type=radio][data-v-2b580752]::before {
    border: 1px solid #CECECE;
    height: 24px;
    width: 24px;
    left: 0px;
}
}
@media screen and (max-width: 767px) {
input[type=radio][data-v-2b580752]::before {
    background-color: #fff;
    border: 0.2666666667vw solid #CECECE;
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    left: 0px;
}
}
input[type=radio][data-v-2b580752]::after {
  border: 0;
  background-color: #007CFF;
}
@media screen and (min-width: 768px) {
input[type=radio][data-v-2b580752]::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}
}
@media screen and (max-width: 767px) {
input[type=radio][data-v-2b580752]::after {
    opacity: 0;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    left: 1.3333333333vw;
}
}
input[type=radio][data-v-2b580752]:checked::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
input[type=radio][data-v-2b580752]:checked::before {
    border: 1px solid #007CFF;
}
}
@media screen and (max-width: 767px) {
input[type=radio][data-v-2b580752]:checked::before {
    border: 0.2666666667vw solid #007CFF;
}
}
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
@media screen and (min-width: 768px) {
.heading[data-v-313d104a] {
    margin-bottom: 50px;
    margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-313d104a] {
    margin-bottom: 6.6666666667vw;
}
}
.button[data-v-313d104a] {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
.button[data-v-313d104a] {
    margin: 50px auto 0;
}
}
@media screen and (max-width: 767px) {
.button[data-v-313d104a] {
    margin: 10.6666666667vw auto 0;
}
}
@media screen and (min-width: 768px) {
.contact[data-v-313d104a] {
}
}
@media screen and (max-width: 767px) {
.contact[data-v-313d104a] {
    padding: 13.3333333333vw 0 0;
}
}
.contact_text[data-v-313d104a] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.contact_text[data-v-313d104a] {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.contact_text[data-v-313d104a] {
    margin-bottom: 8vw;
}
}
@media screen and (min-width: 768px) {
.contact_text-active[data-v-313d104a] {
    margin-bottom: 50px;
}
}
.contact_question[data-v-313d104a] {
  display: flex;
  position: relative;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background-color: #f2f2f0;
}
@media screen and (min-width: 768px) {
.contact_question[data-v-313d104a] {
    width: 941px;
    margin-top: 135px;
    padding: 60px 0 30px;
    font-size: 16px;
    border-radius: 10px;
}
}
@media screen and (max-width: 767px) {
.contact_question[data-v-313d104a] {
    margin-top: 21.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
}
}
.contact_question h3[data-v-313d104a] {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.contact_question h3[data-v-313d104a] {
    margin-bottom: 25px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.contact_question h3[data-v-313d104a] {
    margin-bottom: 5.3333333333vw;
    font-size: 5.6vw;
}
}
.contact_question div[data-v-313d104a] {
  position: absolute;
}
@media screen and (min-width: 768px) {
.contact_question div[data-v-313d104a] {
    top: -35px;
}
}
@media screen and (max-width: 767px) {
.contact_question div[data-v-313d104a] {
    width: 13.3333333333vw;
    top: -8vw;
}
}
@media screen and (max-width: 767px) {
.contact_question div img[data-v-313d104a] {
    width: 100%;
}
}
input[type=radio] {
  accent-color: #007CFF;
  width: 24px;
  height: 24px;
  @media screen and (max-width: 767px) {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.status[data-v-313d104a] {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
.status[data-v-313d104a] {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.status[data-v-313d104a] {
    margin-bottom: 5.3333333333vw;
}
}
.status[data-v-313d104a]:before {
  position: absolute;
  display: block;
  content: "";
  right: 50%;
  transform: translateX(50%);
  background-color: #C0C0C0;
}
@media screen and (min-width: 768px) {
.status[data-v-313d104a]:before {
    top: 7px;
    width: 415px;
    height: 2px;
}
}
@media screen and (max-width: 767px) {
.status[data-v-313d104a]:before {
    top: 1.8666666667vw;
    width: 66.6666666667vw;
    height: 0.5333333333vw;
}
}
.status p[data-v-313d104a] {
  font-weight: 700;
  color: #C0C0C0;
}
@media screen and (min-width: 768px) {
.status p[data-v-313d104a] {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.status p[data-v-313d104a] {
    font-size: 3.7333333333vw;
}
}
.status li[data-v-313d104a] {
  position: relative;
}
@media screen and (min-width: 768px) {
.status li[data-v-313d104a] {
    padding-top: 30px;
}
}
@media screen and (max-width: 767px) {
.status li[data-v-313d104a] {
    padding-top: 5.3333333333vw;
}
}
.status li[data-v-313d104a]:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background-color: #C0C0C0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
.status li[data-v-313d104a]:before {
    width: 16px;
    height: 16px;
}
}
@media screen and (max-width: 767px) {
.status li[data-v-313d104a]:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
}
}
@media screen and (min-width: 768px) {
.status li[data-v-313d104a]:not(:last-of-type) {
    margin-right: 150px;
}
}
@media screen and (max-width: 767px) {
.status li[data-v-313d104a]:not(:last-of-type) {
    margin-right: 20vw;
}
}
.status li.active[data-v-313d104a]:before {
  background-color: #207FBA;
}
.status li.active p[data-v-313d104a] {
  color: #207FBA;
}

#wpcf7cpcnf {
  table {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
  }
  th, td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
  }
  .wpcf7cp-btns {
    text-align: center;
    button {
      position: relative;
      color: #fff;
      background-color: #15618C;
      border: 0;
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif;
    }
    @media screen and (min-width: 768px) {
    button {
        min-width: 260px;
        padding: 20px 60px;
        border-radius: 60px;
        font-size: 16px;
        transition: 0.7s;
    }
    }
    @media screen and (max-width: 767px) {
    button {
        padding: 5.3333333333vw 8vw;
        border-radius: 8vw;
        font-size: 4.2666666667vw;
    }
    }
    @media screen and (min-width: 768px) {
    button:hover {
        opacity: 0.7;
    }
    }
    @media screen and (min-width: 768px) {
    button:not(:last-of-type) {
        margin-right: 35px;
    }
    }
    @media screen and (max-width: 767px) {
    button:not(:last-of-type) {
        margin-bottom: 9.3333333333vw;
    }
    }
    button:hover {
      cursor: pointer;
    }
  }
}