@charset "UTF-8";
/*------------------------------------------------

rMatching

-------------------------------------------------*/
.rMatching__block {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .rMatching__block {
    margin-bottom: 40px;
  }
}

.rMatchingTable {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .rMatchingTable {
    width: 1080px;
    max-width: inherit;
    table-layout: fixed;
  }
}

.rMatchingTable__inner {
  max-width: 1300px;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .rMatchingTable__inner {
    width: auto;
    padding-left: 4%;
  }
}

.rMatchingTableBox {
  width: 100%;
  max-width: 1800px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .rMatchingTableBox {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .rMatchingTableBox {
    margin-bottom: 20px;
  }
}

.rMatchingTable__th {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #3b3a3a;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .rMatchingTable__th {
    font-size: 16px;
  }
}

.rMatchingTable__th.bg_black {
  width: 130px;
  padding: 20px 15px;
  vertical-align: middle;
  background-color: #3E3E3E;
  color: #fff;
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rMatchingTable__th.bg_black {
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0
  }
}

.rMatchingTable__th.bg_lightblue {
  width: 60px;
  padding: 20px 15px;
  background: #F5FBFF;
  color: #000;
  vertical-align: top;
}

.rMatchingTable__th.bg_lightblue .span {
  font-weight: 700;
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .rMatchingTable__th.bg_lightblue .span {
    font-size: 16px;
  }
}

.rMatchingTable__td {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}

.rMatchingTable__td img {
  width: 16px;
  max-width: 100%;
}

.rMatchingTable__attention {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.rMatchingTable__attention .span {
  width: 16px;
  height: 16px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .rMatchingTable__attention .span {
    width: 13px;
    height: 13px;
    max-width: 100%;
  }
}

.rMatchingTable__attention .span img {
  display: inline-block;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .rMatchingTable__attention .span img {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
  }
}

/*------------------------------------------------

safariのみ

-------------------------------------------------*/
_::-webkit-full-page-media, _:future, :root .rMatchingTable__th {
  -webkit-writing-mode: rl-tb;
          writing-mode: rl-tb;
  text-orientation: upright;
}
/*# sourceMappingURL=recruit_matching.css.map */