.c-ttl:before {
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating {
    padding: 75px 0 80px;
  }
}

#about .p-collaborating {
  padding: 70px 0;
}

#about .p-collaborating .c-ttl {
  margin-bottom: 50px;
}

#about .p-collaborating__list {
  max-width: 830px;
  margin: 0 auto;
  background-color: #f5fdfd;
  padding: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating__list {
    padding: 30px 50px;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
	/*grid-template-rows: repeat(3, auto);*/
  }
}

#about .p-collaborating__list li {
  padding-left: 8px;
  font-weight: 500;
  position: relative;
}

#about .p-collaborating__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating__list li:before {
    top: 14px;
  }
}
