@charset "UTF-8";
br.ip{
  display: none;
}
/*---
お問い合わせ CONTACT
---*/
#contact .form_area{
  width: 89.3%;
  max-width: 800px;
  margin: 24px auto 0;
  padding: 40px 32px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 2px 12px rgba(8, 7, 52, 0.18);
}
.form_require_info{
  margin: 0 0 32px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #02020F;
}
.form_require_info span.red{
  margin-right: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #FF1A35;
}
.formrun .form-control-label{
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.formrun .form-control-label.required::after,
.formrun .form-check-label .required::after{
  content: "*";
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  color: #FF1A35;
}
.formrun .form-group{
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}
.formrun .form-group:has(.form-control-danger),
.formrun .form-group:has(.formrun-has-error),
section#document .formrun .form-group:has(.form-control-danger),
section#document .formrun .form-group:has(.formrun-has-error){
  margin-bottom: 0;
}
.formrun .form-group .form-control{
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
}
.formrun .form-group.name{
  justify-content: space-between;
}
.formrun .form-group.name .form-control{
  width: calc(50% - 6px);
}
.formrun .form-group.name .form-control-label{
  margin-right: 24px;
}
.formrun .form-group select{
  -webkit-appearance: none;
  appearance: none;
}
.formrun .form-group select.form-control{
  width: 100%;
}
.formrun .form-group .select_wrapper{
  width: 100%;
  position: relative;
}
.formrun .form-group .select_wrapper::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--allblack);
  border-bottom: 2px solid var(--allblack);
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
}
.formrun .form-group textarea.form-control{
  min-height: 177px;
}
.formrun .form-group .form-check .form-check-label{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.formrun .form-group .form-check input[type=checkbox]{
  width: 14px;
  height: 14px;
  margin: 0;
}
.formrun .form-group .form-check .form-check-label a{
  font-weight: 700;
  color: var(--theme);
  text-decoration: underline;
}
.formrun .text-danger{
  display: inline-block;
  margin: auto auto 24px 0;
  font-size: 12px;
  color: #FF1A35;
}
.formrun .form-group + .text-danger{
  margin-bottom: 24px;
}
.formrun .form-group.name + .text-danger.formrun-system-show{
  width: 50%;
}
.formrun .btn{
  height: 47px;
  width: 100%;
  max-width: 256px;
  display: block;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--white);
  background-color: var(--theme);
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.formrun .btn::after{
  content: "";
  position: absolute;
  top: 0;
  right: min(10.38%, 16px);
  width: 10px;
  height: 10px;
  transform: translateY(16.93px) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
}
.formrun .btn:disabled{
  background-color: var(--button_gray);
}
/*---
追従フォーム
---*/
aside.form_aside{
  display: none;
  position: fixed;
  width: 320px;
  margin-bottom: 20px;
  top: 90px;
  right: 20px;
  z-index: 1;
}
aside.form_aside.stop{
  position: absolute;
  top: auto;
  bottom: 0px;
}
.form_aside .form_area{
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 40px 32px;
  background-color: var(--white);
  box-shadow: 0px 2px 12px 0px #0807342E;
  border-radius: 20px;
  overflow-y: scroll;
  /*スクロールバー非表示*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.form_aside .form_area::-webkit-scrollbar{
  display: none;
}
.form_aside .form_area h2{
  margin-bottom: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0;
  text-align: left;
  color: var(--theme);
}
.form_aside .form_area .g-recaptcha{
  transform: scale(0.85);
  transform-origin: 0 0;
}
/* 資料請求 */
section#document .section_wrapper{
  padding-top: 155px;
  margin: 0 6.25%;
}
section#document .desc{
  margin-top: 8px;
  text-align: center;
}
section#document .form_area{
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 14px 32px 40px;
}
section#document .formrun .form-group{
  margin-bottom: 16px;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
section#document .formrun .form-group .form-control{
  width: 100%;
}
section#document .formrun .form-group.name .form-control{
  width: calc(50% - 4px);
}
section#document .formrun .form-control-label{
  width: auto;
  min-width: 120px;
  margin-right: 24px;
}
section#document .formrun .form-group + .text-danger{
  margin-left: 154px;
}
section#document .formrun .form-group.name + .text-danger.formrun-system-show{
  width: calc(50% - 76px);
}
section#document .formrun .form-control-label.pc_only{
  display: block;
}

/*--- 個別SP ---*/
@media screen and (max-width: 767px) {
  .formrun .form-group{
    flex-direction: column;
    gap: 8px;
  }
  .formrun .form-group.name{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .formrun .form-group .form-control{
    width: 100%;
  }
  .formrun .form-group.name .form-control{
    width: calc(50% - 4px);
  }
  .formrun .form-group.name .form-control-label{
    width: 100%;
  }
  .formrun .form-group .select_wrapper::after{
    right: 5%;
  }
  .formrun .form-control-label.pc_only{
    display: none;
  }
  .formrun .form-group + .text-danger{
    margin-bottom: 12px;
  }
  .formrun .g-recaptcha{
    transform: scale(0.85);
    transform-origin: 0 0;
  }

  /* 資料請求 */
  section#document .form_area{
    margin: 14px 0 0;
    padding: 0 0 80px;
  }
  section#document .formrun{
  }
  section#document .formrun .form-group{
    flex-wrap: wrap;
  }
  section#document .formrun .form-group .form-check,
  section#document .formrun .g-recaptcha{
    width: 100%;
  }
  section#document .formrun .form-control-label{
    width: 100%;
    margin: 0;
  }
  section#document .formrun .form-group + .text-danger{
    margin-left: 0;
  }
  section#document .formrun .form-group.name + .text-danger.formrun-system-show{
    width: 50%;
  }
}
/*- フォームが狭まるタブレットサイズ -*/
@media screen and (min-width: 767px) and (max-width: 1024px){
  br.ip{
    display: block;
  }
  section#document .formrun .form-control-label {
    min-width: 70px;
  }
  section#document .formrun .form-group + .text-danger{
    margin-left: 102px;
  }
  section#document .formrun .form-group.name + .text-danger.formrun-system-show{
    width: calc(50% - 51px);
  }
}
/*--- 1280pxより大きい場合 ---*/
@media screen and (min-width: 1280px) {
  aside.form_aside{
    display: block;
  }
}
/* 極小 */
@media screen and (max-width: 375px) {
  .formrun .form-group + .text-danger.formrun-system-show{
    width: 100%;
  }
}