main {
  container-type: inline-size;
}
main section {
  padding-left: 16.6666666667cqw;
}
main .form {
  margin-top: 12rem;
  padding-bottom: 24rem;
}
main .form nav {
  display: block;
  padding-top: 4.8rem;
  width: 16.6666666667cqw;
}
main .form nav ul li {
  margin-bottom: 1.6rem;
  width: 100%;
}
main .form nav ul li a, main .form nav ul li span {
  display: block;
  padding: 1.2rem 0;
  width: 100%;
  text-align: center;
  border: 1px solid #101010;
}
main .form nav ul li span {
  color: #F2F2F2;
  background-color: #101010;
}
main .form .contents .attention {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 860px) {
  main section {
    padding-left: 0;
  }
  main .mv p {
    margin-top: 4.8rem;
  }
  main .form {
    margin-top: 4.8rem;
    padding-bottom: 12rem;
  }
  main .form nav {
    padding-top: 0;
    width: 100cqw;
    width: 100%;
  }
  main .form nav ul {
    display: flex;
  }
  main .form nav ul li {
    margin-bottom: 1.6rem;
    width: calc(50cqw - 1.5rem);
  }
  main .form nav ul li a, main .form nav ul li span {
    padding: 1.2rem 0;
  }
  main .form nav ul li span {
    color: #F2F2F2;
    background-color: #101010;
  }
  main .form .contents {
    margin-top: 6rem;
  }
  main .form .contents .attention {
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
  }
}

.wpcf7 form {
  border-top: 1px solid #101010;
}
.wpcf7 form .item {
  padding: 2.4rem 0 1.2rem;
  border-bottom: 1px solid #101010;
}
.wpcf7 form .heading {
  display: block;
  width: 16.6666666667cqw;
}
.wpcf7 form .heading span {
  display: inline-block;
}
.wpcf7 form .heading span.required {
  position: relative;
}
.wpcf7 form .heading span.required:after {
  content: "*";
  display: inline-block;
  margin-left: 0.4rem;
}
.wpcf7 form .field {
  width: 33.3333333333cqw;
}
.wpcf7 form .field.flex > span {
  width: calc(50% - 1rem);
}
.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
  background-color: transparent;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 form input[type=radio],
.wpcf7 form input[type=checkbox] {
  display: none;
}
.wpcf7 form .wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  width: calc(100% - 1rem);
}
.wpcf7 form .wpcf7-list-item label {
  position: relative;
  display: block;
  padding-left: 35px;
  width: fit-content;
  cursor: pointer;
}
.wpcf7 form .wpcf7-list-item label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #101010;
}
.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  margin: auto;
  padding-bottom: 0.1rem;
  line-height: 2.5rem;
}
.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7 form .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  background-color: #101010;
  opacity: 0;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item label:before {
  border-radius: 50%;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
  top: 0;
  left: 9px;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  height: 2px;
  border-radius: 5px;
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  top: 7px;
  left: 3px;
  bottom: 0;
  width: 8px;
  transform: rotate(50deg);
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  top: 1px;
  left: 6px;
  bottom: 0;
  width: 16px;
  transform: rotate(-50deg);
}
.wpcf7 form .wpcf7-list-item:has(input:checked) label:before {
  background-color: #ffffff;
}
.wpcf7 form input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7 form input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7 form .file label {
  display: block;
  width: calc(16.6666666667cqw - 2rem);
}
.wpcf7 form .file label input[type=file] {
  display: none;
}
.wpcf7 form .file .file_name {
  position: relative;
  display: block;
  text-align: center;
}
.wpcf7 form .file .file_name:before, .wpcf7 form .file .file_name:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.2rem;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.wpcf7 form .file .file_name:before {
  content: "[";
  left: 0;
}
.wpcf7 form .file .file_name:after {
  content: "]";
  right: -0.2rem;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  width: 100%;
  font-size: 1.1rem;
  color: #F52828;
}
.wpcf7 form .privacy {
  margin-top: 3.5rem;
  border-bottom: none;
}
.wpcf7 form .privacy p {
  margin-bottom: 1.2rem;
}
.wpcf7 form .privacy p a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.wpcf7 form .submit {
  display: block;
  margin-top: 6rem;
}
.wpcf7 form .submit .wpcf7-spinner {
  display: none;
}
.wpcf7 form .submit input {
  display: block;
  padding: 2rem 0;
  width: calc(33.3333333333cqw - 2rem);
  font-size: 1.5rem;
  color: #F2F2F2;
  text-align: center;
  background-color: #101010;
}
.wpcf7 form .submit i {
  right: 3rem;
}
.wpcf7 form .submit i:after {
  background-image: url("../images/icon/arrow_w.svg") !important;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
@media only screen and (max-width: 860px) {
  .wpcf7 form .item {
    margin-bottom: 3.5rem;
  }
  .wpcf7 form .heading {
    margin-bottom: 1rem;
    width: 100cqw;
    width: 100%;
  }
  .wpcf7 form .heading.required:after {
    right: -4.8rem;
  }
  .wpcf7 form .field {
    width: 100cqw;
    width: 100%;
  }
  .wpcf7 form .field.flex > span {
    width: calc(100% - 1rem);
    width: calc(50% - 0.4rem);
  }
  .wpcf7 form .wpcf7-list-item {
    width: calc(100% - 48px);
  }
  .wpcf7 form .file label {
    width: 100cqw;
    width: 100%;
  }
  .wpcf7 form .file .file_name {
    position: relative;
    display: block;
    text-align: center;
  }
  .wpcf7 form .file .file_name:before, .wpcf7 form .file .file_name:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.2rem;
    display: block;
    margin: auto;
    width: fit-content;
    height: fit-content;
  }
  .wpcf7 form .file .file_name:before {
    content: "[";
    left: 0;
  }
  .wpcf7 form .file .file_name:after {
    content: "]";
    right: -0.2rem;
  }
  .wpcf7 form .privacy {
    margin-top: 3.5rem;
  }
  .wpcf7 form .submit input {
    width: calc(100cqw - 2rem);
    font-size: 1.3rem;
  }
}