body {
  margin-top: 50px;
}

.footer p.copyright {
  padding-top: 10px;
}

.footer .logo-blocks .box-secondary {
  color: #6A1435;
  line-height: 0;
}

.footer .logo-blocks .box-thirdly {
  color: #9C308D;
  line-height: 0;
}

.footer .logo-blocks .box-fourthly {
  color: #C7C3E1;
  line-height: 0;
}

article.home section {
  height: 70vh;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575.98px) {
  article.home section {
    padding-bottom: 0;
  }
}

article.home section h2, article.home section .h2 {
  font-family: 'ヒラギノ角ゴ Pro';
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 1.6rem;
}

article.home section h3, article.home section .h3 {
  font-family: 'Monaco';
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 1.4rem;
}

article.home section p {
  color: #2b3542;
  font-family: 'Osaka';
  text-align: center;
  font-size: 1.4rem;
  width: 90%;
}

article.home section.company {
  background-color: #E9EAF5;
}

article.home section.mission {
  color: #493759;
  background-color: #C7C3E1;
}

article.home section.whatwedo {
  color: #fff;
  background-color: #9C308D;
}

article.home section.whatwedo p {
  color: #fff;
  font-size: 0.9rem;
  width: inherit;
  text-align: inherit;
}

article.home section.whatwedo ul.whatwedo {
  list-style-type: none;
  padding-right: 2rem;
}

@media (max-width: 575.98px) {
  article.home section.whatwedo ul.whatwedo {
    padding: 0 0.5rem 0 0.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  article.home section.whatwedo {
    height: inherit;
    padding-top: 1.0rem;
  }
}

article.home section.contact {
  color: #fff;
  background-color: #6A1435;
}

article.home section.primary {
  color: #fff;
  background-color: #493759;
}

article.home section.secondary {
  color: #fff;
  background-color: #6A1435;
}

.navbar-light .brand-main-logo {
  color: #6A1435;
  font-family: 'Monaco';
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}