@charset "UTF-8";
/* リセット＆変数 */
:root {
  --color-primary: #0068b7;
  --color-text-main: #000;
  --color-text-muted: #333;
  --color-text-white: #fff;
  --color-accent-blue: #38bdf8;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-title: 'Roboto', sans-serif;
  --radius-pc: 0.625rem;
  --radius-sp: 0.5rem;
}

.contact-page {
  padding-bottom: 7.5rem;
  position: relative;
}
.contact-page::after {
  background: #d9d9d9;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: calc(50% - 50vw);
  position: absolute;
  right: calc(50% - 50vw);
}
.contact-page .wpcf7-response-output {
  display: none;
}

.contact-page__hero {
  height: 31.5rem;
  line-height: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.contact-page__hero-picture {
  display: block;
}

.contact-page__hero-image {
  display: block;
  height: 31.5rem;
  width: 100%;
  -o-object-fit: revert;
     object-fit: revert;
}

.contact-page__hero-inner {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  color: var(--color-text-white);
  margin: 0 auto;
  padding: 7.9375rem 0 5.125rem;
          transform: translateX(-50%);
  width: min(100%, 90rem);
}

.contact-page__heading {
  margin: 4.0625rem auto 0 auto;
  max-width: 71.25rem;
}

.contact-page__title {
  display: block;
  font-family: var(--font-title);
  font-size: 5rem;
  font-weight: 700;
  line-height: 4.375rem;
}

.contact-page__subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.8125rem;
}

.contact-page__lead {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 1.875rem;
  margin: 1rem auto 0 auto;
  max-width: 71.25rem;
}

.contact-page__content-wrap {
  margin: 4.875rem auto 0;
  max-width: 71.25rem;
  width: 100%;
}

.contact-page__content {
  line-height: 1.7;
}

.contact-form {
  background: var(--color-text-white);
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
}
.contact-form .contact-form__row br {
  display: none;
}
.contact-form .contact-form__row > p {
  display: contents;
  margin: 0;
}
.contact-form .contact-form__row {
  display: grid;
  grid-template-columns: 10rem 2.75rem minmax(0, 1fr);
  -webkit-column-gap: 4.125rem;
     -moz-column-gap: 4.125rem;
  align-items: start;
  background: var(--color-text-white);
  box-sizing: border-box;
  color: var(--color-text-main);
          column-gap: 4.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > input.contact-form__input {
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  color: var(--color-text-main);
  display: block;
  font-family: var(--font-main);
  font-size: 1rem;
  height: 3.5rem;
  max-width: 50rem;
  min-height: 3.5rem;
  padding: 0 0.75rem;
  width: 50rem;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > input.contact-form__input:focus {
  border: 1px solid #101010;
  box-shadow: none;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > textarea.contact-form__textarea {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  color: var(--color-text-main);
  display: block;
  font-family: var(--font-main);
  font-size: 1rem;
  height: 15rem;
  max-width: 50rem;
  min-height: 15rem;
  padding: 0.5rem 0.75rem;
  resize: vertical;
  width: 50rem;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > textarea.contact-form__textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #101010;
  box-shadow: none;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > .wpcf7-not-valid.contact-form__input {
  background-color: #ffe5e5;
  border: 1px solid #d8454d;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > .wpcf7-not-valid.contact-form__input:focus {
  background-color: #eee;
  border: 1px solid #101010;
  box-shadow: none;
  outline: none;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > .wpcf7-not-valid.contact-form__textarea {
  background-color: #ffe5e5;
  border: 1px solid #d8454d;
}
.contact-form .contact-form__row .wpcf7-form-control-wrap > .wpcf7-not-valid.contact-form__textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #101010;
}
.contact-form .contact-form__field > p {
  display: contents;
  margin: 0;
}
.contact-form .contact-form__field {
  grid-column: 3;
  grid-row: 1;
  max-width: 50rem;
  width: 50rem;
}
.contact-form .contact-form__field > .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contact-form .contact-form__row + .contact-form__row {
  margin-top: 2.5rem;
}
.contact-form .contact-form__label {
  align-self: start;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1;
  height: 1.375rem;
  padding-top: 1.0625rem;
  white-space: nowrap;
}
.contact-form .contact-form__require {
  align-items: center;
  align-self: start;
  background: #f9860a;
  border-radius: 0.125rem;
  color: var(--color-text-white);
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  height: 1.375rem;
  justify-content: center;
  justify-self: start;
  line-height: 1;
  margin: 1.0625rem 0;
  min-width: 2.75rem;
}
.contact-form .wpcf7-not-valid-tip {
  color: #dc3232;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.5rem;
  max-width: 50rem;
  min-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  width: -webkit-max-content;
  width: max-content;
  word-break: break-word;
}
.contact-form .contact-form__row--textarea {
  align-items: start;
}
.contact-form .contact-form__row--textarea .contact-form__label {
  padding-top: 0;
}
.contact-form .contact-form__row--textarea .contact-form__require {
  align-self: start;
  margin-top: 0;
}
.contact-form .contact-form__submit {
  margin-top: 3.125rem;
  text-align: center;
}
.contact-form .contact-form__submit-wrap {
  background: linear-gradient(90deg, #0068c9 0, #1fb4ef 100%);
  border-radius: var(--radius-pc);
  cursor: pointer;
  display: inline-block;
  height: 5rem;
  overflow: hidden;
  position: relative;
  width: 18.75rem;
}
.contact-form .contact-form__submit-wrap > p {
  height: 100%;
  margin: 0;
}
.contact-form .contact-form__submit-wrap::before {
  background: rgba(0, 0, 0, 0.5019607843);
  clip-path: inset(0 100% 0 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: clip-path 0.35s ease;
  z-index: 1;
}
.contact-form .contact-form__submit-wrap::after {
  background: url(../images/form/ico_form_arrow_01.svg) center/contain no-repeat;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 1.9375rem;
  top: 50%;
  width: 1.5rem;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  pointer-events: none;
          transform: translateY(-50%);
}
.contact-form .contact-form__submit-wrap input.contact-form__submit-button {
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
  background-position: calc(100% - 5rem) 0;
  background-repeat: no-repeat;
  background-size: 0.0625rem 100%;
  border: none;
  border-radius: var(--radius-pc);
  color: var(--color-text-white);
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  height: 100%;
  line-height: 5rem;
  margin: 0;
  padding: 0 6.25rem 0 2.375rem;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
          appearance: none;
}
.contact-form .contact-form__submit-wrap input.wpcf7-submit.contact-form__submit-button {
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
  background-position: calc(100% - 5rem) 0;
  background-repeat: no-repeat;
  background-size: 0.0625rem 100%;
  border: none;
  border-radius: var(--radius-pc);
  color: var(--color-text-white);
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  height: 100%;
  line-height: 5rem;
  margin: 0;
  padding: 0 6.25rem 0 2.375rem;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
          appearance: none;
}
.contact-form .contact-form__submit-wrap input.wpcf7-submit.contact-form__submit-button:disabled {
  cursor: no-drop;
}

@media (hover: hover){
  .contact-form .contact-form__submit-wrap:hover::before {
    clip-path: inset(0 0 0 0);
  }
  .contact-form .contact-form__submit-wrap:hover::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) and (max-width: 1439.98px){
  .contact-form,
  .contact-page__lead,
  .contact-page__heading,
  .contact-page__content-wrap {
    max-width: 73.75rem;
  }
}

@media (max-width: 767.98px){
  .contact-page {
    padding-bottom: 8rem;
  }
  .contact-page::after {
    left: 0;
    right: 0;
  }
  .contact-page__hero {
    height: 42.6rem;
    margin-left: 0;
    width: 100%;
  }
  .contact-page__hero-image {
    height: 42.6rem;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .contact-page__hero-inner {
    left: 0;
    -webkit-transform: none;
    padding: 11.4rem 2rem 4rem;
            transform: none;
    width: 100%;
  }
  .contact-page__breadcrumb {
    margin-left: 0;
    max-width: none;
    padding: 0;
  }
  .contact-page__breadcrumb .breadcrumb__text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.6rem;
  }
  .contact-page__heading {
    margin: 3.6rem 0 0;
  }
  .contact-page__title {
    font-size: 5.2rem;
    line-height: 5rem;
  }
  .contact-page__subtitle {
    font-size: 2rem;
    font-weight: 500;
    line-height: 4rem;
  }
  .contact-page__lead {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 1rem 0 0;
    max-width: 33.5rem;
  }
  .contact-page__lead .break-sp {
    display: none;
  }
  .contact-page__content-wrap {
    margin-top: 8rem;
  }
  .contact-form {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: none;
    width: auto;
  }
  .contact-form .contact-form__row {
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
    align-items: start;
            column-gap: 1rem;
    row-gap: 1.4rem;
  }
  .contact-form .contact-form__row .wpcf7-form-control-wrap > input.contact-form__input {
    border-radius: 0.5rem;
    font-size: 1.6rem;
    height: 6rem;
    max-width: 100%;
    min-height: 6rem;
    width: 100%;
  }
  .contact-form .contact-form__row .wpcf7-form-control-wrap > textarea.contact-form__textarea {
    border-radius: 0.5rem;
    font-size: 1.6rem;
    height: 26rem;
    max-width: 100%;
    min-height: 26rem;
    width: 100%;
  }
  .contact-form .contact-form__row + .contact-form__row {
    margin-top: 2.4rem;
  }
  .contact-form .contact-form__label {
    align-items: center;
    display: inline-flex;
    font-size: 1.6rem;
    grid-column: 1;
    grid-row: 1;
    height: 2.2rem;
    line-height: 100%;
    padding-top: 0;
    white-space: normal;
  }
  .contact-form .contact-form__require {
    align-self: center;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    grid-column: 2;
    grid-row: 1;
    height: 2.2rem;
    justify-self: start;
    margin: 0;
    min-width: 4.4rem;
  }
  .contact-form .contact-form__field {
    grid-column: 1/-1;
    grid-row: 2;
    max-width: 100%;
    width: 100%;
  }
  .contact-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
  .contact-form .contact-form__row--textarea .contact-form__require {
    margin-top: 0;
  }
  .contact-form .contact-form__submit {
    height: 8rem;
    margin-top: 5rem;
  }
  .contact-form .contact-form__submit-wrap {
    border-radius: 1rem;
    height: 8rem;
    max-width: 30rem;
    width: 100%;
  }
  .contact-form .contact-form__submit-wrap::after {
    height: 2.4rem;
    right: 2.8rem;
    width: 2.4rem;
  }
  .contact-form .contact-form__submit-wrap input.wpcf7-submit.contact-form__submit-button {
    background-position: 22rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    padding: 0 5.6rem 0 2.8rem;
  }
}

/*# sourceMappingURL=contact.css.map */