.page-title span::after {
  content: "RECRUIT";
}

.recruit-door {
  background-image: url(../image/recruit/bg_rainbow.svg);
  background-size: cover;
  background-position: 0px 60px;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .recruit-door {
    margin-top: 30px;
  }
}
.recruit-door__bn {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .recruit-door__bn {
    width: 100%;
    padding: 0px 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.recruit-door__bn__new {
  flex: 1;
  position: relative;
  z-index: 1;
}
.recruit-door__bn__new::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 530px;
  aspect-ratio: 530/450;
  background-image: url(../image/recruit/new.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .recruit-door__bn__new::after {
    width: 100%;
  }
}
.recruit-door__bn__new a {
  display: block;
  width: 100%;
  padding: 38px;
  aspect-ratio: 530/450;
  background-image: url(../image/recruit/new.jpg);
  background-size: contain;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 599px) {
  .recruit-door__bn__new a {
    width: 100%;
    padding: 20px 30px;
  }
}
.recruit-door__bn__new a::after {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  right: 40px;
  content: url(../image/common/ico_bn_arrow.svg);
  width: 60px;
  height: 60px;
  background-size: contain;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
  z-index: 5;
}
.recruit-door__bn__new a h3::after {
  content: "FRESHMAN";
}
.recruit-door__bn__mid {
  flex: 1;
  position: relative;
  z-index: 1;
}
.recruit-door__bn__mid::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 530px;
  aspect-ratio: 530/450;
  background-image: url(../image/recruit/mid.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .recruit-door__bn__mid::after {
    width: 100%;
  }
}
.recruit-door__bn__mid a {
  display: block;
  width: 100%;
  padding: 38px;
  aspect-ratio: 530/450;
  background-image: url(../image/recruit/mid.jpg);
  background-size: contain;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 599px) {
  .recruit-door__bn__mid a {
    width: 100%;
    padding: 20px 30px;
  }
}
.recruit-door__bn__mid a::after {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  right: 40px;
  content: url(../image/common/ico_bn_arrow.svg);
  width: 60px;
  height: 60px;
  background-size: contain;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
  z-index: 5;
}
.recruit-door__bn__mid a h3::after {
  content: "CAREER";
}