.recruit-container {
  max-width: 700px;
  min-width: 300px;
  margin: 0 auto;
  padding-top: 30px;

  align-items: center;
  /*border: 1px solid #ff0;*/
}

.recruit-container p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  filter: drop-shadow(1px 0px rgb(67, 53, 189, 0.5)) drop-shadow(0px 1px rgb(67, 53, 189, 0.5)) drop-shadow(-1px 0px rgb(67, 53, 189, 0.5)) drop-shadow(0px -1px rgb(67, 53, 189, 0.5)) drop-shadow(0px 0px 15px rgb(67, 53, 189, 1));
  /*border:5px solid #000;*/
}

.recruit-shortcut-base {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.recruit-shortcut a {

  display: inline-block;

  font-size: 12px;
  width: 120px;
  height: 25px;
  font-weight: bold;

  text-decoration: none;
  color: #fff;

  border: 1px solid #fff;

  padding-top: 5px;
  text-align: center;
  white-space: nowrap;
}

.recruit-container a:hover {
  filter: drop-shadow(0 0 4px rgb(89, 236, 255));
}

.recruit-info-title {
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;

  text-align: center;

  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;

}

ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 20px;
  padding-left: 0px;
}


.recruit-info {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 10px 20px;
  font-size: 14px;
}

.recruit-info-text-l {
  text-align: right;
  filter: drop-shadow(1px 0px rgb(111, 45, 185, 0.8)) drop-shadow(0px 1px rgb(111, 45, 185, 0.8)) drop-shadow(-1px 0px rgb(111, 45, 185, 0.8)) drop-shadow(0px -1px rgb(111, 45, 185, 0.8)) drop-shadow(0px 0px 15px rgb(111, 45, 185, 1));
}

.recruit-info-text-r {
  margin-left: 0px;
  text-align: left;
  filter: drop-shadow(1px 0px rgb(67, 53, 189, 0.5)) drop-shadow(0px 1px rgb(67, 53, 189, 0.5)) drop-shadow(-1px 0px rgb(67, 53, 189, 0.5)) drop-shadow(0px -1px rgb(67, 53, 189, 0.5)) drop-shadow(0px 0px 15px rgb(67, 53, 189, 1));
}

@media (max-width: 768px) {

  .recruit-shortcut a {
    width: 100px;
  }

  .recruit-info {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px;
  }

  .recruit-info-text-l {
    text-align: left;
  }

  .recruit-info-text-r {
    text-align: left;
    margin-left: 20px;
  }

  .recruit-img {
    width: 90%;
  }
}
