@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
  font-weight: 400;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/main_bg.jpg) left top;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: initial;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

.tb:not(.pc),
.sp{
  display: none!important;
}


/*******************************
*　ヘッダー
********************************/
.header {
  padding: 26px 0 25px;
}
.header .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .hdr_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gnav {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gnav .gnav_item {
  font-size: 15px;
  padding: 0 24px;
  line-height: 1.65;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.gnav .gnav_item:before{
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.gnav .gnav_item:first-child:before{
  width: 31px;
  height: 27px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/nav_i1.png) no-repeat center / contain;
}
.gnav .gnav_item:nth-child(2):before{
  width: 18px;
  height: 27px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/nav_i2.png) no-repeat center / contain;
}
.gnav .gnav_item:nth-child(3):before{
  width: 21px;
  height: 25px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/nav_i3.png) no-repeat center / contain;
}
.gnav .gnav_item:nth-child(4):before{
  width: 21px;
  height: 28px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/nav_i4.png) no-repeat center / contain;
}
.gnav .gnav_item:nth-child(5):before{
  width: 23px;
  height: 27px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/nav_i5.png) no-repeat center / contain;
}
.contact_link{
  width: 160px;
  font-size: 16px;
  padding: 5px;
  margin-left: 20px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/cmn_link_bg.png) no-repeat center / cover;
  color: #ffffff;
  text-shadow: 0px 0px 4.5px rgba(0, 0, 0, 0.58);  
  text-align: center;
  border-radius: 10px;
  display: block;
}
.contact_link p:before{
  margin-right: 10px;
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
}

@media only screen and (max-width: 1200px){
  .gnav .gnav_item {
    font-size: 14px;
    padding: 0 10px;
  }
  .contact_link {
    width: 140px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px){
  .header .container{
    position: relative;
  }
  .header .contact_link{
    position: absolute;
    right: 15px;
    top: 0;
  }
  .header .hdr_contact{
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .header .container{
    flex-wrap: wrap;
  }
  .gnav {
    margin: 0 -10px;
    justify-content: space-between;
  }
  .gnav .gnav_item {
    font-size: 15px;
  }
  
  .pc:not(.tb){
    display: none;
  }
  .tb:not(.pc){
    display: block!important;
  }
}

@media only screen and (max-width: 767px){
  .hdr_logo {
    width: 160px;
  }
  .header .container {
    justify-content: center;
  }
  .header .contact_link{
    display: none;
  }
  .header .hdr_contact {
    margin-top: 0;
  }

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 10;
    overflow-y: scroll;
    margin: 0;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    font-size: 15px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    justify-content: center;
  }
  .gnav .gnav_item br{
    display: none;
  }
  
  .tb:not(.sp){
    display: none!important;
  }
  .sp{
    display: block!important;
  }

}


/*******************************
*　フッター
********************************/
.footer {
  margin-top: 170px;
}
.footer .ftr1{
  padding: 35px 0 30px;
  text-align: center;
}
.footer .hdr_links {
  position: absolute;
  right: 15px;
  top: 50px;
}
.ftr1_ttl:before{
  width: 93px;
  height: 42px;
  margin: 0 auto;
  content: "";
  display: block;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/cmn_contact_i.png) no-repeat center / contain;
}
.ftr1_text{
  margin: 15px 0 30px;
}
.ftr1_text br{
  display: none;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.footer .ftr1 .flex{
  justify-content: center;
}
.ftr1_link {
  max-width: 475px;
  font-size: 18px;
  margin: 0 15px;
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
  background: #ffffff;
  border-radius: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ftr1_link p:before{
  font-size: 21px;
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-weight: 900;
}
.ftr1_link:first-child p:before{
  content: "\f10b";
}
.ftr1_link:nth-child(2) p:before{
  content: "\f0e0";
}

.ftr2 {
  padding: 80px 0 45px;
}
.ftr2 .container{
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.ftr_logo {
  margin-bottom: 20px;
  display: inline-block;
}
.ftr2 .gnav {
  margin: 0 -18px;
}
.ftr2 .contact_link{
  margin: 35px 0 0 auto;
}


.ftr_copy {
  padding: 5px 0;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 0 5px;
  background: #e5f3f3;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ccdede;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #a2bea8;
  color: #ffffff;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  color: #74624a;
  z-index: 10;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

@media only screen and (max-width: 1199px){  
  .ftr1_link {
    max-width: 425px;
  }
}
@media only screen and (max-width: 1023px){
  .ftr1_link {
    max-width: 305px;
  }
  
  .ftr2 .container {
    justify-content: center;
  }
  .ftr2_box1 {
    text-align: center;
  }
  .ftr2_box2 {
    width: 100%;
    margin-top: 30px;
  }
  
  .ftr2 .contact_link {
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 767px){
  .footer {    
    margin-top: 50px;
  }
  .ftr_logo {
    width: 180px;
    display: inline-block;
  }  
  .ftr1_text br{
    display: block;
  }
  .ftr1_link {
    font-size: 16px;
    margin: 0 10px;
    padding: 10px;
  }
  .ftr1_link + .ftr1_link{
    margin-top: 10px;
  }
  
  .ftr2 {
    padding: 40px 0 25px;
  }
  .ftr2_box2{
    display: none;
  }
  
  .footer_fix{
    display: flex;
  }
}


/*******************************
*　HOME
********************************/
.mv:before{
  padding-top: 45%;
}
.section{
  padding: 95px 0;
}

.pg_home .section.sec1{
  padding-bottom: 120px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_bg1.png) no-repeat center bottom;
}
.home_sec1_text {
  max-width: 720px;
  margin: 45px auto 0;
}
.link_1 {
  width: 285px;
  font-size: 18px;
  padding: 12px;
  display: block;
  margin: 75px auto 0;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_btn1.png) no-repeat center / cover;
  text-align: center;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.link_1:after{
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}


.pg_home .section.sec2{
  padding: 6px 0 50px;
}
.home_news_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_news_tt {
  width: 160px;
  height: 160px;
  padding-top: 20px;
  margin-bottom: -5px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_news_bg1.png) no-repeat center / contain;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home_news_border {
  width: calc(100% - 160px);
  padding-left: 35px;
  margin-top: 10px;
}

.news_list .webgene-item a{
  padding: 25px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid;
}
.news_list .webgene-item .date{
  width: 132px;
  letter-spacing: 0.05em;
  border-right: 1px solid;
  line-height: 1;
}
.news_list .webgene-item .title{
  width: calc(100% - 132px);
  font-size: 16px;
  padding-left: 42px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.link_2 {
  font-size: 15px;
  width: 255px;
  padding: 8px;
  margin: 35px auto 0;
  display: block;
  background: #ffffff;
  border: 1px solid #a6937c;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.link_2:after{
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);  
}
.pg_home .section.sec2 .link_2{  
  margin: 35px 0 0 auto;
}

.pg_home .section.sec3{
  padding: 78px 0 50px;
}
.tt1 {
  font-size: 38px;
  margin-bottom: 66px;
  text-align: center;
  font-weight: 700;
}
.tt1:before{
  content: "";
  display: block;
  width: 113px;
  height: 59px;
  margin: 0 auto 5px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/ttl_i1.png) no-repeat center / contain;
}

.products_list .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.products_list .webgene-item{
  display: flex;
}
.products_list .webgene-item:nth-child(4){
  display: none;
}
.products_list .webgene-item a{
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  position: relative;
}
.products_list .webgene-item a:before{
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
  border: 1px solid;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.products_list .webgene-item .bg{
  width: 100%;
  height: 100%;
  padding: 25px 35px;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
}
.products_list .webgene-item .bg:before,
.products_list .webgene-item .bg:after{
  content: "";
  width: 64px;
  height: 66px;
  position: absolute;
  z-index: 0;
}
.products_list .webgene-item .bg:before{
  left: -10px;
  top: -10px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/products_item_parts1.png) no-repeat center / contain;
}
.products_list .webgene-item .bg:after{
  right: -10px;
  bottom: -10px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/products_item_parts2.png) no-repeat center / contain;
}
.products_list .webgene-item .img{
  max-width: 250px;
  width: 100%;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1c0a5;
}
.products_list .webgene-item .category,
.products_detail .webgene-item .category{
  width: 110px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 500;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/products_category_bg.png) no-repeat center / cover;
  border-radius: 10px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.products_list .webgene-item .title {
  font-size: 18px;
  min-height: 70px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.products_list .webgene-item .readmore {
  font-size: 14px;
  position: absolute;
  right: 7px;
  bottom: 4px;
  letter-spacing: 0.05em;
  z-index: 5;
}
.products_list .webgene-item .readmore:after{
  padding-left: 12px;
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight: 900;
}
.pg_home .section.sec3 .link_2{  
  margin: 90px auto 0;
}
.home_recruit_link {
  max-width: 1106px;
  height: 362px;
  padding-bottom: 20px;
  display: flex;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_recruit_bg.png) no-repeat center / contain;
  align-items: center;
  justify-content: center;
}
.home_recruit_tt {
  width: 300px;
  padding: 0 0 20px 30px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  position: relative;
}
.home_recruit_tt:before{
  content: "";
  width: 100px;
  height: 48px;
  margin: 22px 0 -17px -30px;
  display: block;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_recruit_tt_l.png) no-repeat center / contain;
}
.home_recruit_tt:after{
  content: "";
  width: 87px;
  height: 60px;
  display: block;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/home_recruit_tt_r.png) no-repeat center / contain;
  position: absolute;
  right: 3px;
  top: 5px;
}
.pg_home .section.sec4{
  padding-bottom: 25px;
}


@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 1023px){
  .home_recruit_link {
    height: 222px;
    margin-top: 20px;
  }
  .products_list .webgene-item .bg {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px){
  body{
    font-size: 14px;
    padding-bottom: 57px;
  }
  .section {
    padding: 35px 0;
  }
  .tb:not(.sp){
    display: none!important;
  }  
  .sp{
    display: block!important;
  }
  
  .pg_home .section.sec1 {
    padding-bottom: 60px;
    background-size: 500px auto;
  }
  .pg_home .section.sec1 .text-center{
    max-width: 386px;
    margin: 0 auto;
  }
  .home_sec1_text {
    margin: 25px auto 0;
  }
  .link_1 {
    font-size: 16px;
    margin: 45px auto 0;
  }
  .home_news_border{
    display: none;
  }
  .home_news_ttl {
    justify-content: center;
  }
  .home_news_tt {
    padding-top: 0;
    justify-content: center;
  }
  .news_list .webgene-item a {
    padding: 20px 10px;
  }
  .news_list .webgene-item .date {
    width: 92px;
    border-right: 0;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news_list .webgene-item .title {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
  }
  .pg_home .section.sec2 .link_2 {
    margin: 35px auto 0;
  }
  .pg_home .section.sec3 {
    padding: 48px 0 20px;
  }
  .tt1 {
    font-size: 24px;
    margin-bottom: 46px;
  }
  .products_list .webgene-blog {
    margin: 0 -5px;
  }
  .products_list .webgene-item{
    padding: 0 5px;
  }
  .products_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }  
  .products_list .webgene-item:nth-child(4){
    display: block;
  }
  .products_list .webgene-item a {
    width: calc(100% - 10px);
  }
  .products_list .webgene-item .bg {
    padding: 25px 10px;
  }
  .products_list .webgene-item .img {
    max-width: 250px;
    width: 80%;
    margin: 0 auto 12px;
  }
  .products_list .webgene-item .category,
  .products_detail .webgene-item .category{
    width: 100px;
    margin: 0 auto 15px;
  }
  .products_list .webgene-item .title {
    font-size: 15px;
    min-height: 50px;
  }
  .products_list .webgene-item .readmore {
    font-size: 12px;
  }
  .products_list .webgene-item .bg:before, 
  .products_list .webgene-item .bg:after {
    width: 44px;
    height: 46px;
  }
  .products_list .webgene-item .bg:before {
    left: -8px;
    top: -8px;
  }
  .products_list .webgene-item .bg:after {
    right: -8px;
    bottom: -8px;
  }
  .pg_home .section.sec3 .link_2 {
    margin: 50px auto 0;
  }
  .home_recruit_tt {
    width: 180px;
    padding: 0 0 20px 20px;
  }
  .home_recruit_tt:before {
    width: 70px;
    height: 38px;
  }
  .home_recruit_tt:after {
    width: 57px;
    height: 40px;
  }
  .home_recruit_link {
    height: 30vw;
  }
}

/*******************************
*　こだわり
********************************/
.pg_header {
  margin-bottom: 5px;
}
.pg_header_img:before{
  padding-top: 19%;
}
.pg_header_bg {
  padding: 38px 0;
}
.tt2{
  margin-bottom: 120px;
  padding-left: 18px;
}
.tt2 br{
  display: none;
}
.tt2:before{
  width: 196px;
  height: 89px;
  margin: 0 auto 5px;
  content: "";
  display: block;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/tt1_i_2.png) no-repeat center / contain;
}

.commit_point_img{
  max-width: 395px;
}
.commit_point_img:after{
  width: calc(100% + 20px);
  height: calc(100% + 40px);
  content: "";
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/commitment_img_acce1.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: -30px;
}
.commit_point_img.no2{
  margin-left: auto;
}
.commit_point_img.no2:after{
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/commitment_img_acce2.png) no-repeat center / contain;
}
.commit_point_img.no3:after{
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/commitment_img_acce3.png) no-repeat center / contain;
}
.commit_point_img:before{
  padding-top: 97.5%;
}
.commit_ttl {
  padding-bottom: 15px;
  margin: 15px 0 40px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/commitment_ttl_bg.png) no-repeat center bottom;
}
.commit_ttl br{
  display: none;
}
.pg_commitment .section {
  padding: 95px 0 10px;
}
.commit_text_last {
  margin-top: 125px;
}
.pg_commitment .section.sec2 .commit_txt {
  max-width: 595px;
}

@media only screen and (max-width: 1023px){
  .commit_ttl br{
    display: block;
  }
  .commit_ttl {
    margin: 10px 0 20px;
  }
  
}
@media only screen and (max-width: 767px){
  .pg_header_img:before {
    padding-top: 30%;
  }
  .pg_header_bg {
    padding: 25px 0;
  }
  
  .pg_commitment .section {
    padding: 55px 0 10px;
  }  
  .tt2 {
    margin-bottom: 60px;
    padding-left: 5px;
  }
  .tt2 br{
    display: block;
  }
  .tt2:before {
    width: 116px;
    height: 49px;
  }
  .pg_commitment .section {
    padding: 55px 0 10px;
  }
  .commit_point .row > .col-md-7{
    order: 2;
  }
  .commit_point .row > .col-md-5{
    order: 1;
  }
  .commit_text_last {
    margin-top: 45px;
  }
  .commit_point_img{
    width: 90%;
    margin: 0 auto;
  }
}


/*******************************
*　取扱商品
********************************/
.pg_products .section.sec1{
  padding-bottom: 30px;
}
.pg_products .products_list .webgene-item:nth-child(4){
  display: block;
}
.pg_products .products_list .webgene-item:nth-child(n+4){
  margin-top: 70px;
}

/* ページ送り */
.webgene-pagination {
  width: 100%;
  margin: 110px 0 0;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  background: #e5e5e5;
  border-color: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* 詳細 */
.pg_products.single{
  padding-top: 45px;
}
.products_detail .webgene-item-info {
  padding: 17px 25px 22px;
  margin-bottom: 38px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/products_ttl_bg2.png) no-repeat center 93%, 
    url(https://kanemori-seika.co.jp/system_panel/uploads/images/products_ttl_bg1.jpg) left top;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.products_detail .webgene-item .category{
  margin: 0 20px 0 0;
}
.products_detail .webgene-item .title{
  font-size: 18px;
  font-weight: 500;
}
.products_detail .post_content .thumb{
  margin-bottom: 30px;
}
.products_detail .link_2{
  margin-top: 115px;
}

@media only screen and (max-width: 1199px){
  .products_detail .webgene-item-info{
    background-size: 94% auto, auto;
  }
}

@media only screen and (max-width: 767px){
  
  .pg_products .products_list .webgene-item:nth-child(n+3){
    margin-top: 40px;
  }
  .webgene-pagination {
    margin: 60px 0 0;
  }
  
  .pg_products.single {
    padding-top: 15px;
  }
  .products_detail .webgene-item-info {
    padding: 10px 15px 15px;
    margin-bottom: 28px;
  }
  .products_detail .post_content .thumb {
    margin-bottom: 20px;
  }
  .products_detail .link_2 {
    margin-top: 55px;
  }
  .products_detail .webgene-item .title {
    font-size: 16px;
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .products_detail .webgene-item .category {
    width: 80px;
    margin: 0;
  }
}


/*******************************
*　会社概要
********************************/
.pg_company .section.sec1{
  padding-bottom: 80px;
}
.company_tbl {
  width: 100%;
  border-top: 1px solid #89c997;
  border-right: 1px solid #89c997;
  display: table;
}
.company_tr{
  display: table-row;
}
.company_th,
.company_td{
  padding: 19px 15px 20px 30px;
  border-left: 1px solid #89c997;
  border-bottom: 1px solid #89c997;
  display: table-cell;
  background: #ffffff;
  vertical-align: middle;
}
.company_th{
  width: 349px;
  padding-left: 65px;
  background: #f1f7e2;
}

.pg_company .section.sec2 {
  padding: 0 0 20px;
}
.company_map iframe{
  width: 100%;
  height: 450px;
  border: 5px solid #c0e4c8;
}


@media only screen and (max-width: 1023px){
  .company_th {
    width: 229px;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 767px){
  .company_tr,
  .company_th,
  .company_td{
    width: 100%;
    display: block;
  }
  .company_th{
    padding: 10px;
  }
  .company_td{
    padding: 15px 10px;
  }
  .pg_company .section.sec1 {
    padding-bottom: 50px;
  }
  .company_map iframe {
    height: 350px;
  }
}

/*******************************
*　採用情報
********************************/
.recruit_sec1_large {
  margin: 40px 0 30px;
}
.recruit_sec1_large br{
  display: none;
}
.link_3 {
  max-width: 410px;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  display: block;
  margin: 70px auto 0;
  text-align: center;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #a6937c;
  position: relative;
}
.link_3:after{
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.pg_recruit .section{
  padding: 50px 0;
}
.pg_recruit .section.sec1{
  padding-top: 90px;
}
.recruit_tt {
  margin-bottom: 45px;
}
.recruit_tt:before,
.recruit_tt:after{
  content: "";
  width: 65px;
  height: 59px;
  display: inline-block;
  vertical-align: middle;
}
.recruit_tt:before{
  margin-right: 15px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/recruit_shine_l.png) no-repeat center / contain;
}
.recruit_tt:after{
  margin-left: 15px;
  background: url(https://kanemori-seika.co.jp/system_panel/uploads/images/recruit_shine_r.png) no-repeat center / contain;
}

.recruit_working {
  text-align: center;
}
.recruit_working .row > div:nth-child(n+4){
  margin-top: 50px;
}
.recruit_working_text{
  margin-top: 15px;
}

.recruit_interview .row > .col-md-8{
  display: flex;
}
.recruit_interview_item + .recruit_interview_item{
  margin-top: 80px;
}
.recruit_interview_img {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px dashed #cce198;
}
.recruit_interview_img .img_fit {
  background: #eeeeee;
  border-radius: 50%;
  overflow: hidden;
}
.recruit_interview_txt {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1c0a5;
  background: #ffffff;
  border-radius: 10px;
}
.recruit_interview_ttl {
  padding: 8px 12px 12px;
  margin-bottom: 15px;
  border-bottom: 2px solid;
}
.recruit_interview_text{
  padding: 0 12px;
}
.pg_recruit .section.sec3{
  padding-bottom: 30px;
}
.pg_recruit .section.sec3 .link_3{
  margin-top: 80px;
}

@media only screen and (max-width: 767px){
  .pg_recruit .section.sec1 {
    padding-top: 50px;
  }
  .recruit_sec1_large {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .recruit_sec1_large br{
    display: block;
  }
  .link_3 {
    font-size: 16px;
    margin: 30px auto 0;
  }
  .pg_recruit .section {
    padding: 30px 0;
  }
  .recruit_tt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .recruit_tt:before, .recruit_tt:after {
    width: 35px;
    height: 32px;
  }
  .recruit_tt:before {
    margin-right: 10px;
  }
  .recruit_tt:after {
    margin-left: 10px;
  }
  .recruit_working .row > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .recruit_interview_img {
    width: 70%;
    margin: 0 auto 15px;
  }
  .recruit_interview_item + .recruit_interview_item {
    margin-top: 50px;
  }
  .recruit_interview_item .row > .col-md-4{
    order: 1;
  }
  .recruit_interview_item .row > .col-md-8{
    order: 2;
  }
  .recruit_interview_ttl {
    padding: 8px 10px 12px;
  }
  .recruit_interview_text {
    padding: 0 10px;
  }
  .pg_recruit .section.sec3 .link_3 {
    margin-top: 50px;
  }
}

/*******************************
*　募集要項
********************************/
.pg_essentials .section.sec1 {
  padding: 112px 0 30px;
}
.pg_essentials .link_2{
  margin-top: 80px;
}

@media only screen and (max-width: 767px){
  .pg_essentials .section.sec1 {
    padding: 52px 0 20px;
  }
  .pg_essentials .link_2{
    margin-top: 40px;
  }
}

/*******************************
*　新着情報
********************************/
.pg_news .section.sec1 {
  padding: 85px 0 30px;
}
.pg_news .news_list .webgene-item .date{
  border-right: 0;
  letter-spacing: 0;
}
.pg_news .news_list .webgene-item .date,
.pg_news .news_list .webgene-item .title{
  font-weight: 300;
}
.pg_news .news_list .webgene-item a {
  padding: 26px 1px 19px;
  border-bottom: 1px dotted;
}
.pg_news .news_list .webgene-item .title {
  padding-left: 24px;
}
.pg_news .webgene-pagination {
  margin: 115px 0 0;
}


/* 詳細 */
.pg_news.single .section.sec1 {
  padding: 110px 0 30px;
}
.news_detail{
  background: #ffffff;
}
.news_detail .title {
  margin: 0 0 22px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.584;
  letter-spacing: 0.065em;
}
.news_detail .webgene-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.065em;
  padding-top: 22px;
}
.news_detail .date {
  font-size: 15px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news_detail .webgene-item {
  padding: 30px 35px 25px;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 14px solid #cce198;
}
.news_detail .post_content {
  letter-spacing: 0.1em;
}
.news_detail .thumb {
  margin-bottom: 20px;
}
.news_detail .category {  
  width: auto;
  font-size: 14px;
  margin-left: 18px;
  padding: 0 22px;
  background: #a40000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.news_link {
  max-width: 333px;
  padding: 10px;
  margin: 55px auto 0;
  display: block;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d1c0a5;
  border-radius: 10px;
  font-weight: 700;
}

@media only screen and (max-width: 767px){
  .pg_news .section.sec1 {
    padding: 35px 0 10px;
  }
  .pg_news .news_list .webgene-item a {
    padding: 15px 1px 10px;
  }
  .pg_news .news_list .webgene-item .date{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pg_news .news_list .webgene-item .title {
    padding-left: 0;
  }
  .pg_news .webgene-pagination {
    margin: 65px 0 0;
  }
  
  .pg_news.single .section.sec1 {
    padding: 50px 0 20px;
  }
  .news_detail .webgene-item {
    padding: 20px 15px 15px;
  }
  .news_detail .title {
    font-size: 16px;
  }
  .news_link {
    margin: 35px auto 0;
  }
}


/*******************************
*　お問い合わせ
********************************/
.contact_tt {
  margin-bottom: 30px;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #dae5f0;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  margin-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #d1c0a5;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.15em;
}
.radioArea .d-inline-block{
  margin-right: 33px;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 90px 0 0;
}

/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #004991;
}
.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }
}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formWrap .text-center {
    margin-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }
  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }
  
  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 50px 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }
  
  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    display: block;
    letter-spacing: -0.08em;
  }
}