#sub_main {
  width: 100%;
  height: 100vh;
  background-image: url(../img/about/background_img_subpage.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  display: grid;
  align-items: center;
  justify-content: center;
}

#sub_main .main_title_img p {
  font-size: var(--large);
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

#sub_about_wrap {
  width: 100%;
  height: fit-content;
}

#sub_count_wrap {
  width: 100%;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

#sub_count_wrap .count_box_sub {
  padding: 30px 0;
  text-align: left;
}

#sub_count_wrap .count_box_sub p {
  font-size: var(--base);
}

#sub_count_wrap .count_box_sub h3 {
  font-size: var(--huge);
  color: var(--primary-color);
}
