@charset "UTF-8";
/*
  ##########################################
  ## お問い合わせページのスタイル ##
  ##########################################
*/
.pre-footer {
  display: none !important;
}

.contact-page {
  background: #f4f4f4;
  color: #393C41;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.contact-page__container {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 64px 120px;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-page__header {
  padding: 240px 0 24px;
  position: relative;
}
.contact-page__hero {
  position: relative;
  padding-left: 56px;
  padding-right: 56px;
  box-sizing: border-box;
}
.contact-page__title {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 24px;
}
.contact-page__hero::before {
  content: "CONTACT";
  position: absolute;
  left: 0;
  top: -180px;
  font-size: 200px;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.06);
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.contact-page__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.contact-page__breadcrumb a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page__breadcrumb a:hover {
  color: #333;
}
.contact-page__breadcrumb-sep {
  opacity: 0.6;
}
.contact-page__content {
  display: grid;
  grid-template-columns: 438px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  justify-items: stretch;
}
.contact-page__sidebar {
  justify-self: start;
}
.contact-page__form {
  padding-top: 80px;
  justify-self: end;
}
.contact-page__subtitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px;
}
.contact-page__text {
  font-size: 16px;
  font-weight: 400;
  margin: 80px 0 0;
  line-height: 1.8;
  letter-spacing: 0;
}
.contact-page__policy-title {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 400;
  align-self: stretch;
}
.contact-page__policy-box {
  border: 1px solid #A6A9AB;
  border-radius: 8px;
  background: #fff;
  height: 220px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
}
.contact-page__policy-scroll {
  height: 100%;
  overflow: auto;
  padding: 16px;
}
.contact-page__policy-scroll h4 {
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
}
.contact-page__policy-scroll p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
}
.contact-page__policy-note {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .external-link {
  margin-top: 32px;
}
.contact-page .external-link-contents {
  max-width: 438px;
  height: 85px;
  display: flex;
  padding: 10px 16px 10px 20px;
  border: 1px solid #A6A9AB;
  background: #f4f4f4;
  transition: all 0.3s ease;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.contact-page .external-link-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 144px;
  flex-shrink: 0;
  letter-spacing: normal;
}
.contact-page .external-link-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-page .external-link-items img {
  max-width: 203px;
}
.contact-page .external-link-items .btn__arrow {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.contact-page .external-link-items .btn__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  z-index: 0;
}
.contact-page .external-link-items .btn__arrow img {
  width: 11px;
  height: 7px;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
}
.contact-page .external-link-items:hover .btn__arrow::before {
  transform: rotate(-24deg);
}
.contact-page .external-link-items:hover .btn__arrow img {
  transform: rotate(-45deg);
  animation: arrowFlyDiagonal 0.6s ease-in-out;
}
.contact-page .external-link.moving-contact .external-link-contents {
  max-width: none;
  width: 100%;
  gap: 16px;
  justify-content: flex-start;
}
.contact-page .external-link.moving-contact .external-link-items {
  display: flex;
  align-items: center;
  flex: 1;
}
.contact-page .external-link.moving-contact .external-link-items .moving-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.contact-page .external-link.moving-contact .external-link-items img.moving-icon {
  width: 25px;
}
.contact-page .external-link.moving-contact .external-link-items p {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .contact-page .external-link.moving-contact br {
    display: none;
  }
}

.contact-form {
  width: 688px;
  max-width: 688px;
}
.contact-form .wpcf7-form-control,
.contact-form .wpcf7-text,
.contact-form .wpcf7-email,
.contact-form .wpcf7-tel,
.contact-form .wpcf7-select,
.contact-form .wpcf7-textarea {
  width: 100%;
  border-radius: 6px;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form__group {
  margin-bottom: 40px;
}
.contact-form__group br {
  display: none;
}
.contact-form__group--accept {
  margin-top: 8px;
}
.contact-form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 100%;
  color: #333;
}
.contact-form__required {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
  background: #333;
  border-radius: 999px;
  letter-spacing: 0;
}
.contact-form__actions {
  margin-top: 40px;
}
.contact-form__accept-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
.contact-form__optional {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  color: #555;
  background: #e9e9ea;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.contact-form__accept-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.contact-form__accept-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  white-space: nowrap;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  letter-spacing: 0;
}
.contact-form__group--submit {
  margin-top: 24px;
  margin-bottom: 0 !important;
}
.contact-form__submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  align-items: center;
  gap: 40px;
}
.contact-form__accept {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.contact-form__submit {
  height: 96px;
  font-size: 24px;
  border-radius: 999px;
}
.contact-form .hamburger-feed__item--single-button {
  width: 228px;
  max-width: 228px;
  height: 54px;
  padding: 11px 20px;
  background-color: #333 !important;
  color: #fff;
  border-radius: 36px;
  font-size: 16px;
  justify-content: space-between;
}
.contact-form .hamburger-feed__item--single-button .hero-feed__button-arrow {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.contact-form .hamburger-feed__item--single-button .hero-feed__button-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  z-index: 0;
}
.contact-form .hamburger-feed__item--single-button .hero-feed__button-arrow img {
  width: 11px;
  height: 7px;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}
.contact-form .hamburger-feed__item--single-button:hover .hero-feed__button-arrow::before {
  transform: rotate(-24deg);
}
.contact-form .hamburger-feed__item--single-button:hover .hero-feed__button-arrow img {
  animation: arrowFlyTilted 0.6s ease-in-out;
}
.contact-form .hamburger-feed__item--single-button[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
  justify-content: space-between;
}
.contact-form button.hamburger-feed__item--single-button {
  justify-content: space-between;
}

.contact-page .wpcf7-form .wpcf7-form-control {
  width: 100%;
  transition: all 0.3s ease;
}
.contact-page .wpcf7-text,
.contact-page .wpcf7-email,
.contact-page .wpcf7-tel,
.contact-page .wpcf7-select,
.contact-page .wpcf7-textarea {
  appearance: none;
  background: #fff;
  border: none;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact-page .wpcf7-text:hover,
.contact-page .wpcf7-email:hover,
.contact-page .wpcf7-tel:hover,
.contact-page .wpcf7-select:hover,
.contact-page .wpcf7-textarea:hover {
  border: 1px solid #666;
}
.contact-page .wpcf7-text:focus, .contact-page .wpcf7-text:not(:placeholder-shown),
.contact-page .wpcf7-email:focus,
.contact-page .wpcf7-email:not(:placeholder-shown),
.contact-page .wpcf7-tel:focus,
.contact-page .wpcf7-tel:not(:placeholder-shown),
.contact-page .wpcf7-select:focus,
.contact-page .wpcf7-select:not(:placeholder-shown),
.contact-page .wpcf7-textarea:focus,
.contact-page .wpcf7-textarea:not(:placeholder-shown) {
  border: 1px solid #333;
}
.contact-page .wpcf7-textarea {
  resize: vertical;
  min-height: 150px;
  height: 150px;
}
.contact-page .wpcf7-textarea:focus, .contact-page .wpcf7-textarea:not(:placeholder-shown) {
  color: #333;
}
.contact-page .wpcf7-select {
  background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.contact-page input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #333;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  margin: 0;
  vertical-align: middle;
}
.contact-page input[type=checkbox]:checked {
  background: #333;
  border-color: #333;
}
.contact-page input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L6 9L12 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}
.contact-page #accept-privacy,
.contact-page input[name=privacy-policy] {
  border-color: #fff;
}
.contact-page .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.contact-page .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  vertical-align: middle;
  letter-spacing: 0;
}
.contact-page .wpcf7-submit {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.contact-page .wpcf7-submit:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: none;
}
.contact-page .wpcf7-submit:active {
  transform: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.contact-page .wpcf7-not-valid {
  border-color: #c0392b !important;
  background: #fff7f7;
}
.contact-page .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid transparent;
  display: none;
}
.contact-page .wpcf7-response-output.wpcf7-validation-errors, .contact-page .wpcf7-response-output.wpcf7-acceptance-missing, .contact-page .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #7f1d1d;
  background: #fef2f2;
  border-color: #fecaca;
  display: block;
}
.contact-page .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #065f46;
  background: #ecfdf5;
  border-color: #a7f3d0;
  display: none;
}

@media (max-width: 1255px) {
  .contact-page__content {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 40px;
  }
  .contact-page__sidebar {
    grid-column: 1/2;
  }
  .contact-page__form {
    grid-column: 2/3;
    padding-top: 0;
  }
  .contact-form {
    width: 100%;
    max-width: 100%;
  }
}
@keyframes arrowFlyTilted {
  0% {
    transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
  30% {
    transform: rotate(0deg) translateX(15px);
    opacity: 0;
  }
  35% {
    transform: rotate(0deg) translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1255px) {
  .contact-page .external-link-contents {
    height: auto;
    flex-direction: column;
  }
  .contact-page .external-link-text {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .contact-page .contact-page__container {
    padding: 56px 32px;
  }
  .contact-page__content {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .contact-page__sidebar {
    grid-column: 1/-1;
  }
  .contact-page__form {
    grid-column: 1/-1;
    padding-top: 0;
  }
  .contact-page__text {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: normal;
    text-align: justify;
  }
  .contact-page .external-link {
    max-width: 311px;
    margin: 32px auto 16px;
  }
  .contact-page .external-link-contents {
    height: auto;
    min-width: 311px;
    height: auto;
    padding: 16px 20px 10px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-page .external-link-text {
    max-width: 100%;
    font-size: 13px;
  }
  .contact-page .external-link-items {
    width: 100%;
    gap: 24px;
    min-height: 69px;
  }
  .contact-page .external-link-items img {
    max-width: 217px;
  }
  .contact-page .external-link-items .btn__arrow {
    width: 26px;
    height: 26px;
  }
  .contact-page .external-link.moving-contact {
    margin: 16px auto 56px;
  }
  .contact-page .external-link.moving-contact .external-link-contents {
    padding: 16px 20px 25px 24px;
  }
  .contact-page .external-link.moving-contact .external-link-items {
    min-height: auto;
  }
  .contact-page .hamburger-feed__item--single-button .hero-feed__button-arrow {
    width: 26px;
    height: 26px;
  }
  .contact-form {
    width: 100%;
    max-width: 100%;
  }
  .contact-form .wpcf7-form-control,
  .contact-form .wpcf7-text,
  .contact-form .wpcf7-email,
  .contact-form .wpcf7-tel,
  .contact-form .wpcf7-select,
  .contact-form .wpcf7-textarea {
    padding: 14px 10px;
  }
  .contact-form .wpcf7-form-control.wpcf7-acceptance,
  .contact-form .wpcf7-text.wpcf7-acceptance,
  .contact-form .wpcf7-email.wpcf7-acceptance,
  .contact-form .wpcf7-tel.wpcf7-acceptance,
  .contact-form .wpcf7-select.wpcf7-acceptance,
  .contact-form .wpcf7-textarea.wpcf7-acceptance {
    padding: 0;
  }
  .contact-form__submit-row {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 311px;
    margin: 0 auto;
  }
  .contact-form__accept {
    gap: 16px;
  }
  .contact-form__accept-text {
    font-size: 15px;
    white-space: normal;
  }
  .contact-form__submit-col {
    width: 180px;
    align-self: center;
    margin: 0 auto;
  }
  .contact-form__submit-col .hamburger-feed__item--single-button {
    padding: 10px 20px;
  }
}