/* =============================================================================


     .recruit


============================================================================= */
.greeting,
.job {
  overflow: hidden;
  text-align: center;
}

.greeting-ttl {
  font-size: 2.4rem;
  margin-top: 40px;
}

.greeting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin-top: 60px;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1366px;
}

.greeting-img,
.greeting-box {
  width: 50%;
}

.greeting-img {
  position: relative;
}

.greeting-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.greeting-box {
  background: #9cd4cc;
  padding: 60px;
}

.greeting-txt {
  font-size: 2rem;
  text-align: justify;
}

.greeting-txt span {
  display: block;
  margin-top: 0.5em;
  text-align: right;
}

/* =============================================================================


     job


============================================================================= */
.job {
  text-align: center;
}

.job-list {
  border: 1px solid #333;
  margin: 60px auto 0;
  max-width: 1000px;
}

.job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: justify;
}

.job-item:nth-child(2n) {
  background: rgba(156, 212, 204, 0.5);
}

.job-item dt {
  border-right: 1px solid #333;
  min-width: 200px;
  padding: 1em 1.25em;
  width: 200px;
}

.job-item dd {
  display: block;
  max-width: calc(100% - 200px);
  padding: 1em 1.25em;
}

@media (max-width: 1366px) {
  .greeting-container {
    min-width: 1228px;
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .greeting-ttl {
    font-size: 1.8rem;
  }
  .greeting-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    min-width: unset;
  }
  .greeting-img,
  .greeting-box {
    width: 100%;
  }
  .greeting-box {
    padding: 24px 16px;
  }
  .greeting-txt {
    font-size: 1.4rem;
  }
  .job-item dt {
    min-width: 110px;
    padding: 1em;
    width: 110px;
  }
  .job-item dd {
    max-width: calc(100% - 110px);
    padding: 1em;
  }
}


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