
#vm .visualArea {
  background: #fff url(/assets/img/bg_cr_vm.png) no-repeat right top;
}

#vm .note {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: right;
}

/* sec01 */
#vm .sec01 {
  margin-top: 80px;
  padding-bottom: 80px;
}
#vm .sec01 .topBox {
  display: flex;
  justify-content: space-between;
}
#vm .sec01 .textArea {
  width: 52.427%;
}
#vm .sec01 .imgArea {
  width: 42.718%;
}
#vm .sec01 .imgArea img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #vm .sec01 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #vm .sec01 .topBox {
    display: block;
  }
  #vm .sec01 .textArea,
  #vm .sec01 .imgArea {
    width: 100%;
  }
  #vm .sec01 .imgArea {
    margin-top: 40px;
  }
}

/* sec02 */
#vm .sec02 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #f7f7f7 url(/assets/img/bg_line_hexagon_gray_01.png) no-repeat top right;
}
#vm .sec02 .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.1rem;
}
#vm .sec02 .arrow-down {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
#vm .sec02 .arrow-down img {
  width: 60px;
}
#vm .sec02 .highlightBox {
  padding: 14px 16px;
  border: 2px solid #c2413e;
  background: #fff;
  color: #c2413e;
  letter-spacing: 0.02em;
  text-align: center;
}
#vm .sec02 .highlightBox p {
  margin-bottom: 0;
  line-height: 1.333;
  font-weight: 700;
  font-size: 2.1rem;
}
#vm .sec02 .highlightBox p + p {
  margin-top: 16px;
}
#vm .sec02 .bottomBox {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #vm .sec02 {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 50%;
  }
  #vm .sec02 .title {
    font-size: 1.8rem;
  }
  #vm .sec02 .arrow-down {
    padding: 16px 0;
  }
  #vm .sec02 .arrow-down img {
    width: 40px;
  }
  #vm .sec02 .highlightBox {
    padding: 16px;
    text-align: center;
  }
  #vm .sec02 .highlightBox p {
    font-size: 1.6rem;
  }
  #vm .sec02 .bottomBox {
      margin-top: 40px;
  }
}

/* sec03 */
#vm .sec03 {
  padding: 80px 0;
  background: #262a32 url(/assets/img/bg_line_hexagon_gray_03.png) no-repeat top right;
  color: #fff;
}
#vm .sec03 .titleArea {
  text-align: center;
}
#vm .sec03 .titleArea__subtitle {
  color: #bfbfbf;
}
#vm .sec03 .featureBox__item {
  margin-bottom: 40px;
}
#vm .sec03 .featureBox__item:last-child {
  margin-bottom: 0;
}
#vm .sec03 .featureBox__item p {
  margin-bottom: 0;
}
#vm .sec03 .featureBox__item p + p {
  margin-top: 16px;
}
#vm .sec03 .featureBox__title {
  margin-bottom: 8px;
  color: #f6bd03;
  line-height: 1.555;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  gap: 16px;
}
#vm .sec03 .featureBox__num {
  width: 40px;
  height: 40px;
  border: 2px solid #f6bd03;
  border-radius: 32px;
  color: #f6bd03;
  line-height: 1.714;
  font-weight: 700;
  font-size: 2.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#vm .sec03 .featureBox__label {
  padding-top: 6px;
}
#vm .sec03 .imgArea {
  margin-top: 16px;
  text-align: center;
}
#vm .sec03 .imgArea img {
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 768px) {
  #vm .sec03 {
    padding: 40px 0;
    background-size: 50%;
  }
  #vm .sec03 .titleArea {
    margin-bottom: 40px;
  }
  #vm .sec03 .featureBox__item {
    margin-bottom: 26px;
  }
}

/* sec04 */
#vm .sec04 {
  padding: 80px 0;
}
#vm .sec04 .imgArea img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #vm .sec04 {
    padding: 40px 0;
  }
}

/* sec05 */
#vm .sec05 {
  padding: 80px 0;
  background: #f7f7f7;
}
#vm .sec05 .stepBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 58px;
}
#vm .sec05 .stepBox__item {
  width: calc((100% - 58px * 2) / 3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
#vm .sec05 .stepBox__item img {
  width: 100%;
}
#vm .sec05 .stepBox__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/img_products-vm_stepArrow.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #vm .sec05 {
    padding: 40px 0;
  }
  #vm .sec05 .stepBox__item {
    width: 100%;
  }
  #vm .sec05 .stepBox__item:not(:last-child)::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%) rotate(90deg);
  }
}
