.contents__txt::before {
  border-top: solid 3px #ffa602;
  border-left: solid 3px #ffa602;
}
.contents__txt::after {
  border-right: solid 3px #ffa602;
  border-bottom: solid 3px #ffa602;
}

section:nth-child(1) .contents__txt, section:nth-child(2) .contents__txt {
  position: relative;
  text-align: center;
}
section:nth-child(1) .contents__txt p, section:nth-child(2) .contents__txt p {
  margin: 32px 0;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
}
section:nth-child(1) .contents__txt .c-img, section:nth-child(2) .contents__txt .c-img {
  z-index: -1;
  position: absolute;
}
section:nth-child(1) {
  letter-spacing: 3px;
  font-weight: 600;
}
section:nth-child(1) .c-img {
  width: min(30vw, 200px);
  position: absolute;
  right: 8px;
  bottom: 8px;
}
section:nth-child(2) .c-img {
  height: 18vh;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

table {
  width: 100%;
  font-size: 1.6rem;
}
table .caption {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 4.4vw, 2.4rem);
  padding-left: 1rem;
  margin: 8px 0;
}
table .caption--new {
  color: #fe6f6f;
  border-left: solid 4px #fe6f6f;
}
table .caption--career {
  color: #1eb940;
  border-left: solid 4px #1eb940;
}
table thead tr th {
  color: #e9a800;
  padding: 8px 0;
}
table tbody tr {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ccc;
  padding: 8px;
  gap: 8px;
}
table tbody tr th {
  font-size: clamp(1.4rem, 3.1vw, 2rem);
  font-weight: bold;
  text-align: left;
  width: 160px;
  height: 100%;
  font-weight: 700;
}
table tbody tr td {
  padding-top: 4px;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  width: 70%;
}
table tbody tr td .position {
  padding-right: 5.2rem;
}
table tbody tr td a {
  text-decoration: underline;
  color: #ffa602;
}

.history thead tr th {
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
}
.history tbody {
  position: relative;
  font-weight: 400;
}
.history tbody::before {
  content: "";
  width: 2px;
  height: 80%;
  display: block;
  border: dashed 1px #ccc;
  position: absolute;
  top: 45%;
  left: 139px;
  transform: translateY(-50%);
}
.history tbody tr {
  gap: 40px;
  padding: 8px 0 32px;
  font-size: 1.6rem;
  border-bottom: none;
}
.history tbody tr::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 25px;
  display: block;
  background-color: #ffc01d;
  position: absolute;
  left: 130px;
  transform: translateY(4px);
}
.history tbody tr:last-child td {
  color: #fa6533;
  font-weight: 600;
}
.history tbody tr:last-child::before {
  background-color: #fa6533;
}
.history tbody tr th {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  width: 120px;
  text-align: right;
  display: inline-block;
}

.message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 164px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
}