.company-declaration {
  width: 95.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.company-declaration img {
  width: 70%;
  height: auto;
  margin-bottom: 7rem;

  @media screen and (max-width: 767px) {
    margin-bottom: 5rem;
  }
}

.company-declaration-desc {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 4rem;

  @media screen and (max-width: 767px) {
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}

.date-box {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: right;
  letter-spacing: 0.1em;
  color: #000000;
  display: flex;
  justify-content: right;
  width: 100%;
  padding-bottom: 5rem;

  @media screen and (max-width: 767px) {
    font-size: 1.4rem;
    line-height: 3rem;
    padding-bottom: 3rem;
  }
}

.company-table-section {
  padding: 6rem 0 10rem;

  @media screen and (max-width: 767px) {
    padding: 30px 0 50px;
  }
}

.company-table,
.history-table {
  width: 100%;
  padding-bottom: 8rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 5rem;
  }
}

tr {
  @media screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

td {
  vertical-align: top;
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;

  @media screen and (max-width: 767px) {
    padding: 1rem 0;
    border-bottom: none;
  }
}

.td-left {
  width: 20%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #000000;

  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }
}

.td-right {
  width: 80%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #000000;

  & a {
    text-decoration: underline #0062B3;
    color: #0062B3;
  }

  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: 1.4rem;
  }
}

.our-history-table-section {
  background-color: #f5f5f5;
  padding-top: 8rem;

  @media screen and (max-width: 767px) {
    padding-top: 5rem;
  }
}

.history-titles,
.corporate-titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.history-eng-title,
.corporate-eng-title {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  font-size: 4rem;
  line-height: 4.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;

  @media screen and (max-width: 767px) {
    font-size: 3rem;
  }
}

.history-jp-title,
.corporate-jp-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
}

.our-history-table-section h3 {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.structure-box {
  padding-top: 5rem;

  @media screen and (max-width: 767px) {
    padding-top: 25px;
    overflow: auto;
  }

  & img {
    @media screen and (max-width: 767px) {
      width: 200%;
      max-width: 200%;
    }
  }
}

.hint {
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
}

.corporate-structure-section {
  background-color: #f5f5f5;
  padding: 8rem;
  margin-bottom: 10rem;

  @media screen and (max-width: 767px) {
    padding: 5rem 0;
  }
}

.business-content {
  padding-bottom: 3rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 2rem;
  }
}

li {
  /* list-style: disc inside; */
}

iframe {
  padding: 1rem 0;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}