
.Works__lead {
  background-color: #fff;
  padding: 2.5rem 4rem;
  border-radius: 10px;
  width: min(950px, calc(100% - 2rem));
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .Works__lead {
    padding: 2.5rem 3rem;
  }
}
.Works__leadTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .Works__leadTitle {
    text-align: left;
  }
}
.partnerBox {
  background-color: #fff;
  padding: 5rem 3rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}
.partnerBox__head {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .partnerBox__head {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.partnerBox__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .partnerBox__title {
    padding: 1rem;
    background-color: #e6e6e6;
    border-radius: 5px;
    width: 9em;
  }
}
.PartnerTable {
  width: 100%;
  max-width: 80rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ccc;
}
.PartnerTable__row {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .PartnerTable__row {
    flex-direction: column;
  }
}
.PartnerTable__name {
  width: 350px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PartnerTable__name {
    width: 100%;
  }
}