@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/GenJyuuGothic-Regular.eot");
  src: url("../media/files/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/GenJyuuGothic-Bold.eot");
  src: url("../media/files/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/NotoSansCJKjp-Regular.eot");
  src: url("../media/files/font/NotoSansCJKjp-Regular?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/NotoSansCJKjp-Bold.eot");
  src: url("../media/files/font/NotoSansCJKjp-Bold?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Bold.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Bold.woff") format("woff");
}
body {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body * {
  box-sizing: border-box;
}

#main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 40px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 979px) {
  .inner {
    padding: 0 10px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/**********
*	header
*****/
header {
  border-top: solid 7px #1d9474;
  background-color: #fff;
  padding: 22px 0 17px;
}
@media screen and (max-width: 767px) {
  header {
    border-top: solid 4px #1d9474;
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 800;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 5px 50px 5px 10px;
    position: relative;
  }
}
header .headerFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .headerFrame {
    display: block;
  }
}
header .headerFrame .headerFrame_col1 .logo {
  line-height: 1;
  margin: 0;
  display: table;
  position: relative;
}
header .headerFrame .headerFrame_col1 .logo::before {
  content: "";
  display: block;
  width: 45px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/common/symbol.png);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col1 .logo::before {
    width: 25px;
    height: 33px;
  }
}
header .headerFrame .headerFrame_col1 .logo a {
  text-decoration: none;
  display: block;
  padding: 5px 0 9px 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col1 .logo a {
    padding: 5px 0 5px 37px;
  }
}
header .headerFrame .headerFrame_col1 .logo br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col1 .logo br.sp {
    display: inline;
  }
}
header .headerFrame .headerFrame_col1 .logo span {
  display: block;
}
header .headerFrame .headerFrame_col1 .logo span.logo_row1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col1 .logo span.logo_row1 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
header .headerFrame .headerFrame_col1 .logo span.logo_row2 {
  font-size: 12px;
  font-weight: 300;
  color: #636363;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col1 .logo span.logo_row2 {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 980px) {
  header .headerFrame .headerFrame_col2 {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 {
    display: none;
  }
  header .headerFrame .headerFrame_col2.open {
    display: block;
  }
}
header .headerFrame .headerFrame_col2 .gnavi {
  width: 340px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 800;
  }
}
header .headerFrame .headerFrame_col2 .gnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul li {
    position: relative;
  }
}
header .headerFrame .headerFrame_col2 .gnavi ul li a {
  text-decoration: none;
  display: block;
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li {
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
  }
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li > a {
  color: #000;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li > a {
    padding: 15px 20px;
    background-color: #fff;
  }
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li > a:hover {
  color: #1d9474;
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li > a::after {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1d9474;
  margin-top: 3px;
  margin-right: -0.04em;
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li > a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li:not(.has_children)::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.has_children::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.has_children.open {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.lm73 > a::after {
  content: "Top";
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.lm74 > a::after {
  content: "Company";
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.lm75 > a::after {
  content: "List";
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth1 > li.lm76 > a::after {
  content: "Recruit";
}
header .headerFrame .headerFrame_col2 .gnavi ul.depth2 {
  display: none;
}

/**********
* spmenuBtn
****/
.spmenuBtn {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .spmenuBtn {
    display: block;
  }
}
.spmenuBtn::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #1d9474;
  font-size: 30px;
}
.spmenuBtn.open::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}

/**********
* pagetop
****/
.pagetop {
  width: 120px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 80px;
    font-size: 12px;
  }
}
.pagetop a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #636363;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    padding: 10px 0;
  }
}
.pagetop a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .pagetop a::after {
    padding-left: 5px;
  }
}

#follow {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 2.5%;
}

/**********
*	footer
*****/
footer .footerFrame .footerFrame_col1 {
  background-color: #f4f4f4;
}
footer .footerFrame .footerFrame_col1 .inner {
  padding: 13px 120px 13px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .inner {
    padding: 40px 10px 10px;
  }
}
footer .footerFrame .footerFrame_col1 .logo {
  line-height: 1;
  margin: 0;
  display: table;
  position: relative;
}
footer .footerFrame .footerFrame_col1 .logo::before {
  content: "";
  display: block;
  width: 45px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../media/images/common/symbol.png);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .logo::before {
    width: 25px;
    height: 33px;
  }
}
footer .footerFrame .footerFrame_col1 .logo a {
  text-decoration: none;
  display: block;
  padding: 5px 0 9px 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .logo a {
    padding: 5px 0 5px 37px;
  }
}
footer .footerFrame .footerFrame_col1 .logo br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .logo br.sp {
    display: inline;
  }
}
footer .footerFrame .footerFrame_col1 .logo span {
  display: block;
}
footer .footerFrame .footerFrame_col1 .logo span.logo_row1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .logo span.logo_row1 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
footer .footerFrame .footerFrame_col1 .logo span.logo_row2 {
  font-size: 12px;
  font-weight: 300;
  color: #636363;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col1 .logo span.logo_row2 {
    font-size: 10px;
    line-height: 1.4;
  }
}
footer .footerFrame .footerFrame_col1 .pagetop {
  position: absolute;
  right: 0;
  top: 0;
}
footer .footerFrame .footerFrame_col2 {
  background-color: #313131;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col2 {
    padding: 5px 0;
  }
}
footer .footerFrame .footerFrame_col2 .copy {
  margin: 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footerFrame .footerFrame_col2 .copy {
    font-size: 10px;
  }
}

/**********
*	見出し
*****/
.title-h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #a0a0a0;
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 18px;
  }
}
.title-h2 span {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-h2 span {
    padding-bottom: 15px;
  }
}
.title-h2 span::after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 4px;
  background-color: #1d9474;
  position: absolute;
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .title-h2 span::after {
    height: 2px;
    bottom: -2px;
  }
}

.title-h3 {
  margin: 0;
  color: #eb2e0f;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-h3 {
    font-size: 17px;
  }
}
.title-h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eb2e0f;
  position: absolute;
  right: 0;
  top: 50%;
}
.title-h3 span {
  display: inline-block;
  text-align: center;
  border-right: solid 20px #fff;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title-h3 span {
    border-right-width: 10px;
    padding: 0 10px;
  }
}
.title-h3 span::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: solid 1px #eb2e0f;
  position: absolute;
  left: 0;
  top: 0;
}
.title-h3 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: solid 1px #eb2e0f;
  position: absolute;
  right: 0;
  top: 0;
}

.title-underbar {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-underbar {
    font-size: 16px;
  }
}
.title-underbar span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}

/*header banner*/
.corporate_banner {
  /*サイトカラー*/
  background-color: #1d9474;
}

@media screen and (max-width: 767px) {
  .corporate_banner {
    padding: 5px 0;
  }
}
.corporate_banner__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__inner {
    display: block;
    width: 100%;
  }
}
.corporate_banner__banner--wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__banner--wrap {
    justify-content: center;
    align-items: center;
  }
}
.corporate_banner__corp {
  flex: 0 0 540px;
  padding: 15px 50px 15px 25px;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .corporate_banner__corp {
    transform: skewX(-25deg);
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate_banner__corp {
    padding: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .corporate_banner__corp--inner {
    transform: skewX(25deg);
  }
}
.corporate_banner__corp--list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__corp--list {
    flex-flow: row wrap;
  }
}
.corporate_banner__corp--list li {
  flex: 0 0 230px;
  margin-left: 15px;
  border-right: 5px solid #394c9b;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__corp--list li {
    flex: 0 0 48%;
    margin-left: 4%;
    border: 1px solid #394c9b;
  }
}
.corporate_banner__corp--list li:first-child {
  margin-left: 0;
}

.corporate_banner__corp--list li a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__corp--list li a {
    padding: 5px;
  }
}
.corporate_banner__corp--list li img {
  max-width: 100%;
}

.corporate_banner__catch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__catch {
    justify-content: center;
    padding-top: 5px;
    font-size: 13px;
  }
}
.corporate_banner__catch--cross {
  display: inline-block;
  transform: translateY(-3px);
  padding: 0 5px;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .corporate_banner__catch--cross {
    font-size: 20px;
  }
}
_:lang(x)::-ms-backdrop, .corporate_banner__corp {
  padding: 15px 0px 15px 25px;
}

_:lang(x)::-ms-backdrop, .corporate_banner__catch--cross {
  transform: translateY(0px);
}

_:-ms-lang(x)::backdrop, .corporate_banner__catch--cross {
  transform: translateY(0px);
}

/*# sourceMappingURL=kawasaki_common.css.map */
