.mix_title {
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 55px;
}
.mix_title img {
  width: auto;
  height: 25px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .mix_title {
    margin-bottom: 11.5%;
  }
  .mix_title img {
    height: calc(100vw * 0.0426);
    margin-bottom: 5%;
  }
}

#mv {
  position: relative;
}
#mv .mv_image {
  position: relative;
  min-height: 700px;
}
#mv .mv_image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mv .mv_image .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

#mv .campaign_mv_btn {
  position: absolute;
  width: 29.33vw;
  height: 5.66vw;
  bottom: 13%;
  left: 5.3%;
}

#mv .mv_content {
  position: relative;
  padding-top: 180px;
}
#mv .mv_content .label {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 6px 19px;
  margin-bottom: 18px;
}
#mv .mv_content h2 {
  display: inline;
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #000;
}
#mv .mv_content .p_def {
  font-weight: 500;
  margin: 18px 0 20px 0;
}
#mv .mv_content .btn_arrow_rd_l {
  margin: 0;
}

#mv .mv_achievement {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow:0px 0px 30px 7px rgba(176,206,206,0.3);
}
#mv .mv_achievement h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#mv .mv_achievement p {
  font-family: 'Poppins';
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fb0051;
  letter-spacing: -0.08em;
}
#mv .mv_achievement p small {
  font-size: 4.4rem;
}
#mv .mv_achievement span {
  font-size: 1.3rem;
  font-weight: 500;
}
.mv_bottom_btn {
  background: #004ea2;
  padding: 4%;
}
.mv_bottom_btn .btn_arrow_rd_l {
  width: 100%;
  height: calc(100vw * 0.16);
}
.commit_mv_note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 78, 162, 0.7);;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.commit_mv_note p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #mv .mv_image {
    min-height: 0;
    height: calc(100vw * 1.33);
  }
  #mv .campaign_mv_btn {
    width: 49.33vw;
    height: 19.73vw;
    bottom: 41%;
    left: 6.4%;
  }

  .inner_container {
    padding: 0 4%;
  }
  .inner_container .btn_arrow_rd_l {
    display: none;
  }
  #mv .mv_content {
    height: 100%;
    padding-top: 4.5%;
  }
  #mv .mv_content .label {
    font-size: 3.2vw;
    padding: 1.2% 2%;
    margin-bottom: 2%;
  }
  #mv .mv_content h2 {
    font-size: 8vw;
  }
  #mv .mv_content .p_def {
    font-size: 3.2vw;
  }
  #mv .mv_achievement {
    width: calc(100vw * 0.289);
    height: calc(100vw * 0.289);
    top: auto;
    bottom: 4.2%;
    right: auto;
    left: 4%;
  }
  #mv .mv_achievement h3 {
    font-size: 3.2vw;
  }
  #mv .mv_achievement p {
    font-size: 9.6vw;
  }
  #mv .mv_achievement p small {
    font-size: 8.6vw;
  }
  #mv .mv_achievement span {
    font-size: 2vw;
  }
  .commit_mv_note {
    position: static;
    text-align: left;
  }
  .commit_mv_note p {
    font-size: 2vw;
    line-height: 1.4;
  }
}

/*************************
reason
***************************/
#reason {
  background: #edfaff;
  padding-bottom: 100px;
  margin-top: -1px;
}
#reason .separator {
  width: 100%;
  height: calc(100vw * 0.0816);
  background-image: url('/assets/img/parts/separator_wh.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
#reason ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}
#reason ul li {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 60px 29px 32px 29px;
}
#reason ul li .percentage {
  min-height: 100px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 7.4rem;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
#reason ul li .percentage span {
  font-size: 6.6rem;
}
#reason ul li .percentage .tx_small {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
}
#reason ul li .cashback {
  min-height: 100px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
}
#reason ul li .cashback p {
  display: flex;
  align-items: center;
  justify-content: center;
}
#reason ul li .cashback .num {
  font-size: 7.4rem;
  letter-spacing: -0.08em;
}
#reason ul li .cashback .monetary_unit {
  font-size: 2.8rem;
  line-height: 1;
  margin-left: 5px;
  position: relative;
}
#reason ul li .cashback small {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.07em;
}
#reason ul li .cashback .monetary_unit .tx_small {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
  top: -.5rem;
  right: -3rem;
}
#reason ul li .p_def {
  line-height: 1.38;
  margin-bottom: 25px;
}
#reason .btn_arrow_bl_s {
  margin-top: auto;
  min-height: 84px;
  border-radius: 100px;
  padding: 0 35px;
  line-height: 1.38;
}
#reason small.tx_small {
  display: block;
  text-align: left;
  margin-top: 10px;
}
#reason p.tx_small {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #reason {
    padding-bottom: 14.6%;
  }
  #reason .separator {
    margin-bottom: 14.6%;
  }
  #reason ul {
    display: block;
  }
  #reason ul li {
    width: 100%;
    padding: 8.1% 0;
  }
  #reason ul li:not(:last-child) {
    margin-bottom: 4%;
  }
  #reason ul li .text_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8.6%;
    margin-bottom: 6.5%;
  }
  #reason ul li .title {
    width: 35%;
    margin-right: 10.5%;
  }
  #reason ul li .percentage {
    font-size: 14.5vw;
    line-height: 1;
    min-height: 0;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    margin-top: 3%;
  }
  #reason ul li .percentage .tx_small {
    top: 0;
    right: 0;
    font-size: 2vw;
  }
  #reason ul li:nth-of-type(2) .percentage .tx_small {
    top: 0;
    right: 6vw;
  }
  #reason ul li .cashback {
    min-height: 0;
    margin-bottom: 0;
  }
  #reason ul li .cashback .num {
    font-size: 14.5vw;
  }
  #reason ul li .cashback .monetary_unit {
    font-size: 5.8vw;
  }
  #reason ul li .percentage span {
    font-size: 13vw;
  }
  #reason ul li .cashback small {
    font-size: 2.9vw;
  }
  #reason ul li .cashback .monetary_unit .tx_small {
    font-size: 2vw;
    top: -3vw;
    right: 0;
  }
  #reason ul li .p_def {
    text-align: left;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0;
  }
  #reason .btn_arrow_bl_s {
    width: 85.5%;
    min-height: 0;
    height: calc(100vw * 0.138);
    padding: 0;
    letter-spacing: -0.06em;
  }
  #reason .btn_arrow_bl_s:after {
    right: 5%;
  }
}
/*************************
END: reason
***************************/

#step {
  text-align: center;
  padding: 100px 0;
  border-top: 1px solid #eaeaea;
}
#step h2 .tx_bl {
  font-weight: 600;
}
#step h2 .large {
  font-size: 5.6rem;
}
#step ol {
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  margin: 55px auto 30px auto;
}
#step ol li {
  position: relative;
}
#step ol li:nth-child(odd) {
  width: 32%;
  min-height: 220px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 45px 20px 30px 20px;
}
#step ol li:nth-child(even) {
  width: 6px;
  height: 10px;
  background-image: url('/assets/img/icon/arrow_bl.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 1%;
}
#step ol li span {
  position: absolute;
  top: -25px;
  left: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 39px;
  background: #004ea2;
  font-family: 'Poppins';
  font-weight: 600;
  color: #fff;
}
#step ol li span:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -12px;
  left: 41px;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #004ea2 transparent transparent;
}
#step ol li .img_box {
  position: relative;
  height: 74px;
  width: 68px;
  margin: 0 auto 35px auto;
}
#step ol li .img_box .img_ratio_mask_contain {
  background-color: #004ea2;
}
#step ol li p {
  font-weight: 500;
}
#step .note {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #step {
    padding: 14.6% 0;
  }
  #step h2 .large {
    font-size: 7.2vw;
  }
  #step ol {
    display: block;
    padding: 0;
    margin: 10% 0 8% 0;
  }
  #step ol li:nth-child(odd) {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    min-height: 0;
    padding: 7.68% 0 5.9% 0;
    margin-bottom: 10.8%;
  }
  #step ol li:nth-child(even) {
    display: none;
  }
  #step ol li:last-child {
    margin-bottom: 0;
  }
  #step ol li span {
    height: calc(100vw * 0.104);
    width: calc(100vw * 0.248);
    font-size: 4.8vw;
    top: -31%;
    left: 4.3%;
  }
  #step ol li .img_box {
    width: calc(100vw * 0.13);
    height: calc(100vw * 0.12);
    margin: 0 11.1% 0 11.5%;
  }
  #step .note {
    margin-bottom: 15.9%;
  }
}

.recruit_archivement {
  border-top: 1px solid #eaeaea;
}

#course_type {
  padding: 100px 0;
}
#course_type h2 {
  text-align: center;
  margin-bottom: 55px;
}
#course_type h2 .poppins {
  font-weight: 550;
}
#course_type ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#course_type ul li.content_card {
  width: 31.5%;
  margin: 0 1.3%;
}
#course_type ul li.content_card .img_box {
  padding-top: 65.85%;
}
#course_type ul li.content_card .tx_bl {
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #course_type {
    padding: 14.6% 0;
  }
  #course_type h2 {
    margin-bottom: 11.5%;
  }
  #course_type ul {
    display: block;
  }
  #course_type ul li.content_card {
    width: 100%;
    margin: 0 0 8.8% 0;
  }
}
