@media (min-width: 768px) {
  .hybrid__figure img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hybrid__figure img {
    width: 85%;
  }
}

/* ===============================
	 philosophy
================================ */
.philosophy-vision {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .philosophy-vision {
    padding-top: 40px;
  }
}

.values-list {
  text-align: center;
}
.values-list .values-list__items {
  display: inline-block;
}
.values-list .values-list__item {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.values-list .values-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 70px;
  margin-right: 50px;
}
.values-list .values-list__keyword {
  color: #0064d2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .values-list .values-list__item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  .values-list .values-list__icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}