@charset "UTF-8";
/*
******************
TOPぺージ/style.css
******************
*/
.bord_b {
    border-bottom: 1px solid skyblue;
    padding-bottom: 30px;
}
.top #page_top {
    background: skyblue;
  }
.top section {
    margin: 0 ;
}
body{background: #021f3e;}

.sect3 {
    background: linear-gradient(to right, #00b8ff, #6666ff);
    padding: 60px 0;
}
.top .wrap{
  width: 900px;
}
body footer {
    width: 100%;
    background: #000;
    padding: 20px 0;
    font-size: 12px;
    margin-top: 0px;
    color: skyblue;
}
.top .wrap section p{color: #fff;}
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 .btn.btn2 a {
    color: #fff;
    background: linear-gradient(to right, #ffa100, #ff4581);
    position: relative;
}
body.top .btn.btn2 a img{
    width: 13px;
}
body.top .btn a:hover{
  opacity: 0.7;
}
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;
}
body.top .sect3 .btn a:hover{
  background: #6666ff;
  color: #fff;
}
/* メイン画像------------------------------- */
.top .main{
  background: url(/solution/img/top2/sumibe_C.jpg)no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 410px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px 0;
  height: 73vh;
}
.top .main > div .shadow{
  -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);
  font-family: 'Jost', sans-serif;
}
.top .main h2{
  color: #fff;
  display: block;
  width: 100%;
  font-size: 314%;
  text-align:center;
  line-height: 1.5em;
  margin-top: -10px;
}
.top .main h2 span:first-child{
  font-size: 29%;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.top .main h2 span:last-child {
  line-height: 1em;
  font-size: 40%;
  display: inline-block;
  width: auto;
  margin: 40px 0 10px 0;
  padding: 1% 30%;
  background: linear-gradient(to right, #00b8ff, #6666ff);
  font-family: 'Jost', sans-serif;
}

.main .wrap {
    height: 73vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main .wrap div {
    min-height: auto;
    justify-content: 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: 15px;
  line-height: 2em;
}

/* head menu------------ */
.head_menu{
  position: absolute;
  top:30px;
  right: 40px;
}
.head_menu ul{
  display: flex;
  justify-content: flex-end;
}
.head_menu ul li{
  margin: 0 0 0 40px;
}
.head_menu ul li:first-child{
  margin: 0 0 0 0;
}
.head_menu ul li a{
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head_menu ul li a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    font-size: 15px;
    color: skyblue;
    margin-right: 10px;
    /* position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; */
}
.head_menu ul li a:hover{
  color: skyblue;
}






/* h------------------------------- */
.top h3{
  font-size: 180%;
  padding: 0 0 20px 0;
  border-bottom:1px solid #687a8a;
  margin-bottom: 30px;
}
.top h3 span, .top h4 span{
  font-size: 12px;
  color: #687a8a;
  display: block;
}
.top h4{
  font-size: 180%;
  padding: 20px 0;
  border:none;
  border-top:1px solid skyblue;
  border-bottom:1px solid skyblue;
  color: #fff;
  text-align: center;
}
.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%;
}
.top h5 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    background: #021f3e;
    color: #fff;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.top h5 a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.top h5 a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    font-size: 30px;
    color: skyblue;
    margin-left: 10px;
}
.top h5 a:hover{
  color: skyblue;
}
.top h6{
  color: skyblue;
  text-decoration: underline;
}
/* 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.sect1 p{
  font-size: 15px;
  line-height: 2em;
  color: #fff;
  margin-bottom: 40px;
}
.top section p {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
    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/top/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;
}


.sect2 ul li{
  margin-left: 12px;
  text-indent: -12px;
}


.sect2 ul li a{
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.sect2 ul li a:hover{
  color: skyblue;
}

.sect2 ul li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  color:skyblue;
  font-size: 12px;
  margin: 0 5px 0 0 ;
}



.ico1::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f5e7 ';
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
}
.ico2::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f519 ';
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
}
.ico3::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f06c ';
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
}





/*
******************
SP用
******************
*/
@media only screen and (max-width: 768px) {
  body{
    background: #021f3e url(/solution/img/top2/bg.png) no-repeat bottom left;
    background-size:80%;
  }
  .top .wrap {
    width: 90%;
  }
  .top .main{
    min-height: 420px;
    margin: 0 0 30px 0;
  }
  .top .main h2 {
      font-size: 204%;
      margin-top: 10px;
  }
  .top .main h2 span:first-child {
      line-height: 1em;
  }
  .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;
  }
  .head_menu ul {
      display: none;
  }
  body.top .btn a {
      width: 100%;
      box-sizing: border-box;
      margin: 10px 0;
  }
  .top section p {
      text-align: left;
  }
  .top .main h2 span:last-child {
    width: 100%;
    margin: 40px 0 0px 0;
    padding: 3% 30%;
    box-sizing: border-box;
  }
  body.top .sect3 .btn a {
    width: 100%;
  }
  .top section.sect3 p {
      text-align: center;
  }

}
