.global-group-list {
  position: relative;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  padding: 20px 0 20px;
  height: auto;
}

.global-group-list-title {
  margin-bottom: 2vw;
  text-align: center;
  width: 100%;
}

.global-group-items {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.global-group-items.line-3{
  border-bottom: solid 4px #009380;
}

.global-group-item {
  margin-bottom: 3vw;
  width: calc((100% - 6vw)/3);
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-2 .global-group-item{
  width: calc((100% - 6vw)/4);
}

.line-3 .global-group-item{
  width: calc((100% - 6vw)/5);
}

.global-group-item a {
  display: block;
  width: 100%;
}

.global-group-item img {
  width: 100%;
  vertical-align: bottom;
}

.global-group-company-message{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 3.5vw;
  color: #009380;
  font-weight: bold;
  line-height: 1.4;
}

.clearfix {
  background-color: #EEEEEE;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
