.successfull-main {
  position: relative;
  z-index: 2;
  padding: 88px 0 120px;
  margin: -84px 0 0;
  background: #fff;
  border-radius: 0 48px 0 0;
}
@media screen and (width <= 750px) {
  .successfull-main {
    padding: 51px 0 0;
    margin: -40px 0 0;
    border-radius: 0 24px 0 0;
  }
}
.successfull-main__intro {
  max-width: 1288px;
  padding: 0 20px 54px;
  margin: 0 auto;
}
@media screen and (width <= 750px) {
  .successfull-main__intro {
    padding: 0 20px 59px;
  }
}
.successfull-main__title {
  position: relative;
  padding: 0 0 17px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (width <= 750px) {
  .successfull-main__title {
    padding: 0 0 12px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.successfull-main__title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 120px;
  height: 1px;
  content: "";
  background-color: #f04f22;
}
@media screen and (width <= 750px) {
  .successfull-main__title::after {
    width: 70px;
  }
}
.successfull-main__title-red {
  color: #f04f22;
}
.successfull-main__title-1st, .successfull-main__title-2nd {
  display: block;
}

.successfull-con {
  padding: 60px 20px 100px;
  background: #e2ebf0;
}
@media screen and (width <= 750px) {
  .successfull-con {
    padding: 37px 19px 100px;
  }
}
.successfull-con__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1248px;
  margin: 0 auto;
}

.successfull-box {
  position: relative;
  width: 400px;
  padding: 31px 32px 28px;
  background: #fff;
}
@media screen and (width <= 750px) {
  .successfull-box {
    width: 337px;
    padding: 26px 27px 25px;
  }
}
.successfull-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  content: "";
  background-color: #f04f22;
  opacity: 0.8;
}
.successfull-box__title {
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #e2ebf0;
}
@media screen and (width <= 750px) {
  .successfull-box__title {
    padding: 0 0 14px;
    font-size: 20px;
  }
}
.successfull-box__img {
  display: block;
}
.successfull-box__text {
  padding: 29px 0 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (width <= 750px) {
  .successfull-box__text {
    padding: 22px 0 0;
    font-size: 15px;
    line-height: 1.4;
  }
}
.successfull-box__intro {
  padding: 19px 0 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
@media screen and (width <= 750px) {
  .successfull-box__intro {
    padding: 13px 0 15.21px;
    font-size: 14px;
    line-height: 25.26px;
  }
}
.successfull-box__intro_2 {
  padding: 33px 0;
}
@media screen and (width <= 750px) {
  .successfull-box__intro_2 {
    padding: 25px 0 28.47px;
  }
}
.successfull-box__intro_4 {
  padding: 22px 0 15.53px;
  line-height: 34px;
}
@media screen and (width <= 750px) {
  .successfull-box__intro_4 {
    padding: 19px 0 11.94px;
    line-height: 28.64px;
  }
}
.successfull-box__intro_5 {
  padding: 17px 0 11.03px;
  line-height: 37px;
}
@media screen and (width <= 750px) {
  .successfull-box__intro_5 {
    padding: 12px 0 12.38px;
    line-height: 31.17px;
  }
}
.successfull-box__intro-red {
  font-size: 20px;
  font-weight: 700;
  color: #f04f22;
  border-bottom: 1px solid #f04f22;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-red {
    font-size: 16.84px;
  }
}
.successfull-box__intro-red2 {
  font-size: 24px;
  font-weight: 700;
  color: #f04f22;
  border-bottom: 1px solid #f04f22;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-red2 {
    font-size: 20.22px;
  }
}
.successfull-box__intro-red3 {
  font-size: 16px;
  font-weight: 700;
  color: #f04f22;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-red3 {
    font-size: 13.48px;
  }
}
.successfull-box__intro-num {
  font-size: 32px;
  letter-spacing: -0.02em;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-num {
    font-size: 26.94px;
  }
}
.successfull-box__intro-num2 {
  font-size: 24px;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-num2 {
    font-size: 20.22px;
  }
}
.successfull-box__intro-c {
  font-size: 30px;
  letter-spacing: -0.04em;
}
@media screen and (width <= 750px) {
  .successfull-box__intro-c {
    font-size: 25.26px;
  }
}