#sec1 .sec1_cont .step {
  background-color: #f7f7f7;
  width: calc((100% - clamp(80px, 6.25vw, 120px)) / 4);
  flex-direction: column;
  padding: clamp(15px, 1.3vw, 25px) clamp(30px, 2.08vw, 40px);
  position: relative;
  transition: all 0.5s ease;
}
#sec1 .sec1_cont .step:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 14px;
  background-image: url(../img/right_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: calc(clamp(15px, 1.2vw, 23px) * -1);
  top: 50%;
  transform: translateY(-50%);
}
#sec1 .sec1_cont .step span {
  width: clamp(70px, 4.69vw, 90px);
  height: clamp(70px, 4.69vw, 90px);
  background-color: #fff;
  border-radius: 50%;
}
#sec1 .sec1_cont .step span::after {
  content: "";
  width: clamp(20px, 1.82vw, 35px);
  height: clamp(20px, 1.82vw, 35px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec1 .sec1_cont .step dl {
  font-size: clamp(14px, 0.78vw, 15px);
  font-weight: 700;
  color: var(--color-point);
}
#sec1 .sec1_cont .step dl dt {
  font-size: clamp(20px, 1.15vw, 22px);
  color: #222;
}
#sec1 .sec1_cont .step dl dd {
  font-size: clamp(15px, 0.83vw, 16px);
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 16px;
}
#sec1 .sec1_cont .on {
  background-color: #f7f7f7;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
#sec1 .sec1_cont .step1 span::after {
  background-image: url(../img/counsel_icon1.svg);
  margin-left: 10px;
}
#sec1 .sec1_cont .step2 span::after {
  background-image: url(../img/counsel_icon2.svg);
}
#sec1 .sec1_cont .step3 span::after {
  background-image: url(../img/counsel_icon3.svg);
  margin-left: 10px;
}
#sec1 .sec1_cont .step4 span::after {
  background-image: url(../img/counsel_icon4.svg);
}
#sec1 .sec1_cont #counsel_form .input_area > div {
  width: 48%;
}
#sec1 .sec1_cont #counsel_form .input_area > div label {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 500;
  width: clamp(80px, 5.73vw, 110px);
}
#sec1 .sec1_cont #counsel_form .input_area > div input {
  font-size: clamp(14px, 0.94vw, 18px);
  width: calc(100% - clamp(80px, 5.73vw, 110px));
  padding: clamp(13px, 0.96vw, 18.5px) clamp(15px, 1.56vw, 30px);
  border: 1px solid #ddd;
}
#sec1 .sec1_cont #counsel_form .input_area > div input::placeholder {
  color: #999;
}
#sec1 .sec1_cont #counsel_form .input_area > div select {
  font-size: clamp(14px, 0.94vw, 18px);
  width: calc(100% - clamp(80px, 5.73vw, 110px));
  padding: clamp(13px, 0.96vw, 18.5px) clamp(15px, 1.56vw, 30px);
  border: 1px solid #ddd;
  color: #999;
  appearance: none;
  background-image: url(../img/down_arrow_9.svg);
  background-position: right clamp(15px, 1.56vw, 30px) center;
  background-repeat: no-repeat;
  background-size: clamp(14px, 1.04vw, 20px) clamp(10px, 0.73vw, 14px);
}
#sec1 .sec1_cont #counsel_form .input_area > div select option {
  color: #222;
}
#sec1 .sec1_cont #counsel_form .input_area > div textarea {
  font-size: clamp(14px, 0.94vw, 18px);
  width: calc(100% - clamp(80px, 5.73vw, 110px));
  padding: clamp(14px, 1.04vw, 20px) clamp(15px, 1.56vw, 30px);
  border: 1px solid #ddd;
  height: 100%;
}
#sec1 .sec1_cont #counsel_form .input_area > div textarea::placeholder {
  color: #999;
}
#sec1 .sec1_cont #counsel_form .right .input_wrapper {
  height: 100%;
}
#sec1 .sec1_cont #counsel_form .right .input_wrapper label {
  padding-top: clamp(12px, 1.04vw, 20px);
}
#sec1 .sec1_cont #counsel_form .agree_wrapper input[type=checkbox] + span {
  width: 20px;
  height: 20px;
  background: none;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#sec1 .sec1_cont #counsel_form .agree_wrapper input[type=checkbox]:checked + span {
  background-image: url(../img/check_icon_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 15px;
}
#sec1 .sec1_cont #counsel_form .agree_wrapper label {
  color: #222;
  font-weight: 300;
  margin-right: 10px;
  font-size: clamp(16px, 0.83vw, 16px);
}
#sec1 .sec1_cont #counsel_form .agree_wrapper button {
  font-weight: 600;
  color: #999;
  font-size: clamp(12px, 0.63vw, 12px);
  border: 1px solid #ddd;
  padding: 3px 5px;
}
#sec1 .sec1_cont #counsel_form .counsel_btn {
  width: clamp(560px, 29.17vw, 560px);
  margin: 0 auto;
  background-color: var(--color-point);
  color: #fff;
  font-size: clamp(20px, 1.04vw, 20px);
  font-weight: 700;
  padding: 23px 0;
	transition: all 0.4s ease-in-out;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #8f8a6c, #ABA182, #d5cfaa, #9b9470);




}
/*#sec1 .sec1_cont #counsel_form .counsel_btn:hover,*/
#sec1 .sec1_cont #counsel_form .counsel_btn.on {
	background-position: 100% 0;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 18px transparent;
  animation: pulse 1s;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(171, 161, 130, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@media (max-width: 1000px) {
  #sec1 .sec1_cont .step_list {
    flex-wrap: wrap;
  }
  #sec1 .sec1_cont .step_list .step {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  #sec1 .sec1_cont .step_list .step::after {
    right: -23px;
  }
  #sec1 .sec1_cont .step_list .step:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #sec1 .sec1_cont .step_list .step:nth-child(2n)::after {
    display: none;
  }
  #sec1 .sec1_cont .step_list .step span {
    width: 100px;
    height: 100px;
  }
  #sec1 .sec1_cont .step_list .step dl {
    font-size: 18px;
  }
  #sec1 .sec1_cont .step_list .step dl dt {
    font-size: 24px;
  }
  #sec1 .sec1_cont .step_list .step dl dd {
    font-size: 16px;
  }
  #sec1 .sec1_cont #counsel_form .input_area {
    flex-direction: column;
  }
  #sec1 .sec1_cont #counsel_form .input_area .left {
    width: 90%;
  }
  #sec1 .sec1_cont #counsel_form .input_area .right {
    width: 90%;
    margin-top: 20px;
  }
  #sec1 .sec1_cont #counsel_form .input_area .right .input_wrapper label {
    padding-top: 30px;
  }
  #sec1 .sec1_cont #counsel_form .input_area .input_wrapper {
    margin-top: 20px;
  }
  #sec1 .sec1_cont #counsel_form .input_area > div label {
    font-size: 22px;
    width: 120px;
  }
  #sec1 .sec1_cont #counsel_form .input_area > div input {
    font-size: 22px;
    padding: 30px;
    width: calc(100% - 120px);
  }
  #sec1 .sec1_cont #counsel_form .input_area > div select {
    font-size: 22px;
    padding: 30px;
    background-position: right 30px center;
    width: calc(100% - 120px);
  }
  #sec1 .sec1_cont #counsel_form .input_area > div textarea {
    width: calc(100% - 120px);
    font-size: 22px;
    padding: 30px;
  }
  #sec1 .sec1_cont #counsel_form .button_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  #sec1 .sec1_cont .step_list {
    flex-direction: column;
  }
  #sec1 .sec1_cont .step_list .step {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: clamp(25px, 6.67vw, 50px) clamp(20px, 5.33vw, 40px);
  }
  #sec1 .sec1_cont .step_list .step::after {
    background-image: url(../img/down_arrow_t.svg);
    top: clamp(172px, 48vw, 360px);
    right: 50%;
    transform: translateX(50%);
    width: clamp(16px, 3.47vw, 26px);
    height: clamp(10px, 1.87vw, 14px);
  }
  #sec1 .sec1_cont .step_list .step:nth-child(2n)::after {
    display: block;
  }
  #sec1 .sec1_cont .step_list .step:not(:last-child) {
    margin-bottom: clamp(45px, 12.67vw, 95px);
  }
  #sec1 .sec1_cont .step_list .step span {
    width: clamp(60px, 16vw, 120px);
    height: clamp(60px, 16vw, 120px);
    margin-right: clamp(25px, 6.67vw, 50px);
  }
  #sec1 .sec1_cont .step_list .step span::after {
    width: clamp(22px, 6vw, 45px);
    height: clamp(22px, 6vw, 45px);
  }
  #sec1 .sec1_cont .step_list .step dl {
    text-align: left;
    font-size: clamp(13px, 3.73vw, 28px);
    padding-top: 0;
  }
  #sec1 .sec1_cont .step_list .step dl dt {
    font-size: clamp(20px, 4.53vw, 34px);
  }
  #sec1 .sec1_cont .step_list .step dl dd {
    margin-top: 0;
    font-size: clamp(12px, 4vw, 30px);
  }
  #sec1 .sec1_cont #counsel_form .input_area {
    flex-direction: column;
  }
  #sec1 .sec1_cont #counsel_form .input_area .left {
    width: 100%;
  }
  #sec1 .sec1_cont #counsel_form .input_area .right {
    width: 100%;
    margin-top: 0;
  }
  #sec1 .sec1_cont #counsel_form .input_area .right .input_wrapper label {
    padding-top: 0;
  }
  #sec1 .sec1_cont #counsel_form .input_area .input_wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  #sec1 .sec1_cont #counsel_form .input_area > div label {
    width: auto;
    font-size: clamp(17px, 4vw, 30px);
  }
  #sec1 .sec1_cont #counsel_form .input_area > div input {
    font-size: clamp(15px, 4vw, 30px);
    padding: clamp(15px, 5.47vw, 41px);
    width: 100%;
  }
  #sec1 .sec1_cont #counsel_form .input_area > div select {
    font-size: clamp(15px, 4vw, 30px);
    padding: clamp(15px, 5.47vw, 41px);
    background-size: clamp(14px, 3.2vw, 24px) clamp(8px, 1.87vw, 14px);
    background-position: right clamp(18px, 5.47vw, 41px) center;
    width: 100%;
  }
  #sec1 .sec1_cont #counsel_form .input_area > div textarea {
    width: 100%;
    font-size: clamp(15px, 4vw, 30px);
    padding: clamp(15px, 5.47vw, 41px);
    height: clamp(120px, 32vw, 240px);
  }
  #sec1 .sec1_cont #counsel_form .agree_wrapper {
    justify-content: flex-start;
  }
  #sec1 .sec1_cont #counsel_form .agree_wrapper input[type=checkbox] + span {
    width: clamp(15px, 4vw, 30px);
    height: clamp(15px, 4vw, 30px);
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .sec1_cont #counsel_form .agree_wrapper label {
    font-size: clamp(14px, 3.73vw, 28px);
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .sec1_cont #counsel_form .agree_wrapper button {
    font-size: clamp(12px, 2.67vw, 20px);
  }
  #sec1 .sec1_cont #counsel_form .button_wrapper {
    margin-top: 0;
  }
  #sec1 .sec1_cont #counsel_form .counsel_btn {
    width: 100%;
    font-size: clamp(18px, 4.53vw, 34px);
    padding: clamp(15px, 5.33vw, 40px) 0;
  }
  #sub_form_area {
    display: none;
  }
}