@charset "UTF-8";

/* --------------------------------------------------

 company Block

-------------------------------------------------- */

#company-blc {
  background-color: #1d1d1f;
}

#company-blc .txt-desc {
  color: #fff;
}

#company-blc .ttl-heading {
  color: #fff;
}

#company-blc .list-3-col li figure>figcaption {
  color: #fff;
  font-size: 120%;
  max-width: 270px;
  margin: 1rem auto auto;
  text-align: left;
  box-sizing: border-box;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

@media screen and (max-width:480px) {
  #company-blc .list-3-col li figure>figcaption {
    max-width: 100%;
    text-align: center;
  }
}

/* --------------------------------------------------

 products-blc

-------------------------------------------------- */

#products-blc {
  background-image: url(../img/top/products_bg01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#products-blc .products-ul {
  display: flex;
  flex-wrap: wrap;
}

#products-blc .products-ul li {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  margin-top: 2rem;
}

#products-blc .products-ul li:nth-child(-n+2) {
  margin-top: 0;
}

#products-blc .products-ul li:nth-child(2n+2),
#products-blc .products-ul li:last-child {
  margin-right: 0;
}

#products-blc .products-ul li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  padding: 2rem 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in 0.3s;
}

#products-blc .products-ul li a .ttl {
  display: block;
  width: 100%;
  font-size: 120%;
  color: #fff;
  border: 1px solid #666666;
  padding: 1rem 1rem;
  box-sizing: border-box;
  text-align: center;
  transition: all ease-in 0.3s;
}

#products-blc .products-ul li a:hover .ttl {
  background-color: #fff;
  color: #1d1d1f;
}

@media screen and (max-width:1000px) {
  #products-blc .products-ul li a {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width:767px) {
  #products-blc .products-ul li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-top: 1rem;
  }

  #products-blc .products-ul li a .ttl {
    font-size: 2.5vw;
  }

  #products-blc .products-ul li a {
    height: 200px;
  }
}

@media screen and (max-width:640px) {
  #products-blc .products-ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 1rem;
  }

  #products-blc .products-ul li:nth-child(-n+2) {
    margin-top: 1rem;
  }

  #products-blc .products-ul li:first-child {
    margin-top: 0;
  }

  #products-blc .products-ul li a .ttl {
    font-size: 120%;
  }

  #products-blc .products-ul li a {
    padding: 2rem 2rem;
    height: 45vw;
  }
}

@media screen and (max-width:480px) {
  #products-blc .products-ul li a {
    padding: 2rem 1rem;
    height: 55vw;
  }
}

/* --------------------------------------------------

 news-blc

-------------------------------------------------- */

@media screen and (min-width:1001px) {
  #news-blc .list-3-col li a:hover .ttl {
    background-color: rgba(255, 255, 255, 0.8);
    color: #1d1d1f;
  }
}

#news-blc {
  background-color: #fff;
}

#news-blc .news-inner {
  display: flex;
}

#news-blc .news-inner .news-ttl-blc {
  width: 20%;
  padding-right: 4%;
  box-sizing: border-box;
}

#news-blc .news-inner .news-list {
  width: 80%;
}

#news-blc .news-inner .news-ttl-blc .ttl-heading {
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#news-blc .news-inner .news-ttl-blc .news-txt-desc {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#news-blc .news-inner .news-list dl:nth-child(-n+3) {
  display: flex;
}

#news-blc .news-inner .news-list dl {
  width: 100%;
  display: none;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

#news-blc .news-inner .news-list dl:first-child {
  padding-top: 0;
}

#news-blc .news-inner .news-list dl dt {
  width: 130px;
  color: #86868b;
  font-size: 90%;
}

#news-blc .news-inner .news-list dl dd {
  width: calc(100% - 130px);
  line-height: 1.5;
}

/* #news-blc .list-3-col----------------------- */

#news-blc .list-3-col li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  position: relative;
  padding: 4rem 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in 0.3s;
  box-shadow: 4px 0 40px rgba(179, 178, 177, 0.8);
}

#news-blc .list-3-col li a .ttl {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  font-weight: bold;
  transition: all ease-in 0.3s;
}

#news-blc .banner > a {
  transition: 300ms all ease-in-out;
}

#news-blc .banner > a:hover {
  opacity: .7;
}

#news-blc .banner > a .sp {
  display: none;
}

@media screen and (max-width:1000px) {
  #news-blc .list-3-col li a {
    padding: 3rem 1rem;
    height: 170px;
  }
}

@media screen and (max-width:767px) {
  #news-blc .list-3-col li {
    margin-top: 1rem;
  }

  #news-blc .list-3-col li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:640px) {
  #news-blc .news-inner .news-ttl-blc {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  #news-blc .news-inner {
    flex-wrap: wrap;
  }

  #news-blc .news-inner .news-ttl-blc .ttl-heading {
    text-align: center;
  }

  #news-blc .news-inner .news-list {
    width: 100%;
    margin-top: 2rem;
  }

  #news-blc .news-inner .news-list dl {
    flex-wrap: wrap;
  }

  #news-blc .news-inner .news-list dl dt {
    width: 100%;
  }

  #news-blc .news-inner .news-list dl dd {
    width: 100%;
  }

  #news-blc .list-3-col {
    flex-wrap: wrap;
  }

  #news-blc .list-3-col li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 1rem;
  }

  #news-blc .list-3-col li:nth-child(-n+2) {
    margin-top: 1rem;
  }

  #news-blc .list-3-col li:first-child {
    margin-top: 0;
  }

  #news-blc .list-3-col li a {
    padding: 10vw 10vw;
    height: 45vw;
  }
}

@media screen and (max-width:480px) {
  #news-blc .list-3-col li a {
    padding: 3rem 1rem;
    height: 55vw;
  } 
  
  #news-blc .banner > a .pc {
    display: none;
  }
}
