body {
  color: #333;
  margin: 0;
  padding: 0;
}

#TopHeader {
  background: fixed url("/img/background.webp") no-repeat 0% 0%/cover;
  color: #fff;
}

#ThinCorpName {
  display: none;
}

a:has(#TopHeader), a:has(#ThinCorpName) {
  text-decoration: none;
  color: inherit;
}

#HeaderNest {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

#HeaderNestLeft {
  flex-shrink: 0;
  flex-grow: 0;
}

#HeaderNestRight {
  flex-grow: 1;
  text-align: right;
}

#CatchText {
  font-size: 300%;
  font-weight: bold;
}

#CatchTextSub {
  font-size: 150%;
  font-weight: bold;
  color: #ea0000;
}

.mascot {
  display: inline-block;
}

.mascot img {
  max-height: 200px;
}

#TopCorpName {
  display: inline-block;
  font-size: 250%;
  font-weight: bold;
  height: 200px;
  align-content: end;
  margin-block-end: 18px;
}

#ContentContainer {
  max-width: 960px;
  margin: auto;
}

.hiring-list ul {
  list-style-type: none;
}

.hiring-list-item {
  background-color: #ea0000;
  display: inline-block;
  width: max-content;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px 14px;
  border-radius: 24px;
}

.hiring-list-item:hover {
  background-color: #ff6a6a
}

.hiring-list-item-arrow {
  display: inline-block;
}

.hiring-list li a {
  color: #fff;
  text-decoration: none;
}

tr.even, tr:nth-child(even) {
  background-color: #ffe5e5;
}

body.page_hiring h2 {
  text-align: center;
  border-bottom: 1px solid;
}

body.page_hiring table {
  background-color: #f8f8f8;
  padding: 35px;
  border-radius: 50px;
  margin: auto;
}

body.page_hiring tr td:nth-child(1) {
  white-space: nowrap;
  text-wrap: nowrap;
}

.entry_btn {
  text-align: center;
}

.entry_btn a {
  display: inline-block;
  background-color: #ea0000;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px 14px;
  border-radius: 24px;
  font-size: 125%;
}

.entry_btn a:hover {
  background-color: #ff6a6a
}

.entry_btn img {
  height: 24px;
}

#MainFooter {
  margin-top: 3.5em;
  margin-bottom: 1.8em;
}

#MainFooterNest {
  max-width: 960px;
  margin: auto;
}

#CopyRight {
  font-size: 90%;
  text-align: center;
  border-top: #1e1e1e solid 1px;
}

table {
  max-width: 100%;
}

@media screen and (max-width: 919px) {
  #ContentContainer {
    padding: 0.35em;
  }

  #HeaderNestRight {
    display: none;
  }

  #ThinCorpName {
    display: block;
    font-size: 200%;
    font-weight: bold;
  }

  body.page_hiring tr td:nth-child(1) {
    white-space: initial;
    text-wrap: initial;
    min-width: 4em;
  }

  .hiring-list ul {
    padding-inline-start: 0.8em;
  }

  .hiring-list-item {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 12px 8px;
    border-radius: 16px;
  }

  .hiring-list-item-arrow {
    display: none;
  }
}