.ttl {
  background: url(../images/recruit/bg_title.jpg) no-repeat center;
}

.recruit_outline {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 76px;
  width: 1000px;
}

.recruit_outline dt {
  border-bottom: solid #0055ac 1px;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
  width: 230px;
}

.recruit_outline dd {
  border-bottom: solid #d9dbe2 1px;
  font-size: 14px;
  padding: 20px 0 20px 16px;
  text-align: left;
  width: 770px;
}

.recruit_entry {
  background: #f1f7fd;
  margin: 0 auto 100px;
  padding: 30px 0;
  width: 1000px;
}

.recruit_entry_cap {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.recruit_entry_text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}

.recruit_entry_btn {
  align-items: center;
  background: linear-gradient(90deg, #0055ac 0%, #066cba 100%);
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  margin: 0 auto;
  width: 250px;
}

.recruit_entry_btn:link, .recruit_entry_btn:active, .recruit_entry_btn:visited {
  text-decoration: none;
}

.recruit_entry_btn:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .ttl {
    background: url(../images/recruit/bg_title_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .recruit_outline {
    display: block;
    margin: 0 15px 40px;
    width: calc(100% - 30px);
  }
  .recruit_outline dt {
    border-bottom: none;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  .recruit_outline dd {
    border-bottom: solid #d9dbe2 1px;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
  }
  .recruit_outline dd::before {
    background: #0055ac;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
  }
  .recruit_entry {
    margin: 0 15px 50px;
    padding: 20px 0;
    width: calc(100% - 30px);
  }
  .recruit_entry_cap {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .recruit_entry_text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .recruit_entry_btn {
    height: 40px;
    width: 200px;
  }
}
