@charset "UTF-8";

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.paint_lp .c-heading02 {
  position: relative;
  text-align: center;
}

.paint_lp .plan-heading .c-heading02-bg {
  position: absolute;
  top: -13.333vw;
  left: 0;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30.333vw;
  font-weight: 700;
  color: rgba(220, 242, 255, 0.5);
  text-align: left;
}

.paint_lp .c-heading02-title {
  position: relative;
  z-index: 1;
  color: #101010;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.019em;
}

.paint_lp .c-heading02-title .text-min {
  display: inline-block;
  margin-bottom: 0;
  font-size: 5.867vw;
}

.paint_lp .c-heading02-title .text-blue {
  color: #077fe4;
}

.paint_lp .c-heading02-en {
  position: relative;
  z-index: 1;
  margin-top: 2.133vw;
  display: inline-block;
  font-family: Montserrat, serif;
  font-size: 2.667vw;
  font-weight: 700;
  color: #0980e5;
}

@media screen and (min-width: 751px) {

  .paint_lp .plan-heading .c-heading02-bg {
    top: -50px;
    left: 0;
    font-size: 15.5rem;
  }
  
  .paint_lp .c-heading02-title {
    font-size: 3.9rem;
  }
  
  .paint_lp .c-heading02-title .text-min {
    margin-bottom: 18px;
    font-size: 3rem;
  }
  
  .paint_lp .c-heading02-en {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

.reform-lp-hero .hero-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.reform-lp-hero .mform {
  width: 59.655%;
  padding: 2em 1.5em;
  position: relative;
  margin-left: auto;
  right: auto;
  top: auto;
  margin-left: 3%;
}

.reform-lp-hero .mform .form-submit {
  width: 100%;
}

.reform-lp-hero .award {
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.reform-lp-hero .award .img {
  width: 42.1052631579%;
  flex-shrink: 0;
}

.reform-lp-hero .award .txt {
  font-size: 10px;
  margin-left: 1em;
  line-height: 1.5;
}

.reform-lp-hero .check {
  background-color: #1C3FA9;
  border: solid 3px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  padding: 1em 2em;
  border-radius: 100px;
  margin-top: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.reform-lp-hero .check * {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.reform-lp-hero .check > * {
  position: relative;
  padding-left: 1.4em;
  margin-left: 1em;
}

.reform-lp-hero .check > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: url(../img/reform_lp/ic-check.png) no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reform-lp-hero .check > *:first-of-type {
  margin-left: auto;
}

.reform-lp-hero .check span {
  color: #FFCE00;
}

.reform-lp-hero .top-form-title {
  background-color: #1C3FA9;
}

.reform-lp-hero .form-btn-submit {
  background: unset;
  border: none;
  box-shadow: none;
  text-indent: -9999px;
  background: url(../img/reform_lp/btn.png) no-repeat center/contain;
  aspect-ratio: 378/94;
  width: 100%;
  height: auto;
}

.reform-lp-hero .policy-txt {
  text-align: center;
  margin-top: 0.5em;
}

.reform-lp-hero .policy-txt a {
  text-decoration: underline;
}

.reform-lp-hero .policy-txt span {
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .reform-lp-hero .policy-txt span {
    font-size: 2.8vw;
  }
}

.reform-lp-hero .btn-btm {
  font-size: 12px;
  color: #a5a5a5;
  text-align: center;
}

.reform-lp-hero.main-form {
  overflow: hidden;
  background: unset;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 750px) {
  .reform-lp-hero.main-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.reform-lp-hero.main-form::before {
  content: none;
}

.reform-lp-hero.main-form::after {
  content: none;
}

.reform-lp-hero.main-form .hero-wrapper {
  background: #225EB6;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .reform-lp-hero.main-form .hero-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .reform-lp-hero.main-form .hero {
    width: calc(100vw - 30px);
    padding: 10vw 3vw 0;
  }
}

@media screen and (min-width: 751px) {
  .reform-lp-hero .hero-heads h2 {
    margin: 0;
  }
}

.reform-lp-hero.main-form .fv img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .reform-lp-hero.main-form .form th, .reform-lp-hero.main-form .form td, .reform-lp-hero.main-form .form td input {
    font-size: 3.2vw;
  }
}

.paint_lp .sp {
  display: none;
}

.paint_lp .cnt {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paint_lp .cmnTtl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.paint_lp .form-btn-submit.red {
  background-color: #E73565;
  border-color: #E73565;
  color: #fff;
  box-shadow: 0 0.34722vw 0 0 #BE1642;
}

.paint_lp .sec--works {
  background-color: transparent;
}

.paint_lp .logo-loop {
  padding: 1em 0;
}

.paint_lp .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.paint_lp .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.paint_lp .scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.paint_lp .scroll-infinity__item {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.paint_lp .scroll-infinity__item > img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.paint_lp .scroll-infinity__item.item--himeji-gaiheki {
  width: 56vw;
}
.paint_lp .scroll-infinity__item.item--hirota {
  width: 72vw;
}
.paint_lp .scroll-infinity__item.item--hoju-home {
  width: 23vw;
}
.paint_lp .scroll-infinity__item.item--iemaru {
  width: 22vw;
}
.paint_lp .scroll-infinity__item.item--kotakujuken {
  width: 42vw;
}
.paint_lp .scroll-infinity__item.item--m-works {
  width: 46vw;
}
.paint_lp .scroll-infinity__item.item--marusei-tech {
  width: 88vw;
}
.paint_lp .scroll-infinity__item.item--midorikenso {
  width: 51vw;
}
.paint_lp .scroll-infinity__item.item--miwatosou {
  width: 72vw;
}
.paint_lp .scroll-infinity__item.item--mr {
  width: 64vw;
}
.paint_lp .scroll-infinity__item.item--north-lands {
  width: 58vw;
}
.paint_lp .scroll-infinity__item.item--ohashibisou {
  width: 62vw;
}
.paint_lp .scroll-infinity__item.item--paint-one {
  width: 56vw;
}
.paint_lp .scroll-infinity__item.item--paint-studio {
  width: 22vw;
}
.paint_lp .scroll-infinity__item.item--reformkizuna {
  width: 40vw;
}
.paint_lp .scroll-infinity__item.item--rizeteq {
  width: 20vw;
}
.paint_lp .scroll-infinity__item.item--sakura-roof {
  width: 54vw;
}
.paint_lp .scroll-infinity__item.item--toiro {
  width: 37vw;
}
.paint_lp .scroll-infinity__item.item--tokaikougei {
  width: 48vw;
}
.paint_lp .scroll-infinity__item.item--village {
  width: 54vw;
}
.paint_lp .scroll-infinity__item.item--zero-plus {
  width: 32vw;
}

.fbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.fb-center  { justify-content: center; }
.fb-between { justify-content: space-between; }
.paint_lp .sec--works {
  padding: 0 0 6.6666666667vw;
}
.measures-inner {
  max-width: 1260px;
  width: 100%;
  margin: 15vw auto;
  padding: 0 4vw;
}
.measures h2 {
  text-align: center;
  font-size: 6.2vw;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 5vw;
}
.measures h2 span.tx1 {
  font-size: 4.2vw;
  display: block;
}
.measures h2 span.tx2 {
  font-size: 9vw;
  display: block;
  color: #225eb6;
}
.measures h2 span.tx2 {
  font-size: 9vw;
  color: #225eb6;
}
.measures .item {
  width: 100%;
  border: solid 5px #225eb6;
  margin-bottom: 12vw;
  padding: 8vw 4vw;
  line-height: 1.5;
  position: relative;
}
.measures .item::before {
  content: "";
  display: block;
  width: 18vw;
  height: 18vw;
  position: absolute;
  left: -3vw;
  top: -9vw;
}
.measures .item:first-child:before {
  background: url(../img/paint_lp/icon-measures-01.png)no-repeat;
  background-size: 100%;
}
.measures .item:nth-child(2):before {
  background: url(../img/paint_lp/icon-measures-02.png)no-repeat;
  background-size: 100%;
}
.measures .item:last-child:before {
  background: url(../img/paint_lp/icon-measures-03.png)no-repeat;
  background-size: 100%;
}

.measures .item h3 {
  font-size: 7vw;
  color: #225eb6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5vw;
}
.measures .item p {
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .paint_lp .sec--works {
    padding: 0 0 3.4722222222vw;
  }
  .measures-inner {
    max-width: 1260px;
    width: 100%;
    margin: 10vw auto;
  }
  .measures h2 {
    font-size: 4.2vw;
    margin-bottom: 6vw;
  }
  .measures h2 span.tx1 {
    font-size: 2.2vw;
    font-weight: bold;
  }
  .measures h2 span.tx2 {
    font-size: 6vw;
  }
  .measures .item {
    width: 31%;
    margin-bottom: 0;
    padding: 4vw 2vw;
  }
  .measures .item::before {
    width: 9vw;
    height: 9vw;
    left: -3vw;
    top: -5vw;
  }
  .measures .item h3 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .measures .item p {
    font-size: 1.4vw;
  }
  .paint_lp .scroll-infinity__item {
    height: 86px;
  }
  .paint_lp .scroll-infinity__item.item--himeji-gaiheki {
    width: 280px;
  }
  .paint_lp .scroll-infinity__item.item--hirota {
    width: 362px;
  }
  .paint_lp .scroll-infinity__item.item--hoju-home {
    width: 115px;
  }
  .paint_lp .scroll-infinity__item.item--iemaru {
    width: 320px;
  }
  .paint_lp .scroll-infinity__item.item--kotakujuken {
    width: 210px;
  }
  .paint_lp .scroll-infinity__item.item--m-works {
    width: 230px;
  }
  .paint_lp .scroll-infinity__item.item--marusei-tech {
    width: 440px;
  }
  .paint_lp .scroll-infinity__item.item--midorikenso {
    width: 255px;
  }
  .paint_lp .scroll-infinity__item.item--miwatosou {
    width: 360px;
  }
  .paint_lp .scroll-infinity__item.item--mr {
    width: 320px;
  }
  .paint_lp .scroll-infinity__item.item--north-lands {
    width: 290px;
  }
  .paint_lp .scroll-infinity__item.item--ohashibisou {
    width: 310px;
  }
  .paint_lp .scroll-infinity__item.item--paint-one {
    width: 280px;
  }
  .paint_lp .scroll-infinity__item.item--paint-studio {
    width: 110px;
  }
  .paint_lp .scroll-infinity__item.item--reformkizuna {
    width: 200px;
  }
  .paint_lp .scroll-infinity__item.item--rizeteq {
    width: 100px;
  }
  .paint_lp .scroll-infinity__item.item--sakura-roof {
    width: 270px;
  }
  .paint_lp .scroll-infinity__item.item--toiro {
    width: 185px;
  }
  .paint_lp .scroll-infinity__item.item--tokaikougei {
    width: 240px;
  }
  .paint_lp .scroll-infinity__item.item--village {
    width: 270px;
  }
  .paint_lp .scroll-infinity__item.item--zero-plus {
    width: 260px;
  }
}

@media screen and (max-width: 750px) {
  .paint_lp .sec--works .contents-works {
    padding: 5vw 4vw 10vw;
  }
  .paint_lp .scroll-infinity__item.item--afterhome {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .reform-lp-hero {
    margin-top: 0;
  }
  .reform-lp-hero .hero-box {
    flex-direction: column;
  }
  .reform-lp-hero .mform {
    width: 100%;
    margin-left: auto;
    padding: 4vw 3vw;
  }

}
@media only screen and (max-width: 750px) {
  .reform-lp-hero .award {
    flex-direction: column;
  }
  .reform-lp-hero .award .img {
    width: 100%;
  }
  .reform-lp-hero .award .txt {
    margin-top: 1em;
    font-size: 0.6em;
    margin-left: auto;
  }
  .reform-lp-hero .check {
    flex-direction: column;
    row-gap: 1em;
    border-radius: 1em;
  }
  .reform-lp-hero .check > * {
    margin-left: 0;
  }
  .reform-lp-hero .check > *:first-of-type {
    margin-left: 0;
  }
  .paint_lp .sp {
    display: block;
  }
  .paint_lp .spMid {
    font-size: 1.2em;
  }
  .paint_lp .spL {
    font-size: 1.6em;
  }
  .paint_lp .cmnTtl {
    font-size: 1.5em;
  }
  .paint_lp .scroll-infinity__item {
    width: 10.909vw;
    height: 20.545vw;
    margin: 0 0.75em;
  }
}

.reform-lp-hero {
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
}

@media screen and (min-width: 751px) {
  .reform-lp-hero .hero {
    width: 90.215vw;
    padding: 0;
  }
}

@media screen and (min-width: 1441px) {
  .paint_lp .sec--works {
    padding: 0px 0 50px;
  }
  .measures-inner {
    max-width: 1260px;
    width: 100%;
    margin: 150px auto 0;
    padding: 0;
  }
  .measures h2 {
    font-size: 55px;
    margin-bottom: 80px;
  }
  .measures h2 span.tx1 {
    font-size: 34px;
  }
  .measures h2 span.tx2 {
    font-size: 69px;
  }
  .measures .item {
    padding: 50px 20px 35px;
  }
  .measures .item::before {
    width: 100px;
    height: 100px;
    left: -30px;
    top: -60px;
  }
  .measures .item h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .measures .item p {
    font-size: 18px;
  }
  
  .reform-lp-hero .hero {
    width: 1300px;
  }
}

.reform-download {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 4vw;
}

.reform-download .reform-download-inner {
  position: relative;
  padding: 5.333vw 4vw;
  background-color: #fff;
  border: 1.333vw solid #225EB6;
  border-radius: 5.333vw;
  box-shadow: 1.333vw 1.333vw 1.333vw 0 rgba(0, 0, 0, 0.3)
}

.reform-download .reform-download-area {
  width: 100%;
}

.reform-download .reform-download-title {
  color: #225EB6;
  font-size: 6.933vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.reform-download .reform-download-title .text-min {
  font-size: 5.333vw;
}

.reform-download .reform-download-title .text-num {
  font-family: Lato, sans-serif;
  font-size: 12.8vw;
}

.reform-download .reform-download-title >p:nth-child(2) {
  margin-top: 1.333vw;
  line-height: 1;
}

.reform-download .reform-download-image {
  width: 100%;
}

.reform-download .reform-download-image img {
  width: 100%;
}

.reform-download .reform-download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  background-color: #E73565;
  border-color: #E73565;
  color: #fff;
  width: 100%;
  height: 14.4vw;
  font-size: 4.8vw;
  font-weight: 700;
  border-radius: 10.667vw;
  box-shadow: 0.8vw 0.8vw 0.267vw 0 rgba(0, 0, 0, 0.4);
}

.reform-download .reform-download-link > span {
  position: relative;
  display: inline-block;
}

.reform-download .reform-download-link > span::after {
  content: '';
  position: absolute;
  top: -1.333vw;
  right: -8vw;
  display: block;
  background: url(../img/reform_lp/icon-download.svg) no-repeat center/contain;
  width: 5.067vw;
  height: 6.133vw;
}

.reform-download .reform-download-link:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}


@media screen and (max-width: 750px) {
  .reform-download .reform-download-title .text-min {
    margin-left: 2px;
  }
  .reform-download .reform-download-image {
    margin-top: 20px;
  }
}

@media screen and (min-width: 751px) {
  .reform-download {
    max-width: 85vw;
    padding: 0;
  }
  
  .reform-download .reform-download-inner {
    padding: 2.364vw 0.909vw 4vw 4vw;
    border: 0.909vw solid #225EB6;
    border-radius: 3.818vw;
    box-shadow: 0.909vw 0.909vw 0.909vw 0 rgba(0, 0, 0, 0.3);
  }
  
  .reform-download .reform-download-wrap {
    display: flex;
    justify-content: space-between;
  }
  
  .reform-download .reform-download-area {
    max-width: 50.909vw;
    width: 100%;
  }
  
  .reform-download .reform-download-title {
    font-size: 2.636vw;
    line-height: 1.75;
  }
  
  .reform-download .reform-download-title .text-min {
    font-size: 2.182vw;
  }
  
  .reform-download .reform-download-title .text-num {
    font-size: 8vw;
  }
  
  .reform-download .reform-download-title >p:nth-child(2) {
    margin-top: -4.455vw;
    line-height: 1;
  }
  
  .reform-download .reform-download-image {
    position: absolute;
    top: -4.545vw;
    right: 0;
    max-width: 28.364vw;
    width: 100%;
  }
  
  .reform-download .reform-download-link {
    margin-top: 0.909vw;
    width: 100%;
    height: 4vw;
    font-size: 1.818vw;
    border-radius: 2vw;
    box-shadow: 0.273vw 0.273vw 0.091vw 0 rgba(0, 0, 0, 0.4);
  }
  
  .reform-download .reform-download-link > span::after {
    top: -0.364vw;
    right: -3.273vw;
    width: 1.727vw;
    height: 2.091vw;
  }
}

@media screen and (min-width: 1100px) {
  .reform-download {
    max-width: 935px;
  }
  
  .reform-download .reform-download-inner {
    padding: 26px 10px 44px 44px;
    border: 10px solid #225EB6;
    border-radius: 42px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  .reform-download .reform-download-area {
    max-width: 560px;
  }
  
  .reform-download .reform-download-title {
    font-size: 2.9rem;
  }
  
  .reform-download .reform-download-title .text-min {
    font-size: 2.4rem;
  }
  
  .reform-download .reform-download-title .text-num {
    font-size: 8.8rem;
  }
  
  .reform-download .reform-download-title >p:nth-child(2) {
    margin-top: -49px;
  }
  
  .reform-download .reform-download-image {
    top: -50px;
    max-width: 312px;
  }
  
  .reform-download .reform-download-link {
    margin-top: 10px;
    height: 44px;
    font-size: 20px;
    border-radius: 22px;
    box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.4);
  }
  
  .reform-download .reform-download-link > span::after {
    top: -4px;
    right: -36px;
    width: 19px;
    height: 23px;
  }
}

.paint_lp .problem {
  position: relative;
  z-index: 1;
  margin-top: -32vw;
}

.paint_lp .problem-bg {
  position: relative;
  padding-top: 42.667vw;
  padding-bottom: 33.867vw;
}

.paint_lp .problem-bg::before {
  content: '';
  position: absolute;
  bottom: -7.467vw;
  left: 50%;
  display: block;
  width: 58.667vw;
  height: 37.067vw;
  background: url(../img/reform_lp/img_problem_01.png) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}

.paint_lp .problem-bg::after {
  content: '';
  position: absolute;
  bottom: -10.667vw;
  left: 50%;
  display: block;
  width: 100%;
  height: calc(100% + 10.667vw);
  background-image: url(../img/reform_lp/bg_problem_01_pc.png);
  background-size: contain;
  background-position: center bottom;
  transform: translateX(-50%);
  z-index: -1;
}

.paint_lp .problem-heading {
  text-align: center;
}

.paint_lp .problem-title {
  font-size: 9.067vw;
  font-weight: 900;
  letter-spacing: 0;
}

.paint_lp .problem-title > span {
  display: inline-block;
  color: #225EB6;
  font-size: 12.8vw;
}

.paint_lp .problem-en {
  margin-top: 2.667vw;
  font-size: 4.267vw;
  font-weight: 500;
  letter-spacing: 0;
}

.paint_lp .problem-inner {
  width: 100%;
  margin: 8vw auto 0;
}

.paint_lp .problem-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.paint_lp .problem-area li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 45.333vw;
  height: 45.333vw;
  border-radius: 50%;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .paint_lp .problem-bg {
    background: #C4E3FF;
  }
  .paint_lp .problem-inner {
    padding: 0 10px;
  }
  .paint_lp .problem-title {
    line-height: 1.2;
  }
  .paint_lp .problem-area li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 751px) {
  .paint_lp .problem {
    margin-top: -9.727vw;
  }
  
  .paint_lp .problem-bg {
    padding-top: 14.364vw;
    padding-bottom: 19.818vw;
  }
  
  .paint_lp .problem-bg::before {
    content: '';
    position: absolute;
    bottom: 1.727vw;
    left: 50%;
    display: block;
    width: 25.091vw;
    height: 15.818vw;
    background: url(../img/reform_lp/img_problem_01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
  }
  
  .paint_lp .problem-bg::after {
    content: '';
    position: absolute;
    bottom: -7.273vw;
    left: 50%;
    display: block;
    width: 100%;
    height: calc(100% + 7.273vw);
    background-image: url(../img/reform_lp/bg_problem_01_pc.png);
    background-size: cover;
    background-position: center bottom;
    transform: translateX(-50%);
    z-index: -1;
  }
  
  .paint_lp .problem-title {
    font-size: 5vw;
  }
  
  .paint_lp .problem-title > span {
    font-size: 6.273vw;
    padding: 0 0.091vw 0 0.364vw;
  }
  
  .paint_lp .problem-en {
    margin-top: 1.364vw;
    font-size: 2.273vw;
  }
  
  .paint_lp .problem-inner {
    max-width: 85vw;
    width: 100%;
    margin: 2.727vw auto 0;
  }
  
  .paint_lp .problem-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .paint_lp .problem-area:not(:first-of-type) {
    margin-top: 2vw;
  }
  
  .paint_lp .problem-area li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    font-size: 1.818vw;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0;
    text-align: center;
  }
  
  .paint_lp .problem-area li:first-child,
  .paint_lp .problem-area li:last-child {
    position: relative;
    top: 6.909vw;
  }
}

@media screen and (min-width: 1100px) {
  .paint_lp .problem {
    margin-top: -107px;
  }
  
  .paint_lp .problem-bg {
    padding-top: 158px;
    padding-bottom: 218px;
  }
  
  .paint_lp .problem-bg::before {
    bottom: 19px;
    width: 276px;
    height: 174px;
  }
  
  .paint_lp .problem-bg::after {
    bottom: -80px;
    height: calc(100% + 80px);
  }
  
  .paint_lp .problem-title {
    font-size: 5.5rem;
  }
  
  .paint_lp .problem-title > span {
    font-size: 6.9rem;
    padding: 0 1px 0 4px;
  }
  
  .paint_lp .problem-en {
    margin-top: 15px;
    font-size: 2.5rem;
  }
  
  .paint_lp .problem-inner {
    max-width: 935px;
    margin: 30px auto 0;
  }
  
  .paint_lp .problem-area:not(:first-of-type) {
    margin-top: 22px;
  }
  
  .paint_lp .problem-area li {
    width: 220px;
    height: 220px;
    font-size: 2rem;
  }
  
  .paint_lp .problem-area li:first-child,
  .paint_lp .problem-area li:last-child {
    top: 76px;
  }
}

.paint_lp .point-heading {
  position: relative;
  padding-top: 34.133vw;
  text-align: center;
}

.paint_lp .point-heading::before {
  content: '';
  position: absolute;
  top: 15.2vw;
  left: 50%;
  display: block;
  width: 15.467vw;
  height: 12.533vw;
  background: url(../img/reform_lp/icon_arrow_bottom_01_pc.png) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}

.paint_lp .point-heading-text {
  display: block;
  font-size: 5.333vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}

.paint_lp .point-heading-title {
  position: relative;
  display: inline-block;
  padding: 0 6.133vw 0 8vw;
  color: #225EB6;
  margin-top: 0px;
  font-size: 9.067vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.paint_lp .point-heading-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 7.467vw;
  height: 8.8vw;
  background: url(../img/reform_lp/img_point_title_left_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .point-heading-title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.533vw;
  display: block;
  width: 7.467vw;
  height: 8.8vw;
  background: url(../img/reform_lp/img_point_title_right_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .point-inner {
  position: relative;
  margin: 21.333vw auto 0;
  width: 100%;
}

.paint_lp .point-box {
  padding: 6.667vw;
  background-color: #fff;
  width: 90%;
  border: 1.333vw solid #1885E2;
  border-radius: 11.733vw;
}

.paint_lp .point-box.is-01 {
  position: relative;
}

.paint_lp .point-box.is-01::before {
  content: '';
  position: absolute;
  top: -23.2vw;
  left: 13.333vw;
  display: block;
  width: 24vw;
  height: 22.133vw;
  background: url(../img/reform_lp/img_point_people_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .point-box-en {
  display: block;
  color: #A8D0F2;
  font-size: 14.667vw;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-align: center;
}

.paint_lp .point-box-title {
  margin-top: 4vw;
  color: #000;
  font-size: 8.267vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.paint_lp .point-box-text {
  margin-top: 4vw;
  color: #000;
  font-size: 3.733vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .paint_lp .point-box {
    margin: 0 auto;
  }
  .paint_lp .point-box:not(:first-of-type) {
    margin-top: 15px;
  }
  .paint_lp .point-box-text {
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .paint_lp .point-heading {
    position: relative;
    padding-top: 10.909vw;
    text-align: center;
  }
  
  .paint_lp .point-heading::before {
    content: '';
    position: absolute;
    top: 1.818vw;
    left: 50%;
    display: block;
    width: 7.909vw;
    height: 6.545vw;
    background: url(../img/reform_lp/icon_arrow_bottom_01_pc.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
  }
  
  .paint_lp .point-heading-text {
    display: block;
    font-size: 2.182vw;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
  }
  
  .paint_lp .point-heading-title {
    position: relative;
    display: inline-block;
    padding: 0 4.091vw 0 5.636vw;
    color: #225EB6;
    margin-top: 0.636vw;
    font-size: 4.364vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
  
  .paint_lp .point-heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 4.727vw;
    height: 5.364vw;
    background: url(../img/reform_lp/img_point_title_left_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .point-heading-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 4.727vw;
    height: 5.364vw;
    background: url(../img/reform_lp/img_point_title_right_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .point-inner {
    display: flex;
    justify-content: space-between;
    margin: 3.273vw auto 0;
    max-width: 79.364vw;
    width: 100%;
  }
  
  .paint_lp .point-box {
    padding: 2.455vw 1.818vw 3.273vw;
    background-color: #fff;
    width: calc(100% / 3 - 0.364vw);
    border: 0.455vw solid #1885E2;
    border-radius: 4vw;
  }
  
  .paint_lp .point-box.is-01 {
    position: relative;
  }
  
  .paint_lp .point-box.is-01::before {
    content: '';
    position: absolute;
    top: -14.545vw;
    left: 4.545vw;
    display: block;
    width: 15.545vw;
    height: 14.182vw;
    background: url(../img/reform_lp/img_point_people_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .point-box-en {
    display: block;
    color: #A8D0F2;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: -0.025em;
    text-align: center;
  }
  
  .paint_lp .point-box-title {
    margin-top: 1.545vw;
    color: #000;
    font-size: 2.818vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }
  
  .paint_lp .point-box-text {
    margin-top: 0.909vw;
    color: #000;
    font-size: 1.273vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1100px) {
  .paint_lp .point-heading {
    padding-top: 120px;
  }
  
  .paint_lp .point-heading::before {
    top: 20px;
    width: 87px;
    height: 72px;
  }
  
  .paint_lp .point-heading-text {
    font-size: 2.4rem;
  }
  
  .paint_lp .point-heading-title {
    padding: 0 45px 0 62px;
    margin-top: 7px;
    font-size: 4.8rem;
  }
  
  .paint_lp .point-heading-title::before {
    width: 52px;
    height: 59px;
  }
  
  .paint_lp .point-heading-title::after {
    width: 52px;
    height: 59px;
  }
  
  .paint_lp .point-inner {
    margin: 36px auto 0;
    max-width: 873px;
  }
  
  .paint_lp .point-box {
    padding: 27px 20px 36px;
    width: calc(100% / 3 - 4px);
    border: 5px solid #1885E2;
    border-radius: 44px;
  }
  
  .paint_lp .point-box.is-01::before {
    top: -160px;
    left: 50px;
    width: 171px;
    height: 156px;
  }
  
  .paint_lp .point-box-en {
    font-size: 5.5rem;
  }
  
  .paint_lp .point-box-title {
    margin-top: 17px;
    font-size: 3.1rem;
  }
  
  .paint_lp .point-box-text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.paint_lp .text-blue {
  color: #225EB6;
}

.paint_lp .reform-cta-top {
  margin-top: -26.667vw;
}

.paint_lp .reform-cta-top .reform-cta {
  padding-top: 34.667vw;
}

.paint_lp .reform-cta {
  padding-top: 18.933vw;
  padding-bottom: 5.333vw;
  background: #225EB6;
}

.paint_lp .reform-cta-title {
  font-size: 8.533vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.76;
  text-align: center;
}

.paint_lp .reform-cta-title .marker {
  background: linear-gradient(transparent 70%, #FFF000 30%);
}

.paint_lp .reform-cta-wrap {
  margin-top: 8vw;
}

.paint_lp .reform-cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96vw;
  height: 21.867vw;
  background-color: #fff;
  border-radius: 12vw;
  box-shadow: 1.6vw 1.6vw 0.533vw 0 rgba(0,0,0,0.3);
}

.paint_lp .reform-cta-tel .tel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6.933vw;
  color: #E73565;
  font-family: Lato, sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.paint_lp .reform-cta-tel .tel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6.4vw;
  height: 9.067vw;
  background: url(../img/reform_lp/icon_tel_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .reform-cta-tel .text {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.paint_lp .reform-cta-tel .text .time {
  display: inline-block;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.paint_lp .reform-cta-tel .text .pink {
  display: inline-block;
  margin-left: 1.867vw;
  color: #E93665;
  font-size: 2.933vw;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.paint_lp .reform-cta-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96vw;
  height: 21.867vw;
  background-color: #E73367;
  border-radius: 12vw;
  box-shadow: 1.6vw 1.6vw 0.533vw 0 rgba(0,0,0,0.3);
}

.paint_lp .reform-cta-form::before {
  content: '';
  position: absolute;
  top: -4vw;
  left: 50%;
  display: block;
  width: 57.867vw;
  height: 9.867vw;
  background: url(../img/reform_lp/img_cta_form_01_pc.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.paint_lp .reform-cta-form::after {
  content: '';
  position: absolute;
  top: calc(50% - 4.8vw);
  right: 7.2vw;
  display: block;
  width: 8.533vw;
  height: 8.533vw;
  background: url(../img/reform_lp/icon_arrow_right_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .reform-cta-form .text {
  display: inline-block;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.75;
}

.paint_lp .reform-cta-tel:hover,
.paint_lp .reform-cta-form:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.paint_lp .reform-cta-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paint_lp .reform-cta-point li {
  position: relative;
  padding-left: 13.6vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.1;
}

.paint_lp .reform-cta-point li::before {
  content: '';
  position: absolute;
  top: calc(50% - 5.6vw);
  left: 0;
  display: block;
  width: 12vw;
  height: 12vw;
}

.paint_lp .reform-cta-point li.is-01::before {
  background: url(../img/reform_lp/icon_cta_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .reform-cta-point li.is-02::before {
  background: url(../img/reform_lp/icon_cta_02.png) no-repeat;
  background-size: contain;
}

.paint_lp .reform-cta-point li.is-03::before {
  background: url(../img/reform_lp/icon_cta_03.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .paint_lp .reform-cta-tel {
    margin: 0 auto;
  }
  .paint_lp .reform-cta-form  {
    margin: 25px auto 0;
  }
  .paint_lp .reform-cta-point {
    flex-wrap: wrap;
    margin: 35px auto 0;
    padding: 0 15px;
  }
  .paint_lp .reform-cta-point li {
    margin-bottom: 20px;
    width: 49%;
  }
}

@media screen and (min-width: 751px) {
  .paint_lp .reform-cta-top {
    margin-top: -100px;
  }
  
  .paint_lp .reform-cta-top .reform-cta {
    padding-top: 126px;
  }
  
  .paint_lp .reform-cta {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  
  .paint_lp .reform-cta-title {
    font-size: 4.2rem;
  }
  
  .paint_lp .reform-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
  
  .paint_lp .reform-cta-tel {
    margin-right: 16px;
    width: 383px;
    height: 87px;
    border-radius: 44px;
    box-shadow: 6px 6px 2px 0 rgba(0,0,0,0.3);
  }
  
  .paint_lp .reform-cta-tel .tel {
    padding-left: 26px;
    font-size: 3.6rem;
  }
  
  .paint_lp .reform-cta-tel .tel::after {
    top: 0;
    left: 0;
    width: 24px;
    height: 34px;
    background: url(../img/reform_lp/icon_tel_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .reform-cta-tel .text {
    font-size: 1.2rem;
  }
  
  .paint_lp .reform-cta-tel .text .time {
    font-size: 1.5rem;
  }
  
  .paint_lp .reform-cta-tel .text .pink {
    margin-left: 7px;
    font-size: 1.1rem;
  }
  
  .paint_lp .reform-cta-form {
    width: 383px;
    height: 87px;
    border-radius: 44px;
    box-shadow: 6px 6px 2px 0 rgba(0,0,0,0.3);
  }
  
  .paint_lp .reform-cta-form::before {
    top: -15px;
    width: 217px;
    height: 37px;
    background: url(../img/reform_lp/img_cta_form_01_pc.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .reform-cta-form::after {
    top: calc(50% - 18px);
    right: 27px;
    width: 32px;
    height: 32px;
    background: url(../img/reform_lp/icon_arrow_right_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .reform-cta-form .text {
    font-size: 2.4rem;
  }
  
  .paint_lp .reform-cta-point {
    justify-content: center;
    margin-top: 25px;
  }
  
  .paint_lp .reform-cta-point li {
    padding-left: 72px;
    font-size: 2.1rem;
  }
  
  .paint_lp .reform-cta-point li::before {
    top: calc(50% - 31px);
    left: 0;
    width: 62px;
    height: 62px;
  }
  
  .paint_lp .reform-cta-point li:not(:first-of-type) {
    margin-left: 55px;
  }
}

.paint_lp .reason-inner {
  padding-top: 34.667vw;
  padding-bottom: 16vw;
  width: 100%;
  background-color: #c3e3fe;
}

.paint_lp .reason-heading .c-heading02-bg {
  position: absolute;
  top: -13.867vw;
  left: 0;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18.667vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

.paint_lp .reason-heading .c-heading02-title::before {
  content: '';
  position: absolute;
  top: -15.2vw;
  left: 50%;
  display: block;
  width: 9.333vw;
  height: 12vw;
  background: url(../img/reform_lp/icon_reason_title_01.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.paint_lp .reason-wrap {
  width: 100%;
  margin: 12vw auto 0;
}

.paint_lp .reason-box {
  position: relative;
  padding: 24vw 5.333vw 8vw;
  width: 90%;
  background-color: #fff;
  border-radius: 13.333vw;
  text-align: center;
}

.paint_lp .reason-box::before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translateX(-50%);
}

.paint_lp .reason-box.is-01::before {
  top: -1.6vw;
  width: 48vw;
  height: 24.533vw;
  background: url(../img/reform_lp/img_reason_box01.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box.is-02::before {
  top: -2.4vw;
  width: 40.8vw;
  height: 26.133vw;
  background: url(../img/reform_lp/img_reason_box02.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box.is-03::before {
  top: -5.867vw;
  width: 40vw;
  height: 29.6vw;
  background: url(../img/reform_lp/img_reason_box03.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box.is-04::before {
  top: -1.867vw;
  width: 32vw;
  height: 25.067vw;
  background: url(../img/reform_lp/img_reason_box04.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box.is-05::before {
  top: -1.6vw;
  width: 37.333vw;
  height: 22.667vw;
  background: url(../img/reform_lp/img_reason_box05.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box.is-06::before {
  top: -2.4vw;
  width: 32vw;
  height: 24.8vw;
  background: url(../img/reform_lp/img_reason_box06.png) no-repeat;
  background-size: 100%;
}

.paint_lp .reason-box .label {
  display: inline-block;
  padding: 0 2.133vw;
  width: 50vw;
  color: #077fe4;
  background-color: #fced00;
  font-size: 4.267vw;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.019em;
  border-radius: 5.067vw;
}

.paint_lp .reason-box .title {
  margin-top: 3.2vw;
  font-size: 7.467vw;
  font-weight: 700;
  color: #077fe4;
  line-height: 1.4;
  letter-spacing: 0.019em;
}

.paint_lp .reason-box .text {
  color: #101010;
  margin-top: 4vw;
  font-size: 3.733vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.019em;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .paint_lp .reason-box {
    margin: 0 auto;
  }
  .paint_lp .reason-box:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 751px) {
  .paint_lp .reason {
    margin-top: 16vw;
  }
  
  .paint_lp .reason-inner {
    margin: 0 0 0 auto;
    padding-top: 14.636vw;
    padding-bottom: 40.091vw;
    width: 94.444444%;
    border-radius: 9.818vw 0 0 9.818vw;
  }
  
  .paint_lp .reason-heading .c-heading02-bg {
    top: -10vw;
    left: 16.091vw;
    font-size: 10.909vw;
  }
  
  .paint_lp .reason-heading .c-heading02-title::before {
    top: -6.182vw;
    width: 3.727vw;
    height: 4.727vw;
    background: url(../img/reform_lp/icon_reason_title_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .reason-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    max-width: 75.455vw;
    width: 100%;
    margin: 5.818vw auto 0;
  }
  
  .paint_lp .reason-box {
    padding: 9.727vw 2.727vw 3.182vw;
    width: 35.909vw;
    border-radius: 4.545vw;
  }
  
  .paint_lp .reason-box.is-01::before {
    top: -0.545vw;
    width: 20.182vw;
    height: 10.091vw;
    background: url(../img/reform_lp/img_reason_box01.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box.is-02 {
    top: 14.818vw;
  }
  
  .paint_lp .reason-box.is-02::before {
    top: -1.091vw;
    width: 16.545vw;
    height: 10.455vw;
    background: url(../img/reform_lp/img_reason_box02.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box.is-03 {
    top: 8.182vw;
  }
  
  .paint_lp .reason-box.is-03::before {
    top: -4.636vw;
    width: 19.273vw;
    height: 14vw;
    background: url(../img/reform_lp/img_reason_box03.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box.is-04 {
    top: 22.273vw;
  }
  
  .paint_lp .reason-box.is-04::before {
    top: -2.182vw;
    width: 14.273vw;
    height: 11vw;
    background: url(../img/reform_lp/img_reason_box04.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box.is-05 {
    top: 16vw;
  }
  
  .paint_lp .reason-box.is-05::before {
    top: -2.636vw;
    width: 16.636vw;
    height: 10vw;
    background: url(../img/reform_lp/img_reason_box05.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box.is-06 {
    top: 30vw;
  }
  
  .paint_lp .reason-box.is-06::before {
    top: -1.455vw;
    width: 12.545vw;
    height: 9.636vw;
    background: url(../img/reform_lp/img_reason_box06.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .reason-box .label {
    padding: 0.091vw 1vw;
    width: 20.455vw;
    font-size: 1.727vw;
    border-radius: 1.727vw;
  }
  
  .paint_lp .reason-box .title {
    margin-top: 1.091vw;
    font-size: 2.909vw;
    line-height: 1.1;
  }
  
  .paint_lp .reason-box .text {
    margin-top: 2.182vw;
    font-size: 1.455vw;
  }
}

@media screen and (min-width: 1100px) {
  .paint_lp .reason {
    margin-top: 176px;
  }
  
  .paint_lp .reason-inner {
    padding-top: 161px;
    padding-bottom: 441px;
    border-radius: 108px 0 0 108px;
  }
  
  .paint_lp .reason-heading .c-heading02-bg {
    top: -110px;
    left: 177px;
    font-size: 12rem;
  }
  
  .paint_lp .reason-heading .c-heading02-title::before {
    top: -68px;
    width: 41px;
    height: 52px;
  }
  
  .paint_lp .reason-wrap {
    max-width: 830px;
    margin: 64px auto 0;
  }
  
  .paint_lp .reason-box {
    padding: 107px 30px 35px;
    width: 395px;
    border-radius: 50px;
  }
  
  .paint_lp .reason-box.is-01::before {
    top: -6px;
    width: 222px;
    height: 111px;
  }
  
  .paint_lp .reason-box.is-02 {
    top: 163px;
  }
  
  .paint_lp .reason-box.is-02::before {
    top: -12px;
    width: 182px;
    height: 115px;
  }
  
  .paint_lp .reason-box.is-03 {
    top: 90px;
  }
  
  .paint_lp .reason-box.is-03::before {
    top: -51px;
    width: 212px;
    height: 154px;
  }
  
  .paint_lp .reason-box.is-04 {
    top: 245px;
  }
  
  .paint_lp .reason-box.is-04::before {
    top: -24px;
    width: 157px;
    height: 121px;
  }
  
  .paint_lp .reason-box.is-05 {
    top: 176px;
  }
  
  .paint_lp .reason-box.is-05::before {
    top: -29px;
    width: 183px;
    height: 110px;
  }
  
  .paint_lp .reason-box.is-06 {
    top: 330px;
  }
  
  .paint_lp .reason-box.is-06::before {
    top: -16px;
    width: 138px;
    height: 106px;
  }
  
  .paint_lp .reason-box .label {
    padding: 1px 11px;
    width: 225px;
    font-size: 1.9rem;
    border-radius: 19px;
  }
  
  .paint_lp .reason-box .title {
    margin-top: 12px;
    font-size: 3.2rem;
  }
  
  .paint_lp .reason-box .text {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

.paint_lp .plan {
  margin-top: 18.667vw;
}

.paint_lp .plan-inner {
  width: 100%;
  margin: 0 auto;
}

.paint_lp .plan-front {
  position: relative;
}

.paint_lp .plan-wrap {
  margin-top: 32vw;
}

.paint_lp .plan-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 6.667vw;
  height: auto!important;
  border: 0.8vw solid #d3d3d3;
  border-radius: 13.333vw;
  text-align: center;
}

.paint_lp .plan-box.is-01,
.paint_lp .plan-box.is-03 {
  margin-top: 8vw;
}

.paint_lp .plan-box.is-02 {
  padding: 13.333vw 6.667vw 8vw;
  border: 0.8vw solid #101010;
  outline: 0.8vw solid #fced00;
  outline-offset: -1.6vw;
  box-shadow: 0 1.867vw 2.4vw #878787;
}

.paint_lp .plan-box::before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translateX(-50%);
}

.paint_lp .plan-box.is-01::before {
  top: -16vw;
  width: 64vw;
  height: 13.333vw;
  background: url(../img/reform_lp/img_plan_text_01.png) no-repeat;
  background-size: 100%;
}

.paint_lp .plan-box.is-02::before {
  top: -27.467vw;
  width: 77.333vw;
  height: 28.267vw;
  background: url(../img/reform_lp/img_plan_text_02.png) no-repeat;
  background-size: 100%;
}

.paint_lp .plan-box.is-02::after {
  content: '';
  position: absolute;
  top: -3.467vw;
  left: 8.8vw;
  display: block;
  width: 20.533vw;
  height: 17.333vw;
  background: url(../img/reform_lp/img_recommend_01.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}

.paint_lp .plan-box.is-03::before {
  top: -16vw;
  width: 64vw;
  height: 13.333vw;
  background: url(../img/reform_lp/img_plan_text_03.png) no-repeat;
  background-size: 100%;
}

.paint_lp .plan-box .en {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: Montserrat, serif;
  font-size: 2.667vw;
  font-weight: 700;
  color: #0980e5;
}

.paint_lp .plan-box .title {
  margin-top: 4vw;
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.019em;
  line-height: 1.2;
}

.paint_lp .plan-box .list {
  margin: 11.2vw auto 0;
}

.paint_lp .plan-box .list li {
  position: relative;
  padding-left: 6.667vw;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.019em;
  line-height: 1.2;
  text-align: left;
}

.paint_lp .plan-box .list li::before {
  content: '';
  position: absolute;
  top: 1.333vw;
  left: 0;
  display: block;
  background-color: #fced00;
  width: 2.667vw;
  height: 2.667vw;
  border-radius: 50%;
}

.paint_lp .plan-box .list li:not(:first-of-type) {
  margin-top: 4vw;
}

.paint_lp .plan-box .text {
  margin-top: 13.333vw;
  font-size: 3.733vw;
  font-weight: 700;
  letter-spacing: 0.019em;
  line-height: 1.7;
  text-align: left;
}

.paint_lp .plan-box .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  height: 17.333vw;
  background-color: #E73367;
  border-radius: 8.533vw;
}

.paint_lp .plan-box .link:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.paint_lp .plan-box.is-03 .link {
  margin-top: 6.667vw;
}

.paint_lp .plan-box .link::after {
  content: '';
  position: absolute;
  top: calc(50% - 3.467vw);
  right: 5.867vw;
  display: block;
  width: 6.667vw;
  height: 6.667vw;
  background: url(../img/reform_lp/icon_arrow_right_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .plan-box .link > span {
  display: inline-block;
  color: #fff;
  font-size: 5.333vw;
  font-weight: 700;
  letter-spacing: 0.019em;
  line-height: 1.75;
}

.paint_lp .plan-service {
  margin-top: 8.267vw;
}

.paint_lp .plan-service-title {
  font-size: 7.467vw;
  font-weight: 700;
  letter-spacing: 0.019em;
}

.paint_lp .plan-service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.4vw;
}

.paint_lp .plan-service-list li {
  position: relative;
  display: inline-block;
  margin: 0 2.4vw 2.133vw 0;
  padding: 2.4vw 4.8vw 2.4vw 8.533vw;
  font-size: 5.333vw;
  font-weight: 700;
  letter-spacing: 0.019em;
  border: 0.8vw solid #101010;
  border-radius: 5.867vw;
}

.paint_lp .plan-service-list li::before {
  content: '';
  position: absolute;
  top: calc(50% - 2.133vw);
  left: 2.133vw;
  display: block;
  width: 5.067vw;
  height: 4vw;
  background: url(../img/reform_lp/icon_check.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .paint_lp .plan-service {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 751px) {
  
  .paint_lp .plan {
    margin-top: 15.455vw;
  }
  
  .paint_lp .plan-inner {
    max-width: 98.273vw;
    width: 100%;
    margin: 0 auto;
  }
  
  .paint_lp .plan-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 12.091vw;
  }

  .paint_lp .plan-front .swiper-button-prev,
  .paint_lp .plan-front .swiper-button-next {
    display: none;
  }
  
  .paint_lp .plan-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.636vw 2.091vw 3.091vw;
    width: 30.909vw;
    border: 0.455vw solid #d3d3d3;
    border-radius: 4.545vw;
    text-align: center;
  }
  
  .paint_lp .plan-box.is-01,
  .paint_lp .plan-box.is-03 {
    margin-top: 5.545vw;
  }
  
  .paint_lp .plan-box.is-02 {
    padding: 5.455vw 2.727vw 3.091vw;
    width: 33.455vw;
    border: 0.364vw solid #101010;
    outline: 0.364vw solid #fced00;
    outline-offset: -0.727vw;
    box-shadow: 0 0.636vw 0.818vw #878787;
  }
  
  .paint_lp .plan-box::before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    z-index: 1;
    transform: translateX(-50%);
  }
  
  .paint_lp .plan-box.is-01::before {
    top: -5.455vw;
    width: 22.091vw;
    height: 3.909vw;
    background: url(../img/reform_lp/img_plan_text_01.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .plan-box.is-02::before {
    top: -10.818vw;
    width: 30.182vw;
    height: 11.091vw;
    background: url(../img/reform_lp/img_plan_text_02.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .plan-box.is-02::after {
    content: '';
    position: absolute;
    top: -1.273vw;
    left: 3vw;
    display: block;
    width: 8.273vw;
    height: 6.909vw;
    background: url(../img/reform_lp/img_recommend_01.png) no-repeat;
    background-size: 100%;
    z-index: 2;
  }
  
  .paint_lp .plan-box.is-03::before {
    top: -5.455vw;
    width: 23.636vw;
    height: 4.182vw;
    background: url(../img/reform_lp/img_plan_text_03.png) no-repeat;
    background-size: 100%;
  }
  
  .paint_lp .plan-box .en {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: Montserrat, serif;
    font-size: 1vw;
    font-weight: 700;
    color: #0980e5;
  }
  
  .paint_lp .plan-box .title {
    margin-top: 1.364vw;
    font-size: 3.091vw;
    font-weight: 700;
    letter-spacing: 0.019em;
    line-height: 1.2;
  }
  
  .paint_lp .plan-box .list {
    margin: 3.818vw auto 0;
  }
  
  .paint_lp .plan-box .list li {
    position: relative;
    padding-left: 2.727vw;
    font-size: 1.818vw;
    font-weight: 700;
    letter-spacing: 0.019em;
    line-height: 1.2;
    text-align: left;
  }
  
  .paint_lp .plan-box .list li::before {
    content: '';
    position: absolute;
    top: 0.455vw;
    left: 0;
    display: block;
    background-color: #fced00;
    width: 1.182vw;
    height: 1.182vw;
    border-radius: 50%;
  }
  
  .paint_lp .plan-box .list li:not(:first-of-type) {
    margin-top: 1.364vw;
  }
  
  .paint_lp .plan-box .text {
    margin-top: 7vw;
    font-size: 1.455vw;
    font-weight: 700;
    letter-spacing: 0.019em;
    line-height: 1.7;
    text-align: left;
  }
  
  .paint_lp .plan-box .link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    width: 25.909vw;
    height: 5.909vw;
    background-color: #E73367;
    border-radius: 2.909vw;
  }
  
  .paint_lp .plan-box.is-03 .link {
    margin-top: 2.273vw;
  }
  
  .paint_lp .plan-box .link::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.182vw);
    right: 2vw;
    display: block;
    width: 2.273vw;
    height: 2.273vw;
    background: url(../img/reform_lp/icon_arrow_right_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .plan-box .link > span {
    display: inline-block;
    color: #fff;
    font-size: 1.818vw;
    font-weight: 700;
    letter-spacing: 0.019em;
    line-height: 1.75;
  }
  
  .paint_lp .plan-service {
    margin-top: 2.818vw;
  }
  
  .paint_lp .plan-service-title {
    font-size: 2.545vw;
    font-weight: 700;
    letter-spacing: 0.019em;
  }
  
  .paint_lp .plan-service-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.182vw;
  }
  
  .paint_lp .plan-service-list li {
    position: relative;
    display: inline-block;
    margin: 0 0.818vw 0.727vw 0;
    padding: 0.818vw 1.636vw 0.818vw 2.909vw;
    font-size: 1.818vw;
    font-weight: 700;
    letter-spacing: 0.019em;
    border: 0.273vw solid #101010;
    border-radius: 2vw;
  }
  
  .paint_lp .plan-service-list li::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.727vw);
    left: 0.727vw;
    display: block;
    width: 1.727vw;
    height: 1.364vw;
    background: url(../img/reform_lp/icon_check.svg) no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1100px) {
  .paint_lp .plan {
    margin-top: 170px;
  }
  
  .paint_lp .plan-inner {
    max-width: 1081px;
  }
  
  .paint_lp .plan-wrap {
    margin-top: 133px;
  }
  
  .paint_lp .plan-box {
    padding: 29px 23px 34px;
    width: 340px;
    border: 5px solid #d3d3d3;
    border-radius: 50px;
  }
  
  .paint_lp .plan-box.is-01,
  .paint_lp .plan-box.is-03 {
    margin-top: 61px;
  }
  
  .paint_lp .plan-box.is-02 {
    padding: 60px 30px 34px;
    width: 368px;
    border: 4px solid #101010;
    outline: 4px solid #fced00;
    outline-offset: -8px;
    box-shadow: 0 7px 9px #878787;
  }
  
  .paint_lp .plan-box.is-01::before {
    top: -60px;
    width: 243px;
    height: 43px;
  }
  
  .paint_lp .plan-box.is-02::before {
    top: -119px;
    width: 332px;
    height: 122px;
  }
  
  .paint_lp .plan-box.is-02::after {
    top: -14px;
    left: 33px;
    width: 91px;
    height: 76px;
  }
  
  .paint_lp .plan-box.is-03::before {
    top: -60px;
    width: 260px;
    height: 46px;
  }
  
  .paint_lp .plan-box .en {
    font-size: 1.1rem;
  }
  
  .paint_lp .plan-box .title {
    margin-top: 15px;
    font-size: 3.4rem;
  }
  
  .paint_lp .plan-box .list {
    margin: 42px auto 0;
  }
  
  .paint_lp .plan-box .list li {
    padding-left: 30px;
    font-size: 2rem;
  }
  
  .paint_lp .plan-box .list li::before {
    top: 5px;
    width: 13px;
    height: 13px;
  }
  
  .paint_lp .plan-box .list li:not(:first-of-type) {
    margin-top: 15px;
  }
  
  .paint_lp .plan-box .text {
    margin-top: 77px;
    font-size: 1.6rem;
  }
  
  .paint_lp .plan-box .link {
    width: 285px;
    height: 65px;
    border-radius: 32px;
  }
  
  .paint_lp .plan-box.is-03 .link {
    margin-top: 25px;
  }
  
  .paint_lp .plan-box .link::after {
    top: calc(50% - 13px);
    right: 22px;
    width: 25px;
    height: 25px;
  }
  
  .paint_lp .plan-box .link > span {
    font-size: 2rem;
  }
  
  .paint_lp .plan-service {
    margin-top: 31px;
  }
  
  .paint_lp .plan-service-title {
    font-size: 2.8rem;
  }
  
  .paint_lp .plan-service-list {
    margin-top: 24px;
  }
  
  .paint_lp .plan-service-list li {
    margin: 0 9px 8px 0;
    padding: 9px 18px 9px 32px;
    font-size: 2rem;
    border: 3px solid #101010;
    border-radius: 22px;
  }
  
  .paint_lp .plan-service-list li::before {
    top: calc(50% - 8px);
    left: 8px;
    width: 19px;
    height: 15px;
  }
}

.paint_lp .feasible {
  margin-top: 16.333vw;
  margin-bottom: 29.333vw;
}

.paint_lp .feasible-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 24vw 4vw 36.533vw;
  background-color: #c3e3fe;
  border-radius: 7.333vw;
}

.paint_lp .feasible-inner::after {
  content: '';
  position: absolute;
  right: 25.6vw;
  bottom: 0;
  display: block;
  width: 38.6vw;
  height: 35.6vw;
  background: url(../img/reform_lp/img_feasible_01.png) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-heading .c-heading02-bg {
  position: absolute;
  top: -11.733vw;
  left: 0;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30.333vw;
  line-height: 0.62;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

.paint_lp .feasible-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 14.133vw auto 0;
  max-width: 221.333vw;
  width: 100%;
}

.paint_lp .feasible-box {
  position: relative;
  display: block;
  margin-bottom: 2.133vw;
  padding: 9vw 5vw 11vw;
  background-color: #fff;
  width: 100%;
  border: 0.533vw solid #d3d3d3;
  border-radius: 4vw;
}

.paint_lp a.feasible-box::after {
  content: '';
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  display: block;
  width: 6.133vw;
  height: 6.133vw;
  background: url(../img/reform_lp/icon_arrow_right_01.png) no-repeat;
  background-size: contain;
}

.paint_lp a.feasible-box:hover {
  opacity: 0.8;
}

.paint_lp .feasible-title {
  position: relative;
  color: #077fe4;
  font-size: 5.6vw;
  font-weight: 700;
  letter-spacing: 0.019em;
}

.paint_lp .feasible-text {
  margin-top: 6.133vw;
  color: #101010;
  font-size: 3.733vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.019em;
}

.paint_lp .feasible-box.is-seo .feasible-title {
  padding-left: 13.333vw;
}

.paint_lp .feasible-box.is-seo .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 4.533vw);
  left: 0;
  display: block;
  width: 10.933vw;
  height: 9.333vw;
  background: url(../img/reform_lp/icon_seo_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-logo .feasible-title {
  padding-left: 14.667vw;
}

.paint_lp .feasible-box.is-logo .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 4.533vw);
  left: 0;
  display: block;
  width: 10.933vw;
  height: 9.6vw;
  background: url(../img/reform_lp/icon_logo_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-writing .feasible-title {
  padding-left: 10.933vw;
}

.paint_lp .feasible-box.is-writing .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 5.067vw);
  left: 0;
  display: block;
  width: 8vw;
  height: 9.333vw;
  background: url(../img/reform_lp/icon_writing_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-camera .feasible-title {
  padding-left: 15.467vw;
}

.paint_lp .feasible-box.is-camera .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 3.733vw);
  left: 0;
  display: block;
  width: 10.667vw;
  height: 7.2vw;
  background: url(../img/reform_lp/icon_camera_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-movie .feasible-title {
  padding-left: 13.333vw;
}

.paint_lp .feasible-box.is-movie .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 3.467vw);
  left: 0;
  display: block;
  width: 9.6vw;
  height: 6.933vw;
  background: url(../img/reform_lp/icon_movie_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-illust .feasible-title {
  padding-left: 10.933vw;
}

.paint_lp .feasible-box.is-illust .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 4.533vw);
  left: 0;
  display: block;
  width: 8.533vw;
  height: 8.533vw;
  background: url(../img/reform_lp/icon_illust_01.svg) no-repeat;
  background-size: contain;
}

.paint_lp .feasible-box.is-flyer .feasible-title {
  padding-left: 11.2vw;
}

.paint_lp .feasible-box.is-flyer .feasible-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 4.533vw);
  left: 0;
  display: block;
  width: 6.933vw;
  height: 8.533vw;
  background: url(../img/reform_lp/icon_flyer_01.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .paint_lp .feasible-heading .c-heading02-title {
    font-size: 7.5vw;
  }
  .paint_lp .feasible-inner::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 751px) {
  .paint_lp .feasible {
    margin-top: 7.273vw;
    margin-bottom: 10vw;
  }
  
  .paint_lp .feasible-inner {
    position: relative;
    max-width: 113.545vw;
    width: 100%;
    margin: 0 auto;
    padding: 12.273vw 0 12.455vw;
    background-color: #c3e3fe;
    border-radius: 4.545vw;
  }
  
  .paint_lp .feasible-inner::after {
    content: '';
    position: absolute;
    right: 8.727vw;
    bottom: 0;
    display: block;
    width: 16.909vw;
    height: 15.545vw;
    background: url(../img/reform_lp/img_feasible_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-heading .c-heading02-bg {
    position: absolute;
    top: -4vw;
    left: 16.091vw;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 14.182vw;
    line-height: 0.62;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
  }
  
  .paint_lp .feasible-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 4.818vw auto 0;
    max-width: 77.273vw;
    width: 100%;
  }
  
  .paint_lp .feasible-box {
    position: relative;
    display: block;
    margin-bottom: 0.727vw;
    padding: 2.727vw 1.364vw 2.091vw;
    background-color: #fff;
    width: 25.273vw;
    border: 0.182vw solid #d3d3d3;
    border-radius: 1.364vw;
  }
  
  .paint_lp .feasible-box:not(:nth-child(3n)) {
    margin-right: 0.727vw;
  }
  
  .paint_lp a.feasible-box::after {
    content: '';
    position: absolute;
    right: 1.364vw;
    bottom: 1.364vw;
    display: block;
    width: 2.091vw;
    height: 2.091vw;
    background: url(../img/reform_lp/icon_arrow_right_01.png) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-title {
    position: relative;
    color: #077fe4;
    font-size: 1.909vw;
    font-weight: 700;
    letter-spacing: 0.019em;
  }
  
  .paint_lp .feasible-text {
    margin-top: 2.091vw;
    color: #101010;
    font-size: 1.273vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.019em;
  }
  
  .paint_lp .feasible-box.is-seo .feasible-title {
    padding-left: 4.545vw;
  }
  
  .paint_lp .feasible-box.is-seo .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.545vw);
    left: 0;
    display: block;
    width: 3.727vw;
    height: 3.182vw;
    background: url(../img/reform_lp/icon_seo_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-logo .feasible-title {
    padding-left: 5vw;
  }
  
  .paint_lp .feasible-box.is-logo .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.545vw);
    left: 0;
    display: block;
    width: 3.727vw;
    height: 3.273vw;
    background: url(../img/reform_lp/icon_logo_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-writing .feasible-title {
    padding-left: 3.727vw;
  }
  
  .paint_lp .feasible-box.is-writing .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.727vw);
    left: 0;
    display: block;
    width: 2.727vw;
    height: 3.182vw;
    background: url(../img/reform_lp/icon_writing_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-camera .feasible-title {
    padding-left: 5.273vw;
  }
  
  .paint_lp .feasible-box.is-camera .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.273vw);
    left: 0;
    display: block;
    width: 3.636vw;
    height: 2.455vw;
    background: url(../img/reform_lp/icon_camera_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-movie .feasible-title {
    padding-left: 4.545vw;
  }
  
  .paint_lp .feasible-box.is-movie .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.182vw);
    left: 0;
    display: block;
    width: 3.273vw;
    height: 2.364vw;
    background: url(../img/reform_lp/icon_movie_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-illust .feasible-title {
    padding-left: 3.727vw;
  }
  
  .paint_lp .feasible-box.is-illust .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.545vw);
    left: 0;
    display: block;
    width: 2.909vw;
    height: 2.909vw;
    background: url(../img/reform_lp/icon_illust_01.svg) no-repeat;
    background-size: contain;
  }
  
  .paint_lp .feasible-box.is-flyer .feasible-title {
    padding-left: 3.818vw;
  }
  
  .paint_lp .feasible-box.is-flyer .feasible-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.545vw);
    left: 0;
    display: block;
    width: 2.364vw;
    height: 2.909vw;
    background: url(../img/reform_lp/icon_flyer_01.svg) no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1100px) {
  .paint_lp .feasible {
    margin-top: 80px;
    margin-bottom: 110px;
  }
  
  .paint_lp .feasible-inner {
    max-width: 1249px;
    padding: 135px 0 137px;
    border-radius: 50px;
  }
  
  .paint_lp .feasible-inner::after {
    right: 96px;
    width: 186px;
    height: 171px;
  }
  
  .paint_lp .feasible-heading .c-heading02-bg {
    top: -44px;
    left: 177px;
    font-size: 15.6rem;
  }
  
  .paint_lp .feasible-wrap {
    margin: 53px auto 0;
    max-width: 850px;
  }
  
  .paint_lp .feasible-box {
    margin-bottom: 8px;
    padding: 30px 15px 23px;
    width: 278px;
    border: 2px solid #d3d3d3;
    border-radius: 15px;
  }
  
  .paint_lp .feasible-box:not(:nth-child(3n)) {
    margin-right: 8px;
  }
  
  .paint_lp a.feasible-box::after {
    right: 15px;
    bottom: 15px;
    width: 23px;
    height: 23px;
  }
  
  .paint_lp .feasible-title {
    font-size: 2.1rem;
  }
  
  .paint_lp .feasible-text {
    margin-top: 23px;
    font-size: 1.4rem;
  }
  
  .paint_lp .feasible-box.is-seo .feasible-title {
    padding-left: 50px;
  }
  
  .paint_lp .feasible-box.is-seo .feasible-title::after {
    top: calc(50% - 17px);
    width: 41px;
    height: 35px;
  }
  
  .paint_lp .feasible-box.is-logo .feasible-title {
    padding-left: 55px;
  }
  
  .paint_lp .feasible-box.is-logo .feasible-title::after {
    top: calc(50% - 17px);
    width: 41px;
    height: 36px;
  }
  
  .paint_lp .feasible-box.is-writing .feasible-title {
    padding-left: 41px;
  }
  
  .paint_lp .feasible-box.is-writing .feasible-title::after {
    top: calc(50% - 19px);
    width: 30px;
    height: 35px;
  }
  
  .paint_lp .feasible-box.is-camera .feasible-title {
    padding-left: 58px;
  }
  
  .paint_lp .feasible-box.is-camera .feasible-title::after {
    top: calc(50% - 14px);
    width: 40px;
    height: 27px;
  }
  
  .paint_lp .feasible-box.is-movie .feasible-title {
    padding-left: 50px;
  }
  
  .paint_lp .feasible-box.is-movie .feasible-title::after {
    top: calc(50% - 13px);
    width: 36px;
    height: 26px;
  }
  
  .paint_lp .feasible-box.is-illust .feasible-title {
    padding-left: 41px;
  }
  
  .paint_lp .feasible-box.is-illust .feasible-title::after {
    top: calc(50% - 17px);
    width: 32px;
    height: 32px;
  }
  
  .paint_lp .feasible-box.is-flyer .feasible-title {
    padding-left: 42px;
  }
  
  .paint_lp .feasible-box.is-flyer .feasible-title::after {
    top: calc(50% - 17px);
    width: 26px;
    height: 32px;
  }
}

.paint_lp #price-flow .sec__in {
  max-width: 900px;
}

.paint_lp #price-flow .sec-headline02 {
  margin-bottom: 10px;
}

.paint_lp #price-flow .ttl {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.paint_lp #price-flow .ttl * {
  font-weight: bold;
}

.paint_lp #price-flow .ttl .large {
  font-size: 1.5em;
}

.paint_lp #price-flow .ttl .color {
  color: #BE1642;
}

.paint_lp .price-flow-wrap {
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.paint_lp .price-flow-wrap > * {
  width: calc(33.3333333333% - 40px);
}

.paint_lp .price-flow-item img {
  max-width: 100%;
}

.paint_lp .price-flow-item .txt {
  font-size: 15px;
  line-height: 1.5;
}

.paint_lp .price-flow-item:last-of-type .price-flow-item-step::before {
  content: none;
}

.paint_lp .price-flow-item-step {
  font-size: 16px;
  text-align: center;
  background-color: #3063DF;
  padding: 0.4em;
  color: #fff;
  border-radius: 100px;
  margin-top: 0.5em;
  position: relative;
  display: block;
}

.paint_lp .price-flow-item-step::before {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: #3063DF;
  position: absolute;
}

.paint_lp .price-flow-item-ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}


@media screen and (max-width: 750px) {
  .paint_lp #price-flow {
    padding-bottom: 0;
  }
  .paint_lp #price-flow .ttl {
    font-size: 1.4em;
  }
  .paint_lp .price-flow-wrap {
    flex-direction: column;
    row-gap: 1em;
  }
  .paint_lp .price-flow-wrap > * {
    width: 100%;
  }
  .paint_lp .price-flow-wrap > .price-flow-item + .price-flow-item {
    margin-top: 2em;
  }
  .paint_lp .price-flow-item-step {
    font-size: 1.1em;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
  }
  .paint_lp .price-flow-item-step::before {
    content: none;
  }
  .paint_lp .price-flow-item img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .paint_lp #price-flow .sec-headline02 {
    font-size: 9vw;
  }.paint_lp #price-flow {
    padding-bottom: 0;
  }
  .paint_lp #price-flow .ttl {
    font-size: 1.4em;
  }
  .paint_lp .price-flow-wrap {
    flex-direction: column;
    row-gap: 1em;
  }
  .paint_lp .price-flow-wrap > * {
    width: 100%;
  }
  .paint_lp .price-flow-wrap > .price-flow-item + .price-flow-item {
    margin-top: 2em;
  }
  .paint_lp .price-flow-item-step {
    font-size: 1.1em;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
  }
  .paint_lp .price-flow-item-step::before {
    content: none;
  }
  .paint_lp .price-flow-item img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .paint_lp #price-flow .sec-headline02 {
    font-size: 9vw;
  }
}

@media screen and (min-width: 751px) {
  .paint_lp #price-flow .sec-headline02 {
    margin-bottom: 0.693vw;
  }
}

@media screen and (min-width: 1441px) {
  .paint_lp #price-flow .sec-headline02 {
    margin-bottom: 10px;
  }
}

.plan-front .swiper-button-next,
.plan-front .swiper-button-prev {
  background: #3da9fc;
  width: 10vw;
  height: 10vw;
}

.plan-front .swiper-button-prev,
.plan-front .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.plan-front .swiper-button-next,
.plan-front .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.plan-front .swiper-button-next:after,
.plan-front .swiper-button-prev:after {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
}

.plan-front .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

@media screen and (max-width: 750px) {
  .paint_lp .works--front .swiper-pagination-bullets {
    bottom: 0;
  }
}

@media screen and (min-width: 751px) {

  .plan-front .swiper-button-next,
  .plan-front .swiper-button-prev {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
  }

  .plan-front .swiper-button-prev,
  .plan-front .swiper-container-rtl .swiper-button-next {
    left: -0.3472222222vw;
  }

  .plan-front .swiper-button-next,
  .plan-front .swiper-container-rtl .swiper-button-prev {
    right: -0.3472222222vw;
  }

  .plan-front .swiper-button-next:after,
  .plan-front .swiper-button-prev:after {
    font-size: 1.3888888889vw;
  }
}

@media screen and (min-width: 1441px) {

  .plan-front .swiper-button-next,
  .plan-front .swiper-button-prev {
    width: 55px;
    height: 55px;
  }

  .plan-front .swiper-button-prev,
  .plan-front .swiper-container-rtl .swiper-button-next {
    left: -5px;
  }

  .plan-front .swiper-button-next,
  .plan-front .swiper-container-rtl .swiper-button-prev {
    right: -5px;
  }

  .plan-front .swiper-button-next:after,
  .plan-front .swiper-button-prev:after {
    font-size: 20px;
    font-size: 2rem;
  }
}