.sidebar {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar-btn {
  display: block;
}

.kv {
  position: relative;
  height: 68.1rem;
  background: url(../images/mid/kv_202510a.webp) no-repeat center center/cover;
}
.kv-head {
  padding-top: 21.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.kv-head::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 1px;
  background-color: #000;
  margin-right: 1.7rem;
}
.kv-title {
  font-size: 3.6rem;
  font-weight: 700;
  padding-top: 52rem;
}
@media screen and (max-width: 768px) {
  .kv-title {
    padding-top: 44rem;
  }
}
.kv-desc {
  margin-top: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .kv-desc {
    line-height: 1.5;
  }
}
.kv .tagline {
  margin-top: 1.8rem;
  font-size: 4.1rem;
  font-weight: 700;
  width: 43.5rem;
  line-height: 1.97;
}
@media screen and (max-width: 768px) {
  .kv .tagline {
    width: 66%;
    font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 1.75;
  }
}
.kv .profile {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .kv .profile {
    margin-top: 3rem;
  }
}
.kv .profile span {
  display: block;
}
.kv .profile span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .kv .profile span:nth-child(1) {
    font-size: 1.4rem;
  }
}
.kv .profile span:nth-child(2) {
  font-size: 2.4rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .kv .profile span:nth-child(2) {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.bread-c {
  margin-top: 5.5rem;
}

.recruitment {
  margin-top: 15.5rem;
  padding-bottom: 15.6rem;
}
@media screen and (max-width: 768px) {
  .recruitment {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.recruitment-table {
  border: 2px solid #000;
  margin-top: 11rem;
  width: 86.4%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruitment-table {
    margin-top: 6rem;
    width: 100%;
  }
}
.recruitment-table table {
  width: 87.1%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruitment-table table {
    width: 100%;
  }
}
.recruitment-table-entry {
  margin-top: 10rem;
  margin-bottom: 10rem;
  width: 35.9rem;
  height: 6.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #283e99;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recruitment-table-entry {
    width: 90%;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.recruitment-table-entry::after {
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/new/arrow.png) no-repeat center center/contain;
  width: 1.78rem;
  aspect-ratio: 178/118;
}
.recruitment-table-head {
  padding-top: 6.9rem;
  padding-bottom: 2.7rem;
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  width: 87.1%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruitment-table-head {
    padding-top: 3rem;
  }
}
.recruitment-table-head .number {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: 2.5rem;
}
.recruitment-table-head .caption {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruitment-table-head .caption {
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-table tr {
    display: flex;
    flex-direction: column;
  }
}
.recruitment-table tr:nth-child(even) {
  background-color: #efeff1;
}
.recruitment-table th {
  padding-top: 2rem;
  padding-bottom: 2.1rem;
  width: 18.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.375;
  padding-left: 3.4rem;
}
@media screen and (max-width: 768px) {
  .recruitment-table th {
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
    display: block;
  }
}
.recruitment-table td {
  padding-top: 2rem;
  padding-bottom: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.375;
  padding-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .recruitment-table td {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }
}
.recruitment-table td p {
  letter-spacing: 0.2em;
  line-height: 1.375;
}
.recruitment-table td p + p {
  margin-top: 2.8rem;
}

.flow {
  margin-top: 18rem;
  padding-bottom: 17.3rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 7rem;
    margin-top: 10rem;
  }
}
.flow-wrapper {
  width: 88.6%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow-wrapper {
    width: 100%;
  }
}
.flow-items {
  position: relative;
  margin-top: 17.8rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8.2rem;
}
@media screen and (max-width: 768px) {
  .flow-items {
    margin-top: 5rem;
    padding-left: 3rem;
  }
}
.flow-item {
  display: flex;
  align-items: center;
  min-height: 23.6rem;
  border-bottom: 0.5rem solid #283e99;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .flow-item {
    border-bottom: 0.24rem solid #283e99;
    min-height: 12rem;
    margin-right: 0;
  }
}
.flow-item:last-child .step::before {
  display: none;
}
.flow-item::before {
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #283e99;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .flow-item::before {
    width: 1.4rem;
  }
}
.flow-item .step {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
  color: #283e99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-item .step {
    font-size: 1.4rem;
  }
}
.flow-item .step::before {
  content: "";
  width: 0.5rem;
  height: 23rem;
  background-color: #283e99;
  position: absolute;
  left: -10.8rem;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .flow-item .step::before {
    top: 3rem;
    width: 0.3rem;
    height: 12rem;
    left: -3.5rem;
  }
}
.flow-item .number {
  margin-top: 1.4rem;
  display: block;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #283e99;
}
@media screen and (max-width: 768px) {
  .flow-item .number {
    font-size: 3rem;
    margin-top: 0.6rem;
  }
}
.flow-step {
  width: 34.6%;
  min-width: 34.6%;
  height: 11rem;
  margin-left: 3.8rem;
}
@media screen and (max-width: 768px) {
  .flow-step {
    width: 7rem;
    min-width: 7rem;
    height: 6rem;
    margin-left: 1rem;
  }
}
.flow-head {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .flow-head {
    display: block;
    font-size: 2rem;
    padding-right: 2rem;
  }
}
.flow-desc {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .flow-desc {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    padding-right: 1rem;
  }
}

.listings {
  margin-top: 10rem;
}
.listings-items {
  margin-top: 9.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .listings-items {
    margin-top: 4.4rem;
    row-gap: 1.6rem;
  }
}
.listings-item {
  min-height: 29rem;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-bottom: 3.4rem;
  width: 48%;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .listings-item {
    min-height: 20rem;
    width: 100%;
    margin-top: 1.6rem;
    padding-right: 0.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.listings-item--main {
  background: url(../images/mid/main.webp) no-repeat center center/cover;
}
.listings-item--yokkaichiW {
  background: url(../images/mid/yokkaichiW.webp) no-repeat center center/cover;
}
.listings-item--inazawa {
  background: url(../images/mid/inazawa.webp) no-repeat center center/cover;
}
.listings-item--inazawaJ {
  background: url(../images/mid/inazawaJ.webp) no-repeat center center/cover;
}
.listings-item--yokkaichi {
  background: url(../images/mid/yokkaichi.webp) no-repeat center center/cover;
}
.listings-item--suzuka {
  background: url(../images/mid/suzuka.webp) no-repeat center center/cover;
}
.listings-item--takahama {
  background: url(../images/mid/takahama.webp) no-repeat center center/cover;
}
.listings-company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.listings-company-ja {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .listings-company-ja {
    font-size: 2rem;
  }
}
.listings-company-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  height: 3.4rem;
  padding-top: 0.4rem;
  color: #fff;
  background-color: #283e99;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .listings-company-en {
    font-size: 1.4rem;
    height: 2.4rem;
  }
}
.listings-desc {
  margin-top: 1.5rem;
  line-height: 1.375;
}

main.index1 .kv {
  background: url(../images/mid/main.webp) no-repeat center center/cover;
}
main.index2 .kv {
  background: url(../images/mid/yokkaichiW.webp) no-repeat center center/cover;
}
main.index3 .kv {
  background: url(../images/mid/inazawa.webp) no-repeat center center/cover;
}
main.index4 .kv {
  background: url(../images/mid/inazawaJ.webp) no-repeat center center/cover;
}
main.index5 .kv {
  background: url(../images/mid/yokkaichi.webp) no-repeat center center/cover;
}
main.index6 .kv {
  background: url(../images/mid/suzuka.webp) no-repeat center center/cover;
}
main.index7 .kv {
  background: url(../images/mid/takahama.webp) no-repeat center center/cover;
}
main.mid-detail .kv-company {
  padding-top: 47rem;
}
@media screen and (max-width: 768px) {
  main.mid-detail .kv-company {
    padding-top: 40rem;
  }
}
main.mid-detail .kv-title span {
  height: 5rem;
  line-height: 4.5rem;
  background-color: #dd2b2b;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  font-size: 3.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  main.mid-detail .kv-company span {
    font-size: 1.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}
main.mid-detail .kv-title {
  padding-top: 2rem;
}
/*# sourceMappingURL=mid.css.map */