#about {
  padding: 160px 0 0 0;
  background-color: var(--bg-color_01);
}
@media screen and (max-width: 768px) {
  #about {
    padding: 60px 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #about picture {
    display: none;
  }
}
#about article {
  display: none;
}
@media screen and (max-width: 768px) {
  #about article {
    display: grid;
    gap: 40px;
  }
  #about article section figure img {
    margin: 0 auto 10px auto;
  }
  #about article section:nth-child(1) img {
    width: 90px;
  }
  #about article section:nth-child(2) img {
    width: 256px;
  }
  #about article section:nth-child(3) img {
    width: 198px;
  }
  #about article section:nth-child(4) img {
    width: 198px;
  }
}

#company {
  padding: 80px 20px 140px 20px;
  background-color: var(--bg-color_02);
}
@media screen and (max-width: 768px) {
  #company {
    padding: 30px 20px 50px 20px;
  }
}
#company h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: min(1200px, 100%);
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 768px) {
  #company h2 {
    margin: 0 auto 40px auto;
    text-align: center;
  }
}
#company article {
  width: min(1200px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  #company article {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#company article section {
  display: grid;
  gap: 20px;
}
#company article section dl {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #company article section dl {
    flex-direction: column;
    gap: 0;
  }
}
#company article section dl dt {
  width: 6em;
}

#peaple {
  padding: 100px 20px 60px 20px;
  background-color: var(--bg-color_03);
}
@media screen and (max-width: 768px) {
  #peaple {
    padding: 40px 20px;
  }
}
#peaple h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: min(1200px, 100%);
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 768px) {
  #peaple h2 {
    margin: 0 auto 40px auto;
    text-align: center;
  }
}
#peaple article {
  width: min(1200px, 100%);
  margin: 0 auto 220px auto;
  display: grid;
  gap: 200px;
}
@media screen and (max-width: 768px) {
  #peaple article {
    margin: 0 auto 60px auto;
    gap: 80px;
  }
}
#peaple article section figure {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #peaple article section figure {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #peaple article section figure img {
    width: 220px;
    margin: auto;
  }
}
#peaple article section figure figcaption h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #peaple article section figure figcaption h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
}
#peaple article section figure figcaption h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #peaple article section figure figcaption h4 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #peaple article section figure figcaption h4 br {
    display: none;
  }
}
#peaple article section figure figcaption p {
  display: grid;
  gap: 20px;
  padding: 0 0 0 190px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #peaple article section figure figcaption p {
    padding: 0;
  }
}

#rebrand {
  padding: 100px 20px;
  background-color: var(--bg-color_02);
}
@media screen and (max-width: 768px) {
  #rebrand {
    padding: 40px 20px;
  }
}
#rebrand h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  width: min(1200px, 100%);
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  #rebrand h2 {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
#rebrand article {
  width: min(1200px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #rebrand article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
}
#rebrand article #summary {
  padding: 160px 0 0 0;
}
@media screen and (max-width: 768px) {
  #rebrand article #summary {
    padding: 0;
  }
}
#rebrand article section {
  display: grid;
  gap: 140px;
}
@media screen and (max-width: 768px) {
  #rebrand article section {
    gap: 50px;
  }
}
#rebrand article section figure {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #rebrand article section figure {
    gap: 10px;
  }
}
#rebrand article section figure figcaption {
  font-size: 13px;
  display: grid;
  gap: 10px;
}
#rebrand article section figure #realize {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #rebrand article section figure #realize {
    width: 230px;
    padding: 0;
    margin: 0 auto 20px auto;
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=about.css.map */