﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";

/*----------------------------------------------------------
   各ページ個別
-----------------------------------------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



.serviceGrid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.flex.modelCase{
  align-items: flex-start;
}

.icon_wrap {
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
  max-width: 670px;
}

.icon_wrap img{
  margin: 10px;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.products_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    font-weight: bold;
}

.products_card.series{
    grid-template-columns: 1fr 1fr;
}

.products_card.series .two_column {
    grid-gap: 10px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card { overflow: hidden; } /* IE11 */
}

.products_card a{
  border-radius: 3px;    /* CSS3草案 */
  -webkit-border-radius: 3px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  box-shadow:0px 0px 1px 0px #898da5;
  background: white;
  border-bottom: 5px solid #0264AD;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card a { float: left; width: 230px; min-height: 320px; margin: 5px; } /* IE11 */
}

.products_card img{
  width: 100%;
  height: 175px;
  margin: 5px auto 0;
  object-fit: contain; /* この一行を追加するだけ！ */
  font-family: 'object-fit: contain;'; /*IE対策*/
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

.products_card h2 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    min-height: 65px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    background: white;
    color: #0264AD;
    font-weight: bold;
    border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
}
.products_card h2 span{
  font-size: 10px;
  line-height: 12px;
  color: #333;
}
.products_card h2 span.products_genre{
  font-weight: bold;
}
.products_card h2 span.products_abstract{
    font-weight: normal;
}

.products_card .button{
  margin: 4px auto 16px;
  display: block;
  width: 80%;
  padding: 8px 0 6px;
  font-size: 12px;
}


.bar_category,.bar_subcategory{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    position: relative;
    top: -1px;
    background-color: #0264AD;
    border-radius: 4px;
    color: #fff !important;
    line-height: 28px;
    transition: none;
    box-shadow: 0 7px 0 #024490;
    text-shadow: 1px 1px 1px #024490;
    font-weight: bold;
    box-sizing: border-box;
    transition: all .2s;
    border: none;
    font-size: 15px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}
.category.off .bar_category, .subcategory.off .bar_subcategory{
    background-color: #eee !important;
    color: #222 !important;
    box-shadow: 0 7px 0 #bbb;
    text-shadow: 1px 1px 1px #999;
}

.category.on{
}

.category.on .bar_category:after, .subcategory.on .bar_subcategory:after{
      content: '\f103';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
  padding-right: 4px;
  right: 0;
}
.category.off .bar_category:after, .subcategory.off .bar_subcategory:after{
      content: '\f102';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
  padding-right: 4px;
  right: 0;
}

.body_category, .body_subcategory{
    display: none;
    padding: 40px 8px;
}

.topicsArea{
    display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
    /* min-height: 150px; */
    margin-bottom: 0;
}
.topicsArea ul{
}
.topicsArea ul li{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    margin-bottom: 8px;
}
.topicsArea ul li div:first-child{
  margin-right: 10px;
    color: #555;
  min-width:120px;
}
.topicsArea ul li div:first-child:before{
    content: '\f017';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
}
/*
.topicsArea ul li div:last-child:before{
    content: '\f105';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    color: #0086E4;
    margin-right: 5px;
}*/

.specification{
  background: white;
}

.table_service td{
text-align: center;
font-size: 12px;
}

.table_service img{
  height: 100px;
  width: auto;
}

a[data-lightbox]:hover { cursor: zoom-in; }

.eyecatch{
  margin-bottom: 20px;
  text-align: center;
  background: white;
}

.specification table{
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  background: white;
  width: 100%;
  font-size: 11px;
}
.specification table tr{
  border-top: 1px solid #ddd;
}
.specification table th, .specification table td{
  vertical-align: middle;
  padding: 0 15px;
}
.specification table th{
  text-align: left;
  font-weight: normal;
  background: #eee;
  color: #222;
}

.specification table td i{
  color: #222;
}
.specification table td svg path{
  fill: #222;
}
.specification img{
  max-width: 240px;
  max-height: 180px;
}

img.aligncenter{
  display: block;
  margin: 10px auto;
}

.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}

.productsSliderArea img{
    max-height: 300px;
    object-fit: contain;
}

/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

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

  #catchcopy{
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    width: 80vw;
  }


  .wrap_slider {
      margin-bottom: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      height: 200px;
      color: #4c4225;
  }



  #main_visual .slick-slide img{
      display: block;
      width: 100%;
      height: 200px;
  }

  .products_card{
    grid-template-columns: 1fr 1fr;
  }
  .products_card.series {
      grid-template-columns: 1fr;
  }
  .entry-content img{
    max-width: 100%;
    height: auto;
  }

  .sp_w100{
    width: 100px;
  }
  .sp_w150{
    width: 150px;
  }
  .sp_w200{
    width: 200px;
  }

  #gps_pc{
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }

}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/


/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {

  #gps_pc{
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }

  #catchcopy{
    position: absolute;
    bottom: 100px;
    right: 50px;
    z-index: 10;
  }

  .wrap_slider {
      margin-bottom: 40px;
      padding-bottom: 20px;
      width: 100%;
      color: #4c4225;
  }

  .flex2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .flex2 #left_column{
    width: 65%;
  }
  .flex2 #right_column{
    width:33%;
    margin-left: 2%;
  }

  .pc_bottom{
    display: flex;
    align-items: center;
  }

  .pc_two_column.recruit_column {
     grid-template-columns: 2fr 1fr;
  }
  .pc_two_column.recruit_column > div img {
      height: 100%;
  }

}

/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/

