.concept-01 h2 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.concept-02 {
  background-color: #1D1D1F;
  padding: 6rem 0;
}

.concept-02 * {
  color: #fff;
}

.concept-02 h3 {
  margin: 4rem 0 1.5rem;
}

.concept-02 p {
  font-size: 1.5rem;
}

.concept-02 img {
  display: block;
  width: 100%;
  object-fit: cover;
  margin: 4rem 0;
}

.concept-03 .wrap {
  padding: 1.5rem 0;
}

.concept-03 .wrap-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.concept-03 .wrap-title span {
  display: block;
  font-size: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #E5E5E8;
  border-radius: 0.9rem;
  text-align: center;
}

.concept-03 .wrap ul li {
  font-size: 1.4rem;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.concept-04 .inner {
  background-image: url(/wp-content/themes/general-temp/img/concept/concept_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.5rem;
}

.concept-04 .wrap {
  padding: 6rem 3rem;
}

.concept-04 .wrap * {
  color: #fff;
}

.concept-04 .wrap p {
  font-size: 1.8rem;
}

.concept-04 .wrap ul {
  margin: 3rem 0 5rem;
}

.concept-04 .wrap ul li {
  font-size: 1.4rem;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.concept-04 .wrap .concept-sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5rem;
}

.concept-04 .wrap .concept-sns img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-height: 9rem;
}
