.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/new/kv.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 {
  padding-bottom: 17.3rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 7rem;
  }
}
.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;
  }
}
/*# sourceMappingURL=new.css.map */