@charset "UTF-8";
/* ------------------------------------- */
/* メインビジュアル
/* ------------------------------------- */
.career-mv .lower-mv-title::before {
  content: "CAREER RECRUIT";
}

@media screen and (max-width: 600px) {
  .career-mv .lower-mv-title .main {
    font-size: 5rem;
  }
  .career-mv .lower-mv-title::before {
    font-size: 5rem;
  }
}
/* ------------------------------------- */
/* recruit
/* ------------------------------------- */
.recruit-lower-aside {
  width: 25%;
  padding: 100px 30px 110px 30px;
  border-left: solid 1px #bfd4f3;
}

.recruit-lower-aside-item {
  padding-left: 20px;
  position: relative;
}
.recruit-lower-aside-item:not(:first-child) {
  margin-top: 40px;
}
.recruit-lower-aside-item.is-active a {
  color: #0053d1;
  transition: all 0.3s;
}
.recruit-lower-aside-item.is-active::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #0053d1;
}
.recruit-lower-aside-item a {
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.recruit-lower-aside-item a:hover {
  color: #0053d1;
  transition: all 0.3s;
}

.recruit-lower-aside-link {
  margin-top: 80px;
  max-width: 310px;
  width: 100%;
}
.recruit-lower-aside-link a {
  padding: 20px 0;
  border: solid 2px #bfd4f3;
  border-radius: 30px;
}

/* ------------------------------------- */
/* career
/* ------------------------------------- */
.career-wrapper {
  display: flex;
}

.career-article {
  width: 75%;
  padding: 0 65px 180px 135px;
}

@media screen and (max-width: 600px) {
  .career-wrapper {
    display: block;
  }
  .career-article {
    width: 100%;
    padding: 80px 20px;
  }
}
/* ------------------------------------- */
/* status
/* ------------------------------------- */
.status {
  margin-top: 100px;
}
.status-table {
  margin-top: 50px;
}
.status-table table {
  margin-top: 15px;
  width: 100%;
  border-left: solid 1px #e5eefa;
}
.status-table table th,
.status-table table td {
  text-align: center;
  padding: 20px 10px;
  border-right: solid 1px #e5eefa;
}
.status-table table th {
  font-weight: 700;
  background-color: #e5eefa;
}
.status-table table td {
  border-bottom: solid 1px #e5eefa;
}
.status-date {
  letter-spacing: 0.7px;
}

@media screen and (max-width: 600px) {
  .status {
    margin-top: 0;
  }
  .status-table {
    margin-top: 40px;
  }
  .status-table table th,
.status-table table td {
    font-size: 1.2rem;
    padding: 20px 5px;
  }
}
/* ------------------------------------- */
/* requirement
/* ------------------------------------- */
.requirement {
  margin-top: 120px;
}
.requirement-text {
  margin-top: 55px;
  line-height: 1.8;
}
.requirement-link {
  max-width: 310px;
  width: 100%;
  margin: 30px auto 0 0;
}
.requirement-link a {
  padding: 20px 0;
  border-radius: 30px;
  border: solid 2px #bfd4f3;
}
.requirement-list {
  margin-top: 50px;
}
.requirement-item {
  box-shadow: 0px 4px 8px 0 rgba(63, 63, 63, 0.18);
}
.requirement-item:not(:first-child) {
  margin-top: 42px;
}
.requirement-item-head {
  background-color: #e5eefa;
  display: flex;
  align-items: center;
  padding: 23px 20px;
}
.requirement-item-head .number {
  letter-spacing: 0.7px;
  font-family: oswald, sans-serif;
  color: #87a1c4;
}
.requirement-item-head .number span {
  font-family: oswald, sans-serif;
  font-size: 1.2rem;
  color: #0053d1;
  background-color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
}
.requirement-item-head .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.requirement-item-body {
  padding: 30px 20px;
}
.requirement-item-body .text {
  line-height: 1.8;
  margin-bottom: 23px;
}
.requirement-item-body .list {
  display: flex;
  flex-wrap: wrap;
}
.requirement-item-body .list-item {
  display: flex;
  width: 33.33%;
  border-top: solid 1px #e5eefa;
}
.requirement-item-body .list-item dt,
.requirement-item-body .list-item dd {
  padding: 20px 0;
}
.requirement-item-body .list-item dt {
  text-align: center;
  background-color: #f2f6fd;
  width: 37%;
}
.requirement-item-body .list-item dd {
  width: 63%;
  padding-left: 26px;
}
.requirement-item-body .list-item:nth-child(4) {
  border-bottom: solid 1px #e5eefa;
  flex-grow: 1;
}
.requirement-item-body .list-item:nth-child(4) dt {
  width: 12.3%;
}
.requirement-item-body .list-item:nth-child(4) dd {
  width: 87.7%;
  line-height: 1.4;
}
.requirement-button-area {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  justify-content: center;
}
.requirement-button {
  width: calc(50% - 20px);
  max-width: 385px;
}
.requirement-button a {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
.requirement-button.pdf a {
  color: #0053d1;
  border: solid 2px #bfd4f3;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
.requirement-button.pdf a span {
  font-weight: 700;
  position: relative;
  padding-right: 35px;
}
.requirement-button.pdf a span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 23px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon-pdf_blue.png) no-repeat center center/contain;
}
.requirement-button.form a {
  border: solid 2px #0053d1;
  border-radius: 50px;
  background-color: #0053d1;
  color: #fff;
}
.requirement-button.form a::after {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .requirement {
    margin-top: 60px;
  }
  .requirement-text {
    margin-top: 30px;
    text-align: justify;
  }
  .requirement-link {
    margin: 20px auto 0;
  }
  .requirement-item-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .requirement-item-body .list {
    flex-direction: column;
  }
  .requirement-item-body .list-item {
    width: 100%;
  }
  .requirement-item-body .list-item:nth-child(4) dt {
    width: 37%;
  }
  .requirement-item-body .list-item:nth-child(4) dd {
    width: 63%;
  }
  .requirement-button-area {
    flex-direction: column;
    align-items: center;
  }
  .requirement-button {
    width: 100%;
    max-width: 335px;
  }
}