@charset "UTF-8";
/* ===================================
フォーム
=================================== */
header {
  position: relative;
  padding: 21px 50px;
}

.p_ttl_area {
  margin-top: 0;
  padding-bottom: 40px;
}

.m_content.form {
  max-width: 960px;
  margin: auto;
  margin-bottom: 100px;
  padding: 0 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .m_content.form {
    margin-bottom: 80px;
  }
}

.form_description_box .form_d_txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.form_description_box .form_d_txt a {
  color: #E03837;
  text-decoration: underline;
}
.form_description_box .form_d_caution {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.form_description_box .form_d_caution span {
  color: #E03837;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form_description_box .form_d_txt,
.form_description_box .form_d_caution {
    text-align: left;
  }
}

.form_area {
  background-color: #fff;
  width: 100%;
  margin-top: 50px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .form_area {
    padding: 20px;
  }
}

/* ===================================
入力エリア(共通)
=================================== */
.mw_wp_form_input .form_item {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .form_item {
    margin-bottom: 40px;
  }
}

.form_item .f_ttl {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.form_item .f_ttl .required_txt {
  display: block;
  margin-left: 2px;
  color: #E03837;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}
.form_item .f_txt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.form_item .f_txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.form_item .f_txt a:hover {
  opacity: 0.6;
}

.f_error {
  margin-top: 10px;
}
.f_error .error {
  color: #E03837 !important;
}

.form_item .course_ttl input[type=text] {
  pointer-events: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.form_item .course_ttl .c_ttl_sub {
  margin-bottom: -2px;
}
.form_item .course_ttl .c_ttl {
  margin-bottom: 8px;
}
.form_item .course_ttl .c_date {
  margin-bottom: 7px;
}

.form_item .f_input_wrap .f_input input[type=text] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D8D5CF;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.form_item .f_input_wrap .f_input input[type=text]::-moz-placeholder {
  opacity: 0.6;
  color: #333;
  font-weight: 400;
}
.form_item .f_input_wrap .f_input input[type=text]::placeholder {
  opacity: 0.6;
  color: #333;
  font-weight: 400;
}

.form_item .f_input_wrap .f_input select {
  display: block;
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D8D5CF;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px 20px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  background-image: url(../img/common/f_select_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
}

.check_input_wrap .f_input > span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.check_input_wrap .f_input label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.check_input_wrap .f_input label input[type=checkbox] {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}
.check_input_wrap .f_input label input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  padding-left: 34px;
  word-break: break-all;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox] + span {
    padding-left: 26px;
  }
}
.check_input_wrap .f_input label input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #D8D5CF;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox] + span::before {
    width: 20px;
    height: 20px;
  }
}
.check_input_wrap .f_input label input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #E03837;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox] + span::after {
    width: 14px;
    height: 14px;
  }
}
.check_input_wrap .f_input label input[type=checkbox]:checked + span {
  position: relative;
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox]:checked + span {
    padding-left: 26px;
  }
}
.check_input_wrap .f_input label input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #D8D5CF;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox]:checked + span::before {
    width: 20px;
    height: 20px;
  }
}
.check_input_wrap .f_input label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #E03837;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .check_input_wrap .f_input label input[type=checkbox]:checked + span::after {
    width: 14px;
    height: 14px;
  }
}

.form_item .f_input_wrap .f_input textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D8D5CF;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  padding: 15px 20px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.form_item .f_input_wrap .f_input textarea::-moz-placeholder {
  opacity: 0.6;
  color: #333;
  font-weight: 400;
}

.form_item .f_input_wrap .f_input textarea::placeholder {
  opacity: 0.6;
  color: #333;
  font-weight: 400;
}

.form_submit {
  margin-top: 52px;
}
.form_submit .form_caution_txt {
  text-align: center;
  color: #ED8423;
  font-size: 12px;
  font-weight: 400;
}
.form_submit .form_caution_txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.form_submit .form_caution_txt a:hover {
  opacity: 0.6;
}
.form_submit input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 25px 20px;
  border: 1px solid #E03837;
  border-radius: 200px;
  background-color: #E03837;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.form_submit input[type=submit]:hover {
  background-color: #fff;
  color: #E03837;
}
.form_submit input[type=submit].back_btn {
  background-color: #fff;
  color: #746F6A;
  border: 1px solid #746F6A;
}
.form_submit input[type=submit].back_btn:hover {
  background-color: #746F6A;
  color: #fff;
}

/* ===================================
確認画面
=================================== */
.mw_wp_form_preview .form_item {
  margin-bottom: 40px;
}
.mw_wp_form_preview .form_item .f_txt {
  display: none;
}

/* ===================================
サンクスページ
=================================== */
.form_thanks_ttl_wrap {
  padding-top: 80px;
  margin-bottom: 40px;
}
.form_thanks_ttl_wrap h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form_thanks_ttl_wrap h1 {
    font-size: 24px;
    text-align: left;
  }
}
.form_thanks_ttl_wrap h1 .sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .form_thanks_ttl_wrap h1 .sp_br {
    display: inline;
  }
}

.thanks_txt_wrap .thanks_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.thanks_txt_wrap .link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 300px;
  padding: 15px 20px;
  margin-top: 60px;
  border: 1px solid #333;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .thanks_txt_wrap .link_btn {
    margin: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .thanks_txt_wrap .link_btn {
    max-width: 100%;
  }
}
.thanks_txt_wrap .link_btn::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
@media (hover: hover) {
  .thanks_txt_wrap .link_btn:hover {
    background-color: #333;
    color: #fff;
  }
  .thanks_txt_wrap .link_btn:hover::after {
    background-color: #fff;
  }
}
.thanks_txt_wrap .link_btn.black {
  border: 1px solid #fff;
  color: #fff;
}
.thanks_txt_wrap .link_btn.black::after {
  background-color: #fff;
}
@media (hover: hover) {
  .thanks_txt_wrap .link_btn.black:hover {
    background-color: #fff;
    color: #333;
  }
  .thanks_txt_wrap .link_btn.black:hover::after {
    background-color: #333;
  }
}
.thanks_txt_wrap .link_btn.center {
  margin: auto;
  margin-top: 60px;
}