@charset "UTF-8";

p a {
  color: #278260;
}

.section__content {
  & .recruitment_img {
    margin-bottom: 35px;
    text-align: center;

    & img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
    }
  }
}

@media screen and (max-width: 880px) {
  .section__content {
    & .recruitment_img {
      margin-bottom: 25px;
    }
  }
}