@charset "UTF-8";

.mt_32{
  margin: 32px 0 0 0;
}

.mt_80{
  margin: 80px 0 0;
}

.price_img_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  margin: 32px 0 16px;
}

.price_img{
  width: 100%;
}

.price_img img{
  display: block;
  width: 100%;
}

.price_img_note{
  text-align: right;
}

@media screen and (max-width: 767px) {
  .price_img_wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.min_120{
  min-width: 120px;
}

.min_640{
  min-width: 640px;
}


.brand-logo {
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.brand-logo__mark {
  position: absolute;
  top: 0.08em;
  right: -0.34em;
  color: #158f6b;
  font-size: 0.32em;
  line-height: 1;
  font-family: serif;
  font-weight: 700;
}

.brand-chart-body {
  position: relative;
}

.tech-box-wrap {
  position: relative;
  z-index: 2;
}

.tech-box-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -126px;
  width: 2px;
  height: 126px;
  background: #158f6b;
  transform: translateX(-50%);
  z-index: -1;
}

.partner-box {
  position: relative;
  z-index: 3;
  margin-top: 40px;
}

.partner-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .brand-logo__mark {
    right: -0.38em;
  }

  .tech-box-wrap::after {
    bottom: -78px;
    height: 78px;
  }

  .partner-box {
    margin-top: 32px;
  }

  .partner-text {
    white-space: normal;
  }
}

.ai_base{
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.text_r{
  font-size: 12px;
  vertical-align: text-top;
}
