@charset "UTF-8";
html,
body {
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a:hover {
  opacity: 0.7;
  filter: opacity(0.7);
}

strong {
  font-weight: bold;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.tac {
  text-align: center;
}

ul,
li {
  list-style: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
}

header nav ul li {
  display: flex;
}

header nav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

header #header_recruit_link {
  background: #c0024b;
}

header #header_contact_link {
  background: #002f82;
}

#copyright {
  background: #f2f4f9;
  text-align: center;
  border-top: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  .smp {
    display: none !important;
  }
  body {
    min-width: 1080px;
    font-size: 16px;
  }
  #cotents_area {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
  }
  header #logo {
    padding-left: 40px;
    width: 255px;
  }
  header nav a {
    padding: 30px 50px;
    font-size: 20px;
  }
  #copyright {
    padding: 18px 0;
  }
}

@media screen and (max-width: 767.999px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 13px;
  }
  header #logo {
    padding-left: 20px;
    width: 160px;
    margin-right: 10px;
  }
  header nav a {
    padding: 15px 10px;
    letter-spacing: 0;
  }
  #cotents_area {
    padding: 0 20px;
  }
  #copyright {
    padding: 13px 0;
    font-size: 12px;
  }
}
