.navbar {
  background-color: var(--main-color-red);
}
.navbar .row img {
  filter: brightness(20);
}
.navbar-icon span {
  background-color: #fff;
}
.navbar-icon span:before, .navbar-icon span:after {
  background-color: #fff;
}
.navbar-icon.active span:before, .navbar-icon.active span:after {
  background-color: #fff;
}
.navbar-menu nav a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .navbar-menu nav.active {
    background-color: var(--main-color-red);
  }
}

section .main-ttl {
  text-align: left;
  margin: 0 0 5rem;
}
section .main-txt {
  color: var(--main-color-black);
  line-height: 2;
}

.companymv {
  background-color: var(--main-color-red);
  color: #fff;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .companymv {
    margin-top: -0.1rem;
  }
}
.companymv .container {
  max-width: 100%;
  width: auto;
}
.companymv-inner {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .companymv-inner {
    justify-content: left;
    padding: 9rem 0;
  }
}
.companymv-inner-ttl {
  padding: 0 0 0 10rem;
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .companymv-inner-ttl {
    padding: 0 0 5rem 5rem;
  }
}
.companymv-inner h2 {
  font-family: "Lexend", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .companymv-inner h2 {
    font-size: 6rem;
  }
}
.companymv-inner p {
  font-size: 4.4rem;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.4454545455;
}
@media screen and (max-width: 768px) {
  .companymv-inner p {
    font-size: 6.4rem;
  }
}
.companymv-inner-img {
  width: 82.9rem;
}

.companycontent-inner {
  width: 114rem;
  margin: 15rem auto 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companycontent-inner {
    width: 100%;
  }
}
.companycontent-inner-img {
  width: 54.5rem;
}
@media screen and (max-width: 768px) {
  .companycontent-inner-img {
    width: 90%;
    margin: 8rem auto 0;
  }
}
.companycontent-inner-txt {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .companycontent-inner-txt {
    width: 90%;
    margin: 0 auto;
  }
}

.companyoverview {
  margin: 15rem auto 0;
  padding: 12rem 0 7rem;
  background: linear-gradient(180deg, #F3F3F6 0%, rgba(255, 255, 255, 0) 100%);
}
.companyoverview .container {
  display: grid;
  justify-items: center;
  row-gap: 10rem;
}
.companyoverview-inner {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .companyoverview-inner {
    width: 90%;
  }
}
.companyoverview-inner .main-ttl-jp {
  letter-spacing: 0.06em;
}
.companyoverview-inner ul {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .companyoverview-inner ul {
    font-size: 2.4rem;
  }
}
.companyoverview-inner ul li {
  align-items: center;
  border-bottom: 1px solid #CBCCD6;
  padding: 3rem 0;
  gap: 5rem;
}
.companyoverview-inner ul li p {
  color: var(--main-color-black);
}
.companyoverview-inner ul li p:first-child {
  font-weight: 700;
  width: 8rem;
}/*# sourceMappingURL=company.css.map */