.content {
  justify-content: space-between;
}

.top-ttl {
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
}

.item-img {
  width: 44%;
  line-height: 0;
}

.item-img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.job-wrap {
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  border: 2px solid #002F71;
  display: inline-block;
  margin-bottom: 20px;
}

.list-text-wrap {
  width: 56%;
  padding: 25px 15px;
}

.list-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-text {
  position: relative;
}

.list-text i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #DBDBDB;
  font-size: 20px;
}

.list-company {
  margin-bottom: 15px;
}

.list-desc {
  font-size: 13px;
  line-height: 1.3;
  color: #9F9F9F;
}

.list-item {
  box-shadow: 3px 3px 7px 0px #00000026;
  margin-bottom: 40px;
  position: relative;
}

.list-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.more-btn {
  text-align: center;
}

.more-btn a {
  display: inline-block;
  background-color: #002F71;
  color: #fff;
  font-size: 17px;
  border-radius: 25px;
  padding: 12px 15px;
  width: 225px;
}