@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000F08;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}

.en {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

/* お問い合わせ
--------------------------------------------------*/
.contact_section {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .contact_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_section {
    padding: 60px 0;
  }
}
.contact_section .contact_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_inner {
    gap: 35px;
  }
}
.contact_section .contact_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  text-align: center;
}
.contact_section .contact_intro .contact_intro_lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1c1c1c;
}
.contact_section .contact_intro .contact_intro_note {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
}
.contact_section .contact_privacy_link {
  display: inline;
  color: #2F5BFF;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.28s ease;
}
.contact_section .contact_privacy_link:hover {
  opacity: 0.6;
}
.contact_section .contact_privacy_ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 4px;
  vertical-align: -2px;
}
.contact_section .contact_privacy_ico svg {
  width: 100%;
  height: 100%;
}
.contact_section {
  /* ステップ
  --------------------------------------------------*/
}
.contact_section .contact_step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_step {
    max-width: 280px;
  }
}
.contact_section .contact_step::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 25px;
  right: 25px;
  height: 2px;
  background: #EDF3FD;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_step::before {
    top: 15px;
    left: 20px;
    right: 20px;
  }
}
.contact_section .contact_step .contact_step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_step .contact_step_item {
    width: 32px;
  }
}
.contact_section .contact_step .contact_step_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background: #EDF3FD;
  color: rgba(0, 15, 8, 0.5);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_step .contact_step_num {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.contact_section .contact_step .contact_step_label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: rgba(0, 15, 8, 0.5);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_step .contact_step_label {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
.contact_section .contact_step .contact_step_item.is-current .contact_step_num {
  background: #000F08;
  color: #EDF3FD;
}
.contact_section .contact_step .contact_step_item.is-current .contact_step_label {
  color: #000F08;
}
.contact_section .contact_step .contact_step_item.is-done .contact_step_num {
  background: #2F5BFF;
  color: #fff;
}
.contact_section .contact_step .contact_step_item.is-done .contact_step_label {
  color: #000F08;
}
.contact_section {
  /* CF7 / フォーム共通
  --------------------------------------------------*/
}
.contact_section .contact_form,
.contact_section .wpcf7,
.contact_section .wpcf7 form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form,
  .contact_section .wpcf7,
  .contact_section .wpcf7 form {
    gap: 24px;
  }
}
.contact_section .wpcf7 form {
  margin: 0;
}
.contact_section .contact_form_box {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: clamp(30px, 5vw, 70px) clamp(20px, 7.14vw, 100px);
  background-color: #EDF3FD;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .contact_section .contact_form_box {
    border-radius: 10px;
  }
}
.contact_section .contact_form_fields {
  display: flex;
  flex-direction: column;
}
.contact_section .contact_form_item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.contact_section .contact_form_item:first-of-type {
  padding-top: 0;
}
.contact_section .contact_form_item.-textarea {
  align-items: flex-start;
}
.contact_section .contact_form_item.-textarea .contact_form_label {
  padding-top: 20px;
}
.contact_section .contact_form_item.-check {
  align-items: center;
  padding-top: 20px;
  border-bottom: 0;
}
.contact_section .contact_form_item.-check .contact_form_label {
  width: auto;
  flex-wrap: wrap;
}
.contact_section .contact_form_item.-check .contact_form_label_txt {
  width: auto;
  min-width: 0;
}
.contact_section .contact_form_item.-check > .wpcf7-form-control-wrap {
  flex: 0 0 auto;
  width: auto;
}
.contact_section .contact_form_item.-pair .contact_form_pair {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 449px) {
  .contact_section .contact_form_item.-pair .contact_form_pair {
    flex-direction: column;
  }
}
.contact_section .contact_form_item.-pair .contact_form_pair > .wpcf7-form-control-wrap,
.contact_section .contact_form_item.-pair .contact_form_pair > .contact_form_input,
.contact_section .contact_form_item.-pair .contact_form_pair > .contact_form_value {
  flex: 1 1 0;
  min-width: 0;
  width: 50%;
}
@media screen and (max-width: 449px) {
  .contact_section .contact_form_item.-pair .contact_form_pair > .wpcf7-form-control-wrap,
  .contact_section .contact_form_item.-pair .contact_form_pair > .contact_form_input,
  .contact_section .contact_form_item.-pair .contact_form_pair > .contact_form_value {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px 0;
  }
  .contact_section .contact_form_item.-textarea .contact_form_label {
    padding-top: 0;
  }
  .contact_section .contact_form_item.-check {
    align-items: flex-start;
  }
  .contact_section .contact_form_item.-pair .contact_form_pair {
    width: 100%;
    gap: 12px;
  }
}
.contact_section .contact_form_item > .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
}
.contact_section .contact_form_label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
  flex-shrink: 0;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_label {
    gap: 5px 10px;
  }
}
.contact_section .contact_form_label_txt {
  width: 201px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #000F08;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_label_txt {
    width: auto;
  }
}
.contact_section .contact_form_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 10px;
  border: 1px solid #2F5BFF;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2F5BFF;
  white-space: nowrap;
}
.contact_section .contact_form_required.-empty {
  visibility: hidden;
}
.contact_section .contact_form_input,
.contact_section .contact_form_select,
.contact_section .contact_form_textarea {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  font: inherit;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}
.contact_section .contact_form_input::-moz-placeholder, .contact_section .contact_form_select::-moz-placeholder, .contact_section .contact_form_textarea::-moz-placeholder {
  color: #000F08;
  opacity: 0.5;
}
.contact_section .contact_form_input::placeholder,
.contact_section .contact_form_select::placeholder,
.contact_section .contact_form_textarea::placeholder {
  color: #000F08;
  opacity: 0.5;
}
.contact_section .contact_form_input:focus,
.contact_section .contact_form_select:focus,
.contact_section .contact_form_textarea:focus {
  outline: none;
  border-color: #2F5BFF;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_input,
  .contact_section .contact_form_select,
  .contact_section .contact_form_textarea {
    padding: 15px;
  }
}
.contact_section .contact_form_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8C6.83259 8 6.67564 7.97455 6.52915 7.92366C6.38266 7.87277 6.24664 7.78626 6.12108 7.66412L0.345291 2.0458C0.115097 1.82188 0 1.5369 0 1.19084C0 0.844784 0.115097 0.559796 0.345291 0.335878C0.575486 0.111959 0.86846 0 1.22422 0C1.57997 0 1.87294 0.111959 2.10314 0.335878L7 5.09924L11.8969 0.335878C12.1271 0.111959 12.42 0 12.7758 0C13.1315 0 13.4245 0.111959 13.6547 0.335878C13.8849 0.559796 14 0.844784 14 1.19084C14 1.5369 13.8849 1.82188 13.6547 2.0458L7.87892 7.66412C7.75336 7.78626 7.61734 7.87277 7.47085 7.92366C7.32436 7.97455 7.16741 8 7 8Z' fill='%232F5BFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;
  padding-right: 50px;
  cursor: pointer;
}
.contact_section .contact_form_textarea {
  height: 300px;
  resize: vertical;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_textarea {
    height: 200px;
  }
}
.contact_section .wpcf7-list-item-label {
  font-weight: 500;
  color: #000F08;
  display: inline-block;
  position: relative;
  top: 1px;
}
.contact_section .contact_form_privacy_link {
  display: inline;
  margin-right: 0;
  font-weight: 500;
  color: #2F5BFF;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.28s ease;
}
.contact_section .contact_form_privacy_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: -2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 4.00937H5V14.0094H17.5V4.00937Z' stroke='%232F5BFF' stroke-miterlimit='10'/%3E%3Cpath d='M17.5 4.00937H5V6.50937H17.5V4.00937Z' fill='%232F5BFF'/%3E%3Cpath d='M5 6.25H2.5V8.75H5V6.25Z' fill='%232F5BFF' stroke='%232F5BFF'/%3E%3Cpath d='M15 13.7406V16.25H2.5V7.5H4.66754' stroke='%232F5BFF' stroke-miterlimit='10'/%3E%3C/svg%3E") center/contain no-repeat;
}
.contact_section .contact_form_privacy_link:hover {
  opacity: 0.6;
}
.contact_section .wpcf7-acceptance .wpcf7-list-item,
.contact_section .contact_form_checkbox .wpcf7-list-item {
  margin: 0;
}
.contact_section .wpcf7-acceptance .wpcf7-list-item label,
.contact_section .contact_form_checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact_section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.contact_section .contact_form_checkbox .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.contact_section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked,
.contact_section .contact_form_checkbox .wpcf7-list-item input[type=checkbox]:checked {
  border-color: #2F5BFF;
  background-color: #2F5BFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 11px;
}
.contact_section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus-visible,
.contact_section .contact_form_checkbox .wpcf7-list-item input[type=checkbox]:focus-visible {
  outline: 2px solid #2F5BFF;
  outline-offset: 2px;
}
.contact_section .contact_form_submit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact_section .contact_form_submit .contact_form_submit_hit {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}
.contact_section .contact_form_submit button.contact_form_btn,
.contact_section .contact_form_submit input.contact_form_btn {
  min-width: 228px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
}
.contact_section .contact_form_submit .wpcf7-spinner {
  display: none;
}
.contact_section .contact_form_error {
  display: none;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  font-size: clamp(1.4rem, 1.43vw, 1.6rem);
  font-weight: 500;
  color: #e53935;
}
.contact_section .contact_form_error.is-show {
  display: block;
}
.contact_section .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 500;
  color: #e53935;
  margin-top: 0.2em;
}
.contact_section .wpcf7-response-output {
  display: none;
}
.contact_section {
  /* 確認画面：値表示
  --------------------------------------------------*/
}
.contact_section.-confirm .contact_form_value {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 20px;
  background: transparent;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
  word-break: break-word;
  white-space: pre-wrap;
}
@media screen and (max-width: 999px) {
  .contact_section.-confirm .contact_form_value {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .contact_section.-confirm .contact_form_item.-textarea .contact_form_value {
    padding: 0;
  }
}
.contact_section.-confirm .contact_form_actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.contact_section.-confirm .contact_form_back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000F08;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.28s ease;
}
.contact_section.-confirm .contact_form_back .arrow_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-right: 20px;
  border-right: solid 1px #edf1f5;
}
.contact_section.-confirm .contact_form_back .arrow {
  width: 16px;
  height: 11px;
  transform: scaleX(-1);
  --arrow-base-transform: scaleX(-1);
}
.contact_section.-confirm .contact_form_back > span:last-child {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media screen and (min-width: 769px) {
  .contact_section.-confirm .contact_form_back:hover {
    background: transparent;
    color: #000F08;
    opacity: 0.6;
  }
  .contact_section.-confirm .contact_form_back:hover .arrow {
    filter: none;
  }
}
.contact_section.-confirm .contact_form_back_wrap {
  position: relative;
}
.contact_section.-confirm .contact_form_back_native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.contact_section .contact_form_value {
  flex: 1;
  min-width: 0;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
  word-break: break-word;
  white-space: pre-wrap;
}
@media screen and (max-width: 999px) {
  .contact_section .contact_form_value {
    padding: 15px;
  }
}
.contact_section .contact_form_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
}
.contact_section .contact_form_back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 228px;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #2F5BFF;
  border-radius: 5px;
  background: #fff;
  color: #2F5BFF;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.contact_section .contact_form_back .arrow {
  transform: scaleX(-1);
  --arrow-base-transform: scaleX(-1);
}
@media screen and (min-width: 769px) {
  .contact_section .contact_form_back:hover {
    background: #2F5BFF;
    color: #fff;
  }
  .contact_section .contact_form_back:hover .arrow {
    filter: brightness(0) invert(1);
  }
}
.contact_section {
  /* 完了画面
  --------------------------------------------------*/
}
.contact_section.-complete .contact_inner {
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .contact_section.-complete .contact_inner {
    gap: 35px;
  }
}
.contact_section.-complete .contact_inner .contact_complete_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.5vw, 30px);
  width: 100%;
  padding: clamp(30px, 3.6vw, 50px);
  background: #EDF3FD;
  border-radius: 8px;
  text-align: center;
}
.contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box .contact_complete_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(5px, 0.5vw, 10px);
  width: 100%;
}
.contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box .contact_complete_head .contact_complete_icon {
  display: block;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box .contact_complete_head .contact_complete_icon {
    width: 48px;
    height: 48px;
  }
}
.contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box .contact_complete_head .contact_complete_ttl {
  font-size: clamp(2.4rem, 2.3vw, 3.2rem);
}
.contact_section.-complete .contact_inner .contact_complete_main .contact_complete_box .contact_complete_lead {
  font-weight: 500;
}/*# sourceMappingURL=contact.css.map */