.flex_recruitment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.button {
  margin-top: 16px !important;
}

.button a {
  margin-top: 16px !important;
}

@media screen and (max-width: 800px) {
  .card-4 .card-youtube {
    margin: auto;
    margin-bottom: 24px;
  }
}
.card-4 a {
  text-decoration: none;
}
.card-4 a .card {
  border: 2px solid rgba(26, 26, 26, 0);
  transition: 0.3s;
}
.card-4 a .card:hover {
  border: 2px solid #1a1a1a;
}

@media screen and (max-width: 800px) {
  .ytPlay {
    background-image: url(https://osaka-keibi.or.jp/themes/osaka-keibi/bosyu/img/icon_yotube.png);
  }
}
.channel-button a {
  text-decoration: none;
  color: #1a1a1a;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  transition: background-color 0.4s ease;
  margin-inline: auto;
}
.channel-button a:visited {
  color: #1a1a1a;
}

.register {
  border: 2px solid #1a1a1a;
  padding: 4px 12px;
}/*# sourceMappingURL=recruitment.css.map */