.recruit-a-img {
  display: inline-block;
}

.recruit-a-img img {
  display: block;
}

@media (min-width: 769px) {
  .eigyo {
    position:relative;
    bottom: 50px;
    /* left:10px; */
    height: 50%;
  }
}

.entry-button-background {
  background-color: #19197F !important;
}

.entry-button-font {
  color: white !important;
}

.mt-2rem {
  margin-top: 2rem;
}

.img-prohibit {
  pointer-events: none;
}

.dialogue-name {
  color: red;
  font-weight: bold;
}

.mt-05rem {
  margin-top: 0.5rem;
}

/* 先輩の声 ボトム画像 */
.recruit-voice-all {
  margin-top: 2rem;
  text-align: center;
}

.img-radius {
  padding:0;
  position: relative;
  display: inline-block;
}

/* 自分のページの場合、自分のリンクは非表示 */
.recruit-01-eigyo .display-recruit-01-eigyo {
  display: none;
}

.recruit-02-eigyojimu .display-recruit-02-eigyojimu {
  display: none;
}

.recruit-03-kaihatu .display-recruit-03-kaihatu {
  display: none;
}

.recruit-04-kaihatu .display-recruit-04-kaihatu {
  display: none;
}

.recruit-05-kaihatu .display-recruit-05-kaihatu {
  display: none;
}

.recruit-06-kanrijimu .display-recruit-06-kanrijimu {
  display: none;
}

.recruit-08-sekokanri .display-recruit-08-sekokanri {
  display: none;
}

.recruit-voice-all a {
  text-decoration: none;
}

/* PC */
@media (min-width: 769px) {

  .img-radius img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0.5rem;
  }

  .recruit-voice-name {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, 90%);
    -webkit-transform: translate(-50%, 90%);
    transform: translate(-50%, 90%);
    color: #fff;
    background: #19197f;
    font-weight: bold;
    padding: 0.15rem;
    line-height: 1.8;
  }

}

/* mobile */
@media (max-width: 768px) {

  .img-radius img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0.1rem;
  }

  .recruit-voice-name {
    top: 50%;
    -ms-transform: translate(-50%, 90%);
    -webkit-transform: translate(-50%, 90%);
    transform: translate(-50%, 90%);
    color: #fff;
    background: #19197f;
    font-weight: bold;
    padding: 0.15rem;
    line-height: 1.8;
  }

}

