@charset "utf-8";
.mv {
 width: 100%;
 background: #eee;
}
.mv .n2_clear {}
.mv div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
  padding: 2px 20px;
}
.mv div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
  cursor: default;
}
.slider {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
  width: 52px;
  height: 52px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-dots {
  position: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.slider .slick-prev {
  left: -40px;
}
.slider .slick-next {
  right: -40px;
}
.slider .slick-prev::before {
  content: "\f104" !important;
  font-family: 'FontAwesome';
  width: 51px;
  height: 51px;
  display: block;
  opacity: 1;
  color: #333;
  font-size: 50px;
}
.slider .slick-next::before {
  content: "\f105" !important;
  font-family: 'FontAwesome';
  width: 51px;
  height: 51px;
  display: block;
  opacity: 1;
  color: #333;
  font-size: 50px;
}
/*リード文*/
.sec01 .inner {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.sec01 .inner > div {
  text-align: left;
}
.sec01 .inner > div .lead_txt {
  font-size: 24px;
  color: #980e16;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec01 .inner > div .lead_txt2 {
  font-size: 24px;
  color: #000080;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec01 .inner > figure {
  margin-top: 150px;
  margin-right: 10px;
}
/*製品を探す*/
.tab-target {
  display: none;
}
.tab-target.current {
  display: block;
}
.tab {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.tab li {
  border: 1px solid #fff;
  width: 25%;
  background: #c8c8c8;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.tab li.current {
  border: 1px solid #b3b3b3;
  border-bottom: none;
  width: 25%;
  background: #fff;
  color: #505050;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.product ul {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.product ul:last-child {
  border-bottom: none;
}
.product ul li {
  width: 25%;
  border-bottom: 1px solid #848484;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product ul li:nth-child(4n) a {
  border-right: 1px solid #b3b3b3;
}
.product ul li:last-child a {
  border-right: 1px solid #b3b3b3;
}
.product ul li.bdnone {
  border-bottom: none;
}
.product ul li a {
  padding: 10px;
  display: block;
  transition: 0.5s ease;
  border-left: 1px solid #b3b3b3;
}
.product ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.product ul li img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.product ul li span {
  margin: 10px auto 0;
  display: block;
  font-weight: bold;
}
.new-product ul {
  margin: 3% auto 0;
  display: flex;
  flex-wrap: wrap;
}
.new-product li {
  width: 20%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.new-product li:nth-child(5n) a {
  border-right: 1px solid #b3b3b3;
}
.new-product li a {
  padding: 10px;
  display: block;
  transition: 0.5s ease;
  border-left: 1px solid #b3b3b3;
}
.new-product ul li img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.new-product ul li p {
  margin: 10px auto 0;
  display: block;
  text-align: justify;
  line-height: 1.5;
}
.new-product ul li .new {
  margin: 0 0 0 10px;
  padding: 0 5px;
  display: inline-block;
  background: #980e16;
  color: #fff;
}
/*ソリューション事例を見る*/
.actual_box {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}
.actual_box li {
  border: 1px solid #b3b3b3;
  padding: 5px;
  display: block;
  margin-right: 11px;
}
.actual_box li:nth-child(4) {
  margin-right: 0;
}
.actual_box li a {
  width: 307px;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transition: 0.5s ease;
  font-weight: bold;
}
.actual_box li:first-child a {
  background: url("../img/actual_img01.png") no-repeat top center;
}
.actual_box li:nth-child(2) a {
  background: url("../img/actual_img02.png") no-repeat top center;
}
.actual_box li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.actual_box li a .actual_ttl {
  font-size: 35px;
  margin-bottom: 20px;
}
.actual_box li a .actual_ttl span {
  font-size: 15px;
  display: block;
  letter-spacing: 1px;
}
/*サポート情報を見る*/
.support_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 20px;
}
.support_box li {
  width: 24%;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  border: 1px solid #b3b3b3;
}
.support_box li a {
  height: 5vw;
  border: 3px solid #fff;
  background: #ededed;
  display: flex;
  align-items: center;
  padding: 0 3%;
  transition: 0.5s ease;
  flex-basis: 100%;
}
.support_box li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.support_box li a figure {
  margin-right: 10px;
}
.support_box li a figure img {
  width: 40px;
}
.support_box li a .support_ttl {
  color: #000;
  text-align: left;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.2;
}
/*NEWS*/
.news_ttl {
  position: relative;
  margin: 40px auto 30px;
}
.news_ttl > p {
  position: absolute;
  top: 0;
  right: 0;
}
.news_ttl > p a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #980e16;
  font-size: 20px;
  padding-right: 10px;
  display: inline-block;
}
#news_info {
  padding: 0 20px 50px;
}
#news_info .news_tab_area.active {
  display: block;
}
#news_info .news_tab_area dl {
  border-bottom: 2px dotted#505050;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 20px;
}
#news_info .news_tab_area dl:last-child {
  border-bottom: none;
}
#news_info .news_tab_area dl dt {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  margin-right: 22px;
}
#news_info .news_tab_area dl dt .day {
  font-weight: bold;
  font-size: 16px;
  margin-right: 22px;
}
#news_info .news_tab_area dl .ico_new {
  padding: 0 5px 2px;
  color: #fff;
  background: #505050;
  font-size: 12px;
  min-width: 80px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}
#news_info .news_tab_area dl .ico_new2 {
  padding: 0 5px 2px;
  color: #fff;
  background: #E6003A;
  font-size: 12px;
  min-width: 80px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}
#news_info .news_tab_area dl .ico_new.icon02 {
  border: 1px solid #ed7e1b;
  color: #ed7e1b;
}
#news_info .news_tab_area dl .ico_new.icon03 {
  border: 1px solid #0ba143;
  color: #0ba143;
}
#news_info .news_tab_area dl .ico_new.icon04 {
  border: 1px solid #9355df;
  color: #9355df;
}
#news_info .news_tab_area dl dd {
  width: 83.529%;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}
#news_info .news_tab_area dl dd span, #news_info .news_tab_area dl dd a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
#news_info .news_tab_area dl dd a:hover {
  text-decoration: underline;
}
/*PICK UP*/
.sec05 {
  padding: 60px 0 40px;
  background: #f4f2ec;
  overflow: hidden;
}
.pickupslider {
  margin: 3% auto 8%;
}
.pickupslider > .slick-list li {
  border: 1px solid #b3b3b3;
  padding: 5px;
  position: relative;
  background: #fff;
  margin: 0 10px;
  max-width: 320px;
}
.pickupslider li span {
  margin: 15px 0;
  display: block;
  font-weight: bold;
}
.pickupslider li span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #980e16 transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.pickupslider li a {
  display: block;
  transition: 0.5s ease;
}
.pickupslider li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.slick-dots li, .slick-dots li button:before {
  border: none;
}
.pickupslider .slick-list {
  overflow: visible;
}
.pickupslider.slider {
  max-width: 300px;
  margin: 0 auto;
}
.slick-dots li {
  width: 62px;
  height: 4px;
  background: none;
}
.slick-dots li button {
  width: 62px;
  height: 4px;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  width: 62px;
  height: 4px;
  background: #b3b3b3;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background: #980e16;
}
.pickupslider .slick-prev, .pickupslider .slick-next {
  width: 51px;
  height: 51px;
}
.pickupslider .slick-prev {
  left: 0;
}
.pickupslider .slick-next {
  right: 0;
}
.pickupslider .slick-prev::before {
  background: url("../img/pickup_arrow01.png") no-repeat top center;
  width: 51px;
  height: 51px;
  display: block;
  content: "";
  opacity: 1;
}
.pickupslider .slick-next::before {
  background: url("../img/pickup_arrow02.png") no-repeat top center;
  width: 51px;
  height: 51px;
  display: block;
  content: "";
  opacity: 1;
}
@media only screen and (max-width: 1400px) {
  .slider .slick-prev {
    left: 0px;
  }
  .slider .slick-prev::before, .slider .slick-next::before {
    color: #fff;
  }
  .slider .slick-next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sec01 .inner > div {
    width: 100%;
    margin-right: 10px;
  }
  .mv div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    padding: 2px 15px;
  }
  section {
    margin-bottom: 20px;
  }
  .slick-prev, .slick-next {
    width: 20px;
  }
  .slider .slick-prev::before, .slider .slick-next::before {
    width: 20px;
    font-size: 42px;
  }
  .slick-dots {
    margin-top: 0;
  }
  .sec01 .inner {
    margin: 0 auto 40px;
  }
  .sec01 .inner > div {
    width: 100%;
    margin-right: 0;
  }
  .sec01 .inner {
    display: block;
  }
  .sec01 .inner > figure {
    margin: 30px 0;
  }
  .sec01 .inner > div .lead_txt {
    font-size: 20px;
  }
  .tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tab li {
    font-size: 14px;
  }
  .tab li, .tab li.current {
    width: 50%;
    padding: 10px 5px;
  }
  .tab li.current {
    border: 1px solid #b3b3b3;
  }
  .tab-target ul {
    flex-wrap: wrap;
  }
  .tab-target ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .tab-target ul li:nth-child(2n) a {
    border-right: 1px solid #b3b3b3;
  }
  .tab-target ul li.bdnone {
    border-bottom: 1px solid #b3b3b3;
  }
  .tab-target ul li:last-child {
    border-right: none;
  }
  .tab-target ul li span {
    font-size: 13px;
  }
  .actual_box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .actual_box li:last-child {
    margin-bottom: 0;
  }
  .actual_box li a {
    width: 100%;
    min-height: 308px;
    height: 100%;
  }
  .actual_box li:first-child a, .actual_box li:nth-child(2) a {
    background-size: cover;
  }
  .support_box li {
    width: 100%;
    margin-bottom: 10px;
  }
  .support_box li a .support_ttl {
    font-size: 15px;
  }
  .news_ttl > p {
    position: inherit;
    top: inherit;
    right: inherit;
    text-align: right;
  }
  .product ul li {
    width: 33.333333%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product ul li:nth-child(5n) a {
    border-right: none;
  }
  .product ul li:nth-child(3n) a {
    border-right: 1px solid #b3b3b3;
  }
  .product ul li img {
    height: 80px;
  }
  .product ul li span {
    font-size: 2.8vw;
  }
  .new-product li {
    width: 33.333333%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .new-product li:nth-child(5n) a {
    border-right: none;
  }
  .new-product li:nth-child(3n) a {
    border-right: 1px solid #b3b3b3;
  }
  .new-product ul li img {
    height: 80px;
  }
  .new-product ul li p {
    font-size: 2.8vw;
  }
  #news_info {
    width: 90%;
  }
  #news_info .news_tab_area dl {
    display: block;
  }
  #news_info .news_tab_area dl dt {
    justify-content: flex-start;
    margin-right: 0;
  }
  #news_info .news_tab_area dl dt .day {
    margin-right: 10px;
  }
  #news_info .news_tab_area dl dd {
    width: 100%;
  }
  .pickupslider {
    margin: 10px auto 0 !important;
    padding: 0 15px 20px;
  }
  .pickupslider .slick-list {
    padding: 0;
  }
  .pickupslider > .slick-list li {
    max-width: inherit;
  }
  .pickupslider .slick-prev, .pickupslider .slick-next {
    top: 40%;
  }
  .pickupslider .slick-dots {
    margin-top: 30px;
  }
  .pickupslider .slick-dots li {
    margin: 0 5px;
  }
  .pickupslider .slick-dots li, .pickupslider .slick-dots li button::before {
    width: 45px;
  }
  .sec04 .support_box {
    flex-wrap: wrap;
  }
  .sec04 .support_box li {
    width: 49%;
    margin-bottom: 10px;
  }
  .support_box li a {
    height: 20vw;
    padding: 0 0 0 3%;
  }
  .support_box li a figure {
    width: 20%;
    margin-right: 0;
  }
  .support_box li a figure img {
    width: 20px;
  }
  .support_box li a .support_ttl {
    font-size: 12px;
    line-height: 1.2;
  }
}
body.home .sec02 .tab-target:nth-of-type(n+2) a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
body.home .sec02 .tab-target:nth-of-type(n+2) a span {
  background-color: #F4F2ED;
  width: 85%;
  margin: auto;
  padding: 0.6em;
  line-height: 1.5em;
}
.tab-target ul li:last-child a {
  /*	border-right:none; */
}