#hero_footage {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#hero_footage video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}

.category h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .category h2 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px 0;
  }
}

.link {
  width: min(1200px, 100%);
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .link {
    justify-content: center;
  }
}
.link a {
  width: 200px;
  max-inline-size: 200px;
  padding: 20px 0;
  display: inline-block;
}

#about {
  padding: 90px 20px 420px 20px;
  background-image: url(../../assets/images/top/bg_2_1.png), url(../../assets/images/top/bg_2_2.png);
  background-size: 830px 660px, 425px 390px;
  background-position: right 0% top 400px, left 0% top 800px;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--bg-color_01);
}
@media screen and (max-width: 768px) {
  #about {
    padding: 40px 20px 170px 20px;
    background-image: url(../../assets/images/top/bg_3.png);
    background-size: 100%;
    background-position: center bottom 50px;
    background-repeat: no-repeat;
  }
}
#about article {
  width: min(1200px, 100%);
  margin: 0 auto;
}
#about article #summary {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 130px;
  padding: 0 0 0 100px;
  margin: 0 0 220px 0;
}
@media screen and (max-width: 768px) {
  #about article #summary {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 0;
    margin: 0 0 130px 0;
  }
}
#about article #summary #company {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #about article #summary #company p {
    text-align: center;
  }
}
#about article #summary #company p span {
  display: block;
}
#about article #summary article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #about article #summary article {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about article #summary article p br {
    display: none;
  }
}
#about article #summary article .button {
  transform: translate(0, 85px);
}
@media screen and (max-width: 768px) {
  #about article #summary article .button {
    transform: translate(0, 0);
  }
}

#strength {
  color: #fff;
  padding: 0 0 0 650px;
}
@media screen and (max-width: 768px) {
  #strength {
    padding: 0;
  }
}
#strength p {
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #strength p {
    display: grid;
    gap: 20px;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #strength p span {
    display: block;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  #strength p br {
    display: none;
  }
}
#strength #link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #strength #link {
    justify-content: center;
  }
}

#service {
  padding: 0 20px 30px 20px;
  background-color: var(--bg-color_01);
}
@media screen and (max-width: 768px) {
  #service {
    padding: 0 20px 40px 20px;
  }
}
#service article {
  width: min(1200px, 100%);
  margin: 0 auto 20px auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #service article {
    flex-direction: column;
    gap: 30px;
    margin: 0 auto 40px auto;
  }
}
#service article p {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #service article p {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  #service article p br {
    display: none;
  }
}

#casestudy {
  padding: 80px 20px;
  background-color: var(--bg-color_03);
}
@media screen and (max-width: 768px) {
  #casestudy {
    padding: 40px 20px;
    background-color: var(--bg-color_01);
  }
}
#casestudy article {
  width: min(1200px, 100%);
  margin: 0 auto 20px auto;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #casestudy article {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto 40px auto;
  }
}
#casestudy article #img_icon_casestudy {
  width: 162px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #casestudy article #img_icon_casestudy {
    margin: 0 auto 20px auto;
  }
}
#casestudy article h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #casestudy article h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #casestudy article p {
    text-align: center;
  }
}
#casestudy article #icon_arrow {
  width: 30px;
  transform: translate(0, 170px);
}
@media screen and (max-width: 768px) {
  #casestudy article #icon_arrow {
    width: 7px;
    transform: translate(0, 0);
  }
}
#casestudy article #img_casestudy {
  width: 329px;
}
#casestudy article #img_casestudy img {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #casestudy article #img_casestudy img {
    padding: 0 60px;
  }
}
#casestudy article #img_casestudy figcaption {
  text-align: center;
}
#casestudy .link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #casestudy .link {
    justify-content: center;
  }
}

#recruit {
  padding: 90px 20px 100px 20px;
  background-color: var(--bg-color_01);
}
@media screen and (max-width: 768px) {
  #recruit {
    padding: 40px 20px;
  }
}
#recruit article {
  width: min(1200px, 100%);
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #recruit article {
    flex-direction: column;
    gap: 30px;
    margin: 0 auto 20px auto;
  }
}
#recruit article p {
  display: grid;
  gap: 10px;
  padding: 0 0 0 200px;
}
@media screen and (max-width: 768px) {
  #recruit article p {
    text-align: center;
    padding: 0;
  }
}
#recruit article #img_recruit {
  width: 360px;
  margin: 110px 0 0 0;
}
@media screen and (max-width: 768px) {
  #recruit article #img_recruit {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=top.css.map */