.h2-title {
  background: linear-gradient(
    90deg,
    var(--sub-color) 0%,
    var(--main-color) 100%
  );
  padding: 8px 25px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 40px;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 50px;
}
.display_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}
.logo_image {
  flex: 1;
  width: 100%;
}
.logo_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text_wrap {
  flex: 2;
}
.certification_list {
  margin-top: 20px;
  margin-bottom: 80px;
}
.certification_list li {
  margin-top: 56px;
}

.certification_list h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 8px;
}
.certification_list h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--sub-color);
  margin: 32px 0 8px;
  border-left: 6px solid var(--sub-color);
  padding-left: 15px;
}
.c-red-section {
  margin-block: 0;
}
/* ---------------------------------------
 数字で知る
------------------------------------------ */
.bg_gray {
  background-color: #f1f1f1;
  padding: 20px 0 80px;
}
.stats_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: space-between;
  margin-top: 40px;
  gap: 16px;
}
.stats_list li {
  text-align: center;
  max-width: 345px;
  width: 32%;
  min-width: 312px;
  flex-basis: 32%;
}
.stats_list::after {
  content: "";
  display: block;
  max-width: 345px;
  width: 32%;
  min-width: 312px;
}
.list_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: #fff;
  height: 100%;
  border-radius: 30px;
}
.list_inner h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
  /* margin-bottom: 16px; */
}
.set_data_flex {
  display: flex;
  justify-content: space-evenly;
}
.stats_title {
  font-size: 18px;
  margin-bottom: 16px;
}
.count {
  font-size: 4rem;
  font-weight: bold;
}
.stats {
  color: var(--sub-color);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
  font-size: 2.8rem;
}
@media (max-width: 820px) {
  .business_image {
    flex: 2;
  }
  .text_wrap {
    font-size: 14px;
  }
  .display_flex {
    gap: 24px;
  }
  .stats_list li {
    min-width: 260px;
  }
  .list_inner h3 {
    font-size: 20px;
  }
  .list_inner p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .certification_list li:first-child {
    margin-top: 24px;
  }
  .h2-title {
    font-size: 20px;
    margin-top: 56px;
    margin-bottom: 40px;
    padding: 6px 16px;
  }
  .display_flex {
    display: block;
  }
  .logo_image {
    width: 90%;
    margin: 0 auto;
  }
  .text_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 0 2px;
  }
  .text_wrap h3 {
    font-size: 18px;
    margin: 8px 0;
  }
  .stats_list {
    gap: 8px;
  }
  .list_inner {
    padding: 24px;
    border-radius: 24px;
  }
  .stats_list li {
    min-width: 96%;
  }
  .list_inner p {
    font-size: 16px;
  }
}
.annotation {
  font-size: 12px;
  text-align: right;
  color: #666;
  margin: 8px 8px 0;
}
