@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

.fv_main {
  position: relative;
  background-image: url(../img/fv-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vw;
}
@media (max-width: 700px) {
  .fv_main {
    background-image: url(../img/fv-sp-img.png);
    height: 212vw;
  }
}
.fv_main .cta_b {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 60px;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1450px) {
  .fv_main .cta_b {
    gap: 4.138vw;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b {
    display: block;
    width: 90%;
    margin: 0 auto;
    bottom: 5%;
  }
}
.fv_main .cta_b .cta_btn.btn1 {
  width: 370px;
  margin: 0 auto;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn1 {
    width: 25.517vw;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn1 {
    width: 280px;
  }
}
.fv_main .cta_b .cta_btn.btn1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px 0;
  padding-left: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: #e55d6f;
  box-shadow: 0 8px 0 #cc3e56;
  transition: all 0.15s ease;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn1 a {
    font-size: 2.207vw;
    padding: 1.034vw 0;
    padding-left: 3.448vw;
    border-radius: 0.828vw;
    box-shadow: 0 0.552vw 0 #cc3e56;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn1 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #cc3e56;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn1 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 38px;
    font-weight: 600;
  }
}
.fv_main .cta_b .cta_btn.btn1 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #cc3e56;
}
.fv_main .cta_b .cta_btn.btn1 a:before {
  position: absolute;
  content: "";
  top: 26px;
  left: 63px;
  background-image: url(../img/cta-btn1-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn1 a:before {
    top: 1.793vw;
    left: 4.345vw;
    width: 2.276vw;
    height: 2.276vw;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn1 a:before {
    width: 8vw;
    height: 8vw;
    top: 3.5vw;
    left: 21vw;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn1 a:before {
    left: 63px;
    width: 25px;
    height: 25px;
    top: 17px;
  }
}
.fv_main .cta_b .cta_btn.btn2 {
  width: 370px;
  margin: 0 auto;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn2 {
    width: 25.517vw;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn2 {
    width: 100%;
    margin-top: 7vw;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn2 {
    width: 280px;
  }
}
.fv_main .cta_b .cta_btn.btn2 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px 0;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: #64af4d;
  box-shadow: 0 8px 0 #40822a;
  transition: all 0.15s ease;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn2 a {
    font-size: 2.207vw;
    padding: 1.034vw 0;
    padding-left: 3.448vw;
    border-radius: 0.828vw;
    box-shadow: 0 0.552vw 0 #40822a;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn2 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #40822a;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn2 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 600;
  }
}
.fv_main .cta_b .cta_btn.btn2 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #40822a;
}
.fv_main .cta_b .cta_btn.btn2 a:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 50px;
  background-image: url(../img/cta-btn2-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 1450px) {
  .fv_main .cta_b .cta_btn.btn2 a:before {
    top: 1.793vw;
    left: 4.345vw;
    width: 2.276vw;
    height: 2.276vw;
  }
}
@media (max-width: 700px) {
  .fv_main .cta_b .cta_btn.btn2 a:before {
    width: 8vw;
    height: 8vw;
    top: 3.5vw;
    left: 21vw;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_b .cta_btn.btn2 a:before {
    width: 25px;
    height: 25px;
    top: 17px;
    left: 46px;
  }
}

.problem {
  padding: 80px 0 200px;
  background: #dcdddd;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media (max-width: 700px) {
  .problem {
    padding: 50px 0 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}
.problem .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .problem .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .problem .inner {
    width: calc(100% - 60px);
  }
}
.problem .inner .ttl_con {
  text-align: center;
}
.problem .inner .ttl_con .p_ttl {
  display: inline-block;
  position: relative;
  font-size: 45px;
  color: #7a6a56;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.problem .inner .ttl_con .p_ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -85px;
  width: 61px;
  height: 90px;
  background-image: url(../img/worry-i.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .problem .inner .ttl_con .p_ttl:before {
    width: 36px;
    height: 54px;
    left: -49px;
  }
}
@media (max-width: 1150px) {
  .problem .inner .ttl_con .p_ttl {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .problem .inner .ttl_con .p_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.problem .inner .ttl_con .p_ttl .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .problem .inner .ttl_con .p_ttl .sp_only {
    display: block;
  }
}
@media (max-width: 700px) {
  .problem .inner .p_con.pc_only {
    display: none;
  }
}
.problem .inner .p_con.pc_only .upper_img img {
  width: 100%;
}
.problem .inner .p_con.pc_only .center_img {
  margin-top: -40px;
}
.problem .inner .p_con.pc_only .center_img img {
  width: 100%;
}
.problem .inner .p_con.pc_only .under_img {
  margin-top: -40px;
}
.problem .inner .p_con.pc_only .under_img img {
  width: 100%;
}
.problem .inner .p_con.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .problem .inner .p_con.sp_only {
    display: block;
  }
}
.problem .inner .p_con.sp_only .problem_sp_img img {
  width: 100%;
}

.solve {
  margin-top: -130px;
  z-index: -1;
  padding: 210px 0 80px;
  background: #fef1eb;
}
.solve .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .solve .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .solve .inner {
    width: calc(100% - 60px);
  }
}
.solve .inner .ttl_con {
  text-align: center;
  margin-bottom: 50px;
}
.solve .inner .ttl_con .s_ttl {
  position: relative;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 700px) {
  .solve .inner .ttl_con .s_ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.solve .inner .ttl_con .s_ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
  width: 200px;
  height: 145px;
  background-image: url(../img/cherry-i1.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1021px) {
  .solve .inner .ttl_con .s_ttl:before {
    left: -100px;
    width: 100px;
    height: 72px;
  }
}
@media (max-width: 516px) {
  .solve .inner .ttl_con .s_ttl:before {
    left: -60px;
    top: calc(50% - 66px);
  }
}
.solve .inner .ttl_con .s_ttl:after {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 7px;
  background-image: url(../img/s-ttl-deco.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solve .inner .ttl_con .s_ttl span {
  color: #e55d6f;
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .solve .inner .ttl_con .s_ttl span {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .solve .inner .ttl_con .s_ttl span {
    font-size: 28px;
    line-height: 1.25;
  }
}
.solve .inner .ttl_con .s_ttl span .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .solve .inner .ttl_con .s_ttl span .sp_only {
    display: block;
  }
}
.solve .inner .solve_con .solve_b {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 20px;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .solve .inner .solve_con .solve_b {
    display: block;
  }
}
.solve .inner .solve_con .solve_b:last-of-type {
  margin-bottom: 0;
}
.solve .inner .solve_con .solve_b .s_pic {
  width: 240px;
}
@media (max-width: 700px) {
  .solve .inner .solve_con .solve_b .s_pic {
    width: 100%;
  }
}
.solve .inner .solve_con .solve_b .s_pic img {
  width: 100%;
  vertical-align: bottom;
}
.solve .inner .solve_con .solve_b .s_desc .s_point {
  color: #fff;
  background: #e55d6f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  padding: 0 15px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .solve .inner .solve_con .solve_b .s_desc .s_point {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .solve .inner .solve_con .solve_b .s_desc .s_point {
    font-weight: 600;
  }
}
.solve .inner .solve_con .solve_b .s_desc .s_txt {
  font-size: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .solve .inner .solve_con .solve_b .s_desc .s_txt {
    font-size: 18px;
  }
}
.solve .inner .solve_con .solve_b .s_desc .s_txt span {
  background: linear-gradient(transparent 65%, #f3c9c9 65%);
}
@media (max-width: 700px) {
  .solve .inner .solve_con .solve_b .s_desc .pc_only {
    display: none;
  }
}

.summary_word {
  background-image: url(../img/summary-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 15.033vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1530px) {
  .summary_word {
    height: 230px;
  }
}
@media (max-width: 480px) {
  .summary_word {
    background-image: url(../img/summary-sp-bg.png);
    height: 165px;
  }
}
.summary_word p {
  position: relative;
  top: -10px;
  text-align: center;
  color: #fff;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1150px) {
  .summary_word p {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .summary_word p {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .summary_word p {
    padding-top: 18px;
    font-weight: 600;
  }
}
.summary_word .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .summary_word .sp_only {
    display: block;
  }
}

.cta_sec {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .cta_sec {
    padding: 50px 0;
  }
}
.cta_sec .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .cta_sec .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .cta_sec .inner {
    width: calc(100% - 60px);
  }
}
.cta_sec .inner .c_wrap {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
@media (max-width: 870px) {
  .cta_sec .inner .c_wrap {
    flex-direction: column-reverse;
  }
}
.cta_sec .inner .c_wrap .left .c_txt1 {
  color: #5c5c5c;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cta_sec .inner .c_wrap .left .c_txt1 {
    font-size: 19px;
  }
}
.cta_sec .inner .c_wrap .left .c_txt1 .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .cta_sec .inner .c_wrap .left .c_txt1 .sp_only {
    display: block;
  }
}
.cta_sec .inner .c_wrap .left .c_txt2 {
  color: #e55d6f;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .cta_sec .inner .c_wrap .left .c_txt2 {
    font-size: 21px;
  }
}
.cta_sec .inner .c_wrap .left .c_txt2 .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .cta_sec .inner .c_wrap .left .c_txt2 .sp_only {
    display: block;
  }
}
.cta_sec .inner .c_wrap .right {
  width: 260px;
}
@media (max-width: 870px) {
  .cta_sec .inner .c_wrap .right {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .c_wrap .right {
    width: 220px;
  }
}
.cta_sec .inner .c_wrap .right img {
  width: 100%;
}
.cta_sec .inner .cta_b {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .cta_sec .inner .cta_b {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .cta_sec .inner .cta_b {
    display: block;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn1 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 870px) {
  .cta_sec .inner .cta_b .cta_btn.btn1 {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn1 {
    width: 280px;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px 0;
  padding-left: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: #e55d6f;
  box-shadow: 0 8px 0 #cc3e56;
  transition: all 0.15s ease;
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn1 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 38px;
    font-weight: 600;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn1 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #cc3e56;
}
.cta_sec .inner .cta_b .cta_btn.btn1 a:before {
  position: absolute;
  content: "";
  top: 26px;
  left: 63px;
  background-image: url(../img/cta-btn1-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 700px) {
  .cta_sec .inner .cta_b .cta_btn.btn1 a:before {
    width: 32px;
    height: 32px;
    top: 27px;
    left: 63px;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn1 a:before {
    width: 25px;
    height: 25px;
    top: 17px;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn2 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 870px) {
  .cta_sec .inner .cta_b .cta_btn.btn2 {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn2 {
    width: 280px;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn2 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px 0;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: #64af4d;
  box-shadow: 0 8px 0 #40822a;
  transition: all 0.15s ease;
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn2 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 600;
  }
}
.cta_sec .inner .cta_b .cta_btn.btn2 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #40822a;
}
.cta_sec .inner .cta_b .cta_btn.btn2 a:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 50px;
  background-image: url(../img/cta-btn2-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 480px) {
  .cta_sec .inner .cta_b .cta_btn.btn2 a:before {
    width: 25px;
    height: 25px;
    top: 17px;
    left: 46px;
  }
}

.what {
  background: #fef1eb;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .what {
    padding: 50px 0;
  }
}
.what .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .what .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .what .inner {
    width: calc(100% - 60px);
  }
}
.what .inner .ttl_con {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .what .inner .ttl_con {
    margin-bottom: 30px;
  }
}
.what .inner .ttl_con h2.w_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  color: #e55d6f;
  font-size: 45px;
}
@media (max-width: 1150px) {
  .what .inner .ttl_con h2.w_ttl {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .what .inner .ttl_con h2.w_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.what .inner .ttl_con h2.w_ttl:after {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 7px;
  background-image: url(../img/s-ttl-deco.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.what .inner .u_txt {
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .what .inner .u_txt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.what .inner .flow_con {
  background: #fff;
  padding: 50px 60px 60px;
}
@media (max-width: 480px) {
  .what .inner .flow_con {
    padding: 30px;
  }
}
.what .inner .flow_con .flow_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl {
    line-height: 1.25;
  }
}
.what .inner .flow_con .flow_ttl span {
  display: inline-block;
  color: #fff;
  background: #e55d6f;
  border-radius: 9999px;
  padding: 0px 20px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl span {
    font-size: 20px;
    padding: 8px 15px;
  }
}
.what .inner .flow_con .flow_ttl .sp_only {
  display: none;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl .sp_only {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b {
  margin-top: 20px;
}
.what .inner .flow_con .flow_con2 .flow_b:after {
  display: block;
  margin-top: 30px;
  background-image: url(../img/flow-arrow-img.png);
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b:after {
    height: 15px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
  width: 230px;
  flex: 0 0 230px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
    flex: none;
    width: 100%;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b img {
  width: 100%;
  vertical-align: bottom;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
  width: 100%;
  position: relative;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
    padding-top: 20px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
  position: relative;
  top: 8px;
  color: #fff;
  background: #e55d6f;
  display: inline-block;
  border-radius: 9999px;
  height: 30px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
    top: 4px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 span {
  position: relative;
  top: 1px;
  font-size: 24px;
  line-height: 1;
  padding: 2px 10px;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
  font-size: 28px;
  color: #e55d6f;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
    font-size: 24px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt .pc_only {
    display: none;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
    font-size: 16px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b:last-of-type:after {
  display: none;
}

.send_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 1150px) {
  .send_wrap {
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .send_wrap {
    flex-direction: column;
    margin-top: 50px;
  }
}
.send_wrap .send_b {
  width: 500px;
}
@media (max-width: 700px) {
  .send_wrap .send_b {
    width: 100%;
  }
}
.send_wrap .send_b img {
  width: 100%;
}

.achieve {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .achieve {
    padding: 50px 0;
  }
}
.achieve .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .achieve .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .achieve .inner {
    width: calc(100% - 60px);
  }
}
.achieve .inner .ttl_con {
  text-align: center;
}
.achieve .inner .ttl_con h2.a_ttl {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  color: #e55d6f;
  font-size: 45px;
}
.achieve .inner .ttl_con h2.a_ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
  width: 178px;
  height: 62px;
  background-image: url(../img/cherry-i2.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.achieve .inner .ttl_con h2.a_ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
  width: 178px;
  height: 62px;
  background-image: url(../img/cherry-i3.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1150px) {
  .achieve .inner .ttl_con h2.a_ttl {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .achieve .inner .ttl_con h2.a_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .achieve .inner .ttl_con h2.a_ttl .pc_only {
    display: none;
  }
}
.achieve .inner .ttl_con h2.a_ttl .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .achieve .inner .ttl_con h2.a_ttl .sp_only {
    display: block;
  }
}
.achieve .inner .ttl_con .sub_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .achieve .inner .ttl_con .sub_ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .achieve .inner .ttl_con .sub_ttl {
    font-size: 20px;
  }
}
.achieve .inner .achieve_con {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .achieve .inner .achieve_con {
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 925px) {
  .achieve .inner .achieve_con {
    flex-direction: column;
  }
}
.achieve .inner .achieve_con .achieve_b {
  width: 500px;
  padding: 40px 40px 60px;
  border-radius: 20px;
}
@media (max-width: 925px) {
  .achieve .inner .achieve_con .achieve_b {
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .achieve .inner .achieve_con .achieve_b {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .achieve .inner .achieve_con .achieve_b {
    padding: 20px;
  }
}
.achieve .inner .achieve_con .achieve_b .achieve_i {
  width: 100px;
  margin: 0px auto;
}
@media (max-width: 480px) {
  .achieve .inner .achieve_con .achieve_b .achieve_i {
    width: 70px;
  }
}
.achieve .inner .achieve_con .achieve_b .achieve_i img {
  width: 100%;
}
.achieve .inner .achieve_con .b1 {
  background: #dbeff7;
}
.achieve .inner .achieve_con .b1 .a_txt2 {
  color: #00a29a;
  line-height: 1.25;
}
.achieve .inner .achieve_con .b2 {
  background: #fdfab2;
}
.achieve .inner .achieve_con .b2 .a_txt2 {
  color: #f39800;
  line-height: 1.25;
}
.achieve .inner .a_txt1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt1 {
    font-size: 20px;
  }
}
.achieve .inner .a_txt1 span {
  font-size: 30px;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt1 span {
    font-size: 26px;
  }
}
.achieve .inner .a_txt2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt2 {
    font-size: 26px;
  }
}
.achieve .inner .a_txt2 span {
  font-size: 40px;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt2 span {
    font-size: 32px;
  }
}
.achieve .inner .a_txt3 {
  margin-top: 10px;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt3 {
    font-size: 20px;
  }
}

.voice {
  padding: 80px 0;
  background: #fef1eb;
}
@media (max-width: 480px) {
  .voice {
    padding: 50px 0;
  }
}
.voice .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .voice .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .voice .inner {
    width: calc(100% - 60px);
  }
}
.voice .inner .ttl_con {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .voice .inner .ttl_con {
    margin-bottom: 30px;
  }
}
.voice .inner .ttl_con h2.v_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  color: #e55d6f;
  font-size: 45px;
}
@media (max-width: 1150px) {
  .voice .inner .ttl_con h2.v_ttl {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .voice .inner .ttl_con h2.v_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.voice .inner .ttl_con h2.v_ttl:after {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 7px;
  background-image: url(../img/s-ttl-deco.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.voice .inner .voice_con .voice_b {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b {
    flex-direction: column;
    gap: 0;
  }
}
.voice .inner .voice_con .voice_b .left {
  width: 250px;
  flex: 0 0 250px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .left {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .left {
    width: 170px;
    flex: 0 0 170px;
  }
}
.voice .inner .voice_con .voice_b .left img {
  width: 100%;
}
.voice .inner .voice_con .voice_b .right {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 20px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .right {
    padding: 50px 40px 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: -40px;
  }
}
.voice .inner .voice_con .voice_b .right .right_con .v_r_ttl {
  font-size: 28px;
  color: #e55d6f;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .right .right_con .v_r_ttl {
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .right .right_con .v_r_ttl {
    font-size: 22px;
  }
}
.voice .inner .voice_con .voice_b .right .right_con .v_r_txt {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .right .right_con .v_r_txt {
    font-size: 18px;
  }
}
.voice .inner .voice_con .voice_b.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.reverse {
    flex-direction: column;
    gap: 0;
  }
}
.voice .inner .voice_con .voice_b.reverse .left {
  width: 250px;
  flex: 0 0 250px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.reverse .left {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b.reverse .left {
    width: 170px;
    flex: 0 0 170px;
  }
}
.voice .inner .voice_con .voice_b.reverse .left img {
  width: 100%;
}
.voice .inner .voice_con .voice_b.reverse .right {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 20px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.reverse .right {
    padding: 50px 40px 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: -40px;
  }
}
.voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_ttl {
  font-size: 28px;
  color: #e55d6f;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_ttl {
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_ttl {
    font-size: 22px;
  }
}
.voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_ttl .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_ttl .sp_only {
    display: block;
  }
}
.voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_txt {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b.reverse .right .right_con .v_r_txt {
    font-size: 18px;
  }
}
.voice .inner .voice_con .voice_b.b1 .right {
  position: relative;
}
.voice .inner .voice_con .voice_b.b1 .right:before {
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% + 153px);
  transform: translateY(-50%);
  left: -102px;
  width: 124px;
  height: 90px;
  z-index: 2;
  background-image: url(../img/cherry-i4.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.b1 .right:before {
    top: -30px;
    transform: translateY(0);
    left: auto;
    width: 80px;
    height: 57px;
    right: 24px;
    right: 20px;
  }
}
.voice .inner .voice_con .voice_b.b2 .right {
  position: relative;
}
.voice .inner .voice_con .voice_b.b2 .left {
  position: relative;
  z-index: 2;
  height: 250px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.b2 .left {
    height: auto;
  }
}
.voice .inner .voice_con .voice_b.b2 .left:before {
  position: absolute;
  bottom: -30px;
  left: 150px;
  width: 41px;
  height: 60px;
  background-image: url(../img/cherry-i6.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.b2 .left:before {
    bottom: 269px;
    left: -15px;
    width: 25px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b.b2 .left:before {
    bottom: 192px;
  }
}
.voice .inner .voice_con .voice_b.b3 .left {
  position: relative;
}
.voice .inner .voice_con .voice_b.b3 .left:before {
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 8px;
  width: 53px;
  height: 42px;
  background-image: url(../img/cherry-i7.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.b3 .left:before {
    top: -13px;
    left: 220px;
    width: 70px;
    height: 74px;
    background-image: url(../img/cherry-sp-i7.png);
  }
}
@media (max-width: 700px) and (max-width: 480px) {
  .voice .inner .voice_con .voice_b.b3 .left:before {
    left: 120px;
  }
}
.voice .inner .voice_con .voice_b.b4 .left {
  position: relative;
}
.voice .inner .voice_con .voice_b.b4 .left:before {
  position: absolute;
  top: -29px;
  left: 114px;
  width: 123px;
  height: 51px;
  background-image: url(../img/cherry-i8.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b.b4 .left:before {
    background-image: url(../img/cherry-sp-i8.png);
    width: 72px;
    height: 85px;
    top: auto;
    bottom: -5px;
    left: auto;
    right: -30px;
  }
}
@media (max-width: 700px) and (max-width: 480px) {
  .voice .inner .voice_con .voice_b.b4 .left:before {
    width: 55px;
    height: 65px;
  }
}
.voice .inner .voice_con:last-of-type {
  margin-bottom: 0;
}

.qa {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .qa {
    padding: 50px 0;
  }
}
.qa .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .qa .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .qa .inner {
    width: calc(100% - 60px);
  }
}
.qa .inner .ttl_con {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .qa .inner .ttl_con {
    margin-bottom: 30px;
  }
}
.qa .inner .ttl_con h2.q_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  color: #e55d6f;
  font-size: 45px;
}
@media (max-width: 1150px) {
  .qa .inner .ttl_con h2.q_ttl {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .qa .inner .ttl_con h2.q_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
.qa .inner .ttl_con h2.q_ttl:after {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 7px;
  background-image: url(../img/s-ttl-deco.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.qa .inner .qa_con {
  /* 必須 */
}
.qa .inner .qa_con .accordion-content {
  display: none;
}
.qa .inner .qa_con .accordion-header {
  background: #fef1eb;
  padding: 12px 45px 10px 20px;
  margin: 20px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-header {
    padding: 12px 55px 10px 20px;
  }
}
.qa .inner .qa_con .accordion-header:first-of-type {
  margin: 0;
}
.qa .inner .qa_con .accordion-header::before,
.qa .inner .qa_con .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #e55d6f;
  border-radius: 9999px;
}
.qa .inner .qa_con .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa .inner .qa_con .accordion-header.active::after {
  transform: rotate(0deg);
}
.qa .inner .qa_con .accordion-content {
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-content {
    padding: 0;
  }
}
.qa .inner .qa_con .accordion-header span {
  position: relative;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 700px) {
  .qa .inner .qa_con .accordion-header span {
    font-size: 18px;
  }
}
.qa .inner .qa_con .accordion-content span {
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .qa .inner .qa_con .accordion-content span {
    font-size: 18px;
  }
}

.ftr_main {
  padding: 50px 100px;
  background: #fceff1;
}
@media (max-width: 1150px) {
  .ftr_main {
    padding: 50px;
  }
}
@media (max-width: 700px) {
  .ftr_main {
    padding: 50px 30px;
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .ftr_main .inner .ftr_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.ftr_main .inner .ftr_wrap nav ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 700px) {
  .ftr_main .inner .ftr_wrap nav ul {
    flex-direction: column-reverse;
  }
}
.ftr_main .inner .ftr_wrap nav ul li a {
  text-decoration: underline;
}/*# sourceMappingURL=lp.css.map */