html, body {
  overflow-x: hidden;
}
.p-pattern02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-pattern02 {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .p-pattern02 .title-01 {
    font-size: var(--font-size-xxl);
  }
}
.p-menu__list--recruit {
  --row-gap: 1em !important;
  --column-gap: 2cqw !important;
}
.c-table th:first-child {
  width: auto;
}
.c-table > tbody > tr > td {
  min-width: 0;
  vertical-align:middle;
}
.p-menu__list--contact {
  justify-content: center;
}
.p-menu__list--contact .c-button01 {
  --button-color: linear-gradient(var(--slash-deg), var(--color-fog-blue), var(--color-blue-grey));
  --button-color: linear-gradient(var(--slash-deg), var(--color-yellow-brown), var(--color-chocholate));
}
@media (max-width: 1024px) {
  .p-menu__list--contact {
    --column-count: 1 !important;
  }
}