@charset "UTF-8";
/*
カラー・フォント定義
*/
.top-nav {
  text-align: center; }
  @media only screen and (max-width: 1179px) {
    .top-nav {
      margin-top: 32px; } }
  .top-nav a {
    display: inline-block;
    margin: 0px 16px 0px 16px;
    background-color: #bf0008;
    border-radius: 10px;
    padding: 24px 16px;
    max-width: 300px;
    width: 100%;
    color: #fff;
    box-sizing: border-box; }
    @media only screen and (max-width: 1179px) {
      .top-nav a {
        width: calc(50% - 32px);
        margin: 0px 6px 0px 6px; } }
    .top-nav a:hover {
      background-color: #c74449; }
    .top-nav a figure {
      display: block;
      text-align: center; }
      @media only screen and (max-width: 1179px) {
        .top-nav a figure {
          margin: 0px 0px 10px 0px; } }
      .top-nav a figure img {
        max-width: 200px;
        width: 60%;
        height: auto; }
    .top-nav a strong {
      display: block;
      margin: 0px 0px 0px 0px;
      font-size: 24px; }
      @media only screen and (max-width: 1179px) {
        .top-nav a strong {
          font-size: 20px;
          margin: 0px 0px 6px 0px; } }
    .top-nav a span {
      display: block;
      font-size: 16px; }
      @media only screen and (max-width: 1179px) {
        .top-nav a span {
          font-size: 12px; } }

.contact .detail {
  margin-bottom: 24px !important;
  margin-top: 0px !important; }

.bg .recruitment .messeage-box {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #bf0008 !important; }
  .bg .recruitment .messeage-box p {
    margin-bottom: 0px !important; }

.introduction h5 {
  text-shadow: -1px -1px 2px white, 1px -1px 2px white, -1px  1px 2px white, 1px  1px 2px white; }
