@charset "UTF-8";

.recruit_message .sec_01 figure {
  width: 300px;
  float: right;
  margin-left: 30px;
}

/* mobile */
@media (max-width: 720px) {
  .recruit_message .sec_01 .text {
    width: 100%;
    float: none;
  }

  .recruit_message .sec_01 figure {
    text-align: center;
    width: 80%;
    height: 80%;
    float: none;
    margin-bottom: 30px;
  }

  .recruit_message .sec_01 figure p {
    text-align: center;
  }
}

.gold{
  color: #ffd700;
}
