.maincvsection{
  padding: 40px 0 20px;
}
.anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 870px;
  margin: 40px auto 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.anchor > .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 4);
  padding: 10px 40px;
  font-weight: 400;
  font-size: 10px;
}

.anchor > .item em {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #4C7E0A;
}

.anchor > .item::before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
}

.anchor > .item + .item {
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .anchor {
    width: 100%;
  }

  .anchor > .item {
    padding: 9px 0;
  }

  .anchor > .item::before {
    content: none;
  }
}

/*
** steps
******************************/
.steps {
  position: relative;
}

.steps + .steps {
  margin-top: 50px;
}

.step_num {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 570px;
  height: 36px;
  margin: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #6AA21F;
  border-radius: 50px;
}

.step_num::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140vw;
  height: 2px;
  margin: auto;
  background: #6AA21F;
  overflow: hidden;
}

.step_num::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 16px;
  height: 6px;
  margin: auto;
  border-top: 6px solid #6AA21F;
  border-right: 16px solid transparent;
  border-bottom: 0;
  border-left: 16px solid transparent;
}

.step_num > .text {
  position: relative;
  display: inline-block;
}

.step_num > .text::before {
  content: '\f49e';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.steps .section_gradation {
  top: 20px;
}

.step_title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 60px;
  color: #4C7E0A;
  text-align: center;
}

.steps .wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 870px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.steps:nth-child(2) .wrap {
  align-items: flex-start;
}

.steps .wrap::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.steps .wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 15px;
  margin: auto;
  border-top: 15px solid #6AA21F;
  border-right: 25px solid transparent;
  border-bottom: 0;
  border-left: 25px solid transparent;
}

.steps:nth-child(4) .wrap::before,
.steps:nth-child(4) .wrap::after {
  content: none;
}

.steps .wrap {
  align-items: flex-start;
  margin-top: 60px;
}

.steps .wrap > .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 420px;
}

.steps .wrap > .item + .item {
  margin-left: 30px;
}

.steps .wrap > .item .bold {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.steps .wrap > .item span {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.steps .wrap > .item .btn {
  width: 370px;
}

.steps .border {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 16px;
  background: #eee;
  border-left: 6px solid #6AA21F;
}

.steps .wrap > .item .point_box + .border {
  margin-top: 40px;
}

.overwrap {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .step_num {
    width: 300px;
  }

  .steps .wrap {
    width: 100%;
  }

  .steps .wrap > .item:first-child {
    width: 120px;
    height: 120px;
  }

  .steps .wrap > .item:nth-child(2) {
    width: calc(100% - 140px);
  }

  .steps .wrap > .item + .item {
    margin-left: 20px;
  }

  .step_title {
    font-size: 30px;
  }

  .steps .wrap > .item .bold {
    font-size: 16px;
  }

  .steps .wrap > .item .text {
    font-size: 14px;
  }

  .steps .wrap > .item .btn {
    width: 226px;
  }

  .steps:nth-child(2) .wrap,
  .steps:nth-child(4) .wrap {
    flex-wrap: wrap;
  }

  .overwrap {
    width: 100%;
    margin-top: 30px;
  }
}

/*
** help list
******************************/
.help_list {
  width: 100%;
}

.help_list > .item {
  position: relative;
  padding: 8px 35px 8px 25px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.help_list > .item::before {
  content: '\f059';
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 4px;
  width: 16px;
  height: 16px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
}

.help_list > .item::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 16px;
  bottom: 0;
  width: 16px;
  height: 9px;
  background: url(../../images/common/i_btn_arrow_gray.svg) top left no-repeat;
  background-size: contain;
}

.help_list .in_menu {
  margin-top: 16px;
  padding-left: 16px;
}

.in_menu {
  display: flex;
  flex-direction: column;
}

.in_menu > .item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
}

.in_menu > .item + .item {
  margin-top: 10px;
}

.in_menu > .item a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #4C7E0A;
}
/*
.in_menu > .item a::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 9px;
  background: url(../../images/common/i_btn_arrow_gray.svg) top left no-repeat;
  background-size: contain;
}
*/
.steps .wrap > .item .border + .help_list {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .overwrap .help_list {
    margin-top: 18px;
  }
}



/*
** notice
******************************/
.notice {
  padding: 10px 25px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  background: #eee;
}

.steps .wrap > .item .text + .notice {
  margin-top: 30px;
}

/*
** flow cv
******************************/
.flow_cv {
  margin-top: 50px;
}

.flow_cv .btn + a {
  display: block;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .flow_cv {
    margin-top: 40px;
  }

  .flow_cv .btn + a {
    margin-top: 40px;
  }
}