@charset "UTF-8";
.recruit_booth {

}
.recruit_booth--wall {
  gap: 60px;
  top: 22%;
  padding-right: 60px;
}
.recruit_booth--logo {
  max-width: 230px;
}
.recruit_booth--slo {
  max-width: 200px;
  margin-left: 60px;
}
.recruit_booth--video {
  width: 55%;
  display: flex;
  top: 37%;
  left: -18%;
}
.video_half{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 175px;
  & video{
    width: auto;
    max-width: none;
    height: 175px;
  }
}
.recruit_booth--board {
  bottom: -10%;
}
.recruit_booth--seats {
  bottom: 0;
}
.recruit_booth--contact {
  right: 21%;
  top: 46%;
}
.recruit_booth--contactTxt a {
  background: linear-gradient(to right, rgb(65, 65, 65) 0%, rgb(0, 0, 0) 100%);
  bottom: 7.5%;
  & span {
    font-weight: bold;
    color: #cc0000;
  }
}
.recruit_booth--seats {
  bottom: -6%;
  width: 40%;
  left: 20%;
}

.recruit_booth--catalog {
  width: 23.5%;
  bottom: -11%;
}
.recruit_booth--catalogs {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 80%;
  gap: 3% 10%;
  padding-top: 24%;
  & p {
    width: 45%;
  }
}
.recruit_booth--catalogs .recruit_booth--btn{
  z-index: 2;
  right: 20%;
}