@charset "UTF-8";
#main {
  overflow: hidden;
}

article .m-inner {
  width: 94.66%;
}

.strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #93e6b4));
  background: linear-gradient(transparent 50%, #93e6b4 50%);
}

.weblp-header {
  padding: 90px 0 35px;
  background: #eee;
}
.weblp-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.weblp-header__left {
  width: 62%;
}
.weblp-header__right {
  width: 35%;
  padding-top: 15px;
}
.weblp-header__txt--01 {
  font-size: 62px;
  font-size: min(5vw, 62px);
  font-weight: 700;
  line-height: 1.355;
}
.weblp-header__txt--02 {
  margin-top: 70px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.weblp-header__txt--03 {
  max-width: 80%;
  margin-top: 45px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
.weblp-header__img {
  margin-right: -150px;
}
.weblp-header__img img {
  width: 100%;
}

.weblp-lb {
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: solid 1px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.weblp-lead {
  max-width: 840px;
  margin: 0 auto 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
.weblp-lead:last-child {
  margin-bottom: 0;
}

.weblp-sec-06 .m-inner, .weblp-sec-05 .m-inner, .weblp-sec-03 .m-inner, .weblp-sec-02 .m-inner {
  padding: 65px 0 70px;
}

#worksSlider .slick-arrow, .sp-slider .slick-arrow {
  top: 0;
  background: transparent;
  width: 165px;
  height: 100%;
  margin-top: 0;
}
#worksSlider .slick-arrow::before, .sp-slider .slick-arrow::before {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  border-top-color: #808080;
  border-left-color: #808080;
}
#worksSlider .slick-prev, .sp-slider .slick-prev {
  left: 310px;
}
#worksSlider .slick-prev::before, .sp-slider .slick-prev::before {
  margin-left: -12px;
}
#worksSlider .slick-next, .sp-slider .slick-next {
  right: 310px;
}
#worksSlider .slick-next::before, .sp-slider .slick-next::before {
  margin-left: -65px;
}

.weblp-sec-01 .m-inner {
  padding: 135px 0 70px;
}
.weblp-sec-01 .icon-arrow {
  margin-top: 50px;
  text-align: center;
}

@-webkit-keyframes arrow-move {
  0% {
    opacity: 0;
    top: 0; /*スタート地点(cp_arrowsの高さの40%)*/
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-move {
  0% {
    opacity: 0;
    top: 0; /*スタート地点(cp_arrowsの高さの40%)*/
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cp_arrows {
  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;
  position: relative;
  height: 96px;
}
.cp_arrows .cp_arrow { /*矢印を配置するベースの設定*/
  position: absolute;
  top: 46%; /*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 52px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  -webkit-animation: arrow-move 2s ease-in-out infinite;
          animation: arrow-move 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
  -webkit-animation: arrow-move 2s 1s ease-in-out infinite;
          animation: arrow-move 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -33px;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
}

.problem-list {
  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: 45px 80px;
  margin: 65px -40px 80px;
}
.problem-list__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  position: relative;
  border-radius: 50%;
  background: #93e6b4;
  width: 315px;
  height: 315px;
  padding-top: 62px;
  text-align: center;
}
.problem-list__itemInner::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 28px;
  width: 70px;
  height: 72.5px;
  background: url("../img/website-lp/icon_moya@2x.png") 0 0 no-repeat;
  background-size: contain;
}
.problem-list__lb {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.problem-list__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636;
}

.reason-lb {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 45px 28px;
  margin: 0 auto 55px;
  background: #93e6b4;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.462;
  text-align: center;
}
.reason-lb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  margin-top: -1px;
  margin-left: -12px;
  border: solid transparent;
  border-top-color: #93e6b4;
  border-width: 13px 12px 0 12px;
}

.reason-list {
  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: 33px;
  margin: 0 -33px 60px;
}
.reason-list__itemInner {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 345px;
  height: 100%;
  padding: 25px 25px 20px;
  background: #fff;
}
.reason-list__lb {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: solid 1px #222;
}
.reason-list__lb__lb {
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px 3px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.reason-list__lb__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-list__lb__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 85px;
  padding-left: 5px;
  color: #93e6b4;
  font-size: 55px;
  font-weight: 400;
  line-height: 0.8;
}
.reason-list__lb__txt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.231;
}
.reason-list__img {
  margin-bottom: 10px;
  text-align: center;
}

.cons-list__lb2, .cons-list__lb1 {
  display: inline-block;
  vertical-align: top;
  padding: 0.417em 0.667em 0.167em; /*5px 8px 2px*/
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}

.cons-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  margin-bottom: 70px;
  /*&__cont {

  }*/
}
.cons-list__items {
  display: contents;
}
.cons-list__itemInner {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 26px 26px 16px;
  background: #eee;
}
.cons-list__itemInner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 17.5px 20px;
}
.cons-list__img {
  grid-column: 2;
  grid-row: 2;
  /*justify-self: center;
  max-width: 525px;
  width: 100%;*/
}
.cons-list__img img {
  width: 100%;
}
.cons-list__head {
  margin: 0 0 25px;
}
.cons-list__lb1 {
  background: #222;
  color: #fff;
}
.cons-list__ttl {
  display: block;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.462;
}
.cons-list__lb2 {
  background: #93e6b4;
  color: #222;
}
.cons-list__txt {
  display: block;
  margin-top: 3px;
}

.weblp-sec-04 {
  background: #93e6b4;
}
.weblp-sec-04 .m-inner:first-child {
  padding: 75px 0 40px;
}
.weblp-sec-04 .m-inner:last-child {
  padding: 65px 0 70px;
}
.weblp-sec-04__lb {
  margin: 0 0 -50px 35px;
  color: #fff;
  font-size: 110px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 0.8;
}
.weblp-sec-04__ttl {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 52px;
  margin: 0 auto 50px;
  border-radius: 3em;
  background: #222;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.weblp-sec-04__link {
  text-align: center;
}
.weblp-sec-04__link .m-btn3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.weblp-sec-04__link .m-btn3::after {
  padding-left: 0.1em;
  margin-left: 20px;
}

.works-box a {
  color: inherit;
  text-decoration: none;
}
.works-box__inner {
  display: block;
  padding: 45px 0 0;
  background: #eee;
}
.works-box__img img {
  width: 100%;
}
.works-box__cont {
  padding: 25px 45px;
}
.works-box__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.works-box__tagItem {
  display: inline-block;
  padding: 10px 15px 7px;
  background: #4d4d4d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.works-box__txt {
  margin-top: 15px;
}
.works-box__comp {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 500;
}

#worksSlider .slick-slide {
  padding: 0 82.5px;
}

.weblp-sec-05__lb {
  padding: 15px 0 0;
  margin: 0 0 35px;
  color: #93e6b4;
  font-size: 110px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 0.8;
  text-align: right;
}
.weblp-sec-05__ttl {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.step-list {
  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: 40px 70px;
  margin: 0 -70px 70px;
}
.step-list__item {
  position: relative;
  width: 320px;
  min-height: 320px;
  padding: 10px 22px 15px;
  background: #eee;
  color: #000;
}
.step-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  top: 0;
  width: 70px;
  height: 100%;
  background: url("../img/website-lp/icon_arrow@2x.png") 50% 50% no-repeat;
  background-size: 41px;
}
.step-list__item:first-child::before {
  display: none;
}
.step-list__lb {
  margin-bottom: 20px;
  text-align: center;
}
.step-list__lb__lb {
  display: inline-block;
  padding: 0 3px 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.step-list__lb__num {
  display: block;
  margin-bottom: 20px;
  color: #93e6b4;
  font-size: 63px;
  font-weight: 400;
  line-height: 0.8;
}
.step-list__lb__txt {
  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;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
}
.step-list__txt {
  font-weight: 500;
}

.weblp-sec-06 {
  margin-bottom: 150px;
}
.weblp-sec-06 .weblp-lb {
  padding-bottom: 0;
  border-bottom: none;
}
.weblp-sec-06__img {
  margin-bottom: 50px;
  text-align: center;
}

.bnr-freeCons1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -65.47%);
          transform: translate(0, -65.47%);
}
.bnr-freeCons1 a {
  color: inherit;
  text-decoration: none;
}
.bnr-freeCons1__inner {
  display: block;
  position: relative;
  padding: 20px 20px 10px;
  border: solid 1px #666;
  background: #93e6b4;
}
.bnr-freeCons1__inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 12.44%;
  top: 100%;
  width: 45px;
  height: 30px;
  margin-top: -2px;
  background: url("../img/website-lp/bnr-bg_free-cons@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.bnr-freeCons1__txt--main {
  padding: 12px 5px 8px;
  border: solid 1px #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.bnr-freeCons1__txt--sub {
  padding-left: 1em;
  margin-top: 8px;
  margin-right: -1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

.bnr-freeCons2 {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.bnr-freeCons2 a {
  text-decoration: none;
}
.bnr-freeCons2__inner {
  display: block;
  padding: 25px 5px 22px;
  border: solid 3px #93e6b4;
  background: #4d4d4d;
  color: #fff;
}
.bnr-freeCons2__txt--main {
  color: #93e6b4;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.438;
}
.bnr-freeCons2__txt--sub {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  padding-right: 30px;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}
.bnr-freeCons2__txt--sub::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  background: url("../img/website-lp/bnr-icon_free-cons@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  #worksSlider .slick-slide {
    padding: 0 5vw;
  }
  #worksSlider .slick-arrow {
    width: 10vw;
  }
  #worksSlider .slick-prev {
    left: 21vw;
  }
  #worksSlider .slick-next {
    right: 21vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-slider, #worksSlider {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-slider .slick-arrow, #worksSlider .slick-arrow {
    width: 70px;
  }
  .sp-slider .slick-arrow::before, #worksSlider .slick-arrow::before {
    width: 39px;
    height: 39px;
    margin-top: -20px;
    border-width: 1px;
  }
  .sp-slider .slick-prev, #worksSlider .slick-prev {
    left: 0;
  }
  .sp-slider .slick-prev::before, #worksSlider .slick-prev::before {
    margin-left: -7px;
  }
  .sp-slider .slick-next, #worksSlider .slick-next {
    right: 0;
  }
  .sp-slider .slick-next::before, #worksSlider .slick-next::before {
    margin-left: -33px;
  }
  .is-over.sp-slider .slick-prev, .is-over#worksSlider .slick-prev {
    left: -2.8%;
  }
  .m-inner .is-over.sp-slider .slick-prev, .m-inner .is-over#worksSlider .slick-prev {
    left: -5%;
  }
  .is-over.sp-slider .slick-next, .is-over#worksSlider .slick-next {
    right: -2.8%;
  }
  .m-inner .is-over.sp-slider .slick-next, .m-inner .is-over#worksSlider .slick-next {
    right: -5%;
  }
  .weblp-header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .weblp-header__left, .weblp-header__right {
    width: 100%;
  }
  .weblp-header__right {
    padding-top: 0;
  }
  .weblp-header__txt--01 {
    font-size: 32px;
    font-size: min(8.53vw, 62px);
    line-height: 1.294;
  }
  .weblp-header__txt--02 {
    margin-top: 20px;
    font-size: 26px;
    font-size: min(6.93vw, 40px);
    line-height: 1.462;
  }
  .weblp-header__txt--03 {
    max-width: 100%;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.778;
  }
  .weblp-header__img {
    margin: 0 -2.82%;
  }
  .weblp-lb {
    font-size: 26px;
    font-size: min(6.93vw, 40px);
    line-height: 1.462;
  }
  .weblp-lead {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .weblp-sec-01 .m-inner {
    padding-top: 45px;
  }
  .problem-list {
    max-width: 540px;
    margin: 65px auto 80px;
  }
  .problem-list__itemInner {
    margin: 0 auto;
  }
  .reason-list__itemInner {
    margin: 0 auto;
  }
  .cons-list__lb1, .cons-list__lb2 {
    font-size: 1.1rem;
  }
  .cons-list {
    display: block;
    margin-bottom: 30px;
  }
  .cons-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cons-list__itemInner {
    max-width: 100%;
    width: 315px;
    padding: 20px 20px 16px;
    margin: 0 auto;
  }
  .cons-list__itemInner::after {
    border-width: 14px;
  }
  .cons-list__img {
    margin-top: 40px;
  }
  .cons-list__head {
    margin-bottom: 18px;
  }
  .cons-list__ttl {
    margin-top: 0;
    font-size: 23px;
    font-size: min(6.13vw, 26px);
    line-height: 1.261;
  }
  .cons-list__txt {
    margin-top: -5px;
  }
  #worksSlider .slick-slide {
    padding: 0 20px;
  }
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    margin: 0 auto 70px;
  }
  .step-list__item {
    min-height: 0;
    margin: 0 auto;
  }
  .step-list__item::before {
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    background: url("../img/website-lp/icon_arrow__sp.png") 50% 50% no-repeat;
    background-size: 7px;
  }
  .bnr-freeCons1 {
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: 350px;
    margin: 0 auto 60px;
  }
  .bnr-freeCons1__inner {
    padding: 10px;
    border: none;
  }
  .bnr-freeCons1__inner::before {
    right: 9.3%;
    width: 37px;
    height: 19px;
    margin-top: -4px;
    background: url("../img/website-lp/bnr-bg_free-cons__sp.png") 50% 50% no-repeat;
    background-size: contain;
  }
  .bnr-freeCons1__txt--main {
    font-size: 22px;
    font-size: min(5.87vw, 24px);
  }
  .bnr-freeCons1__txt--sub {
    padding-left: 1.5em;
    margin-top: 10px;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 559px) {
  .weblp-header {
    padding: 25px 0;
  }
  .weblp-header__main {
    gap: 15px;
  }
  .weblp-lb {
    padding-bottom: 4px;
    margin-bottom: 18px;
  }
  .weblp-lead {
    margin-bottom: 20px;
  }
  .weblp-sec-02 .m-inner, .weblp-sec-03 .m-inner, .weblp-sec-05 .m-inner, .weblp-sec-06 .m-inner {
    padding: 33px 0;
  }
  .weblp-sec-01 .m-inner {
    padding: 25px 0 50px;
  }
  .weblp-sec-01 .icon-arrow {
    margin-top: 20px;
  }
  .weblp-sec-01 .icon-arrow img {
    width: 67px;
  }
  .cp_arrows {
    height: 66px;
  }
  .cp_arrows .cp_arrow {
    width: 67px;
    height: 35px;
  }
  .cp_arrows .cp_arrow::before {
    width: 47.5px;
    height: 47.5px;
    margin-left: -24px;
    margin-top: -23px;
  }
  .problem-list {
    margin: 15px -2.82% 25px;
  }
  .problem-list__itemInner {
    gap: 26px;
    width: 236px;
    height: 236px;
    padding-top: 47px;
  }
  .problem-list__itemInner::before {
    left: 7px;
    top: 23px;
    width: 52px;
    height: 53px;
  }
  .problem-list__lb {
    font-size: 15px;
  }
  .problem-list__txt {
    font-size: 17px;
    line-height: 1.824;
  }
  .reason-lb {
    max-width: 100%;
    width: 315px;
    padding: 20px 5px 13px;
    margin-bottom: 40px;
    font-size: 23px;
    font-size: min(6.13vw, 26px);
  }
  .reason-lb::before {
    margin-left: -9.5px;
    border-width: 9px 9.5px 0 9.5px;
  }
  .reason-list {
    gap: 20px;
    margin: 0 auto 40px;
  }
  .reason-list__itemInner {
    max-width: 100%;
    width: 315px;
    min-height: 0;
    padding: 23px 23px 13px;
  }
  .reason-list__lb {
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .reason-list__lb__lb {
    font-size: 11px;
  }
  .reason-list__lb__num {
    width: 1.56em; /*78px*/
    padding-left: 0;
    font-size: 50px;
    font-size: min(13.33vw, 55px);
  }
  .reason-list__lb__txt {
    font-size: 23px;
    font-size: min(6.13vw, 26px);
    line-height: 1.261;
  }
  .reason-list__img {
    margin-bottom: 8px;
  }
  .reason-list__img img {
    display: inline-block;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #reason03 .reason-list__img {
    margin-top: -20px;
    margin-bottom: 0;
  }
  .weblp-sec-04 .m-inner:first-child {
    padding: 25px 0 30px;
  }
  .weblp-sec-04 .m-inner:last-child {
    padding: 25px 0;
  }
  .weblp-sec-04__lb {
    margin: 0 0 -10px;
    font-size: 80px;
    font-size: min(21.33vw, 110px);
  }
  .weblp-sec-04__ttl {
    padding: 13px 35px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: min(5.33vw, 24px);
  }
  .weblp-sec-04__link .m-btn3 {
    font-size: 1.8rem;
  }
  .weblp-sec-04__link .m-btn3::after {
    margin-left: 15px;
  }
  .works-box__inner {
    padding: 35px 0 0;
  }
  .works-box__cont {
    padding: 18px 15px 8px;
  }
  .works-box__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works-box__tagItem {
    padding: 7px 12px;
    font-size: 1.3rem;
  }
  .works-box__txt {
    margin-top: 10px;
  }
  .works-box__comp {
    margin-top: 2px;
  }
  .weblp-sec-05__lb {
    margin-bottom: 20px;
    font-size: 80px;
    font-size: min(21.33vw, 110px);
  }
  .weblp-sec-05__ttl {
    margin-bottom: 18px;
    font-size: 22px;
    font-size: min(5.87vw, 32px);
    line-height: 1.364;
  }
  .step-list {
    margin-bottom: 35px;
  }
  .step-list__item {
    width: 320px;
    padding: 10px 22px;
  }
  .step-list__lb__lb {
    font-size: 13px;
  }
  .step-list__lb__num {
    margin-bottom: 30px;
    font-size: 57px;
  }
  .step-list__lb__txt {
    font-size: 22px;
    font-size: min(5.87vw, 24px);
    line-height: 1.636;
  }
  .weblp-sec-06 {
    margin-bottom: 50px;
  }
  .weblp-sec-06__img {
    margin-bottom: 25px;
  }
  .bnr-freeCons2__inner {
    padding: 15px 5px;
    border-width: 2px;
  }
  .bnr-freeCons2__txt--main {
    font-size: 24px;
    font-size: min(6.4vw, 32px);
  }
  .bnr-freeCons2__txt--sub {
    padding-right: 0;
    margin-top: 8px;
    font-size: 18px;
    font-size: min(4.8vw, 22px);
    line-height: 1.556;
  }
  .bnr-freeCons2__txt--sub::after {
    display: inline-block;
    position: relative;
    top: 0.167em;
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 0.444em;
  }
  .bnr-freeCons2__txt--sub.is-sp-center {
    text-align: center;
  }
}/*# sourceMappingURL=style_website-lp.css.map */