@charset "UTF-8";
/* ---------------------------------------
	Contact
-----------------------------------------*/
.contact-section__wrapper {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .contact-section__wrapper {
    width: calc(100% - 10rem);
    max-width: 70rem;
    padding-block: 5rem 12rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__wrapper {
    width: calc(100% - 12.5vw);
    max-width: 87.5vw;
    padding-block: 6.25vw 15vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__wrapper {
    width: calc(100% - 20.8333333333vw);
    max-width: 79.1666666667vw;
    padding-block: 5.7291666667vw 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__wrapper {
    width: calc(100% - 20.5128205128vw);
    max-width: 79.4871794872vw;
    padding-block: 12.3076923077vw 20.5128205128vw;
  }
}
@media screen and (width > 1280px) {
  .contact-section__head {
    margin-bottom: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__head {
    margin-bottom: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__head {
    margin-bottom: 11.71875vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__head {
    margin-bottom: 10.2564102564vw;
  }
}
.contact-section__title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .contact-section__title {
    font-size: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__title {
    font-size: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__title {
    font-size: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__title {
    font-size: 6.1538461538vw;
  }
}
.contact-section__text {
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .contact-section__text {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__text {
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__text {
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__text {
    font-size: 3.0769230769vw;
  }
}
@media screen and (width > 1280px) {
  .contact-section__text .-sm {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__text .-sm {
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__text .-sm {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__text .-sm {
    font-size: 2.5641025641vw;
  }
}
.contact-section__text a {
  color: #7a7a7a;
  text-decoration: underline !important;
}
.contact-section__form-wrapper {
  display: grid;
}
@media screen and (width > 1280px) {
  .contact-section__form-wrapper {
    grid-template-columns: 1fr 37.5rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__form-wrapper {
    grid-template-columns: 1fr 46.875vw;
    -moz-column-gap: 4.6875vw;
         column-gap: 4.6875vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__form-wrapper {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 7.8125vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__form-wrapper {
    row-gap: 12.3076923077vw;
  }
}
.contact-section__form-section {
  background-color: var(--cl-bg);
}
@media screen and (width > 1280px) {
  .contact-section__form-section {
    padding: 2.5rem 2.25rem 5.25rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__form-section {
    padding: 3.125vw 2.8125vw 6.5625vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__form-section {
    padding: 5.2083333333vw 5.2083333333vw 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__form-section {
    padding: 10.2564102564vw 10.2564102564vw 20.5128205128vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (width > 1280px) {
  .contact-section__footer {
    margin-top: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__footer {
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__footer {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__footer {
    margin-top: 20.5128205128vw;
  }
}
.contact-section__btn {
  width: 100%;
}
@media screen and (width > 1280px) {
  .contact-section__btn {
    border: var(--cl-text) 0.125rem solid;
    max-width: 13.4375rem;
    height: 3.25rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__btn {
    border: var(--cl-text) 0.15625vw solid;
    max-width: 16.796875vw;
    height: 4.0625vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__btn {
    border: var(--cl-text) 0.2604166667vw solid;
    max-width: 27.9947916667vw;
    height: 6.7708333333vw;
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__btn {
    border: var(--cl-text) 0.5128205128vw solid;
    max-width: 55.1282051282vw;
    height: 13.3333333333vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-inline: auto;
  }
}
.contact-section__btn::before {
  content: "";
  display: inline-block;
  background-image: url("../../images/parts/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .contact-section__btn::before {
    width: 1.125rem;
    height: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .contact-section__btn::before {
    width: 1.40625vw;
    height: 0.9375vw;
    margin-right: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .contact-section__btn::before {
    width: 2.34375vw;
    height: 1.5625vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .contact-section__btn::before {
    width: 4.6153846154vw;
    height: 3.0769230769vw;
    margin-right: 3.0769230769vw;
  }
}

.document-section__wrapper {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .document-section__wrapper {
    width: calc(100% - 10rem);
    max-width: 70rem;
    padding-block: 5rem 12rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__wrapper {
    width: calc(100% - 12.5vw);
    max-width: 87.5vw;
    padding-block: 6.25vw 15vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__wrapper {
    width: calc(100% - 20.8333333333vw);
    max-width: 79.1666666667vw;
    padding-block: 5.7291666667vw 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__wrapper {
    width: calc(100% - 20.5128205128vw);
    max-width: 79.4871794872vw;
    padding-block: 12.3076923077vw 20.5128205128vw;
  }
}
@media screen and (width > 1280px) {
  .document-section__head {
    margin-bottom: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__head {
    margin-bottom: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__head {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__head {
    margin-bottom: 6.1538461538vw;
  }
}
.document-section__img-sp {
  display: none;
  overflow: hidden;
}
@media screen and (width <= 991px) {
  .document-section__img-sp {
    display: block;
    margin: 4.1666666667vw calc(50% - 50vw) 0;
    width: 100vw;
    aspect-ratio: 16/9;
  }
}
@media screen and (width <= 767px) {
  .document-section__img-sp {
    margin: 10.7692307692vw calc(50% - 50vw) 0;
  }
}
.document-section__img-sp img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-section__img-pc {
  overflow: hidden;
}
@media screen and (width > 1280px) {
  .document-section__img-pc {
    aspect-ratio: 16/9;
    margin-top: 2.625rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__img-pc {
    aspect-ratio: 16/9;
    margin-top: 3.28125vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__img-pc {
    display: none;
  }
}
.document-section__img-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width > 1280px) {
  .document-section__head-text {
    margin-bottom: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__head-text {
    margin-bottom: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__head-text {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__head-text {
    margin-bottom: 3.0769230769vw;
  }
}
.document-section__title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .document-section__title {
    font-size: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__title {
    font-size: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__title {
    font-size: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__title {
    font-size: 6.1538461538vw;
  }
}
.document-section__sub-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (width > 1280px) {
  .document-section__sub-title {
    font-size: 1.625rem;
    margin-bottom: 2.625rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__sub-title {
    font-size: 2.03125vw;
    margin-bottom: 3.28125vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__sub-title {
    font-size: 3.3854166667vw;
    margin-bottom: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__sub-title {
    font-size: 4.6153846154vw;
    margin-bottom: 6.1538461538vw;
  }
}
.document-section__text {
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .document-section__text {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__text {
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__text {
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__text {
    font-size: 3.0769230769vw;
  }
}
@media screen and (width > 1280px) {
  .document-section__text .-sm {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__text .-sm {
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__text .-sm {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__text .-sm {
    font-size: 2.5641025641vw;
  }
}
.document-section__text a {
  color: #7a7a7a;
  text-decoration: underline !important;
}
@media screen and (width > 1280px) {
  .document-section__form-img-pc {
    width: 27.5rem;
    height: 15.5rem;
    margin-top: 2.625rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__form-img-pc {
    width: 34.375vw;
    height: 19.375vw;
    margin-top: 3.28125vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__form-img-pc {
    display: none;
  }
}
.document-section__form-img-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-section__form-img-sp {
  display: none;
}
@media screen and (width <= 991px) {
  .document-section__form-img-sp {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.document-section__form-img-sp img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-section__form-wrapper {
  display: grid;
}
@media screen and (width > 1280px) {
  .document-section__form-wrapper {
    grid-template-columns: 1fr 37.5rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__form-wrapper {
    grid-template-columns: 1fr 46.875vw;
    -moz-column-gap: 4.6875vw;
         column-gap: 4.6875vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__form-wrapper {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 7.8125vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__form-wrapper {
    row-gap: 12.3076923077vw;
  }
}
.document-section__form-section {
  background-color: var(--cl-bg);
}
@media screen and (width > 1280px) {
  .document-section__form-section {
    padding: 2.5rem 2.25rem 5.25rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__form-section {
    padding: 3.125vw 2.8125vw 6.5625vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__form-section {
    padding: 5.2083333333vw 5.2083333333vw 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__form-section {
    padding: 10.2564102564vw 10.2564102564vw 20.5128205128vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (width > 1280px) {
  .document-section__footer {
    margin-top: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__footer {
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__footer {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__footer {
    margin-top: 20.5128205128vw;
  }
}
.document-section__btn {
  width: 100%;
}
@media screen and (width > 1280px) {
  .document-section__btn {
    border: var(--cl-text) 0.125rem solid;
    max-width: 13.4375rem;
    height: 3.25rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__btn {
    border: var(--cl-text) 0.15625vw solid;
    max-width: 16.796875vw;
    height: 4.0625vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__btn {
    border: var(--cl-text) 0.2604166667vw solid;
    max-width: 27.9947916667vw;
    height: 6.7708333333vw;
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__btn {
    border: var(--cl-text) 0.5128205128vw solid;
    max-width: 55.1282051282vw;
    height: 13.3333333333vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-inline: auto;
  }
}
.document-section__btn::before {
  content: "";
  display: inline-block;
  background-image: url("../../images/parts/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .document-section__btn::before {
    width: 1.125rem;
    height: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .document-section__btn::before {
    width: 1.40625vw;
    height: 0.9375vw;
    margin-right: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .document-section__btn::before {
    width: 2.34375vw;
    height: 1.5625vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .document-section__btn::before {
    width: 4.6153846154vw;
    height: 3.0769230769vw;
    margin-right: 3.0769230769vw;
  }
}

@media screen and (width > 1280px) {
  .wpcf7 .form__wrapper:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .form__wrapper:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .form__wrapper:not(:last-of-type) {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .form__wrapper:not(:last-of-type) {
    margin-bottom: 8.2051282051vw;
  }
}
.wpcf7 .label::after {
  content: "任意";
  border-radius: 9999px;
  background-color: #fefefe;
  border: #c3c3c3 solid 0.0625rem;
  box-sizing: border-box;
}
@media screen and (width > 1280px) {
  .wpcf7 .label::after {
    padding: 0.125rem 0.75rem;
    font-size: 0.8125rem;
    margin-left: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .label::after {
    padding: 0.15625vw 0.9375vw;
    font-size: 1.015625vw;
    margin-left: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .label::after {
    padding: 0.2604166667vw 1.5625vw;
    font-size: 1.6927083333vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .label::after {
    padding: 0.5128205128vw 3.0769230769vw;
    font-size: 3.3333333333vw;
    margin-left: 3.0769230769vw;
  }
}
.wpcf7 .label.required::after {
  content: "必須";
  background-color: var(--cl-accent);
  color: var(--cl-white);
  border-color: var(--cl-accent);
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media screen and (width > 1280px) {
  .wpcf7 .wpcf7-list-item label {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .wpcf7-list-item label {
    -moz-column-gap: 0.3125vw;
         column-gap: 0.3125vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .wpcf7-list-item label {
    -moz-column-gap: 0.5208333333vw;
         column-gap: 0.5208333333vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .wpcf7-list-item label {
    -moz-column-gap: 1.0256410256vw;
         column-gap: 1.0256410256vw;
  }
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  min-width: 5em;
}
.wpcf7 .form__text {
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .wpcf7 .form__text {
    font-size: 0.875rem;
    margin-top: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .form__text {
    font-size: 1.09375vw;
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .form__text {
    font-size: 1.8229166667vw;
    margin-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .form__text {
    letter-spacing: 0.03em;
    font-size: 3.0769230769vw;
    margin-top: 16.4102564103vw;
  }
}
@media screen and (width > 1280px) {
  .wpcf7 .form__submit-wrapper {
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .form__submit-wrapper {
    margin-top: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .form__submit-wrapper {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .form__submit-wrapper {
    margin-top: 4.1025641026vw;
  }
}
.wpcf7 .form__submit-wrapper .wpcf7-submit {
  margin-inline: auto;
}
.wpcf7 input[type=text].wpcf7-not-valid, .wpcf7 input[type=tel].wpcf7-not-valid, .wpcf7 input[type=email].wpcf7-not-valid {
  border-color: var(--cl-accent);
}
.wpcf7 textarea.wpcf7-not-valid {
  border: var(--cl-accent) 0.125rem solid;
}
.wpcf7 select.wpcf7-not-valid {
  border: var(--cl-accent) 0.125rem solid;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: bold;
  color: var(--cl-accent);
}
@media screen and (width > 1280px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.40625vw;
    margin-top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 2.34375vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 4.6153846154vw;
    margin-top: 2.0512820513vw;
  }
}
.wpcf7 .wpcf7-not-valid-tip::before {
  content: "";
  background-image: url(../../images/parts/icon-error.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (width > 1280px) {
  .wpcf7 .wpcf7-not-valid-tip::before {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .wpcf7 .wpcf7-not-valid-tip::before {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-right: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .wpcf7 .wpcf7-not-valid-tip::before {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .wpcf7 .wpcf7-not-valid-tip::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin-right: 2.0512820513vw;
  }
}
/*# sourceMappingURL=../maps/pages/contact.css.map */
