.top {
  background: #f7f7f5;
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .top {
    padding-block: 60px;
  }
}
.top__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.top__container {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .top__container {
    flex-direction: column;
    gap: 5rem;
  }
}
.top__textbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top__textbox {
    width: 100%;
  }
}
.top__title {
  line-height: 1.6428571429;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.top__title::before, .top__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__title::before {
  margin-block-end: calc((1 - 1.6428571429) * 0.5em);
}
.top__title::after {
  margin-block-start: calc((1 - 1.6428571429) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__title {
    font-size: 2.4rem;
  }
}
.top__title--br {
  display: block;
}
@media screen and (max-width: 1050px) {
  .top__title--br {
    display: none;
  }
}
.top__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 5rem;
}
.top__disc::before, .top__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.top__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.top__btn {
  margin-top: 4rem;
  max-width: 31.5rem;
  height: 5.2rem;
}
.top__image {
  max-width: 400px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top__image {
    width: 100%;
    margin-inline: auto;
  }
}

.recruitment {
  padding-block: 150px;
}
@media screen and (max-width: 768px) {
  .recruitment {
    padding-block: 50px;
  }
}
.recruitment__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.recruitment__container {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 5rem;
  max-width: 800px;
  margin-inline: auto;
}
.recruitment__list {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 77px;
  padding-block: 25px;
  border-top: 1px solid #d9d9d9;
  align-items: center;
}
.recruitment__list:last-child {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .recruitment__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.recruitment__term {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruitment__term {
    font-weight: 700;
    color: #000;
  }
}
.recruitment__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.recruitment__disc::before, .recruitment__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.recruitment__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.recruitment__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.recruitment__entry {
  margin-top: 70px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruitment__entry {
    margin-top: 35px;
  }
}
.recruitment__mynavi {
  max-width: 200px;
  width: 100%;
}
.recruitment__btn {
  margin-top: 15px;
  max-width: 31rem;
  height: 5.2rem;
  width: 100%;
}
.recruitment__note {
  color: #757575;
  margin-top: 16px;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */
