@charset "UTF-8";
/*引数：初期値はすべて_variables.scssで設定
$spsize：SPデザイン文字サイズ
$spspacing：SPデザイン文字間
$spcontainer：SPデザインコンテンツ幅
$pcsize：PCデザイン文字サイズ
$pcspacing：PCデザイン文字間
*/
/*引数
$property：cssのプロパティ
$pcsize：PCデザインpx
$spsize：SPデザインpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
/*引数
$vertical：横比率
$horizontal：縦比率
*/
/*引数
$col：PCカラム数
$margin_h：PC横マージンpx
$margin_v：PC縦マージンpx
$spcol：SPカラム数
$spmargin_h：SP横マージンpx
$spmargin_v：SP縦マージンpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
.p-contact-mv {
  position: relative;
  overflow: hidden;
  height: 42.3076923077vw;
}

.p-contact-mv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 0 16px;
  margin: 0 auto;
}

.p-contact-mv__img-left,
.p-contact-mv__img-right {
  flex: 0 0 58.5%;
  aspect-ratio: 500/226;
  overflow: hidden;
  position: absolute;
  width: 51.2820512821vw;
}
.p-contact-mv__img-left img,
.p-contact-mv__img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-contact-mv__img-left {
  top: 2.5641025641vw;
  left: -7.5641025641vw;
}

.p-contact-mv__img-right {
  top: 14.1025641026vw;
  right: -7.6923076923vw;
}
.p-contact-mv__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.1025641026vw;
  aspect-ratio: 1440/338;
  pointer-events: none;
}
.p-contact-mv__wave svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-contact-page {
  padding: 0 25px 60px;
}
.p-contact-page .p-btn-wrapper .c-button {
  width: 203px;
  height: 36px;
  margin: 0 auto;
  display: flex;
  position: relative;
  font-size: 13px;
}
.p-contact-page .p-btn-wrapper .c-button:before {
  content: "";
  display: block;
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.222479 4.12212L7.21093 0.0691395C7.43341 -0.0619864 7.7475 -0.00238372 7.89145 0.212186C8.03541 0.426755 7.96998 0.700927 7.73441 0.832053L2.17244 4.06252H17V4.95656H2.17244L7.73441 8.18702C7.96998 8.31815 8.03541 8.59232 7.89145 8.80689C7.79985 8.93801 7.6428 9.00954 7.47267 9.00954C7.38106 9.00954 7.28945 8.9857 7.21093 8.93801L0.222479 4.88503C0.0785217 4.80159 0 4.65854 0 4.50358C0 4.34861 0.09161 4.20556 0.222479 4.12212Z" fill="%2399B4CC"/></svg>');
  width: 17px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.p-contact-page__inner {
  max-width: 100%;
  margin: 0 auto;
}

.p-contact-page__heading {
  text-align: center;
  margin-bottom: 24px;
}

.p-contact-page__heading-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #99b4cc;
  margin-bottom: 8px;
}

.p-contact-page__heading-ja {
  display: block;
  font-weight: 700;
  color: #606060;
  letter-spacing: 0.04em;
  font-size: clamp(22px, 5.641025641vw, 28px);
}

.p-contact-page__lead {
  text-align: center;
  color: #606060;
  line-height: 2;
  font-weight: 300;
  margin: 0 0 8px;
  margin: 20px auto 40px;
  font-size: clamp(15px, 3.8461538462vw, 16px);
}
.p-contact-page__lead a {
  color: #92B5CF;
}

.p-contact-page__notes {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.p-contact-page__notes-item {
  color: #6A6A6A;
  line-height: 1.7;
  font-size: clamp(12px, 3.0769230769vw, 14px);
}
.p-contact-page__notes-item a {
  color: #99b4cc;
  text-decoration: underline;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.p-contact-form__label {
  display: flex;
  gap: 3.8461538462vw;
  color: #606060;
  font-weight: 400;
  align-items: center;
  letter-spacing: 0.01em;
  font-size: clamp(16px, 4.1025641026vw, 18px);
}

.p-contact-form__badge {
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  font-size: clamp(12px, 3.0769230769vw, 14px);
}
.p-contact-form__badge.-required {
  background: #82A1D2;
  color: #fff;
}
.p-contact-form__badge.-optional {
  background: #e6eaf0;
  color: #6a7080;
}

.p-contact-form__field {
  position: relative;
}
.p-contact-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact-form__field .wpcf7-form-control,
.p-contact-form__field input[type=text],
.p-contact-form__field input[type=email],
.p-contact-form__field input[type=tel],
.p-contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  border: 1px solid #d8dce2;
  border-radius: 100px;
  background: #F9F9F9;
  color: #606060;
  transition: border-color 0.15s, box-shadow 0.15s;
  font-weight: 400;
  color: #606060;
  height: 58px;
  padding: 10px 30px;
  font-size: clamp(16px, 4.1025641026vw, 18px);
}
.p-contact-form__field .wpcf7-form-control::-moz-placeholder, .p-contact-form__field input[type=text]::-moz-placeholder, .p-contact-form__field input[type=email]::-moz-placeholder, .p-contact-form__field input[type=tel]::-moz-placeholder, .p-contact-form__field textarea::-moz-placeholder {
  color: #b8bdc4;
}
.p-contact-form__field .wpcf7-form-control::placeholder,
.p-contact-form__field input[type=text]::placeholder,
.p-contact-form__field input[type=email]::placeholder,
.p-contact-form__field input[type=tel]::placeholder,
.p-contact-form__field textarea::placeholder {
  color: #b8bdc4;
}
.p-contact-form__field .wpcf7-form-control:focus,
.p-contact-form__field input[type=text]:focus,
.p-contact-form__field input[type=email]:focus,
.p-contact-form__field input[type=tel]:focus,
.p-contact-form__field textarea:focus {
  outline: none;
  border-color: #99b4cc;
  box-shadow: 0 0 0 3px rgba(153, 180, 204, 0.18);
}
.p-contact-form__field textarea,
.p-contact-form__field .wpcf7-textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.7;
  font-weight: 400;
  color: #606060;
  border-radius: 10px;
  height: 150px;
  padding: 10px 30px;
  font-size: clamp(16px, 4.1025641026vw, 18px);
}
.p-contact-form__field .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #d04a4a;
  font-size: 12px;
}
.p-contact-form__field .wpcf7-form-control.wpcf7-not-valid {
  border-color: #d04a4a;
}

.p-contact-form__select {
  position: relative;
}
.p-contact-form__select select,
.p-contact-form__select .wpcf7-select {
  width: 100%;
  padding: 12px 40px 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #606060;
  background: #F9F9F9;
  border: 1px solid #d8dce2;
  border-radius: 100px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  font-weight: 400;
  color: #606060;
  height: 58px;
  padding: 10px 30px;
  font-size: clamp(16px, 4.1025641026vw, 18px);
}
.p-contact-form__select select:focus,
.p-contact-form__select .wpcf7-select:focus {
  outline: none;
  border-color: #99b4cc;
  box-shadow: 0 0 0 3px rgba(153, 180, 204, 0.18);
}
.p-contact-form__select select:has(option[value=""]:checked),
.p-contact-form__select .wpcf7-select:has(option[value=""]:checked) {
  color: #b8bdc4;
}
.p-contact-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background: #99b4cc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 1;
}

.p-contact-form__agreement {
  margin-top: 24px;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 23px 25px;
}
.p-contact-form__agreement .wpcf7-form-control-wrap,
.p-contact-form__agreement .wpcf7-acceptance,
.p-contact-form__agreement .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact-form__agreement .wpcf7-list-item label, .p-contact-form__agreement > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #606060;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  font-size: clamp(15px, 3.8461538462vw, 16px);
}
.p-contact-form__agreement input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin: -1px 0 0;
}
.p-contact-form__agreement input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 15px;
  border-right: 3.75px solid #99B4CC;
  border-bottom: 3.75px solid #99B4CC;
  transform: translate(-50%, -60%) rotate(45deg);
}
.p-contact-form__agreement input[type=checkbox]:focus-visible {
  outline: 2px solid #99b4cc;
  outline-offset: 2px;
}
.p-contact-form__agreement .wpcf7-list-item-label, .p-contact-form__agreement > label > span {
  flex: 1;
}
.p-contact-form__agreement .wpcf7-list-item-label a, .p-contact-form__agreement > label > span a {
  color: #99b4cc;
  text-decoration: underline;
}
.p-contact-form__agreement .wpcf7-list-item-label a:hover, .p-contact-form__agreement > label > span a:hover {
  text-decoration: none;
}

.p-contact-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-contact-form__submit-button,
.wpcf7-submit.p-contact-form__submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #82A1D2;
  color: #fff;
  font-size: clamp(18px, 4.6153846154vw, 20px);
}
.p-contact-form__submit-button,
.wpcf7-submit.p-contact-form__submit-button {
  font-weight: 400;
  font-family: inherit;
  padding: 14px 50px 14px 30px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: opacity 0.2s, transform 0.1s;
  min-width: 340px;
  height: 70px;
  text-align: center;
}
.p-contact-form__submit-button::after,
.wpcf7-submit.p-contact-form__submit-button::after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.7775 4.12212L9.78907 0.0691395C9.56659 -0.0619864 9.2525 -0.00238372 9.10855 0.212186C8.96459 0.426755 9.03002 0.700927 9.26559 0.832053L14.8276 4.06252H0V4.95656H14.8276L9.26559 8.18702C9.03002 8.31815 8.96459 8.59232 9.10855 8.80689C9.20015 8.93801 9.3572 9.00954 9.52733 9.00954C9.61894 9.00954 9.71055 8.9857 9.78907 8.93801L16.7775 4.88503C16.9215 4.80159 17 4.65854 17 4.50358C17 4.34861 16.9084 4.20556 16.7775 4.12212Z" fill="white"/></svg>');
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
  width: 17px;
  height: 9px;
}
.p-contact-form__submit-button:active,
.wpcf7-submit.p-contact-form__submit-button:active {
  transform: scale(0.98);
}
.p-contact-form__submit-button:disabled,
.wpcf7-submit.p-contact-form__submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wpcf7-form .wpcf7-response-output {
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-contact-mv {
    height: min(27.8181818182vw, 306px);
    overflow: visible;
  }
  .p-contact-mv__inner {
    max-width: 1440px;
    padding: 0 40px;
    gap: 40px;
  }
  .p-contact-mv__img-left,
  .p-contact-mv__img-right {
    width: min(45.4545454545vw, 500px);
    width: min(35vw, 500px);
  }
  .p-contact-mv__img-left {
    top: min(5.1818181818vw, 57px);
    left: min(9.0909090909vw, 100px);
  }
  .p-contact-mv__img-right {
    top: min(12.5454545455vw, 138px);
    right: min(3.6363636364vw, 40px);
  }
  .p-contact-page {
    padding: 0 0 100px;
  }
  .p-contact-page__inner {
    width: min(96.3636363636vw, 1060px);
  }
  .p-contact-page__heading-ja {
    font-size: 28px;
  }
  .p-contact-page__lead {
    font-size: 16px;
  }
  .p-contact-page__lead {
    margin: 30px auto 60px;
  }
  .p-contact-page__notes {
    margin-top: 60px;
  }
  .p-contact-page__notes-item {
    font-size: 14px;
  }
  .wpcf7-form {
    max-width: min(96.3636363636vw, 1060px);
    gap: 30px;
  }
  .p-contact-form__row {
    grid-template-columns: 260px 1fr;
    gap: 0;
    align-items: start;
  }
  .p-contact-form__label {
    font-size: 18px;
  }
  .p-contact-form__label {
    padding-top: 20px;
    gap: min(1.8181818182vw, 20px);
  }
  .p-contact-form__badge {
    font-size: 14px;
  }
  .p-contact-form__field .wpcf7-form-control,
  .p-contact-form__field input[type=text],
  .p-contact-form__field input[type=email],
  .p-contact-form__field input[type=tel],
  .p-contact-form__field textarea {
    font-size: 18px;
  }
  .p-contact-form__field .wpcf7-form-control,
  .p-contact-form__field input[type=text],
  .p-contact-form__field input[type=email],
  .p-contact-form__field input[type=tel],
  .p-contact-form__field textarea {
    height: 70px;
    padding: 17px 40px;
  }
  .p-contact-form__field textarea,
  .p-contact-form__field .wpcf7-textarea {
    font-size: 18px;
  }
  .p-contact-form__field textarea,
  .p-contact-form__field .wpcf7-textarea {
    height: 180px;
    padding: 17px 40px;
  }
  .p-contact-form__select select,
  .p-contact-form__select .wpcf7-select {
    font-size: 18px;
  }
  .p-contact-form__select select,
  .p-contact-form__select .wpcf7-select {
    height: 70px;
    padding: 17px 40px;
  }
  .p-contact-form__select::after {
    right: 16px;
  }
  .p-contact-form__agreement {
    padding: 37px 40px;
  }
  .p-contact-form__agreement .wpcf7-list-item label, .p-contact-form__agreement > label {
    font-size: 16px;
  }
  .p-contact-form__submit-button,
  .wpcf7-submit.p-contact-form__submit-button {
    font-size: 20px;
  }
  .p-contact-form__submit-button,
  .wpcf7-submit.p-contact-form__submit-button {
    padding: 16px 70px 16px 50px;
    min-width: 380px;
    height: 80px;
    margin-top: 30px;
  }
  .p-contact-form__submit-button::after,
  .wpcf7-submit.p-contact-form__submit-button::after {
    right: 30px;
  }
  .u-pc-none {
    display: none !important;
  }
}

@media (hover: hover) {
  .p-contact-form__submit-button:where(:-moz-any-link, :enabled, summary):hover, .wpcf7-submit.p-contact-form__submit-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.92;
  }
  .p-contact-form__submit-button:where(:any-link, :enabled, summary):hover,
  .wpcf7-submit.p-contact-form__submit-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.92;
  }
  .p-contact-form__submit-button:where(:-moz-any-link, :enabled, summary):hover::after, .wpcf7-submit.p-contact-form__submit-button:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateY(-50%) translateX(4px);
  }
  .p-contact-form__submit-button:where(:any-link, :enabled, summary):hover::after,
  .wpcf7-submit.p-contact-form__submit-button:where(:any-link, :enabled, summary):hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}