@media screen and (max-width: 1100px){

/* header
----------------------------------------------------------- */
  #utility-navi .inner {
    width: 96%;
    margin: auto 2%;
  }


  #global-navi .inner {
    width: 96%;
    margin: auto 2%;
  }

  #global-navi .logo-side {
    width: 60%;
  }

  #global-navi .menu-side {
    width: 40%;
  }

  #navigation div.workstyle:before,
  #navigation div.company-culture:before,
  #navigation div.occupation:before,
  #navigation div.interview:before {
    content: "";
    background-image: none;
    width: inherit;
    height: inherit;
    display: none;
    position: static;
    left: inherit;
    top: inherit;
  }


.sne-menu {
  overflow: hidden;
}

.search-box {
  float: right;
}

.sns-menu {
  float: right;
  overflow: hidden;
  margin-bottom: 30px;
}

.sns-icon {
  float: right;
  overflow: hidden;
  margin-top: 8px;
}

    .sns-icon ul.social li {
      float: left;
      margin: 0 8px;
    }

      .sns-icon ul.social a {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(img/icon-rss-black.png) no-repeat 0 0;
        background-size: contain;
        text-indent: -9999px;
      }

        .sns-icon ul.social .facebook a {
          background: url(img/icon-facebook-black.png) no-repeat 0 0;
          background-size: contain;
        }

        .sns-icon ul.social .twitter a {
          background: url(img/icon-twitter-black.png) no-repeat 0 0;
          background-size: contain;
        }

        .sns-icon ul.social .google a {
          background: url(img/icon-googleplus-black.png) no-repeat 0 0;
          background-size: contain;
        }

.global-menu {
  width: 100%;
  text-align: center;
  padding-left: 0;
}

  .global-menu div {
    float: left;
    margin-right: 30px;
    font-size: 14px;
  }

  .global-menu div:last-child {
    margin-right: 0;
  }

    .global-menu div a {
      color: #666;
    }

    .global-menu div .small {
      font-size: 12px;
    }

    .global-menu div .pink {
      color: pink;
    }

    .global-menu div .green {
      color: green;
    }

    .global-menu div .blue {
      color: blue;
    }

    .global-menu div .orange {
      color: orange;
    }

  #main-header h1,
  #main-header .slogan {
    height: auto;
    float: right;
    margin: /*63px 200px 40px 0*/37px 200px 45px 0;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    display: block;
    font-weight: bold;
    text-align: right;
  }

#navigation {
/*  width: 1024px;*/
  margin: 0 auto;
  clear: both;
}

  #navigation div {
    position: relative;
    float: left;
    z-index: 100;
  }

    #navigation div a {
      display: block;
      width: auto;
      height: auto;
      color: rgba(0,0,0,1.00);
      text-decoration: none;
      font-size: 14px;
    }



#subheader {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  height: auto;
}

  #subheader ul.menu {
    float: left;
    margin-top: 10px;
  }

.sp-menu {
  display: none;
  }

.about-kawara,
.sitemap {
  margin-left: 10px;
  }

.search-form {
  background: url(img/bg-search-form2.png) no-repeat bottom left;
  padding-left: 24px;
  height: 26px;
  margin: 8px 10px;
  }

.search-field {
  float: left;
  width: 120px;
  color: #000000;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  top: 2px;
  -webkit-appearance: none;
}

.search-submit {
  float: right;
  border: none;
  outline: none;
  width: 45px;
  height: 23px;
  background: url(img/btn-search2.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

#sp-header {
  display: none;
}


/* primary
----------------------------------------------------------*/
#primary {
  width: 96%;
  float: none;
  margin: auto 2%;
}

/* mainnews */
.main-read {
  width: 100%;
}

.mainnews {
  width: 70%;
}

  #slide-wrap .pickup-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

    #slide-wrap .pickup-img img {
      width: 100%;
      height: auto;
    }

.must-read {
  width: 29%;
}

.single-article {
  width: 49.6%;
}

.block-column {
  width: 32.66666%;
  height: auto;
  margin-right: 1%;
  float: left;
}

.shadow-box-b {
  padding: 10px;
  margin: 0 10px 20px;
}




/* secondary
----------------------------------------------------------*/
#secondary {
  width: 96%;
  float: none;
  margin: auto 2% 50px;
}

  #primary h2,
  #secondary h2,
  #secondary .h2-style,
   {
    clear: both;
  }

/*column*/
#columnarea img {
  width: 100%;
  height: auto;
}

.mailmagazine-area input[type="text"], .subscribe input[type="text"] {
  left: 35%;
}

.mailmagazine-area input[name="subscribe"], .mailmagazine-area input[name="unsubscribe"], .subscribe input[name="subscribe"], .subscribe input[name="unsubscribe"] {
  left: 53%;
}

.mailmagazine-area input[name="unsubscribe"] {
  left: 59%
}

.banner-recruit {
  text-align: center;
}

/* footer
----------------------------------------------------------- */

#global-footer {
    min-width: 0;
}


#global-footer .inner {
  width: 96%;
  margin: 0 2%;
}

}


/* tablet-layout
----------------------------------------------------------- */
@media screen and (max-width: 800px){

/* HEADER */
#global-header {
  margin-bottom: 0;
  padding-top: 0;
}

.must-read {
  width: 100%;
  border-top: 5px #e5e5e5 solid;
  border-left: 0 #e5e5e5 solid;
}

  .must-read .must-list {
    padding-bottom: 10px;
  }

  .must-list .post-content {
    width: 90%;
  }

.global-menu {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 384px;
}

#sp-header {
  display: block;
}

  #sp-header .logo {
    width: 30%;
    height: 85px;
    position: absolute;
    top: 14px;
    right: 22px;
    background: url(img/kawara-logo-new.png) no-repeat 0 0 ;
    background-size: contain;
  }

  #sp-header h1,
  #sp-header .slogan {
    height: auto;
    float: right;
    margin: /*12% 40% 6% 0*/8% 40% 6% 0;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    display: block;
    font-weight: bold;
    text-align: right;
  }

#subheader {
  display: none;
}


#prev {
  left: 0;
}

.sp-menu {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #e0b55e;
  padding: 1px auto;
}

  .sp-menu ul {
    float: left;
    left: 50%;
    position: relative;
  }

  .sp-menu li {
    left: -50%;
    position: relative;
    padding: 5px 8px;
    float: left;
    border-right: 1px #fff solid;
  }

    .sp-menu li:first-child {
      border-left: 1px #fff solid;
    }

    .sp-menu li a {
      font-size: 12px;
      color: #fff;
    }

      .sp-menu li a:hover {
        text-decoration: underline;
        color: #fff;
      }

.white-bb {
  border: 1px solid #fff;
  width: 100%;
  margin: 1px auto 0;
}

.white-ba {
  border: 1px solid #fff;
  width: 100%;
  margin: 0 auto 1px;
}

#page.single-post {
  padding-top: 0;
  border-top: none;
}

#primary-single .breadcrumbs {
  background-color: initial;
  color: black;
}

  #primary-single .breadcrumbs a {
    color: #1d3994;
  }

  #primary-single .breadcrumbs a:visited {
    color: #953994;
  }

  #secondary-single .subscribe input[name="subscribe"],
  #secondary-single .subscribe input[name="unsubscribe"] {
    top: 0;
    left: 190px;
  }

  #secondary-single .subscribe input[name="unsubscribe"] {
    left: 240px;
  }

  #secondary-single .subscribe {
    margin-bottom: 20px;
  }

/* primary
--------------------------------------------*/
#primary {
  margin-top: 40px;
}

.post,
.featuring {
  margin: 20px;
}

/* mainnews */
.mainnews {
  width: 100%;
  margin-bottom: 40px ;
  position: relative;
}

.mainpickup {
  font-size: 14px;
  font-weight: 100;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #e2041b;
  padding: 2px 6px;
  color: #fff;
}

.pick-title .date {
  padding: 2px 8px;
}

.pick-title h2 {
  padding: 4px 8px;
  font-size: 14px !important;
}

.pick-title .moreread {
  font-size: 12px;
  padding: 3px 8px;
}

.post-photo {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

#slide-wrap .pickup-img {
  margin-left: 0;
}


#primary-single .category-single {
  display: none;
}

#primary-single .block-column {
  width: 32%;
  height: auto;
}



#menu-bar {
  display: none;
}

/*category*/
.category-box {
  width: 45%;
  margin: 0 auto 20px;
  padding: 0;
}

  .category-box:nth-child(even) {
    float: left;
    margin-left: 10px;
  }

  .category-box:nth-child(odd) {
    float: right;
    margin-right: 10px;
  }

.category-list {
  margin: 0 15px;
}

.category-pick {
  float: none;
  margin-bottom: 20px;
}

.moreContents .child-pages.block {
  width: 100%;
  height: 60px;
  background: url(img/bg-dotline.png) repeat-x center top;
  float: none;
}

.moreContents .child-pages .child-img {
  margin: 10px;
  width: 80px;
  height: 60px;
  float: left;
  overflow: hidden;
}

  .moreContents .child-pages .child-img img {
    width: 80px;
    height: auto;
  }


.moreContents .child-pages p {
  margin: 10px 10px 20px 0;
}

.moreContents .child-pages a {
  color: #19448e;
}

.worktopics {
  margin: 0;
}

  .worktopics:nth-child(odd) {
    float: left;
  }

  .worktopics:nth-child(even) {
    float: right;
  }

#three-tripartite {
  position: absolute;
  top: 15px;
  width: 150px;
  height: auto;
  right: 0;
  z-index: 100;
}


/*secondary
--------------------------------------------*/
.todays-word {
  display: none;
}

  .netmarketing img {
    width: 96%;
    margin: auto 2%;
  }


#primary-single,
#secondary-single,
#secondary,
#primary {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  margin-bottom: 0;
}

  .slide .slide_caption {
    left: -10px;
    bottom: 10px;
  }

    .slide .slide_caption .slide_ct,
    .slide .slide_caption .slide_more {
      font-size: 10px;
    }

    .slide .slide_caption .slide_ttl {
      font-size: 12px;
      width: 70%;
    }

    .slide .slide_caption .slide_more {
      display: none;
    }

    .slide .bx-controls {
      padding: 20px 0 0;
    }

  .popular-posts li {
    overflow: hidden;
  }

    .popular-posts .rank1 .icon-rank,
    .popular-posts .rank2 .icon-rank,
    .popular-posts .rank3 .icon-rank,
    .popular-posts .rank4 .icon-rank,
    .popular-posts .rank5 .icon-rank {
      left: 0px;
    }

/* footer
----------------------------------------------------------- */
#global-footer {
  margin-top: 40px;
}


  #global-footer h2 {
    margin: 0 auto;
  }

  #global-footer .slogan {
    font-size: 11px;
    color: #fff;
    width: 200px;
    margin: 8px auto;
  }

  #global-footer .title {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
  }

  #global-footer ul.social {
    margin: 0 auto;
    width: 200px;
  }

    #global-footer ul.social li {
      float: left;
      margin: 0 0 10px;
    }

    #global-footer .footer-navi .inner li:after {
      content: "";
    }

    #global-footer ul.social a {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      background: url(img/icon-rss-black.png) no-repeat 0 0;
      background-size: contain;
      text-indent: -9999px;
    }

      #global-footer ul.social .facebook a {
        background: url(img/icon-facebook-black.png) no-repeat 0 0;
        background-size: contain;
      }

      #global-footer ul.social .twitter a {
        background: url(img/icon-twitter-black.png) no-repeat 0 0;
        background-size: contain;
      }

      #global-footer ul.social .google a {
        background: url(img/icon-googleplus-black.png) no-repeat 0 0;
        background-size: contain;
      }

.footer-nav {
  float: none;
}

.site-info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

  .site-info li {
    display: inline-block;
    font-size: 11px;
  }

    .site-info li:nth-child(2)::before, .site-info li:nth-child(3)::before,
    .site-info li:nth-child(4)::before, .site-info li:nth-child(5)::before {
      content: " | ";
      color: #fff;
    }

.site-menu {
  width: 30%;
  margin: 10px;
}

  .site-menu li {
    width: 200px;
  }

#pagetop {
  display: block;
  text-align: center;
}

/*Glossary*/
.dict-nav a {
  padding: 5px 8px;
}

.dict-nav .current {
  padding: 10px 8px 5px;
  background-color: #3B3B3B;
}


/* 社員が輝く会社のヒケツ用
----------------------------------------------------------- */
.special-company {

}

.special-company .single-article {

}

.special-company .single-title {

}

.special-company .post-image {

}

.special-company .post-image a {

}

.special-company .spcom-cat-name {

}

.special-company .post-title {

}

.special-company .date-time {

}

.special-company .post-title h3 {

}

.special-company .spcom-blk {

}

.special-company .spcom-name {

}

.special-company .spcom-info {

}




}
