@charset "UTF-8";
/*  IoTページ=============================== */
/* メイン画像 */
.IoT .main {
  /* background: url(/solution/img/IoT/main.png)no-repeat center center; */
  background-size: cover;
}
.read img.logo {
  width: 60%;
  margin-bottom: 30px;
}
/* ランディングページ用----------------- */
.IoT.FthG .main {
  background: #000 url(/solution/img/IoT/5G/main.jpg)no-repeat center right;
  background-size: 100%;
  /*background-position-x: 30%;*/
}
.IoT.display .main {
  background: #000 url(/solution/img/IoT/display/main.jpg)no-repeat center right;
  background-size: 100%;
  /*background-position-x: 60%;*/
}
.IoT.robotics .main {
  background: #000 url(/solution/img/IoT/robotics/main.jpg)no-repeat center right;
  background-size: 100%;
/*  background-position-x: 100%;
*/}
.IoT.wellness .main {
  background: #000 url(/solution/img/IoT/wellness/main.jpg)no-repeat center right;
  background-size: 100%;
  /*background-position-x: 30%;*/
}
.IoT .main .wrap div {
  justify-content: flex-start;
  color: #000000;
}
.main_read {
  font-size: 150%;
}
.menu-tab p .active {
  border-bottom: 5px solid green;
}
.movie_pickup {
  width: 87%;
  margin: 0 auto;
}
.movie_pickup .pick_movie {
  width: 52% !important;
}
.movie_pickup .pick_txt {
  width: 42% !important;
  text-align: left;
}
.movie_pickup h3 {
  font-size: 24px;
}
.movie_pickup p {
  font-size: 120%;
  margin-top: 10px;
  line-height: 1.6em;
}
.menu li.active a, .menu li a:hover {
  background: linear-gradient(to right, #669966, #003300);
}
.fG .menu li:nth-child(1) a {
  background: linear-gradient(to right, #669966, #003300);
}
.display .menu li:nth-child(2) a {
  background: linear-gradient(to right, #669966, #003300);
}
.robotics .menu li:nth-child(3) a {
  background: linear-gradient(to right, #669966, #003300);
}
.foot2 {
  background: linear-gradient(to right, #669966, #003300);
  padding: 60px 0;
  margin: 0;
}
body .btn a {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  width: 100%;
  background: linear-gradient(to right, #669966, #003300);
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .foot2 .btn a {
  width: 30%;
  background: #fff;
  color: #0f779f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .foot2 .btn a:hover {
  background: #6666ff;
  color: #fff;
}
.foot2 p {
  font-size: 15px;
  line-height: 2em;
  color: #fff;
  margin-bottom: 20px;
}
body footer {
  margin-top: 0;
  width: 100%;
  background: #000;
  padding: 20px 0;
  font-size: 12px;
  color: skyblue;
}
.foot2 .btn2 img {
  width: 10%;
}
body .foot2 .btn.index_btn a, body .foot2 .btn2 a {
  width: 100%;
}
.foot2 .col2 {
  margin: 0 auto;
}
body .btn.btn2 a {
  color: #fff;
  background: #ffb300;
  position: relative;
}
body .btn.btn2 a img {
  width: 13px;
}
body .foot2 .btn2 a:hover {
  background: #cc8f00;
}
.ico4::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35a ';
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	/*５Gとロボティクスの背景にブラック透過*/
  .IoT .main .bg::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
} 
	.IoT .main {
    /* background: url(/solution/img/top/IoT.png)no-repeat center center; */
    background-size: cover;
  }
  .col2.revers {
    flex-wrap: wrap-reverse;
  }
  /* ランディングページ用----------------- */
  .IoT.FthG .main {
    background: url(/solution/img/IoT/5G/main2.jpg)no-repeat;
    background-size: 200%;
    background-position-x: 100%;
    background-position-y: top;
    min-height: 445px;
  }
  .IoT.display .main {
    background: #999999 url(/solution/img/IoT/display/main.jpg)no-repeat center right;
    background-size: 250%;
    background-position-x: 80%;
    background-position-y: top;
    min-height: 445px;
  }
  .IoT.robotics .main {
    background: #609fc0 url(/solution/img/IoT/robotics/main.jpg)no-repeat center right;
    background-size: 200%;
    background-position-x: 80%;
    background-position-y: top;
    min-height: 445px;
  }
  .IoT.wellness .main {
    background: url("/solution/img/IoT/wellness/main2.jpg")no-repeat center right;
    background-size: 100%;
    background-position-x: 60%;
    background-position-y: top;
    min-height: 445px;
  }
  .movie_pickup {
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
  }
  .movie_pickup .pick_movie {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .movie_pickup .pick_txt {
    width: 100% !important;
    margin-bottom: 30px;
  }
  body .foot2 .btn a {
    width: 100%;
    margin: 0 0 20px 0;
  }
  body .foot2 .btn.btn2 a {
    margin: 0;
  }
  .read img.logo {
    width: 100%;
    margin: 20px 0;
  }
}