.top-image {
  background-position: 45% 60%;
}

.recruit-inner {
  padding: 0 80px;
}
.recruit-box {
  padding-top: 50px;
}
.recruit-box:nth-child(1) {
  padding-top: unset;
}
.recruit-box.opportunity {
  max-width: 1500px;
  margin: 0 auto;
}
.recruit-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px dashed #E4DED2;
  padding-bottom: 50px;
}
.recruit-content {
  font-size: 0.95em;
  width: 900px;
}
.recruit-content p {
  padding-bottom: 2px;
  position: relative;
}
.recruit-content p.list {
  padding-left: 18px;
}
.recruit-content p.list:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #464721;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 9px;
}
.recruit-content b {
  color: #9EA86C;
  font-size: 1rem;
  margin-right: 2px;
  letter-spacing: 0.1rem;
  display: block;
  padding-bottom: 2px;
}
.recruit-content a {
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.recruit-content a:hover {
  color: #464721;
}
.recruit-content-item {
  padding-top: 10px;
}
.recruit-content-item:nth-child(1) {
  padding-top: unset;
}
.recruit-content-btn a {
  display: inline-block;
  padding: 5px 8px;
  margin-top: 3px;
  background: #E4DED2;
  -moz-transition: background 0.6s, color 0.6s;
  -o-transition: background 0.6s, color 0.6s;
  -webkit-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
}
.recruit-content-btn a:hover {
  background: #9EA86C;
  color: #FFF;
}
.recruit-item {
  font-size: 0.95em;
}
.recruit-item-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px dashed #E4DED2;
  padding-top: 12px;
  margin-top: 10px;
}
.recruit-item li {
  padding: 40px;
}
.recruit-item li:nth-child(odd) {
  background: rgba(228, 222, 210, 0.3);
}
.recruit-item li:nth-child(odd) .recruit-btn a {
  background: rgba(228, 222, 210, 0.5);
}
.recruit-title {
  color: #464721;
  width: 280px;
  margin-right: 10%;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.recruit-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.recruit-title.show .en:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.recruit-title span {
  display: block;
}
.recruit-title .en {
  font-family: "Inconsolata", "Arimo", serif;
  letter-spacing: 0.1rem;
  padding-top: 5px;
}
.recruit-title .en:before {
  content: "";
  width: 2px;
  height: 13px;
  background: #9EA86C;
  display: inline-block;
  margin: 0 14px -1px 2px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s 0.4s;
  -o-transition: clip-path 0.6s 0.4s;
  -webkit-transition: clip-path 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: clip-path 0.6s 0.4s;
}
.recruit-title.chance {
  width: auto;
  margin-bottom: 50px;
  margin-right: unset;
  padding: 0 40px;
}
.recruit-subtitle {
  color: #9EA86C;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 10px;
  letter-spacing: 0.12rem;
}
.recruit-text p {
  padding-bottom: 2px;
}
.recruit-need p {
  padding-bottom: 2px;
  position: relative;
  padding-left: 18px;
  color: #888;
}
.recruit-need p:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #464721;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 9px;
}
.recruit-need p:last-child {
  padding-bottom: unset;
}
.recruit-link {
  position: relative;
  padding-left: 105px;
  width: fit-content;
  margin-left: auto;
  margin-top: 50px;
}
.recruit-link.show:after {
  width: 80px;
}
.recruit-link:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #9EA86C;
  position: absolute;
  top: 10px;
  left: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.recruit-btn {
  font-size: 0.875em;
  font-family: "Inconsolata", "Arimo", serif;
  padding-left: 20px;
  border-left: 1px dashed #E4DED2;
}
.recruit-btn a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 25px;
  background: rgba(228, 222, 210, 0.3);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: color 0.6s, clip-path 0.6s;
  -o-transition: color 0.6s, clip-path 0.6s;
  -webkit-transition: color 0.6s, clip-path 0.6s;
  transition: color 0.6s, clip-path 0.6s;
}
.recruit-btn a.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.recruit-btn a:hover {
  color: #9EA86C;
}
.recruit-btn span {
  margin: auto;
}
.recruit-bg {
  width: 100%;
  height: 30vw;
  margin: 150px 0 100px;
}
.recruit-img {
  background-image: url(../images/recruit/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 90%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .recruit-wrap {
    display: block;
  }
  .recruit-title {
    margin-right: unset;
    width: unset;
    margin-bottom: 25px;
  }
  .recruit-content {
    width: unset;
  }
  .recruit-bg {
    height: 40vw;
  }
  .recruit-img {
    background-attachment: scroll;
    background-position: 50% 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .recruit-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 800px) {
  .recruit-item-wrap {
    display: block;
  }
  .recruit-item li {
    padding: 35px;
  }
  .recruit-title.chance {
    padding: 0 35px;
    margin-bottom: 40px;
  }
  .recruit-btn {
    padding-left: unset;
  }
  .recruit-btn a {
    padding: 7px 25px;
    margin-top: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
@media screen and (max-width: 640px) {
  .recruit-inner {
    padding: 0 40px;
  }
  .recruit-box {
    padding-top: 35px;
  }
  .recruit-wrap {
    padding-bottom: 35px;
  }
  .recruit-title.chance {
    padding: 0;
  }
  .recruit-item li {
    padding: 30px;
  }
  .recruit-bg {
    margin: 100px 0 50px;
    height: 320px;
  }
  .recruit-btn {
    border-left: unset;
  }
}
