@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.contact_container {
  margin: 0 auto;
}

.contact_headDescWrap h1 {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem dashed #1A1A1A;
}
.contact_headDescWrap h2 {
  margin-top: 2.4rem;
}
.contact_headDescWrap p {
  margin-top: 2.4rem;
}

.contact_form {
  margin-top: 9.6rem;
}

.bl_form.__confirm {
  margin-top: 4.8rem;
}

.bl_form_inputWrap {
  margin-bottom: 4rem;
}
@media screen and (960px <= width) {
  .bl_form_inputWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12rem;
  }
}
@media screen and (960px <= width) {
  .bl_form_inputWrap.__start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bl_form_headWrap {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (960px <= width) {
  .bl_form_headWrap {
    min-width: 20rem;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.bl_form_head {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
}

.bl_form_required {
  background: #FF6161;
  color: #FFF;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding-inline: 0.4rem;
  border-radius: 0.2rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_optional {
  background: #ADADAD;
  color: #FFF;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding-inline: 0.4rem;
  border-radius: 0.2rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_inputInner {
  position: relative;
}
@media screen and (960px <= width) {
  .bl_form_inputInner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.bl_form_input {
  width: 100%;
  color: #ADADAD;
  padding: 0.1rem 0.4rem;
  border: 0.1rem solid #1A1A1A;
  border-radius: 0.2rem;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  background: #FFF;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 2.4rem;
}
.bl_form_input:focus {
  outline: none;
  border-color: #6385FF;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 133, 255, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(99, 133, 255, 0.2);
}
.bl_form_input::-webkit-input-placeholder {
  color: #ADADAD;
}
.bl_form_input::-moz-placeholder {
  color: #ADADAD;
}
.bl_form_input:-ms-input-placeholder {
  color: #ADADAD;
}
.bl_form_input::-ms-input-placeholder {
  color: #ADADAD;
}
.bl_form_input::placeholder {
  color: #ADADAD;
}
.bl_form_input:not(:-moz-placeholder-shown) {
  color: #1A1A1A;
}
.bl_form_input:not(:-ms-input-placeholder) {
  color: #1A1A1A;
}
.bl_form_input:not(:placeholder-shown) {
  color: #1A1A1A;
}
.bl_form_input.__area {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  resize: vertical;
  font-family: inherit;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.bl_form_input.__confirm {
  background-color: #DEFFE5;
  color: #1A1A1A;
  border: 0.1rem solid #1A1A1A;
  min-height: 3rem;
  white-space: pre-wrap;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_form_input.__confirm.__area {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_form_selectWrap {
  position: relative;
}

.js_select {
  width: 100%;
  height: 2.9rem;
  padding: 0.4rem 3rem 0.4rem 0.45rem;
  border: 0.1rem solid #1A1A1A;
  border-radius: 0.4rem;
  background-color: #FFF;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' d='M3 3l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 2rem 1.5rem;
  color: #ADADAD;
}
.js_select.is_value {
  color: #1A1A1A;
}
.js_select option {
  color: #1A1A1A;
}
.js_select option:first-child {
  color: #ADADAD;
}

.js_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ADADAD;
  position: relative;
}
.js_select.is_value {
  color: #1A1A1A;
}
.js_select option {
  color: #1A1A1A;
}
.js_select option:first-child {
  color: #ADADAD;
}

.bl_form_check {
  text-align: center;
  padding-top: 1.6rem;
  position: relative;
}

.bl_form_checkBox {
  display: none !important;
}
.bl_form_checkBox input {
  display: none !important;
}

.bl_form_check_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
}

.bl_form_checkLabel {
  width: 2rem;
  height: 1.9rem;
  border: 0.1rem solid #1A1A1A;
  border-radius: 0.3rem;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.bl_form_checkLabel.is_active {
  background-color: #FFF;
  border-color: #1A1A1A;
}
.bl_form_checkLabel.is_active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1A1A1A;
  font-size: 2rem;
  font-weight: bold;
}
.bl_form_checkLabel.__confirm {
  background-color: #DEFFE5;
  border-color: #1A1A1A;
}
.bl_form_checkLabel.__confirm.is_active {
  background-color: #DEFFE5;
  border-color: #1A1A1A;
}
.bl_form_checkLabel.__confirm.is_active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1A1A1A;
  font-size: 2rem;
  font-weight: bold;
}

.bl_form_checkText {
  cursor: pointer;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bl_form_validate {
  color: #FF6161;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.5rem;
  line-height: 1.4;
  min-height: 1.4rem;
  display: block;
}
.bl_form_validate.is_error {
  display: block;
}

.contact_policyWrap {
  text-align: center;
}

.contact_policy {
  text-align: center;
  margin: 2rem 0 1rem;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #1A1A1A;
}
.contact_policy a {
  text-align: center;
  color: inherit;
  border-bottom: 0.1rem solid #1A1A1A;
  text-decoration: none;
}
.contact_policy a:hover {
  opacity: 0.8;
}

.el_contactFormErr p {
  display: none;
}

.bl_form_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 3.6rem;
}
.bl_form_btnWrap.__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_submitBtn {
  display: none !important;
}

.js_validateAlert {
  background-color: #ffebee;
  color: #c62828;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  border-left: 0.4rem solid #c62828;
  line-height: 1.6;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.wpcf7-form p {
  margin: 0;
  display: contents;
  gap: 1.6rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap textarea {
  height: 15.5rem;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  display: none !important;
}

.wpcf7-list-item-label {
  display: none !important;
}

.success_page_display {
  text-align: center;
  padding: 4rem 2rem;
}
.success_page_display h1 {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #1A1A1A;
}
@media screen and (960px <= width) {
  .success_page_display h1 {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.success_page_display .success_content {
  max-width: 60rem;
  margin: 0 auto;
  text-align: left;
}
.success_page_display .success_content p {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: #1A1A1A;
}
.success_page_display .success_button_area {
  text-align: center;
  margin-top: 4rem;
}
.success_page_display .success_button_area .el_button {
  text-decoration: none;
}

.success_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  max-width: 80rem;
  margin: 0 auto;
  margin-inline: auto;
  width: 91.4666666667%;
}
@media screen and (960px <= width) {
  .success_wrap {
    width: 120rem;
  }
}
.success_wrap .success_head {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (960px <= width) {
  .success_wrap .success_head {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.success_wrap .success_content {
  margin-top: 2.4rem;
}
.success_wrap .success_content p {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.success_wrap .success_content p:last-child {
  margin: 0;
}