.mv{
  width: 95%;
  max-width: 1840px;
  margin: 0 auto 100px;
}
.mv_block{
  position: relative;
}
.mv_txt{
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mv_txt p{
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.mv_txt h2{
  font-size: 4.8em;
  font-weight: 700;
  color: #fff;
  line-height: 1.00;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.mv_txt h2 .fs_36{
  font-size: 36px;
}
.mv_txt h2 .fs_bx{
  font-size: 50px;
  color: #ff9b14;
  text-shadow:
  1px 0 0 #fff,
  1px 1px 0 #fff,
  0 1px 0 #fff,
  -1px 1px 0 #fff,
  -1px 0 0 #fff,
  -1px -1px 0 #fff,
  0 -1px 0 #fff,
  1px -1px 0 #fff;
}
@media (min-width: 769px) and (max-width: 1840px){
  .mv_txt{
    left: 17vw;
  }
  .mv_txt h2{
    font-size: 2.6vw;
  }
  .mv_txt p{
    font-size: 1.08vw;
  }
  .mv_txt h2 .fs_36{
    font-size: 1.95vw;
  }
  .mv_txt h2 .fs_bx{
    font-size: 2.71vw;
  }
  .mv_txt .btn_01{
    width: 20vw;
  }
}
@media (min-width: 769px) and (max-width: 1200px){
  .mv_txt{
    left: 5vw;
  }
  .mv_txt .btn_01{
    width: 30vw;
  }
}
@media (max-width: 768px){
  .mv{
    margin: 0 auto 50px;
  }
  .mv_txt{
    left: 5vw;
  }
  .mv_txt h2{
    margin-bottom: 0px;
    line-height: 1.25;
  }
  .mv_block .btn_01{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media (max-width: 580px){
  .mv{
    margin: 0 auto 30px;
  }
  .mv_txt p{
    font-size: 1.4em;
    margin-bottom: 5px;
  }
  .mv_txt h2{
    font-size: 2.4em;
  }
  .mv_txt h2 .fs_36{
    font-size: 18px;
  }
  .mv_txt h2 .fs_bx{
    font-size: 24px;
  }
}

/* こんなお悩みLUPIINで解決 */
.problem{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.problem .head_txt_01{
  margin-bottom: 50px;
}
.problem > p{
  text-align: center;
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 50px;
}

.card_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card_three .card_inner{
  width: calc(100%/3 - 3%);
  margin-bottom: 40px;
}
.card_inner.card_problem{
  border: 2px solid #ff6021;
  border-radius: 32px;
}
.card_img{
  position: relative;
}
.card_img img{
  border-radius: 30px 30px 0 0;
}
.card_img .number{
  left: 0;
  bottom: -30px;
}
.card_inner .card_txt{
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 768px){
  .card_three .card_inner{
    width: calc(100%/2 - 3%);
  }
}
@media (max-width: 580px){
  .problem{
    margin: 0 auto 30px;
  }
  .problem .head_txt_01{
    margin-bottom: 15px;
  }
  .problem > p{
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .card_wrap{
    display: block;
    margin: 0 auto;
  }
  .problem .card_wrap{
    width: 70%;
  }
  .card_three .card_inner{
    width: 100%;
    margin-bottom: 20px;
  }
  .card_inner.card_problem{
    border-radius: 25px;
  }
  .card_img img{
    border-radius: 20px 20px 0 0;
  }
  .card_img .number{
    bottom: -19px;
  }
  .card_inner .card_txt{
    font-size: 16px;
    height: 70px;
  }
}
@media (max-width: 320px){
  .problem > p{
    font-size: 10px;
    line-height: 1.5;
  }
  .problem .card_wrap{
    width: 80%;
  }
}

/* LUPINのサービス */
.service{
  width: 95%;
  max-width: 1840px;
  margin: 0 auto;
  background: #fdf4f0;
  border-radius: 60px 60px 0 0;
  padding: 100px 0;
}
.service > div{
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
.service .card_wrap{
  margin-bottom: 70px;
}
.card_five .card_inner{
  width: calc(100%/5 - 2%);
}
.card_service img{
  margin-bottom: 30px;
}
.card_service h3{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px){
  .service .card_wrap{
    justify-content: center;
  }
  .card_five .card_inner{
    width: calc(100%/3 - 2%);
    text-align: center;
    margin-bottom: 30px;
  }
  .card_service img{
    width: 90%;
    margin-bottom: 10px;
  }
  .card_service h3{
    font-size: 1.6em;
  }
}
@media (max-width: 580px){
  .service{
    padding: 30px 0;
    border-radius: 30px 30px 0px 0px;
  }
  .service .card_wrap{
    margin-bottom: 30px;
  }
  .card_wrap.card_five{
    display: flex;
    width: 100%;
  }
  .card_five .card_inner{
    width: calc(100%/2 - 2%);
    margin-bottom: 20px;
  }
  .card_service img{
    width: 80%;
  }
  .card_service h3{
    font-size: 1.5em;
  }
}
@media (max-width: 320px){
  .card_service h3{
    font-size: 1.2em;
  }
}

/* 登録ボタンエリア */
.conversion{
  width: 95%;
  max-width: 1840px;
  margin: 0 auto 100px;
  background: #393e4c;
  border-radius: 0 0 60px 60px;
  padding: 50px 0;
}
.conversion > div{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.card_conversion p{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.4em;
  height: 75px;
}
.card_two .card_inner{
  width: calc(100%/2 - 2%);
}
@media (max-width: 768px){
  .conversion > div{
    width: 90%;
  }
  .card_wrap .card_conversion{
    width: 100%;
    margin-bottom: 40px;
  }
  .card_conversion p{
    margin-bottom: 20px;
    height: auto;
  }
  .card_wrap .card_conversion:last-child{
    margin-bottom: 0;
  }
}
@media (max-width: 580px){
  .conversion{
    border-radius: 0px 0px 30px 30px;
    padding: 30px 0px;
    margin: 0 auto 40px;
  }
  .card_wrap .card_conversion{
    margin-bottom: 30px;
  }
  .card_conversion p{
    font-size: 1.5em;
    margin-bottom: 10px;
    height: auto;
  }
}

/* LUPINご利用の流れ */
.flow{
  width: 95%;
  max-width: 1840px;
  margin: 0 auto 100px;
  background: #fafafa;
  border-radius: 60px;
  padding: 100px 0;
}
.flow > div{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.card_flow{
  position: relative;
  align-items: center;
  border: 2px solid #ff6021;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}
.card_flow .number{
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.card_flow .flow_r{
  width: calc(25% - 2%);
  font-size: 2.4em;
  font-weight: 700;
  padding-left: 6%;
}
.card_flow .flow_l{
  width: 75%;
  font-size: 1.6em;
}
.flow .arrow_down{
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .flow .card_wrap{
    display: block;
  }
  .card_flow .flow_r{
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .card_flow .flow_l{
    width: 100%;
  }
  .card_flow .number{
    top: 20%;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
  }
}
@media (max-width: 580px){
  .flow{
    margin: 0 auto 30px;
    padding: 30px 0;
    border-radius: 30px;
  }
  .flow > div{
    width: 70%;
  }
  .card_flow{
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .card_flow:last-child{
    margin-bottom: 0;
  }
  .card_flow .number{
    top: 12%;
    transform: translateY(-12%);
    -webkit-transform: translateY(-12%);
    -ms-transform: translateY(-12%);
  }
  .card_flow .flow_r{
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  .card_flow .flow_l{
    font-size: 1.2em;
  }
  .flow .arrow_down{
    margin: 0px auto 10px;
  }
}
@media (max-width: 320px){
  .flow > div{
    width: 80%;
  }
}

/* LUPINで働いてみませんか */
.join{
  width: 95%;
  max-width: 1840px;
  margin: 0 auto;
  background: #fdf4f0;
  border-radius: 60px 60px 0 0;
  padding: 100px 0;
}
.join > div{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 70px;
}
.join .card_wrap{
  flex-direction: row-reverse;
  align-items: center;
}
.card_join_txt{
  width: 55%;
}
.card_join_txt .head_txt_01{
  text-align: left;
  margin-bottom: 30px;
}
.card_join_txt p{
  font-size: 1.8em;
  line-height: 2;
}
.card_join_img{
  width: 43%;
}
@media (min-width: 769px) and (max-width: 1200px){
  .card_join_txt .head_txt_01{
    font-size: 3.5vw;
  }
  .card_join_txt .head_txt_01 img{
    width: 13.3vw;
  }
  .card_join_txt p{
    font-size: 1.5vw;
  }
  .join > div{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 5.8vw;
  }
}
@media (max-width: 768px){
  .join .card_wrap{
    display: block;
  }
  .card_join_txt{
    width: 100%;
    text-align: center;
  }
  .card_join_txt .head_txt_01{
    text-align: center;
  }
  .card_join_txt .card_join_img_sp{
    margin-bottom: 30px;
  }
}
@media (max-width: 580px){
  .join{
    padding: 30px 0;
    border-radius: 30px 30px 0px 0px;
  }
  .join > div{
    margin: 0px auto 30px;
  }
  .card_join_txt .head_txt_01{
    margin-bottom: 15px;
  }
  .card_join_txt .card_join_img_sp{
    margin-bottom: 15px;
    width: 70%;
  }
  .card_join_txt p{
    font-size: 1.3em;
    line-height: 1.5;
  }
}
@media (max-width: 320px){
  .card_join_txt p{
    font-size: 1em;
  }
}

