.recruit__section6 {
  padding: 90px 0;
  background-color: #fff;
  background-image: url("../img/recruit/number/bg_ptn.png");
  background-repeat: repeat;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .recruit__section6 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 {
    padding: 70px 0;
  }
}
.recruit__section6 .sec__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .sec__title {
    margin-top: 0;
  }
}
.recruit__section6 .rs6__flex {
  --rs6-grid-gap: 3px;
  display: grid;
  gap: var(--rs6-grid-gap);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 160px 160px 260px 410px 260px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
}
.recruit__section6 .rs6__col {
  background-color: #E1DED4;
  box-sizing: border-box;
  min-width: 0;
}
.recruit__section6 .rs6__col:nth-of-type(1) {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(1) {
    grid-column: 1/-1;
    grid-row: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(2), .recruit__section6 .rs6__col:nth-of-type(3), .recruit__section6 .rs6__col:nth-of-type(4), .recruit__section6 .rs6__col:nth-of-type(5) {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(2), .recruit__section6 .rs6__col:nth-of-type(3), .recruit__section6 .rs6__col:nth-of-type(4), .recruit__section6 .rs6__col:nth-of-type(5) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(6) {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(6) {
    grid-column: 1/-1;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(7), .recruit__section6 .rs6__col:nth-of-type(8), .recruit__section6 .rs6__col:nth-of-type(9) {
  padding: 22px 25px 22px 25px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(7), .recruit__section6 .rs6__col:nth-of-type(8), .recruit__section6 .rs6__col:nth-of-type(9) {
    padding: 30px 15px;
    grid-column: 1/-1;
  }
}
.recruit__section6 .rs6__col:nth-of-type(10) {
  grid-row: 4;
  grid-column: 1/-1;
  width: 399px;
  max-width: 100%;
  justify-self: start;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(10) {
    grid-row: auto;
    grid-column: 1/-1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 30px 15px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(11) {
  grid-row: 4;
  grid-column: 1/-1;
  width: 599.5px;
  max-width: 100%;
  justify-self: start;
  margin-left: calc(399px + var(--rs6-grid-gap));
  padding: 30px 25px 20px 25px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col:nth-of-type(11) {
    grid-row: auto;
    grid-column: 1/-1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-left: 0;
    padding: 30px 15px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(12), .recruit__section6 .rs6__col:nth-of-type(13), .recruit__section6 .rs6__col:nth-of-type(14) {
  padding: 25px 25px 22px 25px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col:nth-of-type(12), .recruit__section6 .rs6__col:nth-of-type(13), .recruit__section6 .rs6__col:nth-of-type(14) {
    padding: 20px 12px;
  }
}
.recruit__section6 .rs6__col:nth-of-type(15) {
  padding: 32px 13px 27px 13px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col:nth-of-type(15) {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col:nth-of-type(15) {
    padding: 22px 10px;
  }
}
.recruit__section6 .rs6__col01 {
  background-color: #E1DED4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__section6 .rs6__col01_txt01 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #690100;
  width: 274px;
  max-width: 100%;
  display: inline-block;
  margin-top: 0;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%, 14px 50%);
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col01_txt01 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col01_txt01 {
    width: 100%;
    max-width: 200px;
    font-size: 18px;
  }
}
.recruit__section6 .rs6__col01 figure {
  width: 87px;
  height: auto;
  margin-right: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col01 figure {
    width: 60px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col01 figure {
    width: 46px;
    margin-right: 15px;
  }
}
.recruit__section6 .rs6__col01 figure img {
  width: 100%;
}
.recruit__section6 .rs6__col01 p {
  font-size: 140px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col01 p {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col01 p {
    font-size: 70px;
  }
}
.recruit__section6 .rs6__col01 p span {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col01 p span {
    font-size: 20px;
  }
}
.recruit__section6 .rs6__col02 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col02 {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col02 {
    justify-content: space-evenly;
  }
}
.recruit__section6 .rs6__col02 figure {
  width: 65px;
  height: auto;
  margin-right: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col02 figure {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col02 figure {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col02 figure {
    width: 45px;
    margin-right: 8px;
  }
}
.recruit__section6 .rs6__col02 figure img {
  width: 100%;
}
.recruit__section6 .rs6__col02_txt01 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col02_txt01 {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col02_txt01 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.recruit__section6 .rs6__col02_txt02 {
  font-size: clamp(40px, 7vw, 80px);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col02_txt02 {
    font-size: clamp(36px, 10vw, 50px);
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col02_txt02 {
    font-size: 40px;
  }
}
.recruit__section6 .rs6__col02_txt02 span {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col02_txt02 span {
    font-size: 14px;
    margin-left: 5px;
  }
}
.recruit__section6 .rs6__col03 p {
  text-align: center;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col03 p {
    font-size: 18px;
  }
}
.recruit__section6 .rs6__col03 figure {
  width: 174px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col03 figure {
    width: 140px;
  }
}
.recruit__section6 .rs6__col03 figure img {
  width: 100%;
}
.recruit__section6 .rs6__col04 {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__section6 .rs6__col04_txt01 {
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col04_txt01 {
    font-size: 18px;
  }
}
.recruit__section6 .rs6__col04_unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__section6 .rs6__col04_unit:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #A8A7A7;
  margin-bottom: 15px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col04_unit:first-of-type {
    padding-right: 20px;
    margin-right: 20px;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid #A8A7A7;
  }
}
.recruit__section6 .rs6__col04_unit figure {
  height: auto;
  width: 30px;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col04_unit figure {
    width: 25px;
  }
}
.recruit__section6 .rs6__col04_unit figure img {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col04_unit_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.recruit__section6 .rs6__col04_unit_txt .gender {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-align: left;
  margin-bottom: 8px;
}
.recruit__section6 .rs6__col04_unit_txt .number {
  font-size: 50px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col04_unit_txt .number {
    font-size: 40px;
  }
}
.recruit__section6 .rs6__col04_unit_txt .number span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  margin-left: 3px;
}
.recruit__section6 .rs6__col05 {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__section6 .rs6__col05_txt01 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col05_txt01 {
    font-size: 18px;
  }
}
.recruit__section6 .rs6__col05_unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__section6 .rs6__col05_unit:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #A8A7A7;
  margin-bottom: 15px;
}
.recruit__section6 .rs6__col05_unit figure {
  height: auto;
  width: 42px;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col05_unit figure {
    width: 35px;
  }
}
.recruit__section6 .rs6__col05_unit figure img {
  width: 100%;
}
.recruit__section6 .rs6__col05_unit_txt .number {
  font-size: 50px;
  margin: 0;
  line-height: 0.8;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col05_unit_txt .number {
    font-size: 40px;
  }
}
.recruit__section6 .rs6__col05_unit_txt .number span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.recruit__section6 .rs6__col05_unit_detail {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 20px;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list:first-child {
  border-right: 1px solid #A8A7A7;
  padding-right: 15px;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list:last-child {
  padding-left: 15px;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col05_unit_detail .rs6__age-list li {
    margin-bottom: 8px;
  }
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li:last-child {
  margin-bottom: 0;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .age {
  flex-shrink: 0;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .age::after {
  content: "";
  display: inline-block;
  width: 14px;
  margin: 0 6px;
  border-bottom: 2px dotted #896C4A;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .age::after {
    margin: 0 32px;
  }
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .num {
  color: #690100;
  font-size: 26px;
  line-height: 1;
  margin-right: 2px;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .num span {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.recruit__section6 .rs6__col05_unit_detail .rs6__age-list li .unit {
  flex-shrink: 0;
  color: #000;
}
.recruit__section6 .rs6__col06 {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__section6 .rs6__col06_txt01 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col06_txt01 {
    font-size: 18px;
  }
}
.recruit__section6 .rs6__col06_unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__section6 .rs6__col06_unit:first-of-type {
  margin-bottom: 20px;
}
.recruit__section6 .rs6__col06_unit figure {
  height: auto;
  width: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col06_unit figure {
    width: 30px;
  }
}
.recruit__section6 .rs6__col06_unit figure img {
  width: 100%;
}
.recruit__section6 .rs6__col06_unit_detail {
  display: flex;
  justify-content: center;
  gap: 0;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list:first-child {
  border-right: 1px solid #A8A7A7;
  padding-right: 15px;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list:last-child {
  padding-left: 15px;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col06_unit_detail .rs6__city-list li {
    margin-bottom: 8px;
  }
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li:last-child {
  margin-bottom: 0;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li .city {
  flex-shrink: 0;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li .num {
  color: #690100;
  font-size: 26px;
  line-height: 1;
  margin-right: 2px;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li .num span {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.recruit__section6 .rs6__col06_unit_detail .rs6__city-list li .unit {
  flex-shrink: 0;
  color: #000;
}
.recruit__section6 .rs6__col07 {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__section6 .rs6__col07_txt01 {
  font-size: 29px;
  margin: 0;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col07_txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col07_txt01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.recruit__section6 .rs6__col07 figure {
  width: 325px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col07 figure {
    width: 200px;
  }
}
.recruit__section6 .rs6__col07 figure img {
  width: 100%;
}
.recruit__section6 .rs6__col08 {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__section6 .rs6__col08_txt01 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col08_txt01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.recruit__section6 .rs6__col08_contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recruit__section6 .rs6__col08_unit {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit {
    flex-direction: column;
  }
}
.recruit__section6 .rs6__col08_unit:nth-of-type(1) .rs6__col08_unit_position {
  background-color: #690100;
}
.recruit__section6 .rs6__col08_unit:nth-of-type(2) .rs6__col08_unit_position {
  background-color: #6B3A1F;
}
.recruit__section6 .rs6__col08_unit:nth-of-type(3) .rs6__col08_unit_position {
  background-color: #001F69;
}
.recruit__section6 .rs6__col08_unit_position {
  width: 100px;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_position {
    width: 100%;
    flex-direction: row;
    min-height: 40px;
  }
}
.recruit__section6 .rs6__col08_unit_position figure {
  width: 30px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_position figure {
    margin: 0;
    margin-right: 10px;
    width: 22px;
  }
}
.recruit__section6 .rs6__col08_unit_position figure img {
  width: 100%;
  height: auto;
}
.recruit__section6 .rs6__col08_unit_position p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_position p {
    font-size: 14px;
  }
}
.recruit__section6 .rs6__col08_unit_ranking {
  flex: 1;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.58);
  display: flex;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_ranking {
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col08_unit_ranking {
    padding: 12px 0;
  }
}
.recruit__section6 .rs6__col08_unit_ranking ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking ul {
    justify-content: center;
  }
}
.recruit__section6 .rs6__col08_unit_ranking li {
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  padding: 0 22px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking li {
    gap: 8px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col08_unit_ranking li {
    gap: 8px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking li:last-child {
    padding-right: 0;
  }
}
.recruit__section6 .rs6__col08_unit_ranking li:not(:last-child) {
  border-right: 1px solid #A8A7A7;
  height: 56px;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col08_unit_ranking li:not(:last-child) {
    height: auto;
    min-height: 39px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col08_unit_ranking li:not(:last-child) {
    min-height: 30px;
  }
}
.recruit__section6 .rs6__col08_unit_ranking .rank {
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_ranking .rank {
    font-size: 24px;
  }
}
.recruit__section6 .rs6__col08_unit_ranking .rank span {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_ranking .rank span {
    font-size: 16px;
  }
}
.recruit__section6 .rs6__col08_unit_ranking .rank.first {
  color: #690100;
}
.recruit__section6 .rs6__col08_unit_ranking .name {
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_ranking .name {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.recruit__section6 .rs6__col08_unit_ranking .name.many {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col08_unit_ranking .name.many {
    font-size: 14px;
  }
}
.recruit__section6 .rs6__col09 {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09 {
    margin-bottom: 15px;
  }
}
.recruit__section6 .rs6__col09_txt01 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_txt01 {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
.recruit__section6 .rs6__col09_txt01 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_txt01 span {
    font-size: 14px;
  }
}
.recruit__section6 .rs6__col09 figure {
  width: 39px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09 figure {
    width: 30px;
    margin-right: 6px;
  }
}
.recruit__section6 .rs6__col09 figure img {
  width: 100%;
  height: auto;
}
.recruit__section6 .rs6__col09_contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit__section6 .rs6__col09_contents ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A8A7A7;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_contents ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.recruit__section6 .rs6__col09_contents ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recruit__section6 .rs6__col09_contents ul li .name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_contents ul li .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col09_contents ul li .name {
    font-size: 14px;
  }
}
.recruit__section6 .rs6__col09_contents ul li .num {
  font-size: 42px;
  line-height: 1;
  color: #690000;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_contents ul li .num {
    font-size: 30px;
  }
}
.recruit__section6 .rs6__col09_contents ul li .num .unit {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col09_contents ul li .num .unit {
    font-size: 14px;
  }
}
.recruit__section6 .rs6__col10 {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10 {
    margin-bottom: 0;
  }
}
.recruit__section6 .rs6__col10_txt01 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_txt01 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col10_txt01 {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.recruit__section6 .rs6__col10_txt01 span {
  font-size: 16px;
}
.recruit__section6 .rs6__col10 figure {
  width: 39px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
.recruit__section6 .rs6__col10 figure img {
  width: 100%;
  height: auto;
}
.recruit__section6 .rs6__col10_contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  .recruit__section6 .rs6__col10_contents ul {
    justify-content: center;
  }
}
.recruit__section6 .rs6__col10_contents ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #A8A7A7;
  flex-direction: column;
  height: 164px;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_contents ul li {
    height: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col10_contents ul li {
    margin-right: 4px;
    padding-right: 4px;
  }
}
.recruit__section6 .rs6__col10_contents ul li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.recruit__section6 .rs6__col10_contents ul li figure {
  width: 46px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_contents ul li figure {
    width: 35px;
  }
}
.recruit__section6 .rs6__col10_contents ul li figure img {
  width: 100%;
  height: auto;
}
.recruit__section6 .rs6__col10_contents ul li .name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_contents ul li .name {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__section6 .rs6__col10_contents ul li .name {
    font-size: 10px;
  }
}
.recruit__section6 .rs6__col10_contents ul li .num {
  font-size: 42px;
  line-height: 1;
  color: #690000;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_contents ul li .num {
    font-size: 30px;
  }
}
.recruit__section6 .rs6__col10_contents ul li .num .unit {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit__section6 .rs6__col10_contents ul li .num .unit {
    font-size: 14px;
  }
}/*# sourceMappingURL=tsuika.css.map */