@charset "UTF-8";
.underlayer:not(.career-item) {
  display: none;
}

.main-bg.--main03:before {
  background-position: center center !important;
  background-image: url("../images/common/main03.jpg") !important;
}
@media (min-width: 769px) {
  .main-bg.--main03:before {
    background-position: center 40% !important;
  }
}

.section-performance {
  margin-bottom: 0;
}
.section-performance .head__02 {
  margin: 0 auto;
}

.section-performance__kome {
  text-align: center;
}

.fixed-table-header {
  display: none;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
.fixed-table-header tr:first-child th:first-child {
  width: 414px;
}

@media (min-width: 769px) {
  .fixed-table-header {
    max-width: 691px;
    left: calc(50% + 50.5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}
.shinro_table {
  width: 100%;
  max-width: 691px;
  margin: 2em auto 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .shinro_table {
    width: 100%;
    margin: 5% auto;
  }
}
@media (max-width: 540px) {
  .shinro_table {
    font-size: 14px;
  }
}
.shinro_table tbody {
  overflow: auto;
  overflow-x: hidden;
}
.shinro_table tbody tr:nth-child(odd) td {
  background-color: #dedede;
}
.shinro_table tbody tr td.td_sum {
  background-color: #f0e68c !important;
}
.shinro_table tr.section-performance__tr {
  background: #00A7EA !important;
  color: #fff;
}
.shinro_table th,
.shinro_table td {
  border: solid 1px #999;
}
.shinro_table th {
  padding: 2px 5px;
  line-height: 1.2;
}
.shinro_table td {
  line-height: 2;
  padding: 5px;
}
@media (max-width: 540px) {
  .shinro_table td {
    line-height: 1.5;
  }
}
.shinro_table td.section-performance__ttl {
  background: #00A7EA !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.shinro_table .people {
  position: relative;
}
.shinro_table .people:first-child {
  border-left: 0;
}
.shinro_table .people:after {
  content: "人";
  font-size: 10px;
  color: #fff;
  display: block;
}
.shinro_table .people.--not:after {
  display: none;
}
.shinro_table .people.--short {
  width: 10%;
}
.shinro_table .people.--med {
  width: 14%;
}
.shinro_table .number.--pickup {
  background-color: #f0e68c;
  color: #1A1A1A;
}

.shinro_table .textWrap .text {
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  padding: 10px;
}

.text_link {
  display: inline-block;
  color: #1A1A1A;
}