@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 {
  color: #313131;
}

a {
  color: #313131;
}

p {
  margin: 20px 0;
}

#main {
  min-height: 810px;
}
@media screen and (max-width: 767px) {
  #main {
    min-height: 0;
  }
}

.pankuzu_area {
  margin-bottom: 50px;
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .pankuzu_area {
    margin-bottom: 25px;
  }
}

ul.pankuzu {
  display: flex;
  flex-flow: row wrap;
  padding: 5px 20px;
  margin: 0 auto;
  list-style: none;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  ul.pankuzu {
    padding: 5px 10px;
  }
}
ul.pankuzu li {
  margin-left: 2px;
  font-size: 12px;
  color: #636363;
}
ul.pankuzu li:before {
  content: "／";
  padding-right: 2px;
}
ul.pankuzu li.home {
  margin-left: 0px;
}
ul.pankuzu li.home:before {
  display: none;
}
ul.pankuzu li a {
  color: #636363;
  text-decoration: none;
}

.kv {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../media/images/common/main_lower.jpg");
}
.kv.company {
  background-image: url("../media/images/company/main_company.jpg");
}
.kv.recruit {
  background-image: url("../media/images/recruit/main_recruit.jpg");
}
.kv.list {
  background-image: url("../media/images/list/main_list.jpg");
}
.kv h1 {
  margin: 0;
  padding: 80px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv h1 {
    padding: 20px 0;
    font-size: 20px;
  }
}
.kv h1 span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .kv h1 span {
    font-size: 12px;
  }
}

/*****
* 画像
******/
.img.img-center {
  text-align: center;
}

/******
* table
*******/
table.green {
  margin: 0 auto 60px;
  border: 1px solid #d2eae3;
  width: 800px;
}
@media screen and (max-width: 767px) {
  table.green {
    display: block;
    width: 100%;
  }
  table.green tbody, table.green tr, table.green th, table.green td {
    display: block;
  }
}
table.green tr:first-child th, table.green tr:first-child td {
  border-top: none;
}
table.green th, table.green td {
  font-size: 14px;
}
table.green th {
  background-color: #1d9474;
  border-top: 1px solid #d2eae3;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 120px;
}
@media screen and (max-width: 767px) {
  table.green th {
    padding: 10px;
    border: none;
    width: 100%;
  }
}
table.green td {
  padding: 15px 25px;
  border-top: 1px solid #d2eae3;
  line-height: 1.8;
  color: #707070;
}
@media screen and (max-width: 767px) {
  table.green td {
    padding: 10px;
    border: none;
  }
}

.button {
  margin: 40px 0 80px;
  text-align: center;
}
.button a {
  display: inline-block;
  min-width: 230px;
  border-radius: 3px;
  background-color: #1d9474;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 15.5px 24px 15.5px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button a {
    font-size: 15px;
    padding: 14px 20px 14px 14px;
  }
}
.button a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .button a::after {
    right: 9px;
    margin-top: -9px;
  }
}
.button a:hover {
  background-color: #21a985;
}

/*******
* 画像リスト
**/
.figure {
  margin: 30px 0;
  text-align: center;
}
.figure .caption {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .figure .caption {
    text-align: center;
  }
}

ul.images {
  margin: 40px 0;
  padding: 0;
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.images {
    display: block;
    margin: 20px 0;
  }
}
ul.images.row-2 > li {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  ul.images.row-2 > li {
    display: block;
    width: 100%;
  }
}
ul.images.row-3 > li {
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  ul.images.row-3 > li {
    max-width: none;
    display: block;
    width: 100%;
  }
}
ul.images > li {
  list-style-type: none;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  ul.images > li {
    padding: 0;
    margin-bottom: 20px;
  }
}
ul.images > li a {
  display: block;
}
ul.images > li a:hover {
  opacity: 0.8;
}
ul.images > li .img {
  text-align: center;
}
ul.images > li > .caption {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

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