@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.lp_cost_appeal_container div, .lp_cost_appeal_container span, .lp_cost_appeal_container object, .lp_cost_appeal_container iframe,
.lp_cost_appeal_container h1, .lp_cost_appeal_container h2, .lp_cost_appeal_container h3, .lp_cost_appeal_container h4, .lp_cost_appeal_container h5, .lp_cost_appeal_container h6, .lp_cost_appeal_container p, .lp_cost_appeal_container blockquote, .lp_cost_appeal_container pre,
.lp_cost_appeal_container abbr, .lp_cost_appeal_container address, .lp_cost_appeal_container cite, .lp_cost_appeal_container code,
.lp_cost_appeal_container del, .lp_cost_appeal_container dfn, .lp_cost_appeal_container em, .lp_cost_appeal_container img, .lp_cost_appeal_container ins, .lp_cost_appeal_container kbd, .lp_cost_appeal_container q, .lp_cost_appeal_container samp,
.lp_cost_appeal_container small, .lp_cost_appeal_container strong, .lp_cost_appeal_container sub, .lp_cost_appeal_container sup, .lp_cost_appeal_container var,
.lp_cost_appeal_container b, .lp_cost_appeal_container i,
.lp_cost_appeal_container dl, .lp_cost_appeal_container dt, .lp_cost_appeal_container dd, .lp_cost_appeal_container ol, .lp_cost_appeal_container ul, .lp_cost_appeal_container li,
.lp_cost_appeal_container fieldset, .lp_cost_appeal_container form, .lp_cost_appeal_container label, .lp_cost_appeal_container legend,
.lp_cost_appeal_container table, .lp_cost_appeal_container caption, .lp_cost_appeal_container tbody, .lp_cost_appeal_container tfoot, .lp_cost_appeal_container thead, .lp_cost_appeal_container tr, .lp_cost_appeal_container th, .lp_cost_appeal_container td,
.lp_cost_appeal_container article, .lp_cost_appeal_container aside, .lp_cost_appeal_container canvas, .lp_cost_appeal_container details, .lp_cost_appeal_container figcaption, .lp_cost_appeal_container figure,
.lp_cost_appeal_container footer, .lp_cost_appeal_container header, .lp_cost_appeal_container hgroup, .lp_cost_appeal_container menu, .lp_cost_appeal_container nav, .lp_cost_appeal_container section, .lp_cost_appeal_container summary,
.lp_cost_appeal_container time, .lp_cost_appeal_container mark, .lp_cost_appeal_container audio, .lp_cost_appeal_container video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp_cost_appeal_container article, .lp_cost_appeal_container aside, .lp_cost_appeal_container details, .lp_cost_appeal_container figcaption, .lp_cost_appeal_container figure,
.lp_cost_appeal_container footer, .lp_cost_appeal_container header, .lp_cost_appeal_container hgroup, .lp_cost_appeal_container menu, .lp_cost_appeal_container nav, .lp_cost_appeal_container section {
  display: block;
}
.lp_cost_appeal_container ul, .lp_cost_appeal_container li {
  list-style-type: none;
}
.lp_cost_appeal_container table {
  border-collapse: collapse;
  border-spacing: 0;
}

.lp_cost_appeal_container .oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.lp_cost_appeal_container .montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.lp_cost_appeal_container img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.lp_cost_appeal_container a {
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.lp_cost_appeal_container a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp_cost_appeal_container strong {
  font-weight: bold;
}

/*メディアクエリ*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*
.box {
@extend .clearfix;  //.clearfixにextend
padding: 10px;
・・・
}
*/
@media (min-width: 1200px) {
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
}
/********************************
  contents
********************************/
.lp_cost_appeal_container {
  position: relative;
  width: 100%;
  max-width: 2000px;
  min-width: 1200px;
  overflow-x: hidden;
  margin: 0 auto;
  line-height: 1;
  color: #1f2b31;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .lp_cost_appeal_container a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container {
    width: 100%;
    max-width: 1199px;
    min-width: unset;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container {
    width: 100%;
    max-width: 750px;
    min-width: unset;
    margin: 0 auto;
  }
}

.lp_cost_appeal_container .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .inner {
    width: 100%;
    margin: 0 auto;
  }
}

.lp_cost_appeal_container {
  /**------------------------------------
    --fv
  ------------------------------------**/
}
.lp_cost_appeal_container .fv {
  background: url(../images/fv_bg.webp) center top no-repeat;
  height: 1353px;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv {
    background-size: 166.6666666667vw 112.75vw;
    height: 112.75vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv {
    background: url(../images/fv_bg_sp.webp) center top no-repeat;
    background-size: 100% 266.6666666667vw;
    height: 266.6666666667vw;
  }
}
.lp_cost_appeal_container .fv > .inner {
  height: 1353px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv > .inner {
    height: 112.75vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv > .inner {
    height: 266.6666666667vw;
  }
}
.lp_cost_appeal_container .fv .header {
  position: relative;
  height: 74px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .header {
    height: 6.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .header {
    height: 11.7333333333vw;
  }
}
.lp_cost_appeal_container .fv .header .fv_logo {
  width: 150px;
  padding-top: 7px;
}
.lp_cost_appeal_container .fv .header .fv_logo > img {
  aspect-ratio: 200/80;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .header .fv_logo {
    width: 12.5vw;
    padding-top: clamp(0.25rem, -0.095rem + 0.74vw, 0.438rem);
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .header .fv_logo {
    width: 26.6666666667vw;
    padding-top: clamp(0.188rem, -0.045rem + 1.16vw, 0.5rem);
    margin-left: 4vw;
  }
}
.lp_cost_appeal_container .fv .header .fv_tel {
  position: absolute;
  display: block;
  width: 240px;
  right: 0;
  top: 0;
}
.lp_cost_appeal_container .fv .header .fv_tel img {
  aspect-ratio: 240/38;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .header .fv_tel {
    width: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .header .fv_tel {
    width: 11.7333333333vw;
  }
  .lp_cost_appeal_container .fv .header .fv_tel img {
    aspect-ratio: 88/88;
  }
}
.lp_cost_appeal_container .fv .header .fv_tel .fv_tel_text {
  padding-top: 8px;
  font-size: 13px;
  color: #ffffff;
  text-align: right;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .header .fv_tel .fv_tel_text {
    padding-top: 0.6666666667vw;
    font-size: 1.0833333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_label1 {
  margin-top: 102px;
  margin-left: 30px;
  padding: 0 0 10px 22px;
  width: 425px;
  height: 36px;
  background: url(../images/fv_label1_bg.webp) center top no-repeat;
  background-size: contain;
  font-size: 26px;
  font-weight: 500;
  color: #0f81dd;
}
.lp_cost_appeal_container .fv .fv_label1 span {
  color: #08295f;
  padding-right: 58px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_label1 {
    margin-top: 8.5vw;
    margin-left: 2.5vw;
    padding: 0 0 0.8333333333vw 1.8333333333vw;
    width: 35.4166666667vw;
    height: 3vw;
    font-size: 2.1666666667vw;
  }
  .lp_cost_appeal_container .fv .fv_label1 span {
    padding-right: 4.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_label1 {
    margin-top: 9.8666666667vw;
    margin-left: 11.0666666667vw;
    padding: 0 0 1.0666666667vw 2vw;
    width: 62vw;
    height: 5.3333333333vw;
    background: url(../images/fv_label1_bg_sp.webp) center bottom no-repeat;
    background-size: contain;
    font-size: 4vw;
  }
  .lp_cost_appeal_container .fv .fv_label1 span {
    padding-right: 6.6666666667vw;
  }
}
.lp_cost_appeal_container .fv h1.fv_title {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-top: 15px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 10;
  background: #4558a6;
  background: -webkit-gradient(linear, left top, right top, from(#042578), to(#4558a6));
  background: linear-gradient(to right, #042578 0%, #4558a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp_cost_appeal_container .fv h1.fv_title span.f72 {
  font-size: 72px;
}
.lp_cost_appeal_container .fv h1.fv_title span.f106 {
  font-size: 106px;
}
.lp_cost_appeal_container .fv h1.fv_title span.f86 {
  font-size: 86px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv h1.fv_title {
    margin-left: 1.6666666667vw;
    margin-top: 1.25vw;
    font-size: 6.6666666667vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f72 {
    font-size: 6vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f106 {
    font-size: 8.8333333333vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f86 {
    font-size: 7.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv h1.fv_title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2vw 0 0 9.7333333333vw;
    font-size: 11.8666666667vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f72 {
    font-size: 10.6666666667vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f106 {
    font-size: 15.2vw;
  }
  .lp_cost_appeal_container .fv h1.fv_title span.f86 {
    font-size: 12.2666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_title_bg {
  position: absolute;
  top: 415px;
  left: 5px;
  width: 575px;
}
.lp_cost_appeal_container .fv .fv_title_bg > img {
  aspect-ratio: 624/58;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_title_bg {
    top: 34.5833333333vw;
    left: 0.4166666667vw;
    width: 47.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_title_bg {
    top: 55.7333333333vw;
    left: 7.4666666667vw;
    width: 83.2vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 55px;
  margin-left: 25px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap {
    margin-top: 4.5833333333vw;
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap {
    margin-top: 6.1333333333vw;
    margin-left: 11.7333333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 284px;
  color: #004088;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box {
    width: 23.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box {
    width: 46.1333333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap .price {
  font-size: 68px;
  font-weight: 500;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .price {
    font-size: 5.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .price {
    font-size: 11.2vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap .tax_yen {
  font-size: 36px;
  font-weight: 900;
  padding: 0 0 6px 2px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .tax_yen {
    font-size: 3vw;
    padding: 0 0 0.5vw 0.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .tax_yen {
    font-size: 5.8666666667vw;
    padding: 0 0 0.8vw 0.2666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap .tax_yen span.tax {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .tax_yen span.tax {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .tax_yen span.tax {
    font-size: 2.4vw;
  }
}
.lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
  width: 168px;
  height: 44px;
  border: 1px #1656ac solid;
  font-size: 22px;
  color: #1656ac;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box_text {
    margin-bottom: 0.5vw;
    width: 14vw;
    height: 3.6666666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_price_wrap .fv_price_box_text {
    width: 30.6666666667vw;
    height: 7.4666666667vw;
    font-size: 4.2666666667vw;
    border: 2px #1656ac solid;
  }
}
.lp_cost_appeal_container .fv .fv_circle {
  position: absolute;
  top: 138px;
  left: 642px;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 6px 10px rgba(9, 36, 104, 0.1));
          filter: drop-shadow(0px 6px 10px rgba(9, 36, 104, 0.1));
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_circle {
    top: 11.5vw;
    left: 53.5vw;
    width: 16.1666666667vw;
    height: 16.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_circle {
    top: 83.7333333333vw;
    left: 4.6666666667vw;
    width: 32vw;
    height: 32vw;
  }
}
.lp_cost_appeal_container .fv .fv_circle .fv_circle_text1 {
  margin: 24px auto 0;
  width: 70px;
  height: 34px;
  border-radius: 17px;
  background-color: #1656ac;
  font-size: 22px;
  font-weight: 700;
  color: #eaff63;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text1 {
    margin: 2vw auto 0;
    width: 5.8333333333vw;
    height: 2.8333333333vw;
    border-radius: 1.4166666667vw;
    font-size: 1.8333333333vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text1 {
    margin: 3.2vw auto 0;
    width: 12.8vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 {
  margin: 10px 0 0 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
  color: #36a4ea;
  line-height: 1.3;
}
.lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 span.f18 {
  font-size: 18px;
  font-weight: 500;
  color: #1656ac;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 {
    margin: 0.8333333333vw 0 0 2.6666666667vw;
    font-size: 1.8333333333vw;
  }
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 span.f18 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 {
    margin: 1.0666666667vw 0 0 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
  .lp_cost_appeal_container .fv .fv_circle .fv_circle_text2 span.f18 {
    font-size: 3.2vw;
  }
}
.lp_cost_appeal_container .fv .fv_flow_appeal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
  margin-top: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow_appeal_wrap {
    height: 12.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow_appeal_wrap {
    display: block;
    height: auto;
    margin-top: 68vw;
  }
}
.lp_cost_appeal_container .fv .fv_flow {
  width: 618px;
  margin-right: 46px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow {
    width: 51.5vw;
    margin-right: 3.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow {
    width: 100%;
    margin: unset;
    height: 26.4vw;
  }
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_caption1 {
  margin-left: 86px;
  font-size: 20px;
  color: #1656ac;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_caption1 {
    margin-left: 7.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_caption1 {
    margin: unset;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-left: 24px;
  width: 592px;
  height: 70px;
  background: url(../images/fv_flow_bg.webp) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list {
    margin-top: 1.3333333333vw;
    margin-left: 2vw;
    width: 49.3333333333vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list {
    -webkit-column-gap: 0.5333333333vw;
       -moz-column-gap: 0.5333333333vw;
            column-gap: 0.5333333333vw;
    margin: 2.4vw auto 0;
    width: 88.2666666667vw;
    height: 10.4vw;
    background: url(../images/fv_flow_bg_sp.webp) center top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(3) {
  width: 180px;
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(4) {
  width: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li {
    width: 11.6666666667vw;
    font-size: 1.8333333333vw;
  }
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(3) {
    width: 15vw;
  }
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(4) {
    width: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li {
    width: 21.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(3) {
    width: 26.9333333333vw;
  }
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_list li:nth-of-type(4) {
    width: 17.8666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_flow .fv_flow_undertext {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 500;
  color: #1656ac;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_undertext {
    margin-top: 1vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_flow .fv_flow_undertext {
    margin-top: 1.6vw;
    font-size: 4.8vw;
  }
}
.lp_cost_appeal_container .fv .fv_appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_appeal {
    -webkit-column-gap: 0.8333333333vw;
       -moz-column-gap: 0.8333333333vw;
            column-gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_appeal {
    -webkit-column-gap: 1.2vw;
       -moz-column-gap: 1.2vw;
            column-gap: 1.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(4px 8px 8px rgba(5, 70, 201, 0.1));
          filter: drop-shadow(4px 8px 8px rgba(5, 70, 201, 0.1));
  width: 263px;
  height: 112px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box {
    width: 21.9166666667vw;
    height: 9.3333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box {
    width: 40vw;
    height: 17.0666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text1 {
  font-size: 18px;
  font-weight: 500;
  color: #08295f;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text1 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text1 {
    font-size: 3.4666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 {
  margin-top: 5px;
  font-size: 32px;
  font-weight: 500;
  color: #0f81dd;
  text-align: center;
}
.lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 span.number {
  font-size: 42px;
  font-weight: 500;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 {
    margin-top: 0.4166666667vw;
    font-size: 2.6666666667vw;
  }
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 span.number {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 {
    margin-top: 0.5333333333vw;
    font-size: 5.0666666667vw;
  }
  .lp_cost_appeal_container .fv .fv_appeal .fv_appeal_box .text2 span.number {
    font-size: 6.4vw;
  }
}
.lp_cost_appeal_container .fv .fv_cta {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_cta {
    margin-top: 6.3333333333vw;
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_cta {
    margin-top: 9.0666666667vw;
    display: block;
  }
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn {
  position: relative;
  width: 520px;
  -webkit-filter: drop-shadow(0px 10px 14px rgba(9, 36, 104, 0.2));
          filter: drop-shadow(0px 10px 14px rgba(9, 36, 104, 0.2));
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn {
    width: 43.3333333333vw;
  }
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn img {
  aspect-ratio: 520/164;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn {
    display: block;
    width: 85.3333333333vw;
    margin: 0 auto;
  }
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn img {
    aspect-ratio: 640/204;
  }
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn.btn2 {
    margin-top: -3.2vw;
  }
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap {
    width: 43.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap {
    width: 85.3333333333vw;
    height: 18.6666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_textbox {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
    font-size: 3.4666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
  margin-top: 8px;
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
    margin-top: 0.5333333333vw;
    font-size: 5.8666666667vw;
  }
}
.lp_cost_appeal_container .fv .fv_slider {
  position: absolute;
  bottom: -104px;
  width: 100%;
  height: 378px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_slider {
    bottom: -8.6666666667vw;
    width: 100%;
    height: 31.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_slider {
    bottom: -37.0666666667vw;
    width: 100%;
    height: 50.4vw;
  }
}
.lp_cost_appeal_container .fv .fv_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide {
  height: 378px !important;
  width: 208px !important;
}
.lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide > img {
  height: 378px;
  width: 208px;
  aspect-ratio: 378/208;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide {
    height: 31.5vw !important;
    width: 17.3333333333vw !important;
  }
  .lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide > img {
    height: 31.5vw;
    width: 17.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide {
    height: 50.4vw !important;
    width: 27.7333333333vw !important;
    margin-right: 2vw;
  }
  .lp_cost_appeal_container .fv .fv_slider .swiper-wrapper .swiper-slide > img {
    height: 50.4vw;
    width: 27.7333333333vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec01_intro:LP制作の相場がわからない方でも大丈夫。
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec01_intro {
  background: url(../images/sec01_intro_bg.webp) center top no-repeat;
  height: 1440px;
  position: relative;
  padding-top: 325px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro {
    background-size: 166.6666666667vw 120vw;
    height: 120vw;
    padding-top: 27.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro {
    background: url(../images/sec01_intro_bg_sp.webp) center top no-repeat;
    background-size: 100% 439.7333333333vw;
    height: 439.7333333333vw;
    padding-top: 73.0666666667vw;
  }
}
.lp_cost_appeal_container .sec01_intro h2.sec01_title {
  margin-left: 21px;
  font-size: 68px;
  font-weight: 900;
  color: #ffffff;
  line-height: 100px;
  background-image: url(../images/sec01_title_bg.webp);
  background-position: left 0 top 75px;
  background-size: 422px 38px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro h2.sec01_title {
    margin-left: 1.75vw;
    font-size: 5.6666666667vw;
    line-height: 8.3333333333vw;
    background-position: left 0 top 6.25vw;
    background-size: 35.1666666667vw 3.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro h2.sec01_title {
    margin-left: 6.6666666667vw;
    font-size: 10.1333333333vw;
    line-height: 15.2vw;
    background-position: left 0 top 11.2vw;
    background-size: 63.8666666667vw 5.7333333333vw;
    background-repeat: no-repeat;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_cacption {
  margin-top: 62px;
  margin-left: 21px;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_cacption {
    margin-top: 5.1666666667vw;
    margin-left: 1.75vw;
    font-size: 2.8333333333vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_cacption {
    margin-top: 6.9333333333vw;
    margin-left: 6.6666666667vw;
    font-size: 5.6vw;
    line-height: 9.6vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_text {
  margin-top: 27px;
  margin-left: 21px;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_text {
    margin-top: 2.25vw;
    margin-left: 1.75vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_text {
    margin-top: 3.2vw;
    margin-left: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap {
  margin-top: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap {
    margin-top: 8.8333333333vw;
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap {
    margin: 45.3333333333vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 6.5333333333vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list {
  width: 300px;
  height: 290px;
  background-color: #eff6fb;
  -webkit-filter: drop-shadow(0px 10px 14px rgb(9, 30, 104));
          filter: drop-shadow(0px 10px 14px rgb(9, 30, 104));
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list {
    width: 25vw;
    height: 24.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list {
    width: 60vw;
    height: 58vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt {
  padding-top: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt {
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt {
    padding-top: 2.6666666667vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_icon > img {
  aspect-ratio: 100/100;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_icon {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_icon {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_icon > img {
    aspect-ratio: 200/200;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_caption {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 700;
  color: #1656ac;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_caption {
    margin-top: 2.0833333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dt .sec01_list_caption {
    margin-top: 3.3333333333vw;
    font-size: 6.4vw;
  }
}
.lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dd {
  margin-top: 12px;
  font-size: 18px;
  color: #1f2b31;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dd {
    margin-top: 1vw;
    font-size: 1.5vw;
    line-height: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec01_intro .sec01_list_wrap .sec01_list dd {
    margin-top: 2.4vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec02_plan:ページの長さで選べる3つのプラン
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec02_plan {
  position: relative;
  background: url(../images/sec02_plan_bg.webp) center top no-repeat;
  height: 3800px;
  padding-top: 214px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan {
    background-size: 166.6666666667vw 316.6666666667vw;
    height: 316.6666666667vw;
    padding-top: 17.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan {
    background: url(../images/sec02_plan_bg_sp.webp) center top no-repeat;
    background-size: 100vw 200vw;
    background-color: #f2f5f7;
    height: 957.6vw;
    padding-top: 28.6666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_title_upper_wrap {
  margin-left: 509px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_title_upper_wrap {
    margin-left: 42.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_title_upper_wrap {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    margin-left: 70.1333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_title_upper_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.02em;
  background-color: #08295f;
  padding: 0 10px 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_title_upper_text {
    font-size: 2.1666666667vw;
    padding: 0 0.8333333333vw 1px;
    margin-bottom: 0.8333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_title_upper_text span {
  color: #eaff63;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_title_upper_text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 5.0666666667vw;
    font-weight: 500;
    padding: 2.1333333333vw 1px;
    margin-right: 3.3333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title {
  margin: 15px 0 55px 505px;
  font-size: 70px;
  font-weight: 900;
  color: #08295f;
  line-height: 94px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title {
    margin: 1.25vw 0 4.5833333333vw 42.0833333333vw;
    font-size: 5.8333333333vw;
    line-height: 7.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title {
    margin: 12.6666666667vw 0 6.6666666667vw 16vw;
    font-size: 8.2666666667vw;
    line-height: 11.4666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title .color_blue {
  color: #1656ac;
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title .f66 {
  font-size: 66px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f66 {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f66 {
    font-size: 7.7333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title .f76 {
  font-size: 76px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f76 {
    font-size: 6.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f76 {
    font-size: 9.0666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title .f72 {
  font-size: 72px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f72 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f72 {
    font-size: 8.5333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan h2.sec02_title .f90 {
  font-size: 90px;
  vertical-align: bottom;
  padding: 0 5px 5px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f90 {
    font-size: 7.5vw;
    padding: 0 0.4166666667vw 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan h2.sec02_title .f90 {
    font-size: 10.9333333333vw;
    padding: 0 0.6666666667vw 0.6666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_text {
  margin-left: 505px;
  font-size: 18px;
  color: #1f2b31;
  line-height: 36px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_text {
    margin-left: 42.0833333333vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_text {
    margin-left: 16vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_text strong {
  font-weight: 500;
  color: #1656ac;
}
.lp_cost_appeal_container .sec02_plan .sec02_text sup {
  font-size: 60%;
  vertical-align: super;
}
.lp_cost_appeal_container .sec02_plan .sec02_note {
  margin: 14px 0 294px 505px;
  font-size: 12px;
  color: #1f2b31;
  line-height: 18px;
  letter-spacing: 0.04em;
  padding-left: 1em; /* 突き出す分の余白を確保 */
  text-indent: -1em; /* 1文字分だけ左にずらす */
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_note {
    margin: 1.1666666667vw 0 24.1666666667vw 42.0833333333vw;
    font-size: clamp(10px, 1vw, 12px);
  }
}
@media screen and (min-width: 751px) and (max-width: 940px) {
  .lp_cost_appeal_container .sec02_plan .sec02_note {
    margin: 1.1666666667vw 0 23.3333333333vw 42.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_note {
    width: 61.3333333333vw;
    margin: 4.2666666667vw 0 22.6666666667vw 16vw;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
.lp_cost_appeal_container .sec02_plan {
  /** プラン1つ分 */
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box {
  margin: 0 0 218px 40px;
  height: 682px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box {
    margin: 0 0 18.1666666667vw 3.3333333333vw;
    height: 56.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box {
    margin: 0 0 13.6vw 0;
    height: 218.4vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_uppertext {
  margin-left: 162px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-size: 30px;
  color: #08295f;
  letter-spacing: 0.06em;
  padding: 0 47px 12px 56px;
  border-bottom: 4px #1656ac solid;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_uppertext strong {
  font-weight: 700;
  color: #1656ac;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_uppertext {
    margin-left: 13.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 4.1666666667vw;
    font-size: 2.5vw;
    padding: 0 3.9166666667vw 1vw 4.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_uppertext {
    margin: 0 auto;
    line-height: 8vw;
    height: auto;
    font-size: 5.6vw;
    padding: 0 0 1.3333333333vw 0;
    border-bottom: unset;
    text-align: center;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 632px;
  padding-top: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap {
    height: 52.6666666667vw;
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap {
    display: block;
    margin-left: 5.3333333333vw;
    width: 94.6666666667vw;
    height: 201.0666666667vw;
    padding-top: 10.4vw;
    background: url(../images/sec02_plan_box_wrap_sp.webp) left top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  position: relative;
  width: 480px;
  height: 580px;
  padding-top: 52px;
  -webkit-filter: drop-shadow(20px 20px 14px rgba(20, 62, 196, 0.2));
          filter: drop-shadow(20px 20px 14px rgba(20, 62, 196, 0.2));
  background: url(../images/sec02_plan_box_bg.webp) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 40vw;
        flex-basis: 40vw;
    width: 40vw;
    height: 48.3333333333vw;
    padding-top: 4.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box {
    margin: 0 auto;
    width: 72vw;
    height: 82.6666666667vw;
    padding-top: 6.9333333333vw;
    -webkit-filter: drop-shadow(20px 20px 14px rgba(20, 62, 196, 0.2));
            filter: drop-shadow(20px 20px 14px rgba(20, 62, 196, 0.2));
    background: url(../images/sec02_plan_box_bg_sp.webp) center top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_caption_en {
  font-size: 16px;
  font-weight: 500;
  color: #72b2e7;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_caption_en {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_caption_en {
    font-size: 2.6666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption {
  margin-top: 14px;
  height: 132px;
  font-size: 54px;
  font-weight: 900;
  line-height: 66px;
  color: #08295f;
  text-align: center;
  letter-spacing: 0.02em;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption.line1 {
  line-height: 132px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption {
    margin-top: 1.1666666667vw;
    height: 11vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption.line1 {
    line-height: 11vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption {
    margin-top: 1.8666666667vw;
    height: 18.1333333333vw;
    font-size: 8.5333333333vw;
    line-height: 9.0666666667vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box h3.plan_info_caption.line1 {
    line-height: 18.1333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 {
  margin: 32px auto 0;
  width: 240px;
  height: 32px;
  border-radius: 16px;
  background-color: #e7eaf6;
  font-size: 18px;
  color: #08295f;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 30px;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 > span {
  font-size: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 {
    margin: 2.6666666667vw auto 0;
    width: 20vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 > span {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 {
    margin: 4.9333333333vw auto 0;
    width: 40vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #e7eaf6;
    font-size: 3.4666666667vw;
    color: #08295f;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 5.3333333333vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text1 > span {
    font-size: 3.2vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price {
  margin: 20px auto 0;
  font-size: 46px;
  font-weight: 900;
  color: #1656ac;
  text-align: center;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price > span.oswald {
  font-size: 84px;
  font-weight: 500;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price {
    margin: 1.6666666667vw auto 0;
    font-size: 3.8333333333vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price > span.oswald {
    font-size: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price {
    margin: 2.9333333333vw auto 0;
    font-size: 7.2vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_price > span.oswald {
    font-size: 12.2666666667vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text2 {
  margin: 24px auto 0;
  font-size: 18px;
  color: #08295f;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text2 {
    margin: 2vw auto 0;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text2 {
    margin: 3.2vw auto 0;
    font-size: 3.2vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 {
  margin: 70px 0 0 302px;
  font-size: 20px;
  color: #1f2b31;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 strong {
  font-size: 26px;
  color: #1f2b31;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 {
    margin: 5.8333333333vw 0 0 25.1666666667vw;
    font-size: 1.6666666667vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 strong {
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 {
    margin: 7.3333333333vw 0 0 40vw;
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_text3 strong {
    font-size: 4.8vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_num {
  position: absolute;
  bottom: 40px;
  left: 204px;
  font-size: 50px;
  color: #08295f;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_num {
    bottom: 3.3333333333vw;
    left: 17vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_info_box .plan_info_num {
    bottom: 5.8666666667vw;
    left: 22.4vw;
    font-size: 7.7333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap {
  /** LPページイメージ画像リストBOX（右側） */
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box {
  margin-left: 40px;
  margin-right: calc(50% - 50vw);
  max-width: 1040px;
  padding-right: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box {
    margin-left: 3.3333333333vw;
    margin-right: calc(50% - 50vw);
    max-width: 86.6666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box {
    margin-left: 8.6666666667vw;
    margin-right: 0;
    max-width: unset;
    padding-right: 0;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_text {
  margin: 30px 0 35px 93px;
  width: 490px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  font-size: 22px;
  line-height: 40px;
  color: #1656ac;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_text {
    margin: 2.5vw 0 2.9166666667vw 7.75vw;
    width: 40.8333333333vw;
    height: 3.6666666667vw;
    border-radius: 1.8333333333vw;
    font-size: 1.8333333333vw;
    line-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_text {
    margin: 10.4vw auto 6vw;
    -webkit-transform: translateX(-4.2666666667vw);
            transform: translateX(-4.2666666667vw);
    width: 71.2vw;
    height: 6.4vw;
    border-radius: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox {
  width: calc(100% - 40px);
  height: 446px;
  padding-top: 10px;
  padding-bottom: 46px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox {
    width: calc(100% - 3.3333333333vw);
    height: 37.1666666667vw;
    padding-top: 0.8333333333vw;
    padding-bottom: 3.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox {
    width: 100%;
    height: 70.6666666667vw;
    padding-top: 1.6vw;
    padding-bottom: 9.3333333333vw;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li {
  position: relative;
  width: 220px;
  height: 380px;
  margin-right: 20px;
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li > img {
  aspect-ratio: 220/380;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li {
    position: relative;
    width: 18.3333333333vw;
    height: 31.6666666667vw;
    margin-right: 1.6666666667vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li > img {
    aspect-ratio: 220/380;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li {
    width: 34.5333333333vw;
    height: 6.4vw;
    margin-right: 3.0666666667vw;
  }
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li > img {
    aspect-ratio: 259/448;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li::after {
  position: absolute;
  display: block;
  top: -10px;
  right: -14px;
  width: 29px;
  height: 29px;
  background: url(../images/sec02_plan_btn.webp) center top no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li::after {
    top: -0.8333333333vw;
    right: -1.1666666667vw;
    width: 2.4166666667vw;
    height: 2.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box .sec02_plan_box_wrap .plan_image_box .plan_image_slidebox ul.slidebox_list li::after {
    top: -1.6vw;
    right: -1.6vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_box.plan3 {
  margin-bottom: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box.plan3 {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_box.plan3 {
    margin-bottom: 4vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_plan_note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
  margin: 0 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #39547f;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_note {
    padding-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_plan_note {
    padding-top: 0;
    margin: 0 1em 0 auto;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
.lp_cost_appeal_container .sec02_plan .sec02_bubble {
  margin: 12px auto 0;
  width: 790px;
  height: 132px;
  background: url(../images/sec02_bubble.webp) center top no-repeat;
  background-size: contain;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.lp_cost_appeal_container .sec02_plan .sec02_bubble span {
  color: #eaff63;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec02_plan .sec02_bubble {
    margin: 1vw auto 0;
    width: 65.8333333333vw;
    height: 11vw;
    padding-top: 3.3333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec02_plan .sec02_bubble {
    margin: 5.8666666667vw auto 0;
    width: 80vw;
    height: 26.6666666667vw;
    background: url(../images/sec02_bubble_sp.webp) center top no-repeat;
    background-size: contain;
    padding-top: 5.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec03_option:オプション対応もまとめてご相談いただけます。
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec03_option {
  position: relative;
  background: url(../images/sec03_option_bg.webp) center top no-repeat;
  height: 911px;
  padding-top: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option {
    background-size: 166.6666666667vw 75.9166666667vw;
    height: 75.9166666667vw;
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option {
    background: url(../images/sec03_option_bg_sp.webp) center top no-repeat;
    background-size: 100vw 233.3333333333vw;
    height: 233.3333333333vw;
    padding-top: 12.5333333333vw;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_text1 {
  margin: 0 auto;
  width: 190px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 34px;
  -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 106, 186, 0.1));
          filter: drop-shadow(0px 10px 16px rgba(0, 106, 186, 0.1));
  font-size: 36px;
  font-weight: 700;
  color: #08295f;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 68px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_text1 {
    margin: 0 auto;
    width: 15.8333333333vw;
    height: 5.6666666667vw;
    border-radius: 2.8333333333vw;
    font-size: 3vw;
    line-height: 5.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_text1 {
    width: 29.3333333333vw;
    height: 10.4vw;
    background-color: #ffffff;
    border-radius: 10.5333333333vw;
    -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 106, 186, 0.1));
            filter: drop-shadow(0px 10px 16px rgba(0, 106, 186, 0.1));
    font-size: 5.3333333333vw;
    line-height: 10.4vw;
  }
}
.lp_cost_appeal_container .sec03_option h2.sec03_title {
  margin: 32px 0 52px;
  font-size: 42px;
  font-weight: 700;
  color: #08295f;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option h2.sec03_title {
    margin: 2.6666666667vw 0 4.3333333333vw;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option h2.sec03_title {
    margin: 3.2vw 0 5.3333333333vw;
    line-height: 9.8666666667vw;
    font-size: 5.8666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_option_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_wrap {
    display: block;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_list_wrap {
  position: relative;
  width: 50%;
  padding: 0 65px 0 95px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_list_wrap {
    padding: 0 5.4166666667vw 0 7.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_list_wrap {
    width: 100%;
    padding: 0 6.2666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option ul.sec03_list {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list {
    width: 36.6666666667vw;
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list {
    width: 87.4666666667vw;
    gap: 2.6666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li {
  width: 210px;
  height: 140px;
  border-radius: 10px;
  padding-top: 73px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li span {
  font-size: 15px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li {
    width: 17.5vw;
    height: 11.6666666667vw;
    border-radius: 0.8333333333vw;
    padding-top: 6.0833333333vw;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li {
    width: 42.4vw;
    height: 28.2666666667vw;
    border-radius: 2vw;
    padding-top: 16.8vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 4.5333333333vw;
  }
  .lp_cost_appeal_container .sec03_option ul.sec03_list li span {
    font-size: 3.2vw;
  }
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(1) {
  background: url(../images/sec03_list1.webp) center top no-repeat;
  background-size: cover;
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(2) {
  background: url(../images/sec03_list2.webp) center top no-repeat;
  background-size: cover;
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(3) {
  background: url(../images/sec03_list3.webp) center top no-repeat;
  background-size: cover;
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(4) {
  background: url(../images/sec03_list4.webp) center top no-repeat;
  background-size: cover;
  padding-top: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(4) {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(4) {
    padding-top: 16.8vw;
  }
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(5) {
  background: url(../images/sec03_list5.webp) center top no-repeat;
  background-size: cover;
  padding-top: 92px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(5) {
    padding-top: 7.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(5) {
    padding-top: 20.2666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(6) {
  background: url(../images/sec03_list6.webp) center top no-repeat;
  background-size: cover;
  padding-top: 92px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(6) {
    padding-top: 7.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option ul.sec03_list li:nth-of-type(6) {
    padding-top: 20.2666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_list_etc {
  position: absolute;
  right: 33px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(6px 6px 6px rgba(20, 62, 196, 0.15));
          filter: drop-shadow(6px 6px 6px rgba(20, 62, 196, 0.15));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-align: center;
  color: #1656ac;
  text-align: center;
  z-index: 20;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_list_etc {
    right: 2.75vw;
    bottom: -2.5vw;
    width: 5vw;
    height: 5vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_list_etc {
    position: absolute;
    right: 1.7333333333vw;
    bottom: -5.0666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 50%;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_option_text_wrap {
  width: 50%;
  padding-top: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_text_wrap {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_text_wrap {
    width: 100%;
    padding-top: 12.9333333333vw;
    padding-left: 7.3333333333vw;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_option_caption {
  font-size: 30px;
  font-weight: 500;
  color: #4578bd;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_caption {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_caption {
    font-size: 5.0666666667vw;
  }
}
.lp_cost_appeal_container .sec03_option .sec03_option_text {
  margin-top: 28px;
  width: 505px;
  font-size: 18px;
  line-height: 36px;
  color: #1f2b31;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_text {
    margin-top: 2.3333333333vw;
    width: 42.0833333333vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec03_option .sec03_option_text {
    margin-top: 4.5333333333vw;
    width: 85.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec04_proposal:ご予算に合わせて、最適な制作内容をご提案いたします。
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec04_proposal {
  position: relative;
  background: url(../images/sec04_proposal_bg.webp) center top no-repeat;
  height: 1926px;
  padding-top: 152px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal {
    background-size: 166.6666666667vw 160.5vw;
    height: 160.5vw;
    padding-top: 12.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal {
    background: url(../images/sec04_proposal_bg_sp.webp) center top no-repeat;
    background-size: 100vw 66.6666666667vw;
    height: 413.6vw;
    padding-top: 38.6666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal h2.sec04_title {
  margin-left: 36px;
  font-size: 64px;
  line-height: 84px;
  font-weight: 900;
  color: #08295f;
  letter-spacing: 0.02em;
}
.lp_cost_appeal_container .sec04_proposal h2.sec04_title span {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal h2.sec04_title {
    margin-left: 3vw;
    font-size: 5.3333333333vw;
    line-height: 7vw;
  }
  .lp_cost_appeal_container .sec04_proposal h2.sec04_title span {
    font-size: 3vw;
    line-height: 4.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal h2.sec04_title {
    margin-left: 6.6666666667vw;
    font-size: 9.3333333333vw;
    line-height: 12vw;
  }
  .lp_cost_appeal_container .sec04_proposal h2.sec04_title span {
    font-size: 5.8666666667vw;
    line-height: 10.2666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_text1 {
  width: 600px;
  margin-left: 36px;
  margin-top: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #1f2b31;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_text1 {
    width: 50vw;
    margin-left: 3vw;
    margin-top: 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_text1 {
    width: 82.6666666667vw;
    margin-left: 6.6666666667vw;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list {
  margin: 172px auto 0;
  width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list {
    margin: 14.3333333333vw auto 0;
    width: 97.5vw;
    row-gap: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list {
    margin: 12.5333333333vw auto 0;
    width: 86.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 136px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div {
    width: 97.5vw;
    height: 11.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div {
    display: block;
    width: 86.6666666667vw;
    height: 38.6666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list1 {
  background: url(../images/sec04_list1.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list1 {
    background: url(../images/sec04_list1_sp.webp) left top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list2 {
  background: url(../images/sec04_list2.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list2 {
    background: url(../images/sec04_list2_sp.webp) left top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list3 {
  background: url(../images/sec04_list3.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list3 {
    background: url(../images/sec04_list3_sp.webp) left top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list4 {
  height: 166px;
  background: url(../images/sec04_list4.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list4 {
    height: 13.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list4 {
    background: url(../images/sec04_list4_sp.webp) left top no-repeat;
    background-size: contain;
    height: 45.3333333333vw;
  }
  .lp_cost_appeal_container .sec04_proposal .sec04_list .dl_div.sec04_list4 dd {
    height: 27.4666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list dt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 87px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dt {
    padding-left: 7.25vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dt {
    margin-top: 2.6666666667vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 12vw;
    padding-left: 0;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list dt .dt_text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dt .dt_text {
    font-size: 2.5vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dt .dt_text {
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .lp_cost_appeal_container .sec04_proposal .sec04_list dt .dt_text::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 4vw;
    height: 4vw;
    top: 2px;
    left: -5.4666666667vw;
    background: url(../images/sec04_check_icon.webp) left top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list dd {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 85px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dd {
    padding-left: 7.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dd {
    margin-top: 3.2vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20.8vw;
    padding-left: 0;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_list dd .dd_text {
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.lp_cost_appeal_container .sec04_proposal .sec04_list dd .dd_text span {
  font-weight: 500;
  color: #eaff63;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dd .dd_text {
    font-size: 2.3333333333vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_list dd .dd_text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    text-align: center;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_img1 {
  margin: 22px auto 0;
  width: 870px;
}
.lp_cost_appeal_container .sec04_proposal .sec04_img1 img {
  aspect-ratio: 870/196;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_img1 {
    margin: 1.8333333333vw auto 0;
    width: 72.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_img1 {
    margin: 3.2vw auto 0;
    width: 85.3333333333vw;
  }
  .lp_cost_appeal_container .sec04_proposal .sec04_img1 img {
    aspect-ratio: 640/216;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta {
    margin-top: 6.3333333333vw;
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta {
    margin-top: 9.0666666667vw;
    display: block;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn {
  position: relative;
  width: 520px;
  -webkit-filter: drop-shadow(0px 10px 14px rgba(9, 36, 104, 0.2));
          filter: drop-shadow(0px 10px 14px rgba(9, 36, 104, 0.2));
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn {
    width: 43.3333333333vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn img {
  aspect-ratio: 520/164;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn {
    display: block;
    width: 85.3333333333vw;
    margin: 0 auto;
  }
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn img {
    aspect-ratio: 640/204;
  }
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn.btn2 {
    margin-top: -3.2vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap {
    width: 43.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap {
    width: 85.3333333333vw;
    height: 18.6666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_textbox {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_text {
    font-size: 3.4666666667vw;
  }
}
.lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
  margin-top: 8px;
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec04_proposal .sec04_cta .fv_cta_btn .fv_cta_btn_textwrap .fv_cta_btn_caption {
    margin-top: 0.5333333333vw;
    font-size: 5.8666666667vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec05_achievement:価格を抑えてもクオリティは妥協しません
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec05_achievement {
  position: relative;
  background: url(../images/sec05_achievement_bg.webp) center top no-repeat;
  height: 797px;
  padding-top: 212px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement {
    background-size: 166.6666666667vw 66.4166666667vw;
    height: 66.4166666667vw;
    padding-top: 17.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement {
    background: url(../images/sec05_achievement_bg_sp.webp) center top no-repeat;
    background-size: 100vw 152vw;
    height: 152vw;
    padding-top: 26.9333333333vw;
  }
}
.lp_cost_appeal_container .sec05_achievement h2.sec05_title {
  display: block;
  margin-left: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_cost_appeal_container .sec05_achievement h2.sec05_title span {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  line-height: 68px;
  background-color: #08295f;
  padding: 0 24px;
}
.lp_cost_appeal_container .sec05_achievement h2.sec05_title span.pr_no {
  padding-right: 0;
}
.lp_cost_appeal_container .sec05_achievement h2.sec05_title span.pl_no {
  padding-left: 0;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title {
    margin-left: 20vw;
  }
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title span {
    font-size: 4.6666666667vw;
    line-height: 5.6666666667vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title {
    margin-left: 6.6666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title span {
    font-size: 9.3333333333vw;
    line-height: 12vw;
    background-color: #08295f;
    padding: 0 3.2vw;
  }
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title span.pr_no {
    padding-right: 3.2vw;
  }
  .lp_cost_appeal_container .sec05_achievement h2.sec05_title span.pl_no {
    padding-left: 3.2vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_title_under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 240px;
  margin-top: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under {
    margin-left: 20vw;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 6.6666666667vw;
    margin-top: 3.2vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1 {
  height: 48px;
  padding-left: 32px;
  background-color: #08295f;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1 {
    height: 4vw;
    padding-left: 2.6666666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1 {
    height: 7.7333333333vw;
    padding-left: 1.7333333333vw;
    font-size: 5.0666666667vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1:nth-of-type(2) {
  padding-left: 0;
  padding-right: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1:nth-of-type(2) {
    padding-right: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1:nth-of-type(2) {
    padding-left: 1.7333333333vw;
    padding-right: 0.6666666667vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_title_under .sec05_text1 span {
  color: #eaff63;
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_box {
  margin: 45px auto 0;
  padding-bottom: 14px;
  width: 622px;
  height: 131px;
  background: url(../images/sec05_img1.webp) center top no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box {
    margin: 3.75vw auto 0;
    padding-bottom: 1.1666666667vw;
    width: 51.8333333333vw;
    height: 10.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box {
    margin: 6.1333333333vw auto 0;
    padding-bottom: 2.4vw;
    width: 89.6vw;
    height: 22.8vw;
    background: url(../images/sec05_img1_sp.webp) center top no-repeat;
    background-size: contain;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #1656ac;
  letter-spacing: 0.06em;
  padding-bottom: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text1 {
    font-size: 2.5vw;
    line-height: 3.1666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text1 {
    font-size: 5.2vw;
    line-height: 6.6666666667vw;
    padding-bottom: 1.6vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text2 {
  margin-left: 14px;
  font-size: 119px;
  font-weight: 500;
  color: #1656ac;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text2 {
    margin-left: 1.1666666667vw;
    font-size: 9.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text2 {
    margin-left: 0;
    font-size: 20.8vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 {
  font-size: 50px;
  font-weight: 900;
  color: #1656ac;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 span {
  font-size: 28px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 {
    font-size: 4.1666666667vw;
    padding-bottom: 0.4166666667vw;
  }
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 span {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 {
    font-size: 7.8666666667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-bottom: 1.3333333333vw;
    line-height: 4vw;
  }
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_box .sec05_achievement_text3 span {
    font-weight: 900;
    font-size: 3.6vw;
  }
}
.lp_cost_appeal_container .sec05_achievement .sec05_achievement_text54 {
  margin-top: 14px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 36px;
  color: #1f2b31;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_text54 {
    margin-top: 1.1666666667vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec05_achievement .sec05_achievement_text54 {
    width: 88vw;
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
    text-align: center;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec06_project_gallery:私たちの実力をご覧ください！
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec06_project_gallery {
  position: relative;
  background-color: #f2f5f7;
  height: auto;
  padding-bottom: 166px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery {
    padding-bottom: 13.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery {
    padding-bottom: 18.6666666667vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery h2.sec06_title {
  font-size: 46px;
  color: #08295f;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery h2.sec06_title {
    font-size: 3.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery h2.sec06_title {
    font-size: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_slider_wrap {
  position: relative;
  margin-top: 27px;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_slider_wrap {
    margin-top: 2.25vw;
    width: 100%;
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_slider_wrap {
    margin-top: 8vw;
    width: 100%;
    height: 40vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_swiper {
  /*スライダーの幅と高さを調整*/
  padding: 75px 0;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_swiper {
    padding: 6.25vw 0;
    width: 100%;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_swiper {
    padding: 28vw 0 5.3333333333vw;
    width: 100%;
    height: 6.6666666667vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_swiper .swiper-wrapper .swiper-slide {
  height: 50px !important; /* 高さを指定 */
  width: auto !important;
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_swiper .swiper-wrapper .swiper-slide > img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_swiper .swiper-wrapper .swiper-slide {
    height: 4.1666666667vw !important; /* 高さを指定 */
    width: auto !important;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_swiper .swiper-wrapper .swiper-slide {
    height: 6.6666666667vw !important; /* 高さを指定 */
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 20px));
          transform: translate(calc(-50% - 20px));
  width: 470px;
  height: 100px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img {
    top: 4.1666666667vw;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 10px));
            transform: translate(calc(-50% - 10px));
    width: 39.1666666667vw;
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img {
    top: 5.3333333333vw;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 80vw;
    height: 20.5333333333vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text1 {
  background: url(../images/sec06_text1_bg.webp) center top no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  width: 98px;
  height: 98px;
  font-size: 18px;
  line-height: 24px;
  color: #1656ac;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text1 {
    margin-right: 0.6666666667vw;
    width: 8.1666666667vw;
    height: 8.1666666667vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text1 {
    margin-right: 1.3333333333vw;
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.1333333333vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_num {
  color: #1656ac;
  font-size: 120px;
  font-weight: 600;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_num {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_num {
    font-size: 20.8vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 {
  text-align: center;
  color: #1656ac;
  font-size: 46px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 4px;
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 span {
  font-size: 21px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 {
    font-size: 3.8333333333vw;
    line-height: 2vw;
    margin-left: 0.3333333333vw;
  }
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 span {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 {
    font-size: 7.8666666667vw;
    line-height: 4vw;
    margin-left: 0;
  }
  .lp_cost_appeal_container .sec06_project_gallery .sec06_list_upper_img .sec06_text2 span {
    font-size: 3.6vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 60px;
  margin-top: 52px;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list {
    width: 100vw;
    -webkit-column-gap: 3.3333333333vw;
       -moz-column-gap: 3.3333333333vw;
            column-gap: 3.3333333333vw;
    row-gap: 5vw;
    margin-top: 4.3333333333vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list {
    width: 90.6666666667vw;
    -webkit-column-gap: 4.2666666667vw;
       -moz-column-gap: 4.2666666667vw;
            column-gap: 4.2666666667vw;
    row-gap: 9.7333333333vw;
    margin: 8.8vw 4.6666666667vw 10.6666666667vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li {
  width: 270px;
  height: 513px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li {
    width: 22.5vw;
    height: 42.75vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li {
    width: 43.2vw;
    height: 86.4vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .list_img {
  width: 100%;
  height: 440px;
  aspect-ratio: 324/528;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .list_img {
    width: 100%;
    height: 36.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .list_img {
    width: 100%;
    height: 70.4vw;
    aspect-ratio: 324/528;
  }
}
.lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .comp_name {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18px auto 14px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .comp_name {
    font-size: 1.3333333333vw;
    width: 22.5vw;
    margin: 1.5vw auto 1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .comp_name {
    font-size: 3.4666666667vw;
    width: 43.2vw;
    margin: 4.5333333333vw auto 2.6666666667vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .lp_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #dce4f4;
  padding: 6px 2em;
  border-radius: 4px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .lp_name {
    max-width: 22.5vw;
    font-size: 1.0833333333vw;
    padding: 0.5vw 2em;
    border-radius: 0.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery ul.sec06_gallery_list li .lp_name {
    max-width: 43.2vw;
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 2em;
    border-radius: 0.5333333333vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_more {
  display: block;
  width: 800px;
  height: 50px;
  background-color: #ffffff;
  border: #333333 1px solid;
  border-radius: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more {
    width: 66.6666666667vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more {
    width: 90.6666666667vw;
    height: 16vw;
    border-radius: 8vw;
    margin: 0 auto;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text {
    font-size: 1.5vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text {
    font-size: 3.7333333333vw;
    line-height: 16vw;
  }
}
.lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../images/more_btn.png) center top no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  top: calc(50% - 2px);
  right: -34px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text::after {
    width: 1.1666666667vw;
    height: 0.6666666667vw;
    top: calc(50% - 2px);
    right: -2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec06_project_gallery .sec06_more .btn_text::after {
    width: 2.6666666667vw;
    height: 1.6vw;
    top: calc(50% - 0.5333333333vw);
    right: -5.6vw;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec07_improve:伝わる欲しくなるデザインCVR向上
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec07_improve {
  position: relative;
  background: url(../images/sec07_improve_bg.webp) center top no-repeat;
  background-size: 2000px 60px;
  background-color: #f2f5f7;
  height: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve {
    background: url(../images/sec07_improve_bg.webp) center top no-repeat;
    background-size: 166.6666666667vw 5vw;
    background-color: #f2f5f7;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve {
    background: url(../images/sec07_improve_bg_sp.webp) center top no-repeat;
    background-size: 100vw 10.4vw;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_head_text {
  width: 100%;
  height: 60px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve .sec07_head_text {
    width: 100%;
    height: 5vw;
    font-size: 2.6666666667vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_head_text {
    width: 100%;
    height: 10.4vw;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 10.4vw;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_title {
  width: 1200px;
  height: 148px;
  background: url(../images/sec07_title_bg.webp) center top no-repeat;
  background-size: contain;
  padding-top: 37px;
  font-size: 54px;
  font-weight: 700;
  color: #08295f;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title {
    width: 100vw;
    height: 12.3333333333vw;
    padding-top: 3.0833333333vw;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title {
    width: 100vw;
    height: 58.4vw;
    background: url(../images/sec07_title_bg_sp.webp) center top no-repeat;
    background-size: contain;
    padding-top: 4.6666666667vw;
    font-size: 9.3333333333vw;
    font-weight: 700;
    color: #08295f;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 12.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_title .space1 {
  padding: 0 77px 0 54px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title .space1 {
    padding: 0 6.4166666667vw 0 4.5vw;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_title .color_blue {
  color: #1656ac;
}
.lp_cost_appeal_container .sec07_improve .sec07_title .f68 {
  font-size: 68px;
  font-weight: 600;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title .f68 {
    font-size: 5.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title .f68 {
    font-size: 13.6vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_title .f81 {
    font-size: 10.8vw;
    line-height: 28vw;
    padding-bottom: 2.4vw;
    padding-right: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_text1 {
  margin: 0 auto;
  width: 540px;
  height: 50px;
  border-radius: 10px;
  background-color: #dde5ea;
  font-size: 26px;
  font-weight: 500;
  color: #1f2b31;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec07_improve .sec07_text1 {
    width: 45vw;
    height: 4.1666666667vw;
    border-radius: 0.8333333333vw;
    background-color: #dde5ea;
    font-size: 2.1666666667vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_text1 {
    margin: 0 auto;
    width: 72vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
    background-color: #dde5ea;
    font-size: 4.5333333333vw;
    letter-spacing: 0.08em;
    line-height: 9.3333333333vw;
    z-index: 10;
  }
}
.lp_cost_appeal_container .sec07_improve .sec07_dummy_img_wrap {
  width: 100%;
  height: auto;
}
.lp_cost_appeal_container .sec07_improve .sec07_dummy_img_wrap img {
  aspect-ratio: 2000/876;
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec07_improve .sec07_dummy_img_wrap {
    width: 100%;
    height: auto;
  }
  .lp_cost_appeal_container .sec07_improve .sec07_dummy_img_wrap img {
    margin-top: -4.6666666667vw;
    aspect-ratio: 750/1431;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec08_contact:ご相談内容に合わせて、フォームからお問い合わせください
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec08_contact {
  position: relative;
  background: url(../images/sec08_contact_bg.webp) center top no-repeat;
  height: 1370px;
  padding-top: 158px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact {
    background: url(../images/sec08_contact_bg.webp) center top no-repeat;
    background-size: 166.6666666667vw 114.1666666667vw;
    height: 114.1666666667vw;
    padding-top: 13.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec08_contact {
    background-image: url(../images/sec08_contact_bg2_sp.webp), url(../images/sec08_contact_bg1_sp.webp);
    background-position: center bottom, center top;
    background-size: 100vw 32.6666666667vw, 100vw 540.6666666667vw;
    background-repeat: no-repeat no-repeat;
    height: auto;
    padding-top: 43.2vw;
    padding-bottom: 10.9333333333vw;
  }
}
.lp_cost_appeal_container .sec08_contact .sec08_title {
  margin-left: 258px;
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  line-height: 62px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .sec08_title {
    margin-left: 21.5vw;
    font-size: 4.1666666667vw;
    line-height: 5.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec08_contact .sec08_title {
    margin-left: 13.3333333333vw;
    font-size: 7.3333333333vw;
    line-height: 10.6666666667vw;
  }
}
.lp_cost_appeal_container .sec08_contact .sec08_text1 {
  margin: 30px 0 0 262px;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .sec08_text1 {
    margin: 2.5vw 0 0 21.8333333333vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec08_contact .sec08_text1 {
    margin: 3.3333333333vw 0 0 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container .sec08_contact .sec08_text2 {
  margin: 140px auto 0;
  width: 460px;
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 2px #ffffff solid;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .sec08_text2 {
    margin: 11.6666666667vw auto 0;
    width: 38.3333333333vw;
    font-size: 2.1666666667vw;
    line-height: 3vw;
    padding-bottom: 1vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs {
  margin-top: 40px;
  width: 1170px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs {
    margin: 3.3333333333vw auto 0;
    width: 97.5vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab {
    -webkit-column-gap: 0.5vw;
       -moz-column-gap: 0.5vw;
            column-gap: 0.5vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li {
  position: relative;
  width: 288px;
  height: 274px;
  margin-bottom: 16px;
  overflow: visible;
  cursor: pointer;
  list-style: none;
  -webkit-transform: translateY(52px);
          transform: translateY(52px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li {
    width: 24vw;
    height: 22.8333333333vw;
    margin-bottom: 1.3333333333vw;
    -webkit-transform: translateY(4.3333333333vw);
            transform: translateY(4.3333333333vw);
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li img {
  height: auto;
  aspect-ratio: 288/274;
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .caption {
  padding-top: 10px;
  width: 100%;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .caption {
    padding-top: 0.8333333333vw;
    width: 100%;
    height: 10.6666666667vw;
    font-size: 1.8333333333vw;
    line-height: 3vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .label {
  margin: 0 auto;
  width: 180px;
  height: 20px;
  border-radius: 10px;
  background-color: #b1d4eb;
  font-size: 14px;
  line-height: 20px;
  color: #08295f;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .label {
    width: 15vw;
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 1.1666666667vw;
    line-height: 1.6666666667vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .text {
  padding-top: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs ul.tab li .tab_text_wrap .text {
    padding-top: 0.8333333333vw;
    font-size: 1.5vw;
    line-height: 2.25vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs .area {
  position: relative;
  z-index: 2;
}
.lp_cost_appeal_container .sec08_contact .contact_tabs .area ul {
  display: none;
}
.lp_cost_appeal_container .sec08_contact .contact_tabs .area ul.show {
  display: block;
}
.lp_cost_appeal_container .sec08_contact .contact_tabs .area ul li {
  position: relative;
  background: url(../images/sec08_contact_info_bg.webp) center top no-repeat;
  background-size: contain;
  width: 1170px;
  height: 243px;
  padding: 48px 130px 0 152px;
  font-size: 22px;
  line-height: 44px;
  color: #1f2b31;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs .area ul li {
    width: 97.5vw;
    height: 20.25vw;
    padding: 4vw 10.8333333333vw 0 12.6666666667vw;
    font-size: 1.8333333333vw;
    line-height: 3.6666666667vw;
  }
}
.lp_cost_appeal_container .sec08_contact .contact_tabs .area ul li span {
  font-size: 20px;
  font-weight: 500;
  color: #4a44ba;
  line-height: 46px;
  letter-spacing: 0.02em;
  padding-right: 1em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec08_contact .contact_tabs .area ul li span {
    font-size: 1.6666666667vw;
    line-height: 3.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes {
    width: 86.6666666667vw;
    margin: 10.1333333333vw auto 0;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes .contact_qa_wrap {
    margin-bottom: 6.6666666667vw;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box {
    position: relative;
    width: 86.6666666667vw;
    height: 33.7333333333vw;
    cursor: pointer;
    position: relative;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    overflow: hidden;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box.active {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box {
    /* アコーディオン閉じてる時のアイコン */
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box::after {
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background: url(../images/sec08_open_btn.webp) no-repeat;
    background-size: contain;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box {
    /* アコーディオン開いている時のアイコン */
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box.active::after {
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background: url(../images/sec08_close_btn.webp) no-repeat;
    background-size: contain;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box .contact_q_text_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.6666666667vw;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box .contact_q_text_wrap .caption {
    font-size: 4.8vw;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box .contact_q_text_wrap .label {
    margin: 3.2vw auto 0;
    width: 53.3333333333vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
    background-color: #b1d4eb;
    font-size: 3.4666666667vw;
    color: #08295f;
    line-height: 5.8666666667vw;
    text-align: center;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dt.contact_q_box .contact_q_text_wrap .text {
    margin: 3.2vw auto 0;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ffffff;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dd.ans_panel {
    padding: 4.2666666667vw 6.6666666667vw 6.6666666667vw;
    background-color: #ffffff;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dd.ans_panel ul.ans_panel_inner {
    width: 73.3333333333vw;
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dd.ans_panel ul.ans_panel_inner li {
    padding: 4vw 0 3.4666666667vw;
    border-bottom: 2px #839fb2 dashed;
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    color: #1f2b31;
    padding-left: 1em; /* 突き出す分の余白を確保 */
    text-indent: -1em; /* 1文字分だけ左にずらす */
  }
  .lp_cost_appeal_container .sec08_contact dl.contact_boxes dd.ans_panel ul.ans_panel_inner li span {
    color: #4a44ba;
    font-weight: 500;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec09_form:お問い合わせ
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec09_form {
  position: relative;
  height: auto;
  padding: 120px 0 160px;
  background-color: #e7eff6;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec09_form {
    padding: 10vw 0 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec09_form {
    padding: 14.9333333333vw 0 17.3333333333vw;
  }
}
.lp_cost_appeal_container .sec09_form .sec09_title {
  font-size: 56px;
  font-weight: 700;
  color: #08295f;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
}
.lp_cost_appeal_container .sec09_form .sec09_title span.f40 {
  font-size: 40px;
}
.lp_cost_appeal_container .sec09_form .sec09_title span.blue {
  color: #1656ac;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec09_form .sec09_title {
    font-size: 4.6666666667vw;
  }
  .lp_cost_appeal_container .sec09_form .sec09_title span.f40 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec09_form .sec09_title {
    font-size: 9.0666666667vw;
    font-weight: 700;
    color: #08295f;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .lp_cost_appeal_container .sec09_form .sec09_title span.f40 {
    font-size: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec09_form .sec09_text1 {
  margin: 34px 0 80px;
  font-size: 18px;
  color: #1f2b31;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec09_form .sec09_text1 {
    margin: 2.8333333333vw 0 6.6666666667vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec09_form .sec09_text1 {
    margin: 4.9333333333vw 0 10.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
  }
}
.lp_cost_appeal_container .sec09_form .sec09_form_wrap {
  width: 1060px;
  margin: 0 auto;
}
.lp_cost_appeal_container .sec09_form .sec09_form_wrap img {
  aspect-ratio: 1060/1120;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec09_form .sec09_form_wrap {
    width: 88.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec09_form .sec09_form_wrap {
    width: 89.3333333333vw;
  }
  .lp_cost_appeal_container .sec09_form .sec09_form_wrap img {
    aspect-ratio: 670/2590;
  }
}
.lp_cost_appeal_container {
  /**--------------------------------------
   sec10_qa:よくあるご質問
  ----------------------------------------*/
}
.lp_cost_appeal_container .sec10_qa {
  position: relative;
  background: url(../images/sec10_qa_bg.webp) center top no-repeat;
  background-size: 2000px 250px;
  background-color: #f8fafb;
  height: 1720px;
  padding-top: 85px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa {
    background: url(../images/sec10_qa_bg.webp) center top no-repeat;
    background-size: 166.6666666667vw 20.8333333333vw;
    background-color: #f8fafb;
    height: 143.3333333333vw;
    padding-top: 7.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa {
    background: url(../images/sec10_qa_bg_sp.webp) center top no-repeat;
    background-size: 100vw 33.3333333333vw;
    background-color: #f8fafb;
    height: auto;
    padding-top: 21.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_title {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
  font-weight: 700;
  color: #08295f;
  letter-spacing: 0.02em;
  text-align: center;
  border-bottom: 4px #1656ac solid;
  padding-bottom: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_title {
    font-size: 2.8333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_title {
    font-size: 6vw;
    border-bottom: 4px #1656ac solid;
    padding-bottom: 2.4vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  row-gap: 42px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list {
    margin: 8.3333333333vw auto 0;
    -webkit-column-gap: 6vw;
       -moz-column-gap: 6vw;
            column-gap: 6vw;
    row-gap: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list {
    margin: 7.4666666667vw auto 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 9.8666666667vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt {
  width: 564px;
  height: 68px;
  border-left: 2px #1656ac solid;
  border-bottom: 2px #1656ac solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt {
    width: 47vw;
    height: 5.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt {
    width: 86.6666666667vw;
    height: 9.0666666667vw;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt.line2 {
    height: 17.0666666667vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon {
  width: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-items: flex-end;
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon > img {
  display: block;
  width: 49px;
  aspect-ratio: 49/44;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon {
    width: 6.3333333333vw;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon > img {
    width: 4.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon {
    width: 10.1333333333vw;
    display: block;
    justify-items: unset;
    padding-left: 3.4666666667vw;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_icon > img {
    display: block;
    width: 6.5333333333vw;
    aspect-ratio: 49/44;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_text {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #1656ac;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_text {
    padding-left: 1.6666666667vw;
    font-size: 1.6666666667vw;
    line-height: 2.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dt .dt_q_text {
    letter-spacing: 0;
    padding-left: 2.6666666667vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd {
  width: 564px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd {
    width: 47vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd {
    width: 86.6666666667vw;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon {
  width: 76px;
  padding-top: 36px;
  justify-items: flex-end;
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon img {
  display: block;
  width: 41px;
  aspect-ratio: 41/29;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon {
    width: 6.3333333333vw;
    padding-top: 3vw;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon img {
    width: 3.4166666667vw;
    aspect-ratio: 41/29;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon {
    width: 10.1333333333vw;
    padding-top: 4.8vw;
    padding-left: 4.6666666667vw;
    justify-items: unset;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dt_a_icon img {
    display: block;
    width: 5.4666666667vw;
    aspect-ratio: 41/29;
  }
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text {
  width: 450px;
  padding: 28px 0 28px 20px;
  font-size: 16px;
  line-height: 2;
  color: #1f2b31;
  letter-spacing: 0.04em;
}
.lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text span {
  font-size: 14px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text {
    width: 37.5vw;
    padding: 2.3333333333vw 0 2.3333333333vw 1.6666666667vw;
    font-size: 1.3333333333vw;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text span {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text {
    width: 69.3333333333vw;
    padding: 3.3333333333vw 0 3.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 2;
  }
  .lp_cost_appeal_container .sec10_qa .sec10_qa_list .list_wrap dd .dd_a_text span {
    font-size: 2.9333333333vw;
  }
}/*# sourceMappingURL=lp_cost_appeal.css.map */