@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-montserrat: "Montserrat", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-jp: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #222;
  --color-placeholder: #959595;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1200;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 340;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .6;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
}

.p-contact-content {
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .p-contact-content {
    margin-top: 8.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-content {
    padding-bottom: 10.3rem;
  }
}
.p-contact-content .c-wrap {
  padding: 10rem 12rem;
  max-width: 144rem;
  background: #F6F4ED;
}
@media screen and (max-width: 767px) {
  .p-contact-content .c-wrap {
    padding: 8rem calc(17 / var(--width-sp-design) * 100vw);
    width: 100%;
    border-radius: 4rem;
  }
}
.p-contact-content__title {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-indent: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-content__title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.p-contact-content__block {
  margin-top: 8rem;
  padding: 10rem 15rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-content__block {
    margin-top: 4rem;
    padding: 3rem calc(20 / var(--width-sp-design) * 100vw) 4rem;
  }
}
.p-contact-content__block + .p-contact-content__title {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__block + .p-contact-content__title {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-content__block:has(.p-contact-content__titleThanks) {
    padding-top: 5rem;
  }
}
.p-contact-content__notes + .p-contact-content__form {
  margin-top: 8rem;
}
.p-contact-content__notes-item {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-content__notes-item {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-contact-content__notes-item::before {
  content: "・";
}
.p-contact-content .c-button-01 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content .c-button-01 {
    margin-top: 4rem;
  }
}
.p-contact-content .c-button-01__link {
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content .c-button-01__link {
    max-width: 34rem;
  }
}
.p-contact-content__form {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form {
    margin-top: 8rem;
  }
}
.p-contact-content__form-list-item {
  padding: 3rem 4rem;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (min-width: 768px) {
  .p-contact-content__form-list-item {
    display: grid;
    grid-template-columns: 28rem 1fr;
    column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-list-item {
    padding: 2.5rem 0;
  }
}
.p-contact-content__form-list-item:first-child {
  border-top: 1px solid #B1B1B1;
}
.p-contact-content__form-list-theme {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex inline;
  align-items: flex-start;
  column-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact-content__form-list-theme {
    padding-block: 1.5rem;
  }
}
.p-contact-content__form-list-theme.--req::after {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-indent: 0.1em;
  color: #fff;
  content: "必須";
  padding-inline: 0.85rem;
  width: fit-content;
  border-radius: 1rem;
  background: #EB4545;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-list-box {
    margin-top: 1.2rem;
  }
}
.p-contact-content__form-list-box label {
  display: block;
}
.p-contact-content__form-list-box input,
.p-contact-content__form-list-box select,
.p-contact-content__form-list-box textarea {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-inline: 2.4rem;
  width: 100%;
  height: 6rem;
  border: 1px solid #B1B1B1;
  border-radius: 0.6rem;
  background: #F2F2F2;
}
.p-contact-content__form-list-box .cf7msm-ro {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  padding: 1.4rem 2.4rem;
  width: 100%;
  border: 1px solid #B1B1B1;
  border-radius: 0.6rem;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-contact-content__form-list-box-input.--name {
    max-width: 38rem;
  }
}
.p-contact-content__form-list-box-select label {
  position: relative;
}
.p-contact-content__form-list-box-select label::after {
  content: "";
  position: absolute;
  top: 2.6rem;
  right: 2.9rem;
  width: 1.3rem;
  height: 0.8rem;
  background: #222;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-contact-content__form-list-box-select select {
  cursor: pointer;
}
.p-contact-content__form-list-box-textarea textarea {
  padding-block: 1.4rem;
  height: 24rem;
}
.p-contact-content__form-list-box-textarea .cf7msm-ro {
  min-height: 24rem;
}
.p-contact-content__form-agree {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree {
    margin-top: 5rem;
  }
}
.p-contact-content__form-agree-text {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree-text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-contact-content__form-agree-text-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.p-contact-content__form-agree-button {
  margin: 2.5rem auto 0;
  padding: 0 2.9rem 1.7rem;
  width: fit-content;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree-button {
    padding: 0 1.7rem 1.7rem;
  }
}
.p-contact-content__form-agree-button input:checked + label::after {
  opacity: 1;
}
.p-contact-content__form-agree-button label {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 2.3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree-button label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-contact-content__form-agree-button label::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree-button label::before {
    top: 0.5rem;
  }
}
.p-contact-content__form-agree-button label::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #EB4545;
  border-bottom: 2px solid #EB4545;
  rotate: -45deg;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-agree-button label::after {
    top: 0.9rem;
  }
}
.p-contact-content__form:has(.p-contact-content__form-buttonWrap-button input[type=button]) .p-contact-content__form-agree-button {
  pointer-events: none;
}
.p-contact-content__form-buttonWrap {
  display: grid;
  row-gap: 2rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-buttonWrap {
    margin-top: 6rem;
  }
}
.p-contact-content__form-buttonWrap-button {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-buttonWrap-button {
    max-width: 34rem;
  }
}
.p-contact-content__form-buttonWrap-button::before, .p-contact-content__form-buttonWrap-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  width: 3.8rem;
  height: 2rem;
  transition: background-color var(--transition-base);
  pointer-events: none;
}
.p-contact-content__form-buttonWrap-button::before {
  border-radius: var(--border-radius-infinity);
}
.p-contact-content__form-buttonWrap-button::after {
  z-index: 1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 8"><path d="M-.62-13.891H-2.411l2.224,3.282h-6.57v1.417h6.57l-2.224,3.3H-.62L2.243-9.91Z" transform="translate(6.757 13.891)" fill="%23222"/></svg>') center/0.9rem auto no-repeat;
}
.p-contact-content__form-buttonWrap-button input {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-indent: 0.05em;
  color: #fff;
  text-align: center;
  display: grid inline;
  place-content: center;
  padding: 1.6rem 6rem;
  width: 100%;
  border-radius: var(--border-radius-infinity);
  border: 1px solid #222;
  background: #222;
  transition: color var(--transition-base), background-color var(--transition-base);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-content__form-buttonWrap-button input {
    padding-block: 2.7rem;
  }
}
.p-contact-content__form-buttonWrap-button:has([type=submit])::before {
  background-color: #fff;
}
.p-contact-content__form-buttonWrap-button:has([type=submit])::after {
  background-color: #222;
}
.p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:active)::before, .p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:focus-visible)::before {
  background-color: #222;
}
.p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:active)::after, .p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:focus-visible)::after {
  background-color: #fff;
}
.p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:active) input, .p-contact-content__form-buttonWrap-button:has([type=submit]):has(input:focus-visible) input {
  color: #222;
  background: #fff;
}
@media (any-hover: hover) {
  .p-contact-content__form-buttonWrap-button:has([type=submit]):hover::before {
    background-color: #222;
  }
  .p-contact-content__form-buttonWrap-button:has([type=submit]):hover::after {
    background-color: #fff;
  }
  .p-contact-content__form-buttonWrap-button:has([type=submit]):hover input {
    color: #222;
    background: #fff;
  }
}
.p-contact-content__form-buttonWrap-button:has([type=button])::before {
  background-color: #222;
}
.p-contact-content__form-buttonWrap-button:has([type=button])::after {
  background-color: #fff;
}
.p-contact-content__form-buttonWrap-button:has([type=button]) input {
  color: #222;
  background: #fff;
}
.p-contact-content__form-buttonWrap-button:has([type=button]):has(input:active)::before, .p-contact-content__form-buttonWrap-button:has([type=button]):has(input:focus-visible)::before {
  background-color: #fff;
}
.p-contact-content__form-buttonWrap-button:has([type=button]):has(input:active)::after, .p-contact-content__form-buttonWrap-button:has([type=button]):has(input:focus-visible)::after {
  background-color: #222;
}
.p-contact-content__form-buttonWrap-button:has([type=button]):has(input:active) input, .p-contact-content__form-buttonWrap-button:has([type=button]):has(input:focus-visible) input {
  color: #fff;
  background: #222;
}
@media (any-hover: hover) {
  .p-contact-content__form-buttonWrap-button:has([type=button]):hover::before {
    background-color: #fff;
  }
  .p-contact-content__form-buttonWrap-button:has([type=button]):hover::after {
    background-color: #222;
  }
  .p-contact-content__form-buttonWrap-button:has([type=button]):hover input {
    color: #fff;
    background: #222;
  }
}
.p-contact-content__form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #EB4545;
  display: block;
  margin-top: 0.3em;
}
.p-contact-content__form .wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.p-contact-content__form .wpcf7-spinner::before {
  top: 0.4rem;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  transform-origin: 0.8rem 0.8rem;
}
.p-contact-content__form .wpcf7-response-output {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #EB4545;
  margin: 1lh auto 0;
  padding: 0;
  width: fit-content;
  border: none !important;
}
.p-contact-content__form .wpcf7-response-output:empty {
  display: none;
}
.p-contact-content__button {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__button {
    margin-top: 4rem;
  }
}
.p-contact-content__button-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  padding-block: 1.8rem 1.9rem;
  width: 100%;
  max-width: 72.6rem;
  border-radius: var(--border-radius-infinity);
  background: #fff;
  transition: background-color var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-contact-content__button-link {
    padding-block: 2.1rem;
    max-width: 38rem;
  }
}
.p-contact-content__button-link:active, .p-contact-content__button-link:focus-visible {
  color: #fff;
  background: #222;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-contact-content__button-link:hover {
    color: #fff;
    background: #222;
    opacity: 1;
  }
}
.p-contact-content__button-number {
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: inherit;
  position: relative;
  padding-left: 3.7rem;
  transition: color var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-contact-content__button-number {
    font-size: 4rem;
    padding-left: 2.5rem;
  }
}
.p-contact-content__button-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 100%;
  mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 35.341"><defs><clipPath id="clip-path"><rect width="27" height="35.341" transform="translate(0 0)" fill="none"/></clipPath></defs><g transform="translate(0 0)" clip-path="url(%23clip-path)"><path d="M25.511,26.957a8.452,8.452,0,0,0-2.944-3.128,3.514,3.514,0,0,0-3.7.243,8.328,8.328,0,0,0-2.6,2.734,14.7,14.7,0,0,1-6.688-6.082,14.585,14.585,0,0,1-2.519-8.839,8.314,8.314,0,0,0,3.575-1.106A3.515,3.515,0,0,0,12.5,7.573a8.455,8.455,0,0,0-1.488-4.029A8.453,8.453,0,0,0,8.067.416a3.515,3.515,0,0,0-3.7.243A8.814,8.814,0,0,0,1.08,4.744,7.918,7.918,0,0,0,.657,6.151,10.882,10.882,0,0,0,.163,8.276c-.6,4.6.39,9.618,4.2,15.709s7.885,9.182,12.279,10.658a10.852,10.852,0,0,0,2.238.5,8.1,8.1,0,0,0,1.136.171,8.816,8.816,0,0,0,5.119-1.12A3.516,3.516,0,0,0,27,30.986a8.455,8.455,0,0,0-1.488-4.029" transform="translate(0 0)" fill="%231a1311"/></g></svg>') center 90%/contain no-repeat;
  background-color: currentColor;
  transition: background-color var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-contact-content__button-number::before {
    width: 2rem;
  }
}
.p-contact-content__button-time {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: inherit;
  text-align: center;
  margin-top: 1rem;
  transition: color var(--transition-base);
}
.p-contact-content__titleThanks {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-indent: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-content__titleThanks {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.p-contact-content__text {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-indent: 0.12em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__text {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-top: 4rem;
  }
}
.p-contact-content__text + .p-contact-content__text {
  margin-top: 1lh;
}
.p-contact-content__text + .c-button-01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-content__text + .c-button-01 {
    margin-top: 6rem;
  }
}
.p-contact-content__text + .c-button-01 .c-button-01__link {
  padding-block: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-contact-content__text + .c-button-01 .c-button-01__link {
    max-width: 50rem;
  }
}

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