@charset "UTF-8";
.page-company {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 68px 75px;
  padding-bottom: 180px;
  background-color: #f7f3ec;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .page-company {
    margin-top: 93px;
  }
}
@media screen and (min-width: 580px) and (max-width: 800px) {
  .page-company {
    padding: 52px 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-company {
    margin-top: 80px;
    padding: 40px 7% 0;
    padding-bottom: 120px;
  }
}
.page-company_title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 350;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-company_title {
    font-size: 36px;
  }
}
.page-company_table {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-company_table tbody {
  width: 100%;
}
.page-company_table tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D3B778;
  width: 100%;
  gap: 40px;
}
.page-company_table th {
  flex-shrink: 0;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .page-company_table th {
    width: 100px;
  }
}
.page-company_table td {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-company_table td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-company_table-text-large {
    font-size: 15px;
  }
}
.page-company_sales {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-company_category {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 77px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-company_category {
    font-size: 28px;
  }
}
.page-company_texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-company_text {
  text-align: center;
}
.page-company_sub-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
}
.page-company_table-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .page-company_table-title {
    font-size: 15px;
  }
}
.page-company_table-title-sales {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: start;
  width: 18%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-company_button {
  display: flex;
  padding: 16px;
  gap: 8px;
  color: #fff;
  background-color: #D3B778;
  max-width: 432px;
  margin: 18px auto 0;
  justify-content: center;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
  transition: stroke 0.3s ease;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .page-company_button {
    width: 252px;
  }
}
.page-company_button:hover {
  color: #000;
  background-color: #fff;
}
.page-company_button:hover .page-company_arrow {
  transform: translate(3px, -3px);
}
.page-company_button:hover .page-company_arrow path {
  stroke: #D3B778;
}
.page-company_sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-company_sp-only {
    display: inline;
  }
}
.page-company_link-map {
  text-decoration: underline !important;
  align-items: center;
}
.page-company_link-map::after {
  display: inline-flex;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../../images/icon-text-link-external-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-company_link-map {
    width: 103px;
  }
}
.page-company_link-map:hover {
  text-decoration: none !important;
}
.page-company_link-map:hover::after {
  background-image: url("../../images/icon-text-link-external-hover-01.svg");
}
.page-company_factory-table {
  border-collapse: collapse;
  /* 線が重ならないようにする */
  width: 100%;
}
.page-company_factory-table tr {
  border-bottom: 1px solid #F7F3EC;
  margin-bottom: 2px;
}
.page-company_factory-table th {
  padding-top: 12px;
  vertical-align: top;
  text-align: left;
}
.page-company_factory-table td {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}
.page-company_factory-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-company_factory-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 920px) {
  .page-company_factory-cards {
    flex-direction: column;
    gap: 20px;
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-company_factory-cards {
    gap: 33px;
    margin: 0 3%;
  }
}
.page-company_factory-card {
  display: flex;
  gap: 28px;
  padding: 24px;
  background-color: #fff;
  max-width: 1006px;
  margin-inline: auto;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .page-company_factory-card {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_factory-card {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
}
.page-company_factory-card-contents {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 568px;
}
@media screen and (max-width: 920px) {
  .page-company_factory-card-contents {
    width: 100%;
  }
}
.page-company_factory-card-img {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 920px) {
  .page-company_factory-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.page-company_factory-card-text {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 250;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D3B778;
}
@media screen and (max-width: 767px) {
  .page-company_factory-card-text {
    font-size: 20px;
  }
}
.page-company_sales-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .page-company_sales-cards {
    margin: 0 3%;
    gap: 32px;
  }
}
.page-company_sales-card {
  display: flex;
  gap: 28px;
  padding: 24px;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1006px;
  width: 100%;
  align-items: flex-start;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_sales-card {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
}
.page-company_sales-card-text {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 250;
  font-size: 24px;
  line-height: 24px;
  width: 240px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D3B778;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card-text {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .page-company_sales-card-text {
    font-size: 20px;
    border-bottom: none;
  }
}
.page-company_sales-card-left {
  display: flex;
  flex-direction: column;
  gap: 42px;
  vertical-align: top;
  padding-top: 12px;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card-left {
    width: 100%;
    gap: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #D3B778;
  }
}
@media screen and (max-width: 767px) {
  .page-company_sales-card-left {
    width: 100%;
    gap: 3%;
    padding-bottom: 3%;
    justify-content: space-between;
    border-bottom: 1px solid #D3B778;
  }
}
.page-company_sales-card-table {
  width: 100%;
  border-collapse: collapse;
  /* 線が重ならないようにする */
}
.page-company_sales-card-table tr {
  border-bottom: 1px solid #F7F3EC;
  margin-bottom: 2px;
  width: 655px;
}
.page-company_sales-card-table tr:first-child th {
  padding-top: 0;
}
.page-company_sales-card-table tr:first-child td {
  padding-top: 0;
}
.page-company_sales-card-table th {
  vertical-align: top;
  text-align: left;
  padding-top: 12px;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card-table th {
    width: 85px;
  }
}
.page-company_sales-card-table td {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card-table td {
    width: 265px;
  }
}
.page-company_sales-card-table td:first-child {
  padding-top: 0;
}
.page-company_sales-card-arrow {
  position: relative;
  text-decoration: underline !important;
}
@media screen and (min-width: 580px) and (max-width: 920px) {
  .page-company_sales-card-arrow {
    margin-top: 12px;
  }
}
.page-company_sales-card-arrow::after {
  display: inline-flex;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../../images/icon-text-link-external-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.page-company_sales-card-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* テキストの少し下 */
  width: 0;
  height: 1px;
  background-color: #D3B778;
  /* 文字色と同じ */
  transition: width 0.3s ease;
}
.page-company_sales-card-arrow:hover {
  text-decoration: none !important;
}
.page-company_sales-card-arrow:hover::after {
  background-image: url("../../images/icon-text-link-external-hover-01.svg");
}
.page-company_history-table {
  max-width: 1006px;
  width: 100%;
  padding: 0 12%;
  margin-inline: auto;
}
.page-company_history-table tr {
  display: flex;
  padding-top: 12px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D3B778;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-company_history-table tr {
    gap: 12px;
  }
}
.page-company_history-table td {
  width: 100%;
}
.page-company_history-table-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: start;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .page-company_history-table-title {
    width: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_history-table-text {
    width: 180px;
  }
}

/*# sourceMappingURL=company.css.map */
