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

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

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

.movie-top{
  max-width:500px;
  margin:40px auto;
}

.list-ttl {
  font-size: 20px;
}

.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;
}

.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;
}

.ttl-info{
  color:#fff;
  text-align:center;
  margin-bottom:2rem;
  line-height:1.5rem;
}

.explain{
  color: #fff;
}
.explain .sub-ttl{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}
.explain .txt{
  line-height: 1.8em;
}
.explain .table-bordered{
  border: 1px solid #fff;
  margin-top: 40px;
  width: 100%;
}
.explain .table-bordered td,
.explain .table-bordered th{

  border: 1px solid #fff;
  padding: 20px;
}