.page-sale-consult .page-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: none;
}
@media screen and (max-width: 750px) {
  .page-sale-consult .page-inner {
    gap: 40px;
  }
}

.page-sale-consult em {
  font-style: normal;
}
.page-sale-consult .ib {
  display: inline-block;
}

/* fv */
.fv-worries {
  background: #e6e6d9;
  padding: clamp(20px, 4.3%, 47px) clamp(20px, 2.8%, 30px) clamp(40px, 8%, 60px);
  counter-reset: management;
}
.fv-worries-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 700;
  text-align: center;
}
.fv-worries-title-text:nth-child(2) {
  margin-top: 25px;
  font-size: clamp(26px, 6vw, 50px);
  line-height: 1.2;
}
.fv-worries-title-text-black {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px 5px;
  background: #000;
  color: #fff;
}
.fv-worries-title-text-black::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: radial-gradient(
      5px 5px at center center,
      #000 95%,
      transparent 100%
    )
    repeat-x center top / 1.08em 10px;
}
.fv-worries-list {
  padding: 30px 20px 0;
}
.fv-worries-list-items {
  display: grid;
  max-width: 960px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto -20px;
  gap: 0.625rem;
}
.fv-worries-list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #fff;
  padding: 5px 10px 10px;
  border-radius: 49% 49% 49% 49% / 49% 49% 49% 49%;
  min-height: 220px;
}
.fv-worries-list-item-text {
  font-size: clamp(15px, 2.4vw, 18px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.fv-worries-list-item-text-red {
  color: #d83939;
  font-size: clamp(18px, 3vw, 22px);
}
.fv-suggestion {
  padding: 50px 0 0;
}
.fv-suggestion-text {
  font-size: clamp(18px, 3.4vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.fv-suggestion-text-pop {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 110px;
  margin: -130px 0 0 -140px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro';
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 115px;
  vertical-align: middle;
  letter-spacing: 3px;
}
.fv-suggestion-text-pop::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 10px;
  margin-top: -30px;
  border: 10px solid transparent;
  border-left: 20px solid var(--main-color);
  z-index: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(60deg);
}
.fv-suggestion-text-orange {
  color: var(--main-color);
  font-size: clamp(26px, 5.4vw, 40px);
}
@media screen and (max-width: 750px) {
  .fv-worries-title-text:nth-child(2) {
    margin-top: 15px;
  }
  .fv-worries-title-text-black::before {
    top: -12px;
    background: radial-gradient(
        3px 3px at center center,
        #000 95%,
        transparent 100%
      )
      repeat-x center top / 1.08em 10px;
  }
  .fv-worries-list {
    padding: 20px 0 0;
  }
  .fv-worries-list-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    gap: 0.625rem;
    margin: 0 auto;
  }
  .fv-worries-list-item {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    max-width: 100%;
    padding-bottom: 0;
    min-height: auto;
  }
  .fv-worries-list-item::after {
    top: 0;
    bottom: unset;
    left: -10px;
    width: 60px;
    height: 100%;
    background: no-repeat left center / contain;
  }
  .fv-suggestion-text-pop {
    width: 90px;
    height: 70px;
    margin: -90px -10px 0 -90px;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 1px;
  }
  .fv-worries-list-item-text {
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0;
    padding: 15px 30px;
    width: auto;
    height: auto;
    font-size: 15px;
  }
  .onlyPC {
    display: none !important;
  }
}

.activity .methods .method .list .item {
  max-width: 120px;
}

.area {
  padding: 0;
}
