.join_area {
  padding-bottom: 120px;
}

.join_banner {
  height: 420px;
  position: relative;
  overflow: hidden;
}

.join_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/join_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.75);
  z-index: -1;
}

.join_location {
  position: absolute;
  width: 1320px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0;
  display: flex;
  gap: 15px;
}

.join_location span {
  color: #fff;
}

.join_location a {
  transition: all 0.3s ease;
}

.join_location a:hover {
  color: #ffb907;
}

.join_content {
  margin: 0 auto;
}

.content_title {
  margin: 60px auto;
}

.content_title h2 {
  width: 1000px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 20px auto 0;
}

.content_title p {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
}

.content_box {
  width: 1320px;
  margin: 0 auto;
}

.join_item {
  margin-bottom: 100px;
}

.join_item.last_item {
  margin-bottom: 0px;
}

.item_left,
.item_right {
  display: flex;
  gap: 40px;
}

.join_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.item_box img {
  max-width: 50%;
  object-fit: cover;
}

.require,
.responsibility {
  margin-bottom: 20px;
}

.require strong,
.responsibility strong {
  font-size: 20px;
}

.require ul,
.responsibility ul {
  padding-left: 20px;
  margin-top: 8px;
}

.require li,
.responsibility li {
  list-style: disc;
  margin-bottom: 8px;
}

.join_contact {
  font-size: 18px;
}

.join_contact a {
  font-size: 18px;
  color: #2425aa;
}

.join_contact a:hover {
  text-decoration: underline;
}
