.page-sale-consult .page-inner {
  background: none;
  flex-direction: column;
  gap: 60px;
  display: flex;
}

@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-worries {
  counter-reset: management;
  background: #e6e6d9;
  padding: max(20px, min(4.3%, 47px)) max(20px, min(2.8%, 30px))
    max(40px, min(8%, 60px));
}

.fv-worries-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: max(18px, min(3vw, 26px));
  font-weight: 700;
  display: flex;
}

.fv-worries-title-text:nth-child(2) {
  margin-top: 25px;
  font-size: max(26px, min(6vw, 50px));
  line-height: 1.2;
}

.fv-worries-title-text-black {
  color: #fff;
  background: var(--text-color);
  margin: 0 5px;
  padding: 0 5px 5px;
  display: inline-block;
  position: relative;
}

.fv-worries-title-text-black:before {
  content: '';
  background: radial-gradient(
      5px 5px,
      var(--text-color) 95%,
      rgba(0, 0, 0, 0) 100%
    )
    top / 1.08em 10px repeat-x;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}

.fv-worries-list {
  padding: 30px 20px 0;
}

.fv-worries-list-items {
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto -20px;
  display: grid;
}

.fv-worries-list-item {
  background: #fff;
  border-radius: 49%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: 220px;
  padding: 5px 10px 10px;
  display: flex;
  position: relative;
}

.fv-worries-list-item-text {
  text-align: center;
  font-size: max(15px, min(2.4vw, 18px));
  font-weight: 700;
  line-height: 1.6;
}

.fv-worries-list-item-text-red {
  color: #d83939;
  font-size: max(18px, min(3vw, 22px));
}

.fv-suggestion {
  padding: 50px 0 0;
}

.fv-suggestion-text {
  text-align: center;
  font-size: max(18px, min(3.4vw, 26px));
  font-weight: 700;
  line-height: 1.6;
}

.fv-suggestion-text-pop {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 3px;
  border-radius: 50%;
  width: 140px;
  height: 110px;
  margin: -130px 0 0 -140px;
  font-family:
    Century Gothic,
    Hiragino Kaku Gothic Pro;
  font-size: 22px;
  font-weight: 700;
  line-height: 115px;
  display: inline-block;
  position: relative;
}

.fv-suggestion-text-pop:before {
  content: '';
  border: 10px solid rgba(0, 0, 0, 0);
  border-left: 20px solid var(--main-color);
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -30px;
  position: absolute;
  bottom: -7px;
  right: 10px;
  transform: rotate(60deg);
}

.fv-suggestion-text-orange {
  color: var(--main-color);
  font-size: max(26px, min(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 {
    background: radial-gradient(3px 3px, #000 95%, rgba(0, 0, 0, 0) 100%) top /
      1.08em 10px repeat-x;
    top: -12px;
  }

  .fv-worries-list {
    padding: 20px 0 0;
  }

  .fv-worries-list-items {
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
  }

  .fv-worries-list-item {
    background: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: block;
  }

  .fv-worries-list-item:after {
    top: 0;
    bottom: unset;
    background: 0 / contain no-repeat;
    width: 60px;
    height: 100%;
    left: -10px;
  }

  .fv-suggestion-text-pop {
    letter-spacing: 1px;
    width: 90px;
    height: 70px;
    margin: -90px -10px 0 -90px;
    font-size: 18px;
    line-height: 70px;
  }

  .fv-worries-list-item-text {
    background: #fff;
    border-radius: 50px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }

  .onlyPC {
    display: none !important;
  }
}

.activity .methods .method-wrapper-single {
  display: block;
}

.activity .methods .method-title {
  color: #333;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

.activity .methods .method-intermediary {
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.activity .methods .method-intermediary > .h4 {
  box-sizing: border-box;
  color: #fff;
  background: #d83939;
  min-height: 56px;
  padding: 10px 20px 6px;
  font-size: max(18px, min(2.5vw, 24.6px));
  line-height: 40px;
}

.activity .methods .method-intermediary > .h4 .strong {
  color: inherit;
  font-size: max(28px, min(3.7vw, 35.8px));
  line-height: 1;
}

.activity .methods .method-intermediary > .h4 .text-break {
  display: none;
}

@media (max-width: 559px) {
  .activity .methods .method-intermediary > .h4 .text-break {
    display: block;
  }
}

.activity .methods .method-overview {
  grid-template-columns: 45% 1fr;
  gap: 40px;
  padding: 40px;
  display: grid;
}

.activity .methods .method-summary {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.activity .methods .method-intermediary .list {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.activity .methods .method-intermediary .list .item {
  width: 112px;
  max-width: 112px;
  font-size: 14px;
}

.activity .methods .method-intermediary .list .item + .item {
  padding-left: 60px;
}

.activity .methods .method-intermediary .list .item + .item:before {
  width: 24px;
  left: 14px;
}

.activity .methods .method-intermediary .list .item + .item:after {
  right: 58%;
}

.activity .methods .method-summary > .text {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.8;
}

.activity .methods .advantages {
  background: #fff;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.activity .methods .advantage {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.activity .methods .advantage:first-child {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.activity .methods .advantage-label {
  letter-spacing: 2px;
  padding: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.activity .methods .advantage-label-merit {
  background: #e1e623;
}

.activity .methods .advantage-label-demerit {
  color: #fff;
  background: #666;
}

.activity .methods .advantage-text {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .activity .methods .method-overview {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }
}

@media (max-width: 559px) {
  .activity .methods .method-overview {
    padding: 24px 16px;
  }

  .activity .methods .method-intermediary .list .item {
    width: min(22vw, 90px);
    max-width: 90px;
  }

  .activity .methods .method-intermediary .list .item + .item {
    padding-left: min(42px, 6vw);
  }

  .activity .methods .method-intermediary .list .item + .item:before {
    content: none;
  }

  .activity .methods .method-intermediary .list .item + .item:after {
    width: min(28px, 4vw);
    right: unset;
    left: 0;
  }

  .activity .methods .method-summary > .text,
  .activity .methods .advantage-text {
    font-size: 14px;
  }
}

.area {
  padding: 0;
}

.guideline .chart .block .text {
  text-align: center;
}

.guideline .chart .block .text .text-break {
  display: none;
}

@media (min-width: 768px) and (max-width: 889px) {
  .guideline .chart .block .text .text-break {
    display: block;
  }
}

.method-block .step .list .item .text-break {
  display: none;
}

@media (min-width: 768px) and (max-width: 999px) {
  .method-block .step .list .item {
    gap: 4.5rem;
    background-size: 60px 60px;
    font-size: 14px;
    text-align: center;
  }

  .method-block .step .list .item .text-break {
    display: block;
  }
}

#assessment-form {
  gap: var(--gap-lg);
  padding-top: var(--gap-xxl);
  flex-direction: column;
  display: flex;
}

@media (min-width: 800px) {
  .page-sale-consult .activity {
    border-bottom: 1px solid #e6e6e6;
  }
}

.example .exampleList {
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.example .exampleListItem {
  grid-template-rows: 38px auto;
  grid-template-columns: 230px 195px minmax(0, 1fr);
  gap: 15px 20px;
  display: grid;
}

.example .exampleListImg {
  grid-area: 1 / 1 / 3;
}

.example .exampleListImg img {
  object-fit: cover;
  width: 230px;
  height: 230px;
  display: block;
}

.example .exampleListImg span {
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

.example .exampleListTit {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
  grid-area: 1 / 2 / auto / 4;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.example .exampleListTitIcon {
  color: #333;
  background: #e1e623;
  border-radius: 13px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline-flex;
}

.example .exampleDef {
  grid-area: 2 / 2;
  grid-template-columns: 80px minmax(0, 1fr);
  align-content: start;
  gap: 10px 15px;
  margin: 0;
  font-size: 14px;
  display: grid;
}

.example .exampleDefTit {
  color: #666;
  background: #f2f2ec;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.example .exampleDefData {
  align-items: center;
  min-height: 24px;
  margin: 0;
  display: flex;
}

.example .exampleComment {
  grid-area: 2 / 3;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .example .exampleListItem {
    grid-template-rows: 38px auto auto;
    grid-template-columns: 200px minmax(0, 1fr);
    column-gap: 20px;
  }

  .example .exampleListImg {
    grid-row: 1 / span 2;
  }

  .example .exampleListImg img {
    width: 200px;
    height: 200px;
  }

  .example .exampleListTit {
    grid-column: 2;
  }

  .example .exampleComment {
    grid-area: 3 / 1 / auto / -1;
  }

  .example .exampleDef {
    grid-column: 2;
    grid-template-columns: 5em minmax(0, 1fr);
  }
}

@media screen and (max-width: 750px) {
  .example .exampleList {
    gap: 30px;
  }

  .example .exampleListItem {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    display: grid;
    overflow: hidden;
  }

  .example .exampleListImg {
    grid-area: 1 / 1;
    height: 195px;
  }

  .example .exampleListImg img {
    width: 100%;
    height: 195px;
  }

  .example .exampleListTit {
    box-sizing: border-box;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 0;
    grid-area: 1 / 1;
    align-self: end;
    min-height: 50px;
    margin: 0;
    padding: 8px 20px;
    font-size: 17px;
    position: relative;
  }

  .example .exampleDef {
    grid-area: 2 / 1;
    gap: 6px 10px;
    margin: 30px 0 15px;
  }

  .example .exampleDefTit {
    font-size: 11px;
  }

  .example .exampleDefData {
    font-size: 12px;
  }

  .example .exampleComment {
    text-align: justify;
    grid-area: 3 / 1;
    font-size: 14px;
  }
}

.header .contact,
.footer .contact {
  width: auto;
}
