@charset "UTF-8";

/* === kv === */
.inner-kv {
  background-image: url(../img/about/kv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .inner-kv {
    background-image: url(../img/about/kv_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* === main === */
.tg-groups-center-text {
  font-size: 1.2727rem;
  font-weight: 700;
  color: #004098;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 70px;
}

.tg-groups-list .list-item {
  display: flex;
  align-items: center;
}

.tg-groups-list .list-item + .list-item {
  margin-top: 24px;
}

.tg-groups-list .list-item .list-item-title {
  font-size: 1.2727rem;
  font-weight: 700;
  min-width: 280px;
}

.tg-groups-block .block-text {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .tg-groups-center-text {
    margin-bottom: 20px;
  }

  .tg-groups-list .list-item {
    display: block;
  }

  .tg-groups-list .list-item + .list-item {
    margin-top: 12px;
  }

  .tg-groups-block .block-text {
    margin-top: 20px;
  }
}