.recruit {
  margin: 0 0 24px;
}
.recruit .area-title {
  position: relative;
  margin: 0 0 64px;
}
.recruit .area-title .title01 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.recruit .area-title .list {
  margin: 0;
  padding: 0;
}
.recruit .area-title .list .item {
  position: relative;
}
.recruit .area-title .list .item .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.recruit .area-title .list .item .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
}
.recruit .area-title .list .item .btn.btn02 a {
  background: #FEFFDE;
}
.recruit .area-title .list .item .btn.btn02 a:hover {
  color: #FEFFDE;
  background: #4392BB;
}
.recruit .area-title .list .item .btn.btn02 a:hover:after {
  background: #FEFFDE;
}
.recruit .introduction .list {
  margin: 0;
  padding: 0;
}
.recruit .introduction .list .item + .item {
  margin: 24px 0 0;
}
.recruit .introduction .list .item a {
  position: relative;
  display: block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.recruit .introduction .list .item a .img img {
  border-radius: 10px;
}
.recruit .introduction .list .item a .text {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit {
    margin: 0 0 40px;
  }
  .recruit .area-title {
    position: relative;
    margin: 0 0 64px;
  }
  .recruit .area-title .title01 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .recruit .area-title .list {
    display: flex;
  }
  .recruit .area-title .list .item {
    position: relative;
  }
  .recruit .area-title .list .item .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
  }
  .recruit .introduction .list {
    display: flex;
    justify-content: center;
    gap: 0 33px;
  }
  .recruit .introduction .list .item {
    width: calc(33% - 20px);
  }
  .recruit .introduction .list .item + .item {
    margin: 0 0;
  }
  .recruit .introduction .list .item a {
    position: relative;
    display: block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
  }
  .recruit .introduction .list .item a .text {
    bottom: 10px;
    left: 10px;
    font-size: 18px;
  }
}

.graduate .list {
  padding: 0;
}
.graduate .list .item {
  position: relative;
}
.graduate .list .item + .item {
  margin: 24px 0 0;
}
.graduate .list .item a {
  position: relative;
  display: block;
  border-radius: 10px;
}
.graduate .list .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.graduate .list .item a .area-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.graduate .list .item a .img img {
  border-radius: 10px;
}
.graduate .list .item a .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  padding: 0 40px 0 0;
  line-height: 54px;
  border-radius: 10px 0 8px 0;
  background: #FFFDF4;
  font-size: 12px;
  font-weight: 700;
  color: #4392BB;
  text-align: center;
  box-sizing: border-box;
}
.graduate .list .item a .btn:before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 2;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transition: 0.3s;
}
.graduate .list .item a .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 18px;
  height: 18px;
  background: rgb(67, 146, 187);
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .graduate .list .item + .item {
    margin: 32px 0 0;
  }
  .graduate .list .item a {
    border-radius: 30px;
  }
  .graduate .list .item a:before {
    border-radius: 30px;
  }
  .graduate .list .item a .area-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .graduate .list .item a .area-text .title02 .text {
    padding: 0 0 0 56px;
  }
  .graduate .list .item a .img img {
    border-radius: 30px;
  }
  .graduate .list .item a .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 206px;
    padding: 0 40px 0 0;
    line-height: 64px;
    border-radius: 30px 0 25px 0;
    font-size: 16px;
  }
  .graduate .list .item a .btn:before {
    width: 8px;
    height: 8px;
    right: 27px;
  }
  .graduate .list .item a .btn:after {
    right: 16px;
    width: 28px;
    height: 28px;
  }
}/*# sourceMappingURL=recruit.css.map */