@charset "UTF-8";
.job-title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .job-title {
    margin-bottom: 20px;
  }
}
.job-title .en {
  font-size: 18px;
  font-weight: 400;
  color: #346432;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.job-title .ja {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .job-title .ja {
    font-size: 30px;
  }
}

/*==================================================
　募集項目
===================================*/
.card {
  border: solid 2px #69aa7f;
  border-radius: 0;
  padding: 25px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.card .card-body {
  padding: 0;
}
.card .type {
  font-size: 14px;
  color: #535353;
}

/*==================================================
　テーブル
===================================*/
.headline {
  border-bottom: solid 1px #50976E;
  position: relative;
}

.headline::after {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: solid 1px #dcdcdc;
  bottom: -1px;
  right: 0px;
}

section.service {
  margin-bottom: 140px;
  overflow-x: clip;
  position: relative;
}
@media (max-width: 991.98px) {
  section.service {
    margin-bottom: 80px;
  }
}
section.service.reverse {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  section.service.reverse {
    margin-bottom: 80px;
  }
}
section.service .service-title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  section.service .service-title {
    margin-bottom: 20px;
  }
}
section.service .service-title .en {
  font-size: 20px;
  font-weight: bold;
  color: #346432;
}
section.service .service-title .ja {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  section.service .service-title .ja {
    font-size: 30px;
  }
}
section.service .photo {
  position: relative;
  z-index: 1;
}
section.service .photo img {
  position: relative;
  z-index: 1;
}
section.service .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d2d2d2;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  transform: translate(-20%, 20%);
}
section.service.reverse .photo::before {
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  transform: translate(20%, -20%);
}
section.service .text {
  width: 100%;
}
@media (max-width: 991.98px) {
  section.service .text {
    margin-top: 80px;
  }
}
section.service .text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
section.service .text p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  section.service.reverse .text {
    margin-top: 40px;
  }
}

section.works {
  margin-bottom: 140px;
}
section.works .section-title {
  margin-bottom: 40px;
}
section.works .description {
  padding: 20px 10px;
}
section.works .description h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.works .description .content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
section.works .description .date {
  font-size: 14px;
}
section.works .description .customer {
  font-size: 14px;
  line-height: 1.6;
}
section.works .description .location {
  font-size: 14px;
  line-height: 1.6;
}/*# sourceMappingURL=job.css.map */