@charset "UTF-8";
@media only screen and (max-width: 767px) {
  html {
    min-width: auto; }
    html body {
      font-size: 1.2rem; }
      html body h2 {
        text-align: left;
        margin: 20px 0;
        font-size: 2.0rem; }
      html body .content table {
        width: 100%; }
        html body .content table tr th {
          font-size: 1.2rem;
          padding: 1%; }
        html body .content table tr td {
          padding: 2%;
          font-size: 1.2rem; }
          html body .content table tr td .radio-input + label {
            display: block; }
          html body .content table tr td .rei {
            display: block; }
          html body .content table tr td input[type="text"] {
            width: 100%; }
          html body .content table tr td textarea {
            width: 100%; }
          html body .content table tr td #formTel1, html body .content table tr td #formTel2, html body .content table tr td #formTel3 {
            width: 28%; }
      html body .sub-title h1 {
        font-size: 2.4rem;
        padding: 25px 0; }

  /*=====================
  
  共通
  
  ======================*/
  .privacy-check {
    text-align: left; }

  /*======================
  ヘッダー
  =======================*/
  header {
    z-index: 10;
    width: 100%; }
    header .content {
      width: 100% !important;
      padding-top: 0; }
      header .content .logo {
        display: block;
        width: 100px;
        margin-left: 10px; }
      header .content nav {
        display: none;
        margin: 0;
        background: #e6b322; }
        header .content nav ul li {
          display: block; }
          header .content nav ul li a {
            padding: 20px 0;
            border-top: 2px solid #fff; }
    header .btn-menu {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #D7531C;
      color: #fff;
      padding: 10px 20px;
      font-size: 2.0rem; }

  /*=================
  
  ハンバーガーメニュー
  ==================*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%; }

  nav.globalMenuSp ul {
    background: #f7dfaf;
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333; }

  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #ad8023;
    padding: 1em 0; }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%); }

  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    background: #e49e0f;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }

  .navToggle span:nth-child(1) {
    top: 9px; }

  .navToggle span:nth-child(2) {
    top: 18px; }

  .navToggle span:nth-child(3) {
    top: 27px; }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px; }

  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*=====================
  トップ
  =====================*/
  #top .main {
    padding-top: 100px; }
  #top .content {
    width: 96%; }
    #top .content .intro h2 {
      background: none; }
    #top .content .recruit .row .img {
      width: 96%;
      margin-bottom: 20px;
      height: 300px; }
      #top .content .recruit .row .img:first-child {
        margin-right: 0; }
        #top .content .recruit .row .img:first-child .content {
          background: url("../img/top/smart_service_chairman.png");
          background-size: cover; }
      #top .content .recruit .row .img:last-child {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 50px; }
        #top .content .recruit .row .img:last-child .content {
          background: url("../img/top/smart_service_tea.png");
          background-size: cover; }
      #top .content .recruit .row .img .content {
        padding: 10px 0; }
        #top .content .recruit .row .img .content h3 {
          font-size: 1.8rem;
          margin-top: 0; }
        #top .content .recruit .row .img .content .link {
          bottom: 30px; }
          #top .content .recruit .row .img .content .link a {
            padding: 5px 0;
            font-size: 1.4rem; }

  /*====================
  会社概要
  =====================*/
  #company .content {
    width: 96%; }
    #company .content .outline table {
      width: 100%; }

  /*=====================
  事業内容
  ======================*/
  #service .content {
    width: 96%; }
    #service .content .service .row .sentence {
      width: 100%;
      margin: 0; }
    #service .content .service .row .img {
      width: 100%;
      margin: 0; }

  /*======================
  求人情報
  ========================*/
  #recruit .content {
    width: 96%; }
    #recruit .content .merit h2 {
      line-height: 2.0;
      text-align: center; }
    #recruit .content .merit .back_merit .row .type {
      width: 100%;
      height: auto; }
      #recruit .content .merit .back_merit .row .type:last-child {
        margin-left: 0;
        margin-top: 30px; }
      #recruit .content .merit .back_merit .row .type h3 {
        text-align: left;
        font-size: 1.8rem; }
    #recruit .content .for-girl .back-girl h2 {
      width: 90%;
      font-size: 1.8rem; }
    #recruit .content .for-girl .back-girl .sheet {
      width: 90%; }
      #recruit .content .for-girl .back-girl .sheet ul li {
        font-size: 1.6rem; }
    #recruit .content .job .back_change .change_area .offer .btn_offer a {
      font-size: 1.4rem; }
    #recruit .content .job .back_change .change_area table {
      width: 100%; }
    #recruit .content .job .select_area ul li {
      width: 100%;
      margin-left: 0;
      display: block;
      margin-bottom: 10px; }
      #recruit .content .job .select_area ul li a {
        font-size: 1.4rem; }
    #recruit .content .btn_contact input[type="button"], #recruit .content .btn_contact input[type="submit"], #recruit .content .btn_contact input[type="reset"] {
      font-size: 1.4rem;
      width: 130px; }

  /*==================
  お問い合わせ
  ===================*/
  #contact .content {
    width: 96%; }
    #contact .content .mail-form {
      width: 100%; }
      #contact .content .mail-form table {
        width: 100%; }
        #contact .content .mail-form table tr th {
          display: block;
          width: 100%;
          border-right: 1px solid #ccb697; }
        #contact .content .mail-form table tr td {
          display: block;
          width: 100%;
          border-left: 1px solid #ccb697; }
          #contact .content .mail-form table tr td .rei {
            display: block; }
          #contact .content .mail-form table tr td .Errform br {
            display: none; }
          #contact .content .mail-form table tr td input[type="radio"] {
            display: block; }
    #contact .content .btn_contact input[type="button"], #contact .content .btn_contact input[type="reset"], #contact .content .btn_contact input[type="submit"] {
      width: 130px; }

  /*=================
  
  プライバシー
  
  ==================*/
  #privacy .content {
    width: 96%; }
    #privacy .content .intro {
      margin: 10px 0; }

  /*===================
  フッター
  ====================*/
  footer .content {
    padding: 0; }
    footer .content .logo {
      display: none; }
    footer .content nav {
      display: none; }

  /*=========================
  PC・スマホ切り替え
  ==========================*/
  .smart-block {
    display: block !important; }

  .smart-inblock {
    display: inline-block !important; }

  .pc-block {
    display: none !important; }

  .pc-inblock {
    display: none !important; } }
