@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     job


============================================================================= */
.recruit {
  background: #bcc2d1;
  margin-top: 20px;
  padding: 80px 0 120px;
}
.recruit-list {
  background: #fff;
  padding: 10px;
}
.recruit-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  margin: 0;
  padding: 30px 28px;
}
.recruit-row:nth-child(even) {
  background: #eef1f5;
}
.recruit-title {
  color: #203367;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.recruit-note {
  display: inline;
  font-size: 70%;
  margin-left: 4px;
}
.recruit-content {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  min-width: 0;
}
.recruit-content p {
  margin: 0;
}
.recruit-jobs {
  margin: 0;
  padding: 0;
}
.recruit-jobs li {
  gap: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1.5em;
  position: relative;
}
.recruit-jobs li span {
  display: inline-block;
}
.recruit .recruit-jobs-num {
  left: 0;
  position: absolute;
  top: 0;
}
.recruit-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-bullets li {
  padding-left: 1em;
  position: relative;
}
.recruit-bullets li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.salary-list {
  margin: 0;
  max-width: 430px;
  width: 100%;
}
.salary-list-row {
  gap: 20px;
  display: grid;
  grid-template-columns: 110px 1fr;
}
.salary-list-row dt,
.salary-list-row dd {
  margin: 0;
}
.salary-list-row dt {
  font-weight: 700;
}

.office-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.office-list li {
  margin: 0;
}
.office-list strong {
  font-weight: 700;
}
.office-list span {
  display: inline;
}
.recruit-school {
  gap: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-school span::after {
  content: "、";
}
.recruit-school span:last-child::after {
  content: "";
}

.recruit-entry {
  background: #fff;
  margin-top: 100px;
  padding: 30px;
}

.recruit-entry-link {
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 190px;
}
.recruit-entry-link:hover {
  opacity: 0.7;
}
.recruit-entry-link img {
  display: block;
  height: auto;
  margin: auto;
  width: 100%;
}

.req-entry-note {
  line-height: 1.5;
  margin: 8px 0 0;
  text-align: center;
}

.recruit-contact {
  background: #243b74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 52px auto 0;
  width: 86%;
}

.req-contact-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.req-contact-item:hover {
  opacity: 0.75;
}
.req-contact-item + .req-contact-item::before {
  background: rgba(255, 255, 255, 0.55);
  bottom: 16px;
  content: "";
  left: 0;
  position: absolute;
  top: 16px;
  width: 1px;
}

.req-contact-label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}

.req-contact-main {
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px){
  .recruit-info {
    padding: 50px 0;
  }
  .recruit-info .inner {
    width: min(100% - 30px, 1200px);
  }
  .recruit-info-row {
    display: block;
    padding: 24px 18px;
  }
  .recruit-info-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .recruit-info-content {
    font-size: 14px;
    line-height: 1.8;
  }
  .recruit-info-jobs li {
    padding-left: 1.6em;
  }
  .salary-list-row {
    gap: 10px;
    grid-template-columns: 95px minmax(0, 1fr);
  }
  .office-list li {
    margin-bottom: 10px;
  }
  .office-list li:last-child {
    margin-bottom: 0;
  }
  .office-list strong {
    display: block;
  }
  .office-list span {
    display: block;
  }
}

@media (max-width: 767px){
  .recruit {
    padding: 40px 0 80px;
  }
  .recruit-row {
    display: block;
    padding: 16px 12px;
  }
  .recruit-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .recruit-jobs li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .salary-list-row {
    display: block;
  }
  .recruit-entry {
    margin-top: 48px;
    padding: 20px 20px;
  }
  .recruit-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    width: 100%;
  }
  .req-entry {
    margin-top: 25px;
  }
  .req-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    width: 100%;
  }
  .req-contact-item {
    min-height: 85px;
  }
  .req-contact-item + .req-contact-item::before {
    bottom: auto;
    height: 1px;
    left: 20px;
    right: 20px;
    top: 0;
    width: auto;
  }
  .req-contact-label {
    font-size: 1.2rem;
  }
  .req-contact-main {
    font-size: 1.9rem;
  }
}

/*# sourceMappingURL=job.css.map*/