.wrapper {
  display: block;
}

.sp-br {
  display: block;
}

.bg--sp {
  background-image: url(../img/sp/common-fv.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 40vh;
}

.head__white {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  color: #fff;
}
.head__white-main {
  color: #fff;
}

.service__lead-text-main {
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 5px;
  margin: 0 auto 20px;
}
.service__lead-text-sub {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.goonet {
  margin-bottom: 0;
}

.fukidashi {
  text-align: center;
}

.fukidashi span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.font-change2 {
  color: #E50214;
  font-size: 14px;
  font-weight: 600;
}

.fukidashi span::before,
.fukidashi span::after {
  content: "";
  display: inline-block;
  background: #333;
  width: 1px;
  position: absolute;
  height: 45px;
  bottom: 0;
}

.fukidashi span::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.fukidashi span::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.service__item-name {
  top: 151px;
}
.service__item-text {
  padding: 30px 0 0;
  font-size: 14px;
}

.service__list li:first-child {
  margin-top: 20px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1C2D89;
  margin-top: 52px;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85px;
  text-align: center;
  width: 100%;
}
.flow__list + .flow__list {
  margin-top: 20px;
}
.flow__item {
  border-radius: 10px;
  background-color: #fff;
}
.flow__item-number {
  color: #fff;
  background-color: #1C2D89;
  padding: 5px 0;
}
.flow__item-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  width: 85px;
  height: 60px;
  padding: 18px 0;
}
.flow__text-list {
  list-style: disc;
  color: #1C2D89;
  margin-left: 18px;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 2;
}
.flow__text-list li:last-child {
  margin-bottom: 20px;
}
.flow__text-list--item {
  margin-bottom: 10px;
}
.flow__text-list h3 {
  color: #333;
}

.parallax-bg {
  background-image: url("../img/sp/car-img.jpg");
  padding: 100px 32px;
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.payment {
  padding-top: 48px;
}
.payment__text-list {
  list-style: disc;
  color: #E50214;
  margin-left: 18px;
  font-size: 14px;
  line-height: 2;
}
.payment__text-list h3 {
  color: #333;
}
.payment__text-list--item {
  margin-bottom: 10px;
}
.payment__text-note {
  font-size: 14px;
  font-weight: 600;
  color: #E50214;
}

/*--------------------------
//pc
--------------------------*/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
  .bg--sp {
    display: none;
  }
  .bg--pc {
    display: block;
    background-image: url(../img/common-fv.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 60vh;
  }
  .head__white {
    top: 26%;
  }
  .service__sale {
    margin: 0 180px;
  }
  .service__lead-text-main {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .service__lead-text-sub {
    font-size: 16px;
    line-height: 2;
  }
  .goonet {
    margin: 0 180px;
  }
  .goonet__inner {
    margin-bottom: 0;
  }
  .button-goonet {
    width: 40%;
  }
  .service2-2 {
    margin: 0 180px;
  }
  .fukidashi span {
    padding: 0 20px;
    font-size: 18px;
    line-height: 2;
  }
  .font-change2 {
    font-size: 20px;
  }
  .fukidashi span::before,
  .fukidashi span::after {
    content: "";
    height: 37px;
  }
  .service__list {
    margin-top: 28px;
  }
  .service__list li:first-child {
    margin-top: 0;
  }
  .service__item-name {
    top: 185px;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .service__item-text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .flow {
    padding: 75px 180px;
  }
  .flow__list + .flow__list {
    margin-top: 48px;
  }
  .flow__item-number {
    font-size: 20px;
  }
  .flow__item-name {
    font-size: 20px;
    width: 150px;
    height: 120px;
    padding: 40px 0;
    line-height: 2;
  }
  .triangle {
    border-width: 25px 0 25px 25px;
    margin-top: 70px;
  }
  .flow__text-list {
    font-size: 16px;
    padding: 40px 0;
  }
  .button-maintenance {
    width: 45%;
    margin: 0 auto;
  }
  .parallax-bg {
    background-image: url("../img/car-img.jpg");
    padding: 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .payment {
    padding: 75px 180px;
  }
  .payment__text-list {
    font-size: 16px;
  }
  .payment__text-note {
    font-size: 16px;
  }
}
/*--------------------------
//tb
--------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__sale {
    margin: 0;
  }
  .service__item {
    width: 43%;
  }
  .service__item-name {
    top: 133px;
  }
  .goonet {
    margin: 0;
  }
  .service2-2 {
    margin: 0;
  }
  .flow {
    padding: 75px 0;
  }
  .payment {
    padding: 75px 0;
  }
}