@charset "UTF-8";
/*
******************
TOPぺージ/style.css
******************
*/
.top .wrap{
  width: 900px;
}
/* メイン画像------------------------------- */
/*.top .main{
  background: url(/solution/img/index/main.png)no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px 0;
}*/
.top .main{
  background: url("/solution/img/index/main23.jpg")no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px 0;
}

.top .main > div{
  -moz-text-shadow: 0px 6px 15px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 0px 6px 15px rgba(0, 0, 0, 1);
  -ms-text-shadow: 0px 6px 15px rgba(0, 0, 0, 1);
  text-shadow: 0px 6px 15px rgba(0, 0, 0, 1);
}
.top .main h2{
  color: #fff;
  display: block;
  width: 100%;
  font-size: 310%;
  font-family: 'Jost', sans-serif;
}
.top .main h2 span{
  font-size: 15px;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.top .main div {
  text-align: center;
}
.h2_hr{
  width: 40px;
  display: inline-block;
  border-bottom:3px solid #fff;
  margin: 20px 0 40px 0;
}
.top .main p{
  color: #fff;
  display: block;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  line-height: 2em;
}

/* h------------------------------- */
.top h3{
  font-size: 240%;
  padding: 0 0 10px 0;
  border-bottom:1px solid #687a8a;
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif;
}
.top h3 span, .top h4 span{
  font-size: 14px;
  color: #687a8a;
  display: block;
  font-family: 'Jost', sans-serif;
}
.top h4{
  font-size: 240%;
  padding: 0;
  border:none;
  font-family: 'Jost', sans-serif;
}
.top h4.brd_h4{
  margin: 0 0 10px 0;
}
.brd_h4 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 17%;
	color:#000;
}
.brd_h4::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54%;
	height: 3px;
	border-top: 1px solid #687a8a;
}
.brd_h4::after {
	right: 0;
}
.brd_h4.iot::after {
	width: 84%;
}
/* mobility------------------------------- */
.top .mobility{
  width:100%;
  height: 90%;
  transform: skewX(-10deg);
  box-shadow:14px 25px 0px 4px rgba(215, 215, 215, 0.45);
}
.top .mobility div{
   overflow: hidden;
}
.top .mobility img{
  min-width: 117.6%;
  transform: skewX(10deg);
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.top .mobility img:hover{
  transform: scale(1.1);
  transition: all .4s;
  transform-origin: center center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

/* IoT------------------------------- */
.top .IoT{
  width:100%;
  height: 90%;
  transform: skewX(-10deg);
  box-shadow:14px 25px 0px 4px rgba(215, 215, 215, 0.45);
}
.top .IoT div{
   overflow: hidden;
}
.top .IoT img{
  min-width: 117.6%;
  transform: skewX(10deg);
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.top .IoT img:hover{
  transform: scale(1.1);
  transition: all .4s;
  transform-origin: center center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}


/* Healthcare------------------------------- */
.skew{
  transform: skewX(-10deg);
  box-shadow:11px 10px 0px 4px rgba(215, 215, 215, 0.45);
  transform-origin: bottom left;
  height:143px;
  margin-bottom: 20px;
}
.skew div{
  overflow: hidden;
}
.skew img{
  min-width: 117.6%;
  transform: skewX(10deg);
  width: 100%;
  transform-origin: bottom left;
}

/* レイアウト------------------------------- */
.top section p{
  font-size: 15px;
  line-height: 2em;
  color: #000;
  margin-bottom: 20px;
}

/* moreボタン------------------------------- */
.more{
  width: 100%;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  padding-right: 70px;
  box-sizing: border-box;
  background: url(/solution/img/index/arow.png)no-repeat center right;
  background-size:60px auto;
  margin-right: 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.more:hover{
  opacity: 0.7;
}
.more span{
  color: #687a8a;
  font-size: 12px;
}

/* お問い合わせ------------------------------- */
.top .sect3 {
    background:   #021f3e;
    padding: 60px 0;
}
body.top .btn a {
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: linear-gradient(to right, #00b8ff, #6666ff);
    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.top .sect3 .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;
}
.top section.sect3  p {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
    margin-bottom: 20px;
}
.top section.sect3 {margin: 0;}
.top footer{margin-top: 0;}
/*
******************
SP用
******************
*/
@media only screen and (max-width: 768px) {
  .top .wrap {
    width: 90%;
  }
  .top .main{
    min-height: 420px;
    margin: 0 0 30px 0;
  }
  .top .main div{
    width: 80%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  .top .main p{
    font-size: 13px !important;
  }
  .brd_h4::after {
  	border-top: none;
  }
  .top h4.brd_h4{
    border-bottom: 1px solid #687a8a;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
