@charset "UTF-8";

/*
# =================================================================
# 製品紹介
# =================================================================*/
/* 共通 */
#engineering {
  background: url(../../../img/common/mvBg5.png) no-repeat center bottom 500px / 1920px;
}
#engineering.products {
  padding: 0;
}

/* mv */
#engineering.products .mv2 {
  background: url(../img/mvBg1.jpg) no-repeat center center / cover;
}

/* mainTxt */
#engineering.products .mainTxt {
  margin: 0 0 70px 0;
  text-align: center;
}
#engineering.products .mainTxt p {
  font-weight: bold;
}
#engineering.products .mainTxt p:nth-of-type(1) {
  margin: 0 0 10px 0;
}
#engineering.products .mainTxt ul {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#engineering.products .mainTxt ul li {
  padding: 0 13px;
  border-right: 1px solid #606367;
  line-height: 1;
}
#engineering.products .mainTxt ul li:nth-last-of-type(1) {
  border-right: none;
}
#engineering.products .mainTxt ul li a {
  color: #606367;
  text-decoration: underline;
}

/* listProduct */
#engineering.products .listProduct {
  padding: 0 0 20px 0;
}
#engineering.products .listProduct .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#engineering.products .listProduct .inner ul li {
  width: 47%;
  margin: 0 0 120px 0;
  display: flex;
  flex-direction: column;
}
#engineering.products .listProduct .inner ul li:nth-last-of-type(1),
#engineering.products .listProduct .inner ul li:nth-last-of-type(2) {
  margin: 0;
}
#engineering.products .listProduct .inner ul li img {
  width: 100%;
  margin: 0 0 30px 0;
  display: block;
}
#engineering.products .listProduct .inner ul li h3 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #c4cacc;
  position: relative;
}
#engineering.products .listProduct .inner ul li:nth-of-type(5) h3 {
  padding: 0 0 45px 20px;
}
#engineering.products .listProduct .inner ul li h3::before {
  content: '';
  width: 2px;
  height: 25px;
  background: url(../../../img/common/verticalline1.gif) no-repeat left top / 2px;
  position: absolute;
  top: 3px;
  left: 0;
}
#engineering.products .listProduct .inner ul li p {
  line-height: 2.2;
}
#engineering.products .listProduct .inner ul li p.type2 {
  margin: 0 0 35px 0;
}
#engineering.products .listProduct .inner ul li p.attention {
  margin: 0 0 35px 0;
  padding: 0 0 0 15px;
  font-size: 12.5px;
  position: relative;
}
#engineering.products .listProduct .inner ul li p.attention::before {
  content: '※';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#engineering.products .listProduct .inner ul li .box1 {
  margin: auto 0 0 0;
  padding: 23px 30px 20px 30px;
  background: #e2eaee;
  border-radius: 15px;
}
#engineering.products .listProduct .inner ul li .box1 h4 {
  margin: 0 0 7px 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #007bad;
  line-height: 1;
  position: relative;
}
#engineering.products .listProduct .inner ul li .box1 h4::before {
  content: '';
  width: 10px;
  height: 15px;
  background: url(../../../img/common/iconArrow.gif) no-repeat left top / 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#engineering.products .listProduct .inner ul li .box1 a {
  padding: 0 0 0 20px;
  color: #606367;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
#engineering.products .listProduct .inner ul li .box1 a::before {
  content: '●';
  width: 20px;
  height: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -3px;
}

/* boxVideo */
#engineering.products .boxVideo {
  padding: 120px 0 140px 0;
  background: #e2eaee;
}
#engineering.products .boxVideo .inner h3 {
  margin: 0 0 35px 0;
  font-size: 60px;
  color: #007bad;
  text-align: center;
  line-height: 1;
  position: relative;
}
#engineering.products .boxVideo .inner h3::after {
  content: '';
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: url(../../../img/common/underline1.gif) no-repeat left top;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
#engineering.products .boxVideo .inner h3 + p {
  margin: 0 0 40px 0;
  font-weight: bold;
  text-align: center;
}
#engineering.products .boxVideo .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#engineering.products .boxVideo .inner ul li {
  width: 48%;
}
#engineering.products .boxVideo .inner ul li iframe {
  width: 100%;
  height: 270px;
  margin: 0 0 15px 0;
  display: block;
}
#engineering.products .boxVideo .inner ul li h4 {
  padding: 0 0 0 22px;
  font-size: 18px;
  position: relative;
}
#engineering.products .boxVideo .inner ul li h4::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../../../img/common/iconDia.svg) no-repeat left top / 13px;
  position: absolute;
  top: 8px;
  left: 0;
}

/* contact */
#engineering.products .contact {
  background: none;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1080px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}

/* tablet */
@media screen and (max-width: 767.98px) {
  /* 基本 */
  #engineering {
    background: url(../../../img/common/mvBg5.png) no-repeat center bottom 775px / 100%;
  }
  /* mainTxt */
  #engineering.products .mainTxt ul li {
    margin: 5px 0;
  }
  /* listProduct */
  #engineering.products .listProduct .inner ul {
    display: block;
  }
  #engineering.products .listProduct .inner ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #engineering.products .listProduct .inner ul li:nth-last-of-type(2) {
    margin: 0 0 50px 0;
  }
  #engineering.products .listProduct .inner ul li:nth-of-type(5) h3 {
    padding: 0 0 10px 20px;
  }
  #engineering.products .listProduct .inner ul li:nth-of-type(1) p,
  #engineering.products .listProduct .inner ul li:nth-of-type(4) p {
    margin: 0 0 35px 0;
  }
  /* boxVideo */
  #engineering.products .boxVideo .inner ul {
    display: block;
  }
  #engineering.products .boxVideo .inner ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #engineering.products .boxVideo .inner ul li:nth-last-of-type(1) {
    margin: 0;
  }
  #engineering.products .boxVideo .inner ul li iframe {
    height: 50vw;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  /* 基本 */
  #engineering {
    background: url(../../../img/common/mvBg5.png) no-repeat center bottom 550px / 100%;
  }
  /* mv */
  #engineering.products .mv2 {
    background: url(../img/mvBg1_sp.jpg) no-repeat center center / cover;
  }
  /* mainTxt */
  #engineering.products .mainTxt {
    margin: 0 0 60px 0;
  }
  #engineering.products .mainTxt p {
    font-size: 3.8vw;
    text-align: left;
  }
  #engineering.products .mainTxt p:nth-of-type(1) {
    margin: 0 0 15px 0;
  }
  #engineering.products .mainTxt ul {
    margin: 0 0 15px 0;
    justify-content: flex-start;
  }
  #engineering.products .mainTxt ul li {
    position: relative;
    left: -13px;
  }
  #engineering.products .mainTxt ul li:nth-of-type(2) {
    width: 28%;
    border-right: none;
  }
  #engineering.products .mainTxt ul li a {
    font-size: 3.8vw;
  }
  /* listProduct */
  #engineering.products .listProduct {
    padding: 0;
  }
  #engineering.products .listProduct .inner ul li img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #engineering.products .listProduct .inner ul li h3 {
    margin: 0 0 15px 0;
    font-size: 4.4vw;
  }
  #engineering.products .listProduct .inner ul li p {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  #engineering.products .listProduct .inner ul li:nth-of-type(1) p,
  #engineering.products .listProduct .inner ul li:nth-of-type(4) p {
    margin: 0 0 25px 0;
  }
  #engineering.products .listProduct .inner ul li p.attention {
    margin: 0 0 25px 0;
  }
  #engineering.products .listProduct .inner ul li .box1 h4 {
    font-size: 4.2vw;
  }
  #engineering.products .listProduct .inner ul li .box1 h4::before {
    top: -1px;
  }
  #engineering.products .listProduct .inner ul li .box1 a {
    font-size: 3.8vw;
  }
  /* boxVideo */
  #engineering.products .boxVideo {
    padding: 100px 0 90px 0;
  }
  #engineering.products .boxVideo .inner h3 {
    font-size: 9.5vw;
  }
  #engineering.products .boxVideo .inner h3 + p {
    margin: 0 0 30px 0;
    font-size: 3.8vw;
  }
  /* boxVideo */
  #engineering.products .boxVideo .inner ul li h4 {
    padding: 0 0 0 20px;
    font-size: 4vw;
  }
  #engineering.products .boxVideo .inner ul li h4::before {
    width: 12px;
    height: 12px;
    background: url(../../../img/common/iconDia.svg) no-repeat left top / 12px;
    top: 6px;
  }
}
@media screen and (max-width: 400px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
  /* 基本 */
  #engineering {
    background: url(../../../img/common/mvBg5.png) no-repeat center bottom 530px / 100%;
  }
}
