@media screen and (max-width: 640px) {

.sp-only {
  display: block;
}

/* header
----------------------------------------*/

body {
  margin: 0;
  overflow: hidden;
}

#global-header {
  background: rgba(245,245,245,1.00);
  position: fixed;
  z-index: 500;
}

#global-navi .menu-side {
    position: relative;
    bottom: 0;
    margin: auto;
}

#utility-navi {
  display: none;
}

#utility-navi .inner {
  font-size: 8px;
}

  #utility-navi .inner .utility-menu div {
    margin-left: 5px;
  }

  #utility-navi .inner .utility-menu div:after {
    padding-left: 5px;
  }

  #global-navi .inner {
    padding: 0;
  }

    #global-navi .logo-side .header-logo {
      width: 100px;
      height: 45px;
      margin-right: 10px;
      margin-top: 25px;
      margin-bottom: 10px;
    }

      #global-navi .logo-side h1, #global-navi .logo-side .slogan {
        margin-top: 0;
        font-size: 13px;
        position: absolute;
        top: 0;
        left: 0;
      }

#global-navi .logo-side {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

#navigation {
  margin: 0 auto;
}

  #navigation span {
    display: none;
  }

  #navigation .workstyle,
  #navigation .company-culture,
  #navigation .occupation,
  #navigation .interview {
    text-indent: -9999em;
    background-size: cover;
    width: 48px;
    height: 42px;
  }

  #navigation .workstyle {
    background-image: url(../../uploads/2017/02/workstyle-menu_cap.png);
  }

  #navigation .company-culture {
    background-image: url(../../uploads/2017/02/culture-menu_cap.png);
  }

  #navigation .occupation {
    background-image: url(../../uploads/2017/02/professional-menu_cap.png);
  }

  #navigation .interview {
    background-image: url(../../uploads/2017/02/interview-menu_cap.png);
  }


#global-navi .menu-side {
  width: 100%;
  bottom: 20px;
  right: 0;
}



.global-menu {
  width: 240px;
  left: inherit;
  bottom: -8px;
}

  .global-menu div {
    margin-right: 15px;
  }

    .global-menu div .small {
      font-size: 11px;
    }

#page,#page.single-post {
  padding-top: 90px;
}

.sns-menu {
  display: none;
}

#navigation div a {
  font-size: 13px;
  height: 40px;
}


#main-header h1,
#main-header .slogan {
  margin: 12% 40% 20px 0;
}

.about-kawara,
.sitemap {
  margin-left: 10px;
}

#menu-bar .search-form,
.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;
}

/* primary
--------------------------------------------*/
#primary {
  width: 100%;
  float: none;
  margin-top: 0;
}

.newsstory {
  display: block;
  padding: 20px 10px;
}



/* news-covid19 コロナ関連情報 */
.covid19-post {
  margin: 10px;
  padding-top: 10px;
}

.covid19-post header {
  padding: 0 10px;
}
.covid19-post header h3 {
  font-size: 14px;
}

.covid19-post .covid19-photo img {
  width: 100px;
  height: auto;
}

/* コロナ特集のh2フォントサイズ */
.news-covid19 .covid19-header h2 {
  top: 5px;
  font-size: 18px;
}


/* 新着情表示 */
.news-topics {
  margin: 10px;
}

.news-article {
  display: block;
  height: 90px;
}

.news-post {
  background: url(img/bg-dotline.png) repeat-x center top;
  padding: 10px 0;
  width: 100%;
}

.news-photo {
  float: left;
  width: 120px;
  margin-right: 10px;
  overflow: hidden;
}

  .news-photo > a {
    display: block;
    width: 100%;
    height: 68px;
    overflow: hidden;
  }

    .news-photo > a > img {
      width: 100%;
      height: auto;
    }

.mainnews {
    margin-bottom: 20px;
}

.main-read {
  border: 0;
}

.must-read {
  width: 100%;
  border: 0 #e5e5e5 solid;
}


.must-list .post-content {
  width: 77%;
}

.single-article {
  width: 49.1%;
}

/* mainnews */
#slide-wrap {
  display: none;
}

/* 新着情報 */
.news-topics {
  display: block;
}

.news-post h3 {
  font-size: 14px;
}

/* category */
.category-box {
  margin-bottom: 50px;
}
  .category-box h3 {
    font-size: 18px;
    margin-top: -11px;
  }

.category-pick {
  float: none;
  height: 130px;
  overflow: hidden;
}

.post-image {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

  .post-image img {
    width: 100%;
    height: auto;
}

.category-desc {
  display: none;
}

.category-list h3 {
  height: 40px;
  margin-bottom: 5px;
}

  .category-list li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
  }

    .category-list li:before {
      content: url("/img/category-list.png");
      margin-right: 10px;
    }

.category-title {
  display: block;
  overflow: hidden;
}


.woman-category p {
  margin-left:5px;
}


.single-title .post-image {
  width: 100%;
  height: 100px;
}

#banner {
  margin-top: 30px;
}

.banner-recruit {
  width: 80%;
  margin: auto 10%;
}

  .banner-recruit img{
    width: 100%;
  }

.banner-txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0;
}

/* column
--------------------------------------------*/
#columnarea {
  margin-left: 1%;
  overflow: hidden;
  margin-bottom: 30px;
}

/* archive */
.worktopics:first-child {
  border-top: dotted 1px;
}

.worktopics {
  float: none;
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: dotted 1px;
  overflow: hidden;
}

.workpost header {
  border: none;
  padding: 5px 10px 5px 120px;
}

.workpost h2 {
  font-size: 14px;
  height: 35px;
}

.workpost .date {
  margin: 0;
}

.post-body {
  padding: 0;
  margin: 0;
  width: 100%;
}

.block .post-body {
  height: auto !important;
}

.post-photo {
  width: 105px;
  height: 60px;
  overflow: hidden;
  float: none;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 7px;
}

  .post-photo img {
    width: 105px;
    height: auto;
  }

.post-excerpt {
  display: none;
  }

/* footer
------------------------------------ */
.site-menu {
  width: 40%;
  margin: 10px;
}

  #global-footer .inner .footer-list {
    width: 47%;
    margin: 0 1.5% 20px;
  }

  #global-footer .footer-navi .inner {
    font-size: 12px;
  }

  #global-footer .footer-navi .inner ul.social {
    display: flex;
    justify-content: center;
  }

  #global-footer .footer-navi .inner ul {
    display: none;
  }

/* Pマーク 20171027 */

  #global-footer .pmark-box {
    margin: auto;
    padding: 5%;
    width: 90%;
  }

  #global-footer .pmark-box .p-mark {
    background: #fff;
    float: left;
    margin: 0 10px 0 0;
  }

  #global-footer .pmark-box .p-mark-text {
    font-size: 10px;
    float: left;
    margin: 0;
    width: 55%;
  }

  #global-footer .pmark-box .zenken {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    height: auto;
    width: 100px;
  }


/* company rank
------------------------------------ */
.comp-body h2 {
  float: none;
  overflow: hidden;
}

.comp-body .comp-content {
  float: none;
  width: 90%;
  padding-left: 10px;
  margin: 0px 10px 10px;
  border-left: none;
}

/* workadvice */
#matrix,
#listtable {
  zoom: 50%;
}

.post-body .box {
  float: none;
  width: 100%;
  height: auto;
}

.bossframe {
  display: block;
  width: 100%;
}

.bossme {
  display: none;
}

.wp-image-7271 {
  width: 100%;
  height: auto;
}

.colleaguebox img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.colleaguebox ul {
  margin: 10px;
  float: none;
  width: 100%;
}

.colleaguebox li {
  border: none !important;
  height: auto !important;
}

.odoku-comment {
  position: relative;
  background: #eee8aa;
  height: auto;
  width: 78%;
  margin-bottom: 5px;
  margin-left: 0;
  float: left;
  padding: 5px 10px 8px 5px;
  line-height: 1em;
  border-radius: 10px;
}

  .odoku-comment:after {
    border: solid transparent;
    border-width: 5px 0 5px 15px;
    border-left-color: #eee8aa;
    border-right-width: 0;
    right: -15px;
    content: "";
    display: block;
    top: 35%;
    position: absolute;
    width: 0;
  }

.odoku-bg {
  position: relative;
  background-image: url(img/odokuBup.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 50px;
  height: 45px;
  float: left;
}

/* 関連記事 */
.block.related h1,
.block.comment h1 {
  width: 100%;
  overflow: hidden;
}

.related-inner {
    padding: 10px 10px 30px;
}

  .related-wrap .item {
    width: 49%;
    padding: 0 !important;
    box-sizing: border-box;
    height: inherit;
  }

  .related-wrap .item:nth-of-type(4n-1) {
    background: none;
  }


/* キャプション */
.post-body .alignright,
.post-body .alignleft {
  float: none;
  margin: 0 auto 5px;
  text-align: center !important;
}

.wp-caption {
  width: 100% !important;
}

.column2 {
  width: 100%;
  margin: 0 20px 0 0;
}

  .column2 .item {
    width: 100%;
    float: none;
    margin: 20px 20px 10px 0;
  }

    .column2 .item img {
      width: 100%;
      height: auto;
    }

.wp-caption.alignleft,
.wp-caption.alignright {
  float: none;
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption.aligncenter {
  max-width: 100% !important;
  height: auto !important;
}

  .wp-caption.alignleft img,
  .wp-caption.alignright img {
    max-width: 100% !important;
    height: auto !important;
  }

  .wp-caption.aligncenter img {
    max-width: 100% !important;
    height: auto !important;
  }

/* 画像サイズ */
img.alignleft,
img.alignright,
img.size-full {
  float: none;
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

img.aligncenter {
  max-width: 100% !important;
  height: auto !important;
}

/* 資格用 */
.licence-mgn {
  padding: 0 10px 0 0;
  float: left !important;
}

.licence-title {
  font-size: 11px;
  line-height: 1em;
}

p.licence-des {
  font-size: 10px;
  line-height: 1.3em;
}

/*Glossary*/
.dict-nav a {
  padding: 5px 6px;
}

.dict-nav .current {
  padding: 10px 6px 5px;
  background-color: #3B3B3B;
}

/* 社員が輝く会社のヒケツ用
----------------------------------------------------------- */
.sca-intro-blk {
  margin: 0 0 20px;
}

.special-company-archive .sca-intro-firstttl {
  display: inline-block;
  float: none;
  margin: 0 0 10px;
}

.sca-intro-firstttl-before {
  display: inline-block;
  padding: 5px;
  margin: 0;
}

.sca-intro-firstttl-after {
  padding: 5px 15px;
}

.special-company-archive .sca-intro-secondttl {
  float: none;
  margin: 0;
}

.post-body .special-company-archive .sca-intro-topttl {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.sca-intro {
  background: #f4f9fd;
  border: 1px solid #e8f5ff;
  padding: 20px 3%;
}

.sca-seven-blk {
  margin: 0 0 40px;
}

.special-company-archive .sca-intro-subttl {
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 3%;
}

.sca-cat-list {
  padding: 30px 3%;
}

.sca-cat-list-item {
  padding: 10px 3%;
}

.sca-cat-list-item:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.sca-cat-list-ttl {
  display: block;
  margin: 0 0 10px;
}

.sca-cat-list-ttl a {
  font-size: 16px;
}

.sca-cat-list-ttl span {
  margin: 0 10px 0 0;
}

.sca-cat-list-desc {
  font-size: 14px;
  line-height: 1.4;
}

.special-company-archive .sca-undertxt {
  font-size: 14px;
  margin: 30px 0;
  padding: 0 3%;
}

.special-company .post-image {
  float: none;
  height: initial;
  position: relative;
}

.special-company .post-image img {
  width: 100%;
}

.special-company .spcom-cat-name {
  bottom: 0;
  position: absolute;
}

.special-company .date-time {
  padding: 5px 0 0;
}

.special-company .spcom-name {
  font-size: 12px;
}

}

@media screen and (max-width: 480px){
#main-header h1,
#main-header .slogan {
  font-size: 12px;
  margin-right: 40%;
  text-align: right;
}

/* primary
--------------------------------------------*/
.post-image {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

  .post-image img {
    width: 100%;
    height: auto;
  }

    #article-area .post-title h3 {
      font-size: 14px;
    }

.post-content {
  padding: 0 0 20px;
}

  .post-content .moreread {
    display: none;
  }

.btn-bookmark .facebook {
  padding-bottom: 7px !important;
  margin-bottom: 0;
}


/* secondary
--------------------------------------------*/
.mailmagazine-area input[type="text"],
.subscribe input[type="text"] {
  left: 30px;
}

.mailmagazine-area input[name="subscribe"] {
    left: 200px;
}


.mailmagazine-area input[name="unsubscribe"] {
    left: 250px;
}



/* footer
------------------------------------ */
#global-footer,
#global-footer .inner {
  width: 100%;
  min-width: 320px;
}

.footer nav {
  float: none;
}

.site-menu {
  width: 90%;
  margin: 5%;
}

#matrix,
#listtable {
  zoom: 38%;
}

.post-body .box {
  float: none;
  width: 100%;
  height: auto;
}

.box > ul > li > img,
.box > ul > li > a > img {
  float: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}

h2.sp-small {
  font-size: 15px;
}


p.sp-small {
  font-size: 11px;
}

/* コロナ特集のh2フォントサイズ */
.news-covid19 .covid19-header h2 {
  font-size: 12px;
}


}

@media screen and (max-width: 320px){
.site-info li: nth-child(4): : before {
  content: "";
}

    #global-footer .footer-navi .inner {
      font-size: 8px;
    }

#global-navi .logo-side h1, #global-navi .logo-side .slogan {
  margin-top: 0;
  font-size: 12px;
}

.global-menu {
  width: 190px;
  bottom: 0;
}

.global-menu div {
  margin-right: 0;
}

#global-navi .logo-side h1, #global-navi .logo-side .slogan {
  margin-top: 0;
  font-size: 11px;
}

#global-navi .logo-side .header-logo {
  width: 100px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* コロナ特集のh2フォントサイズ */
.news-covid19 .covid19-header h2 {
  font-size: 10px;
}

#navigation .workstyle,
#navigation .company-culture,
#navigation .occupation,
#navigation .interview {
    width: 46px;
    height: 39px;
}

}
