@charset "UTF-8";
.u-Message-Philosophy {
  display: flex;
  justify-content: center;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem;
  background-color: #eaebed;
}

.u-Message-PhilosophyList {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.u-Message-PhilosophyList li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.u-Message-PhilosophyList li:not(:first-child) {
  margin-top: 1rem;
}

.u-Message-PhilosophyList li::before {
  content: "・";
  color: #7DC600;
  padding-right: 1.5rem;
}

.u-Message-ValueLogo {
  display: inline;
  width: 5.12rem;
  margin-right: 3.12rem;
}

.u-Message-MessageImage {
  max-width: 44.25rem;
  margin: 0 auto;
}

.u-Message-MessageTitle {
  max-width: 50rem;
  margin: 4.37rem auto 0;
}

.u-Message-Value {
  max-width: 50rem;
  margin: 3.12rem auto 0.62rem;
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.u-Message-Value::before {
  content: "・";
  color: #9FC600;
  padding-right: 0.25rem;
}

.u-Message-Value-Text {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1rem;
  padding-left: 1.7rem;
}

@media screen and (max-width: 767px) {
  .u-Message-Philosophy {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 3.12rem calc(50vw - 50%);
  }
  .u-Message-PhilosophyList {
    font-size: 1.12rem;
  }
  .u-Message-PhilosophyList li::before {
    padding-right: 0.31rem;
  }
  .u-Message-ValueLogo {
    width: 3.43rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .u-Message-MessageTitle {
    margin-top: 3.12rem;
  }
  .u-Message-Value {
    margin: 1.87rem auto 0.62rem;
    font-size: 1.12rem;
  }
  .u-Message-Value::before {
    padding-right: 0.12rem;
  }
}
