.contact {
  position: relative;
}
.contact__body {
  margin: 0 0 16vw;
  padding: 6.6666666667vw 0 0;
  background-color: #ffffff;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__body {
    margin: 0 0 10.4166666667vw;
    padding: 2.4305555556vw 0 0;
    border-radius: 3.4722222222vw;
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__body {
    max-width: 1000px;
    margin: 0 auto 70px;
    padding: 35px 0 0;
    border-radius: 50px;
  }
}
.contact__img {
  height: auto;
  display: block;
  text-align: center;
  margin: 8vw 0 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__img {
    margin: 2.4305555556vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__img {
    margin: 35px 0 50px;
  }
}
.contact__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__img--pc {
    display: block;
  }
}
.contact__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact__img--sp {
    display: none;
  }
}
.contact__title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.353;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 2.6rem;
  }
}
.contact__title span {
  display: inline-block;
  font-size: 4.5rem;
  color: #61C6B2;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__title span {
    font-size: 6rem;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title span {
    margin-bottom: 5px;
  }
}
.contact__title {
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin: 0 0 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin: 0 0 35px;
  }
}
.contact__lead {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8vw;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    margin: 0 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead {
    margin: 0 0 50px;
  }
}
.contact__lead br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .contact__lead br {
    display: none;
  }
}

.form {
  position: relative;
  border-top: 0.2666666667vw solid #E4E4E4;
  padding: 8vw 0 0;
}
@media screen and (min-width: 768px) {
  .form {
    border-width: 0.0694444444vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .form {
    border-width: 1px;
  }
}
.form__text {
  margin-bottom: 8vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__text {
    margin-bottom: 30px;
  }
}
.form__table {
  width: 100%;
  margin: 0 0 8vw;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 768px) {
  .form__table {
    margin: 0 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__table {
    margin: 0 0 60px;
  }
}
.form__tr {
  display: block;
  padding: 0 0 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .form__tr {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 2.0833333333vw 0;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__tr {
    padding: 30px 0;
    gap: 90px;
  }
}
.form__bordertop {
  border-top: 1px dotted #4A5549;
}
.form__th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.2vw;
  letter-spacing: 0.1em;
  text-align: start;
  column-gap: 4vw;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .form__th {
    font-size: 1.5rem;
    width: 19.4444444444vw;
    justify-content: space-between;
    margin-bottom: 0;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__th {
    margin-bottom: 0;
    column-gap: 20px;
    width: 280px;
  }
}
.form__br {
  display: none;
}
@media screen and (min-width: 768px) {
  .form__br {
    display: inline;
  }
}
.form__required {
  padding: 0 5.3333333333vw;
  background-color: #ffffff;
  color: #D15657;
  border: 0.2666666667vw solid #D15657;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__required {
    padding: 0.2083333333vw 1.3888888889vw;
    border-width: 0.0694444444vw;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .form__required {
    border-width: 1px;
    padding: 0 20px;
  }
}
.form__td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__td {
    display: block;
    padding: 0 0 0 10px;
  }
}
.form__td--flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .form__td--flex {
    row-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__td--flex {
    row-gap: 20px;
  }
}
.form__listtitle {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__listtitle {
    margin-bottom: 4px;
  }
}
.form__block {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__block {
    margin-bottom: 20px;
  }
}
.form__inner {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-shrink: 0;
  width: 50%;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .form__inner {
    width: 13.8888888889vw;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .form__inner {
    width: 200px;
  }
}
.form__inner span {
  display: block;
  background-image: url(../img/contact/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__inner span {
    width: 10px;
    height: 2px;
    margin-right: 14px;
  }
}
.form__inner--margin22 {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .form__inner--margin22 {
    margin-bottom: 22px;
  }
}
.form__input {
  width: 100%;
  padding: 2.6666666667vw;
  min-height: 13.3333333333vw;
  border: 0.2666666667vw solid #E4E4E4;
  border-radius: 1.3333333333vw;
  background-color: #F5F5F5;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .form__input {
    min-height: 3.125vw;
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .form__input {
    min-height: 45px;
    border-radius: 5px;
    padding: 16px;
    border-width: 1px;
  }
}
.form ::placeholder {
  color: #E4E4E4;
}
.form__selectbox {
  position: relative;
  z-index: 1;
}
.form__selectbox::after {
  z-index: -1;
  position: absolute;
  display: inline-block;
  content: "";
  right: 4.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/black-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2666666667vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .form__selectbox::after {
    width: 16px;
    height: 10px;
    right: 16px;
  }
}
.form__selectbox--post3 {
  width: calc(56% + 13.3333333333vw);
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .form__selectbox--post3 {
    width: calc(40% + 38px);
  }
}
.form__radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5.3333333333vw 0 0;
  background-color: #F5F5F5;
  border: 0.2666666667vw solid #E4E4E4;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin: 0 1.3888888889vw 0 0;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio {
    margin: 0 20px 0 0;
    border-width: 1px;
  }
}
.form__radio {
  position: relative;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border: 1px solid #61C6B2;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .form__radio {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio {
    width: 20px;
    height: 20px;
  }
}
.form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 50%;
  background: #61C6B2;
  content: "";
}
@media screen and (min-width: 768px) {
  .form input[type=radio]:checked:before {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form input[type=radio]:checked:before {
    width: 10px;
    height: 10px;
  }
}
.form input[type=checkbox] {
  position: relative;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 0 3.7333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .form input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0 14px 0 0;
  }
}
.form__btn {
  width: 37.3333333333vw;
  height: 10.6666666667vw;
  margin: 0 0 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .form__btn {
    width: 112px;
    height: 33px;
    margin: 0 20px 0 0;
  }
}
.form textarea {
  width: 100%;
  padding: 6.4vw 4.2666666667vw;
  border: 0.2666666667vw solid #E4E4E4;
  border-radius: 1.3333333333vw;
  background-color: #F5F5F5;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .form textarea {
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .form textarea {
    border-radius: 5px;
    padding: 16px;
    border-width: 1px;
  }
}
.form__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 1.5rem;
  }
}
.form__label input[type=checkbox] + span {
  width: 18px;
  height: 18px;
  background-color: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.form__label input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__label input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__label input {
  margin-right: 1.6vw;
  width: 18px;
  height: 18px;
  background-color: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .form__label input {
    margin-right: 6px;
  }
}
.form__label a {
  color: #61C6B2;
  border-bottom: 1px solid #61C6B2;
  display: inline-block;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__label a {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label a {
    border-width: 1px;
  }
}
.form__box {
  text-align: center;
}
.form__submit {
  width: 84.2666666667vw;
  height: 13.8666666667vw;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__submit {
    font-size: 2.4rem;
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit {
    width: 420px;
    height: 70px;
    margin-top: 30px;
  }
}
.form__submit button {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #61C6B2;
}
@media screen and (min-width: 768px) {
  .form__submit button {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #61C6B2;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit button {
    border-radius: 50px;
    border: 1px solid #61C6B2;
  }
}
.form__submit button:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.form__submit button::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .form__submit button::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit button::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.form__submit button::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .form__submit button::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit button::before {
    width: 18px;
    height: 15px;
  }
}

.error {
  color: red;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .error {
    font-size: 1.6rem;
  }
}