.lead__reservation a {
  width: calc(310 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .lead__reservation a {
    width: 35rem;
  }
}

.linequote__inner {
  border: 0.4rem solid var(--clr-green);
  border-radius: 1.2rem;
  padding: 2.8rem;
}
.linequote__title {
  padding-left: 2rem;
  position: relative;
  font-size: 2rem;
  line-height: 1.44;
}
@media (768px <= width) {
  .linequote__title {
    font-size: 2.8rem;
  }
}
.linequote__title::before {
  content: "";
  width: 0.5rem;
  background: var(--clr-green);
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
}
.linequote__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (768px <= width) {
  .linequote__text {
    font-size: 2rem;
    text-align: center;
  }
}
.linequote__flow {
  margin-top: 2rem;
  display: grid;
  gap: 5.4rem;
}
@media (768px <= width) {
  .linequote__flow {
    grid-template-columns: repeat(3, 1fr);
    width: 85.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.linequote__flow-item {
  aspect-ratio: 243.25/59;
  display: grid;
  place-content: center;
  background: url(../images/service/bodywork/bubble_green.svg) center/contain no-repeat;
  color: #fff;
  font-weight: 700;
  line-height: 1.44;
  padding-right: 1.425rem;
  position: relative;
}
@media (768px <= width) {
  .linequote__flow-item {
    font-size: 1.6rem;
  }
}
.linequote__flow-item:not(:first-child)::before {
  content: "";
  aspect-ratio: 22/21;
  width: 2.2rem;
  background: url(../images/service/bodywork/arrow_green.svg) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: -2.4rem;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (768px <= width) {
  .linequote__flow-item:not(:first-child)::before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: -3.4rem;
  }
}
.linequote a.button {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(266 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .linequote a.button {
    width: 21.7rem;
  }
}