@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 社会人採用
======================================================*/
.dummy_txt {
  padding: 75px 0 103px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .dummy_txt {
    padding: 40px 0 50px;
    font-size: 16px;
  }
}

h2 {
  margin-bottom: 20px;
  color: #0BAA74;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

table {
  width: 100%;
  margin-bottom: 80px;
}
table th, table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
table th:not(:last-of-type), table td:not(:last-of-type) {
  border-right: 1px solid #fff;
}
table th {
  border-bottom: 1px solid #fff;
  background: #0BAA74;
  color: #fff;
}
table td {
  background: #ECF8F0;
}
@media screen and (max-width: 767px) {
  table {
    margin-bottom: 40px;
  }
}