.aboutus__sectionInner {
  display: flex;
  padding-top: 80px;
  gap: 4vw;
  width: 90%;
  margin-left: 3%;
}

.aboutus__ankerMenu {
  width: 160px;
  height: fit-content;
  position: sticky;
  top: 120px;
  margin-bottom: 120px;
}

.aboutus__ankerMenuItem {
  margin-bottom: 0.5rem;
}

.aboutus__ankerMenuItem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  color: var(--bg);
  white-space: nowrap;
  border: 1px solid var(--bg);
  background-color: var(--bggradient);
  padding: 4px 12px;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}

.aboutus__ankerMenuItem a:hover {
  background-color: var(--bg);
  color: #fff;
}

.aboutus__ankerMenuItem i {
  margin-left: 8px;
  font-size: 0.7rem;
  font-weight: bold;
}

.aboutus__section {
  flex: 1;
}

.aboutus__sectionContainer {
  padding-bottom: 80px;
  border-bottom: 4px solid #f5f5f5;
}

.aboutus__sectionContainerMessage {
  padding-bottom: 80px;
}

.aboutus__sectionTitle {
  padding-top: 80px;
  margin-top: -80px;
}

.aboutus__sectionTitlePT {
  padding-top: 160px;
  margin-top: -80px;
}

.aboutus__sectionTitleJpn {
  font-size: 32px;
  font-weight: bold;
}

.aboutus__sectionTitleEn {
  margin-top: -8px;

  font-weight: bold;
  color: var(--subHeader);
}

.aboutus__companyPhilosophyCatchCopy {
  margin-top: 40px;
  line-height: 2em;
  font-size: 24px;
  font-weight: bold;
}

.aboutus__companyPhilosophyCatchCopyParagraph {
  margin-top: 40px;
  line-height: 2em;
  font-weight: bold;
}

.aboutus__companyProfileTable {
  margin-top: 40px;
}

.aboutus__companyProfileTableItem {
  display: flex;
  padding: 18px 4px;
  border-top: 1px solid #808080;
  font-weight: bold;
}

.aboutus__companyProfileTableItemBottom {
  border-bottom: 1px solid #808080;
}

.aboutus__companyProfileTableItemLeft {
  flex: 2;
}

.aboutus__companyProfileTableItemRight {
  flex: 3;
  line-height: 1.75rem;
}

.aboutus__outLineItem {
  display: flex;
  font-weight: bold;
  margin-top: 40px;
}

.aboutus__outLineItemLeft {
  flex: 2;
}

.aboutus__outLineItemRight {
  flex: 5;
  line-height: 2em;
}

.aboutus__messageImg {
  margin-top: 40px;
}

.aboutus__messageText {
  margin-top: 40px;
  line-height: 2em;
  font-weight: bold;
}

.aboutus__messageName {
  margin-top: 40px;
  text-align: right;
  font-weight: bold;
}

/* メディアクエリ */

@media screen and (max-width: 770px) {
  .aboutus__sectionInner {
    flex-direction: column;
    padding-top: 40px;
    margin: auto;
  }

  .aboutus__ankerMenu {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-left: 0px;
    border-left: 0px;
    margin: 0;
  }

  .aboutus__companyPhilosophyCatchCopyParagraph {
    margin-top: 20px;
  }

  .aboutus__ankerMenuItem {
    margin-bottom: 0;
  }

  .aboutus__ankerMenuItem a {
    width: 100%;

    font-size: 16px;

    text-align: center;

    border-bottom: 1px solid;
  }

  .aboutus__sectionTitle {
    margin-top: -32px;
    text-align: center;
  }

  .aboutus__sectionTitlePT {
    padding-top: 80px;
    margin-top: -32px;
    text-align: center;
  }

  .aboutus__sectionTitleJpn {
    font-size: 24px;
  }

  .aboutus__sectionTitleEn {
    font-size: 14px;
  }

  .aboutus__companyPhilosophyCatchCopy {
    margin-top: 30px;
    font-size: 18px;
  }

  .aboutus__sectionContainer {
    padding-bottom: 60px;
  }

  .aboutus__companyProfileTable {
    margin-top: 20px;
  }

  .aboutus__companyProfileTableItem {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0px;
    border-top: 0px;
    border-bottom: 1px solid #808080;
    gap: 8px;
  }

  .aboutus__companyProfileTableItem:first-child {
    border-top: 1px solid #808080;
  }

  .aboutus__companyProfileTableItemLeft {
    font-weight: bold;
  }

  .aboutus__outLineItem {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .aboutus__outLineItemLeft {
    font-size: 16px;
    font-weight: bold;
    color: var(--bg);
  }
  .aboutus__sectionContainerMessage {
    padding-bottom: 40px;
  }
}
