.jp-commercial-vehicle-about-us[data-v-9db53cef] {
  background-color: #fff;
  padding-inline: var(--gutter);
  display: grid;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
.jp-commercial-vehicle-about-us .about-us-info-item[data-v-9db53cef] {
  background-color: var(--fill-bg-grey);
  border-radius: 8px;
  display: grid;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-about-us .about-us-info-item[data-v-9db53cef] {
    grid-template-columns: clamp(0px, 24.0277777778vw, 346px) 1fr;
    height: clamp(0px, 6.4583333333vw, 93px);
    align-items: center;
}
}
@media screen and (max-width: 1023.98px) {
.jp-commercial-vehicle-about-us .about-us-info-item[data-v-9db53cef] {
    text-align: center;
}
}
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef] {
  font-size: var(--body1);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-primary);
  position: relative;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef] {
    padding-left: clamp(0px, 10.6944444444vw, 154px);
}
}
@media screen and (max-width: 1023.98px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef] {
    padding: 20px;
}
}
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef]::after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef]::after {
    top: 0;
    right: 0;
    height: clamp(0px, 4.2361111111vw, 61px);
    margin: auto 0;
    border-left: 1px solid var(--line-dark);
}
}
@media screen and (max-width: 1023.98px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-label[data-v-9db53cef]::after {
    left: 21px;
    right: 21px;
    border-top: 1px solid var(--line-dark);
}
}
.jp-commercial-vehicle-about-us .about-us-info-item .item-value[data-v-9db53cef] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-family: "NotoSansJP";
  line-height: 2;
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-value[data-v-9db53cef] {
    padding-left: clamp(0px, 3.6111111111vw, 52px);
}
}
@media screen and (max-width: 1023.98px) {
.jp-commercial-vehicle-about-us .about-us-info-item .item-value[data-v-9db53cef] {
    padding: 20px 20px 24px;
}
}