@charset "utf-8";
.footer_wrap {
  padding: 20px 0 49px;
}
.footer_contents_02 {
	margin: 0;
}
.footer_line {
	display: none;
}
@media only screen and (min-width: 768px) {
  .footer_wrap {
    padding: 30px 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer_wrap {
    padding: 43px 0 78px;
  }
}
.submit_btn_wrap {
  margin: 29px 0 0;
}
.submit_btn_inner {
  display: flex;
  justify-content: center;
}
.contct_btn_wrap {
  margin: 29px 0 0 0;
  text-align: center;
}
input[type="submit"].contact_btn_01 {
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: #ffffff;
  background-color: #f38200;
  padding: 11px 17px 11px 21px;
  border-radius: 50px;
  cursor: pointer;
}
.contact_btn_wrap {
  position: relative;
  display: inline-block;
  width: 182px;
  height: 42px;
}
.contact_btn_wrap::before {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url('../images/common/arw_04.svg') center/17px no-repeat;
}
.contact_btns {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact_btn_02 {
  color: #ffffff;
  background-color: #222222;
  padding: 5px 23px 5px 11px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.contact_btn_02 img {
  width: 17px;
}
.top_btn {
  display: inline-block;
  background-color: #222222;
  padding: 11px 50px 11px 49px;
  color: #FFFFFF;
  border-radius: 50px;
}
.top_btn_wrap{
  margin: 40px 0 0 ;
}
@media only screen and (min-width: 768px) {
  .submit_btn_wrap {
    margin: 60px 0 0;
  }
  .submit_btn_inner {
    justify-content: flex-end;
  }
  input[type="submit"].contact_btn_01 {
    padding: 16px 24px 15px 30px;
  }
  .contact_btn_wrap {
    width: 260px;
    height: 54px;
  }
  .contact_btn_wrap::before {
    right: 24px;
    width: 24px;
    height: 24px;
    background: url('../images/common/arw_04.svg') center/24px no-repeat;
  }
  .contact_btns {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .contact_btn_02 {
    gap: 8px;
  }
  .contact_btn_02 img {
    width: 24px;
  }
  .top_btn {
    padding: 15px 70px;
  }
  .top_btn_wrap{
  margin: 60px 0 0;
}
}
@media only screen and (min-width: 1024px) {
  .contact_btn_wrap {
    width: 260px;
    height: 60px;
  }
}
.contact_wrap {
  padding: 40px 0 100px;
}
.text_form {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.text_wrap p {
  line-height: 2;
  margin: 10px 0 0 0;
}
.form_ttl {
  font-size: 18px;
  line-height: 1.5;
}
.form_wrap {
  width: auto;
}
.step_wrap {
  display: flex;
  gap: 10px;
}
.step_item {
  color: #222222;
  background-color: #ffffff;
  width: calc((100% - 20px) / 3);
  padding: 9px 0 11px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.current {
  background-color: #f39600;
  color: #ffffff;
}
.step_item span {
  line-height: 1.15;
  color: #f39600;
  font-size: 13px;
  display: block;
  text-align: center;
}
.current span {
  color: #ffffff;
}
.step_txt {
  text-align: center;
}
.step_item::after {
  content: "";
  display: block;
  background-color: #bfbfbe;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 2;
}
.step_item:last-child::after {
  display: none;
}
.entry_wrap {
  flex-direction: column-reverse;
  gap: 40px;
}
.entry_wrap .form_ttl {
  text-align: center;
}
.entry_wrap .text_wrap {
  width: auto;
  margin: auto;
}
.entry_wrap .text_wrap p {
  text-align: center;
}
.entry_wrap .douzo {
  display: block;
  text-align: center;
}
.top_btn_wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact_wrap {
    padding: 70px 0 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_form {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .step_txt {
    padding: 4px 0 0 0;
  }
  .text_wrap {
    width: 34.3%;
  }
  .text_wrap p {
    margin: 30px 0 0 0;
  }
  .form_ttl {
    font-size: 30px;
    line-height: 1.4;
  }
  .form_wrap {
    width: 59%;
  }
  .step_item {
    width: calc((100% - 80px) / 3);
    padding: 11px 0 12px;
  }
  .step_item span {
    font-size: 18px;
  }
  .step_wrap {
    gap: 40px;
  }
  .contact_btns {
    width: 59%;
  }
  .entry_wrap {
    flex-direction: column-reverse;
    gap: 83px;
  }
  .entry_wrap .text_wrap {
    width: auto;
    margin: auto;
  }
  .entry_wrap .form_wrap {
    margin: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .contact_wrap {
    padding: 100px 0 200px;
  }
}
/* フォーム */
.wpcf7 {
  margin: 50px 0 0;
}
.input_inner_wrap {
  margin: 11px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #BFBFBE;
}
.input_inner_wrap:first-child {
  margin: 0;
}
.form_list_wrap {
  display: flex;
  gap: 0 13px;
  margin: 0 0 12px;
}
.must {
  padding: 1px 2.7px 2.4px;
  background: #E91A10;
  color: #FFFFFF;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.optional {
  padding: 1px 2.7px 2.4px;
  background: #00A0F3;
  color: #FFFFFF;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.form_list {
  font-size: 14px;
}
input[type="text"].input01, input[type="email"].input01, input[type="tel"].input01 {
	width: 100%;
	height: 30px;
	padding: 2px 10px;
	border: none;
  border: solid #FFFFFF 1px;
	background: #FFFFFF;
  color: #333;
	font-size: 13px;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
	height: 80px;
	padding: 2px 10px;
	border: none;
  border: solid #FFFFFF 1px;
	background: #FFFFFF;
  color: #333;
	font-size: 13px;
}
::placeholder {
  color: #BFBFBE;
}
.input_facility .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.input_inner_list {
  margin: 10px 0 0;
}
.input_inner_list + .input_inner_list {
  margin: 20px 0 0;
}
.input_txt {
  font-size:13px;
  font-weight:400;
}
.qualification_input_01 {
  display: flex;
  flex-wrap: wrap;
}
.qualification_input_02 {
  margin: 20px 0 0;
  font-size: 12px;
}
.qualification_input_02 .input01 {
  margin: 10px 0 0;
}
.privacy_list_wrap {
  margin: 5px 0 0;
}
.privacy_note {
  font-size: 12px;
}
.privacy_list_inner {
  height: 180px;
  padding: 11px 24px;
  border: solid #E8E1D2 1px;
	background: #F5F3EB;
  overflow-y: scroll;
}
.privacy_ttl {
  font-size: 15px;
}
.privacy_txt_wrap {
  margin: 11px 0 0;
}
.privacy_txt {
  font-size: 12px;
}
.privacy_txt + .privacy_txt {
  margin: 30px 0 0;
}
.agree_box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.privacy_link_txt {
  margin: 10px 0 0 20px;
}
.privacy_link_txt a {
  color: #E91A10;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .must {
    font-size: clamp(12px, 1.3vw, 14px);
  }
  .optional {
    font-size: clamp(12px, 1.3vw, 14px);
  }
  input[type="text"].input01, input[type="email"].input01, input[type="tel"].input01 {
    height: 35px;
    padding: 4px 15px;
		font-size: clamp(13px, 1.7vw, 18px);
  }
  .wpcf7-form-control-wrap textarea {
    padding: 4px 15px;
		font-size: clamp(13px, 1.7vw, 18px);
  }
  .input_inner_list {
    margin: 20px 0 0;
  }
  .input_facility_ttl {
		font-size: clamp(15px, 1.9vw, 20px);
  }
  .input_txt{
  font-size: clamp(13px, 1.75vw, 18px);
}
  .form_list {
		font-size: clamp(15px, 1.9vw, 20px);
  }
  .qualification_input_02 {
		font-size: clamp(12px, 1.5vw, 16px);
  }
  .privacy_note {
		font-size: clamp(12px, 1.5vw, 16px);
  }
  .privacy_ttl {
		font-size: clamp(15px, 1.9vw, 20px);
  }
  .privacy_txt {
		font-size: clamp(12px, 1.5vw, 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7 {
    margin: 100px 0 0;
  }
  .input_inner_wrap {
    display: flex;
    justify-content: space-between;
    margin: 27px 0 0;
    padding: 0 0 21px;
  }
  .input_area:nth-child(2) {
    margin: 0;
  }
  .form_list_wrap {
    align-items: flex-start;
    gap: 0 16px;
    margin: 0;
  }
  .input_wrap {
    width: 69.7%;
  }
  .must {
    padding: 1px 7px 2.8px;
    font-size: 14px;
  }
  .optional {
    padding: 1.5px 7px 2.8px;
    font-size: 14px;
  }
  input[type="text"].input01, input[type="email"].input01, input[type="tel"].input01 {
    height: 40px;
    padding: 8px 18px;
    font-size: 18px;
  }
  .wpcf7-form-control-wrap textarea {
    height: 94px;
    padding: 8px 20px;
    font-size: 18px;
  }
  .input_inner_list {
    margin: 30px 0 0;
  }
  .input_inner_list + .input_inner_list {
    margin: 62px 0 0;
  }
  .input_facility_ttl {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0 0 7px;
    font-size: 20px;
  }
  .input_facility .wpcf7-form-control-wrap {
    margin: 10px 0 0 30px;
  }
  .input_txt{
    font-size: 18px;
}
  .form_list {
    font-size: 20px;
  }
  .qualification_input_02 {
    margin: 27px 0 0;
    font-size: 16px;
  }
  .privacy_note {
    font-size: 16px;
  }
  .privacy_list_inner {
    height: 200px;
    padding: 16px 32px;
  }
  .privacy_ttl {
    font-size: 20px;
  }
  .privacy_txt {
    font-size: 16px;
  }
  .agree_box {
    margin: 14px 0 0;
  }
  .privacy_link_txt {
    margin: 17px 0 0 25px;
  }
}
/*
ラジオボタン 
*/
.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 28px;
  font-size: 13px;
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 25px 0 0;
}
.wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item input + span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  border: 1px solid #AFA99A;
  border-radius: 50%;
  box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.wpcf7-radio .wpcf7-list-item input + span:after {
  position: absolute;
  top: 50%;
  left: 4.5px;
  content: '';
  display: inline-block;
  border-radius: 50%;
  background: #EFB7B6;
  width: 6px;
  height: 6px;
  transform: scale(0, 0);
}
.wpcf7-radio .wpcf7-list-item input:checked + span:before {
	background-color: #fff;
  border: solid #AFA99A 1px;
}
.wpcf7-radio .wpcf7-list-item input:checked + span:after {
  transform: scale(1, 1) translateY(-50%);
}
.wpcf7-radio .wpcf7-list-item label {
	background: transparent;
	border-color: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 40px 0 0;
  }
  .wpcf7-radio .wpcf7-list-item-label {
		font-size: clamp(13px, 1.7vw, 18px);
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 18px;
    padding: 5px 0 5px 32px;
  }
  .wpcf7-radio .wpcf7-list-item input + span:before {
    top: 43%;
    margin-top: -7px;
    width: 20px;
    height: 20px;
  }
  .wpcf7-radio .wpcf7-list-item input + span:after {
    top: 51%;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}
/*
チェックボックス 
*/
.wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  font-size: 0;
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 4px 0 0;
  vertical-align: top;
}
.wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input + span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 21px;
  height: 21px;
  background: #fff;
  box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.wpcf7-checkbox .wpcf7-list-item input + span:after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 11px;
  height: 9px;
  background: url(../images/common/checkmark.svg) center/11px 9px no-repeat;
  transform: scale(0, 0);
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span:before {
	background-color: #fff;
  border: solid #AFA99A 1px;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span:after {
  transform: scale(1, 1);
}
.wpcf7-checkbox .wpcf7-list-item label {
	background: transparent;
	border-color: transparent;
  cursor: pointer;
}
.agree_box .wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item input + span:before {
    top: 43%;
    margin-top: -7px;
    width: 30px;
    height: 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item input + span:after {
    width: 18px;
    height: 13px;
    background: url(../images/common/checkmark.svg) center/18px 13px no-repeat;
  }
}
/* セレクトボックス */
.select_wrap {
  position: relative;
}
.select_wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.select_wrap .wpcf7-form-control {
  width: 100%;
  height: 30px;
  padding: 2px 10px;
  border: none;
  border: solid #FFFFFF 1px;
  background: #FFFFFF;
  color: #333;
  font-size: 13px;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  .select_wrap .wpcf7-form-control {
    height: 35px;
    padding: 4px 15px;
    font-size: clamp(13px, 1.7vw, 18px);
  }
  .select_wrap::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 2px solid #F39600;
    border-right: 2px solid #F39600;
    height: 9px;
    width: 9px;
    top: 13px;
    right: 19px;
    transform: rotate(135deg);
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .select_wrap .wpcf7-form-control {
    height: 40px;
    padding: 4px 18px;
    font-size: 18px;
  }
}
/* 戻るボタン */
.conf_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.back_btn_wrap {
  position: relative;
  display: inline-block;
  width: 182px;
  height: 30px;
  margin: 0;
}
.back_btn_wrap::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url('../images/common/arw_05.svg') center/17px no-repeat;
}
input[type="button"].back_btn {
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: #ffffff;
  background-color: #222;
  padding: 4px 15px 6px 42px;
  border-radius: 50px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .conf_btn_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .back_btn_wrap {
    width: auto;
    height: auto;
  }
  .back_btn_wrap::before {
    left: 11px;
    width: 24px;
    height: 24px;
    background: url('../images/common/arw_05.svg') center/24px no-repeat;
  }
  input[type="button"].back_btn {
    padding: 5px 24px 6px 43px;
  }
}
@media only screen and (min-width: 1024px) {
  .back_btn_wrap {
    width: 206px;
  }
}
@media only screen and (min-width: 1280px) {
}
/* wpcf7-spinner */
.form_wrap .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}