@charset "UTF-8";
header .btn_entry_carrer,
header .btn_entry_new {
  background-color: #fff; }
  header .btn_entry_carrer a,
  header .btn_entry_new a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-family: 'Noto Sans JP',"Century Gothic","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif; }
    header .btn_entry_carrer a, header .btn_entry_carrer a:visited,
    header .btn_entry_new a,
    header .btn_entry_new a:visited {
      color: #fff !important; }
    header .btn_entry_carrer a:after,
    header .btn_entry_new a:after {
      display: none;
      height: 0;
      width: 0;
      overflow: hidden; }
header .btn_entry_carrer a {
  background-color: #0000f7; }
  header .btn_entry_carrer a:hover {
    background-color: rgba(103, 0, 255, 0.8); }
header .btn_entry_new a {
  background-color: #e16100; }
  header .btn_entry_new a:hover {
    background-color: rgba(225, 97, 0, 0.8); }
header nav#global-nav li:nth-child(6) a {
  padding-right: 1em; }
header nav#global-nav li:nth-child(6) a:after {
  display: none; }

footer .btn_entry_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 210px; }
  @media screen and (max-width: 1024px) {
    footer .btn_entry_wrap {
      display: block;
      width: 100px; } }
  footer .btn_entry_wrap p {
    background-color: #fff;
    margin: 0; }
footer p.btn_entry_new a, footer p.btn_entry_carrer a {
  display: flex;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  font-weight: 700; }
  footer p.btn_entry_new a, footer p.btn_entry_new a:visited, footer p.btn_entry_carrer a, footer p.btn_entry_carrer a:visited {
    color: #fff; }
footer p.btn_entry_new a {
  background: #e16100; }
  footer p.btn_entry_new a:hover {
    background-color: rgba(225, 97, 0, 0.8); }
footer p.btn_entry_carrer a {
  background: #0000f7; }
  footer p.btn_entry_carrer a:hover {
    background-color: rgba(103, 0, 255, 0.8); }

section.recruit_section ul.diamond {
  margin: 0;
  padding: 0; }
  section.recruit_section ul.diamond li {
    list-style: none;
    margin-left: 1em;
    margin-bottom: .5em;
    position: relative; }
    section.recruit_section ul.diamond li:before {
      position: absolute;
      left: -1em;
      top: 0;
      content: "◆";
      display: inline-block; }
section.recruit_section ol.num {
  margin-left: 1em; }
  section.recruit_section ol.num li {
    list-style: decimal; }
section.recruit_section p.policy_link a, section.recruit_section p.policy_link a:visited {
  color: #333399; }
section.recruit_section p.policy_link a {
  text-decoration: underline; }
  section.recruit_section p.policy_link a:hover {
    text-decoration: none; }
section.recruit_section .recruit_section_content-btn.blue {
  background-color: #0000f7; }
  section.recruit_section .recruit_section_content-btn.blue:hover {
    background-color: rgba(103, 0, 255, 0.8); }
section.recruit_section .recruit_contact dl {
  margin: 0;
  padding: 0; }
section.recruit_section .recruit_contact dt {
  display: inline-block;
  border: 2px solid #000;
  line-height: 1;
  padding: 10px 20px;
  font-weight: 600; }
section.recruit_section .recruit_contact dd {
  margin-top: 1em; }
  section.recruit_section .recruit_contact dd span {
    font-size: 1.5em;
    font-weight: 600; }
