@charset "UTF-8";

/* PC固定ページ 採用情報 */
#recruit_contents {
  padding: 0 0 150px;
}

#recruit_contents .dl-wrap {
  margin-top: 40px;
}

#recruit_contents .dl {
  border-top: 1px solid rgba(22, 28, 97, 0.2);
}

#recruit_contents .dl:last-child {
  border-bottom: 1px solid rgba(22, 28, 97, 0.2);
}

#recruit_contents .dt,
#recruit_contents .dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

#recruit_contents .dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-weight: 500;
  color: #06081E;
  padding: 30px;
}

#recruit_contents .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 60px;
}

#recruit_contents .btn {
  margin-top: 60px;
  text-align: center;
}

#recruit_contents .btn a {
  min-width: 300px;
}

#recruit_contents .recruit_entry_links {
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

#recruit_contents .recruit_entry_link {
  display: inline-block;
  min-width: 180px;
  padding: 14px 24px;
  border: 1px solid #161C61;
  color: #161C61;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

#recruit_contents .recruit_entry_link:hover {
  background-color: #161C61;
  color: #fff;
}

@media (max-width: 750px) {

  /* SP固定ページ 採用情報 */
  #page_recruit .c_title_en {
    font-size: 10.26vw;
  }

  #recruit_contents {
    padding: 0 0 15.38vw;
  }

  #recruit_contents .dl-wrap {
    margin-top: 6.15vw;
  }

  #recruit_contents .dl {
    display: block;
    padding: 5.13vw 0;
  }

  #recruit_contents .dt,
  #recruit_contents .dd {
    font-size: 3.59vw;
    line-height: 1.7;
    padding: 0;
  }

  #recruit_contents .dd {
    margin-top: 2.56vw;
  }

  #recruit_contents .btn {
    margin-top: 10.26vw;
  }

  #recruit_contents .btn a {
    min-width: 64.1vw;
  }

  #recruit_contents .recruit_entry_links {
    flex-direction: column;
    align-items: center;
    gap: 3.08vw;
    margin-top: 3.08vw;
  }

  #recruit_contents .recruit_entry_link {
    min-width: 64.1vw;
    font-size: 3.59vw;
    padding: 3.08vw 4.1vw;
  }
}