﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@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; }
}

#main_visual{
position: relative;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 1.0);
}

#main_visual img#img_main{
position: absolute;
top: 0;
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.sliderArea:before{
  content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
    pointer-events: none;
    z-index: 10;
}


.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;
}

.sliderArea {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 600px;
}


@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 5s 0s forwards;
}

.products_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    font-weight: bold;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card { overflow: hidden; } /* IE11 */
}


#img_greeting, #img_profile{
  border-radius: 50%;
    width: 80%;
    height: auto;
    padding: 5px;
    margin: 10px 10% 0px;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 1.5vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #ef0000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0000', endColorstr='#0047C2',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
  font-weight: 600;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0047C2;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0047C2;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #0047C2;
  margin-bottom: 0.5vh;
}

.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 #0047C2;
  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: #0047C2;
    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: #0047C2;
    border-radius: 4px;
    color: #fff !important;
    line-height: 28px;
    transition: none;
    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;
}

.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 !important;
    object-fit: contain !important;
}

.eachStrongPoint {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.eachStrongPoint#eachStrongPoint1{
    background-image: url(/img/index/bg_button/1.jpg);
}
.eachStrongPoint#eachStrongPoint2{
    background-image: url(/img/index/bg_button/2.jpg);
}
.eachStrongPoint#eachStrongPoint3{
    background-image: url(/img/index/bg_button/3.jpg);
}

#strongPoint a:hover{
    opacity: 0.8;
}

#links_wrap div{
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 5px 10px;
    height: 100px;
}

#categoryProducts.bnArea a {
  background: #ef0000;
}
#categoryProducts.bnArea a div:first-child {
    z-index: 2;
    line-height: 18px;
    display: flex;
    flex-flow: column;
    justify-content:space-between;
    padding: 10px 20px;
    align-items: initial;
}
#categoryProducts.bnArea a div h3,#categoryProducts.bnArea a div p,#categoryProducts.bnArea a div div{
  width: 100%;
  z-index: 100;
  max-width: 220px;
}
#categoryProducts.bnArea a{
    color: white;
    padding: 0px;
    display: block;
}
#categoryProducts.bnArea a p{
    padding: 0px;
    font-size: 12px;
}
#categoryProducts.bnArea a span{
    font-family: "Oswald", sans-serif;
    display: block;
    width: 100%;
    z-index: 100;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline dotted;
    position: absolute;
    bottom: 30px;
}

#categoryProducts a img{
      border: none;
    vertical-align: bottom;
    width: 260px;
    position: absolute;
    top: 0px;
    right: -0px;
    height: 100%;
    object-fit: contain;
    background: white;
    max-width: inherit;
}

#tableSpecification td{
  
}


.column p{
}

.qaArea dl {
    position: relative;
    margin: 0px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qaArea dl:first-child {
  margin-top: 0;
}
.qaArea dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qaArea .open::after {
    transform: rotate(-45deg);
}
.qaArea dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #EEE;
}
.qaArea dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #0047C2;
}
.qaArea dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #EB2e7E;
}
.qaArea dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: white;
}
.qaArea dl dd p {
}
.qaArea dl dd p:first-child{
    margin-top: 0;
}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (max-width: 768px) {

  .flow > li dl::after {
      width: 20px;
  }
  .flow > li dl {
      padding-left: 33px;
  }

  #main_visual img#img_main {
    position: absolute;
    top: 0;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  #catchcopy{
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        z-index: 20;
        color: white;
        background: black;
        background: rgba(0, 0, 0, 0.5);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        padding: 10px 10px;
        min-width: 70vw;
  }
  #logomark_white{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0.5;
    width: 35vw;
  }

  .wrap_slider {
      margin-bottom: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      height: 350px;
      color: #4c4225;
  }
  #main_visual {
    position: relative;
    height: 350px;
    width: 100%;
  }


  #main_visual .slick-slide img{
      display: block;
      width: 100%;
      height: 350px;
  }

  .products_card{
    grid-template-columns: 1fr 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;
  }
  #strongPoint {
      display: grid;
      grid-template-columns: 1fr;
      padding: 0;
  }
  .eachStrongPoint {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 200px;
      overflow: hidden;
      position: relative;
  }


  .eachStrongPoint .leadArea {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .eachStrongPoint .leadArea .numberWrap {
    box-sizing: border-box;
    display: block;
    max-width: 200px;
    min-width: 200px;
    text-align: center;
    width: 30%;
    color: #fff;
  }

  .eachStrongPoint .leadArea .number {
    color: #bbb;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: normal;
  }

  #links_wrap.pc_three_column{
    grid-template-columns: 1fr 1fr;
  }

  #categoryProducts.bnArea{
        grid-template-columns: 1fr;
            grid-gap: 10px;
            padding: 0;
  }
  #categoryProducts a img {
    width: 44vw;
    position: absolute;
    top: 0px;
    right: -0px;
  }
  #categoryProducts.bnArea a div h3{
    font-size: 16px;
    margin-top: 0;
  }
  #categoryProducts.bnArea a div p{
    font-size: 11px;
    line-height:  14px;
  }
  #categoryProducts.bnArea a div h3, #categoryProducts.bnArea a div p, #categoryProducts.bnArea a div div {
      width: 100%;
      max-width: 46vw;
  }
  #categoryProducts.bnArea a span{
    bottom: 15px;
    boder-bottom: 1px dotted #fff;
  }

  #tableSpecification th{
    width: 100px;
  }


}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/


/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {

  #gps_pc{
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }

  #catchcopy{
        position: absolute;
        width: 50vw;
        z-index: 20;
        font-size: 36px;
        color: white;
        font-weight: bold;
        text-align: center;
        background: black;
        background: rgba(0, 0, 0, 0.5);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
  }
  #logomark_white{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0.5;
  }

  .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;
  }

  #strongPoint {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }

  .eachStrongPoint .leadArea {
      align-items: center;
      display: flex;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      bottom: 0;
      justify-content: center;
      width: 100%;
      height: 350px;
      padding: 20px 0;
      position: absolute;
      width: 100%;
  }

  .eachStrongPoint .leadArea .numberWrap {
      box-sizing: border-box;
      display: block;
      max-width: 200px;
      min-width: 200px;
      text-align: center;
      width: 20%;
      margin: 0 auto;
      color: white;
  }
  .eachStrongPoint .leadArea .number {
    color: #bbb;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: normal;
  }
  #links_wrap.pc_three_column{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #categoryProducts.bnArea{
        grid-template-columns: 1fr 1fr;
            grid-gap: 20px;
  }



  #categoryProducts a{
    height: 240px;
  }

}

/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/

