/*タマヤ株式会社*/
/* リクルート Layout
------------------------------------------------------------ */
/* 共通
------------------------------------------------------------ */
@media screen and (min-width:280px) {
  #recruit h1, h2 {
    font-weight: 300;
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 80px;
  }
  .ttl_en {
    font-size: 16px;
  }
  #recruit h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
  }
  /*--------------------------------------------------　募集要項　*/
  .yoko_box caption {
    padding: 8px 12px;
    text-align: left;
    font-size: 20px;
    background: #0094da;
    color: #fff;
    background-image: url("../img/recruit/gl_name_bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 80px;
    font-family: 'Noto Serif JP', serif;
  }
  .yoko_box .inner_tbl {
    margin: auto;
    width: 100%;
  }
  .yoko_box .inner_tbl th {
    width: 30%;
    font-weight: 300;
    background: #efefef;
    vertical-align: top;
    padding: 15px 20px;
    box-sizing: border-box;
    letter-spacing: 2px;
  }
  .yoko_box .inner_tbl td {
    letter-spacing: 2px;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .yoko_box .inner_tbl tr {
    border-bottom: 1px dashed;
  }
  .entry_lnk_btn {
    width: 90%;
    margin: auto;
    line-height: 2em;
  }
  .entry_lnk_btn a {
    position: relative;
    top: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 30px 0;
    box-sizing: border-box;
    background: #0094da;
    color: #fff;
    transition: .2s ease-in-out;
    box-shadow: 8px 8px 10px #898989;
    outline: 1px solid #fff;
    outline-offset: -15px;
  }
  .entry_lnk_btn a:hover {
    top: 9px;
    box-shadow: 0 0 #898989;
    outline: 1px solid #fff;
    outline-offset: -15px;
  }
  #recruit #faq h1 {
    margin-bottom: .5em;
  }
  #faq h2 {
    font-size: 16px;
  }
  #faq dl {
    width: 90%;
    margin: auto;
  }
  #faq dt {
    font-size: 18px;
    color: #8b1a51;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  #faq dd {
    margin-left: 45px;
    margin-bottom: 2em;
    line-height: 2em;
  }
  #voice h1 {
    position: relative;
    text-align: center;
    color: #231815;
    margin: 1em 0 4em;
  }
  #voice h1::before {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    color: #c9caca;
    font-size: 60px;
    text-transform: uppercase;
    content: 'V O X';
    z-index: -1;
  }
  #voice .voice_person {
    text-align: center;
    margin-top: 1em;
    letter-spacing: 2px;
    line-height: 2em;
  }
  #voice .voice_ttl {
    margin: 2em 0;
    font-size: 18px;
    text-align: center;
  }
  #voice .voice_txt {
    line-height: 2em;
    width: 90%;
    margin: auto auto 3em;
  }
}
/* 
------------------------------------------------------------ */
@media screen and (min-width:767px) {
  .yoko_box .inner_tbl th {
    letter-spacing: 5px;
    width: 20%;
  }
  #voice h1::before {
    top: -45%;
    font-size: 100px;
  }
  #voice .voice_person {
    text-align: left;
  }
  #voice .voice_ttl {
    margin: 5em 0 1em;
    font-size: 20px;
    text-align: left;
  }
  #voice figure {
    width: 45%;
    margin: 0 1em 0 0;
    float: left;
  }
  #voice .voice_txt {
    width: 100%;
  }
}
@media screen and (min-width:980px) {
  /*--------------------------------------------------　共通　*/
  .recruit_nav_box {
    width: 100%;
    justify-content: space-around;
    margin: auto;
  }
  .recruit_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    /*font-weight: bold;*/
    transition: 0.3s;
    box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.5);
    background-color: #0094da;
      cursor: pointer;/*追加*/
  }
  .recruit_nav_btn a {
    text-align: center
  }
  .recruit_nav_btn:hover {
    transform: translateY(2px);
      box-shadow: none;
    /*box-shadow: 0 0 rgba(0, 0, 0, 0);*/
  }
  .recruit_nav_btn a:link, .recruit_nav_btn a:visited {
    color: #fff !important;
    text-decoration: none;
  }
}