@charset "UTF-8";
.contact-meo-page .auto-scroll {
  margin-top: 20.6rem;
}
@media (max-width: 768px) {
  .contact-meo-page .auto-scroll {
    margin-top: 11rem;
  }
}

.contact-meo-page .page-title {
  margin: 0 2rem 8rem 2rem;
  padding: 0 8%;
  border-bottom: 3px solid #6B717C;
  padding-bottom: 8rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .contact-meo-page .page-title {
    padding: 0;
    padding-bottom: 4rem;
    margin: 0 1.5rem 4rem 1.5rem;
  }
}

.contact-meo-page .page-title h1 {
  font-size: clamp(2.4rem, 1.737rem + 1.768vw, 4rem);
  font-weight: bold;
}

.contact-meo-page .page-title div {
  display: flex;
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
  flex-wrap: wrap;
}

.contact-meo-page .page-title div a {
  margin-right: 0.5rem;
  white-space: nowrap;
}

.contact-meo-page .contact-meo__inner {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
  margin: 0 8%;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .contact-meo-page .contact-meo__inner {
    flex-direction: column;
    margin: 0 1.5rem;
    margin-bottom: 8rem;
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .contact-meo-page .contact-meo__inner--message {
    margin-bottom: 4rem;
  }
}

.contact-meo-page .contact-meo__inner--message p:first-child {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .contact-meo-page .contact-meo__inner--message p:first-child {
    margin-bottom: 0rem;
  }
}

/*form*/
.contact-form {
  max-width: 60rem;
  width: 100%;
}

form .wpcf7-form-control-wrap {
  display: block;
  border-radius: 4px;
  background-color: #CFEDF2;
  color: #8F9297;
  padding: 1.6rem;
}
form .wpcf7-form-control-wrap input, form .wpcf7-form-control-wrap textarea {
  color: #101A2A;
}
form .wpcf7-form-control-wrap input::placeholder, form .wpcf7-form-control-wrap textarea::placeholder {
  color: #8F9297;
}

.wpcf7-form-control-wrap[data-name=checkbox-258] {
  background-color: transparent;
  padding: 0;
  color: #101A2A;
}

form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  form .wpcf7-form-control.wpcf7-checkbox {
    flex-direction: column;
  }
}

form .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2.4rem;
}

form .form-subject {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}

form label {
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  form label {
    margin-bottom: 2rem;
  }
}
form label br {
  display: none;
}

form .form-subject span {
  font-size: clamp(1.2rem, 1.02rem + 0.56vw, 1.4rem);
  color: #FFFFFF;
  background-color: #DD6CB9;
  padding: 0.15rem 1.65rem;
  border-radius: 2px;
  margin-left: 1.5rem;
  max-width: 6rem;
}

.form-privacy {
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.form-privacy a {
  text-decoration: underline;
}

.contact-meo-page .more-button {
  margin: 0 auto;
}

input[type=checkbox] {
  all: revert;
}

form .wpcf7-submit {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 21.1rem;
  margin: 0 auto;
  padding: 2rem;
  background-image: linear-gradient(100deg, #3E64AF, #2EAADD, #6CCCDD), url("../images/more-arrow.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 2rem center;
  background-size: 100% 100%, 16px auto;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
}

/*矢印装飾*/
.submit-wrapper {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.submit-wrapper input[type=submit] {
  width: 21.1rem;
  padding: 2rem;
}
.submit-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url("../images/more-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/*下線装飾*/
.submit-wrapper::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 10rem);
  height: 1.5px;
  background: #FFFFFF;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
  z-index: 1;
}
.submit-wrapper:hover::before {
  transform: scaleX(1);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap[data-name=checkbox-151] {
  background-color: transparent;
  padding: 0;
  color: #101A2A;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
}/*# sourceMappingURL=p-contact-meo.css.map */