header{
  text-align: left;
  height: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(232, 232, 237);
}

header img{
  height: 48px;
  width: 190px;
  margin-top: 10px;
  margin-left: 30px;
}

.above{
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

img{
  width: 100%;
}
#nav {
  list-style: none;
  position: absolute;  
  top: 10px;
  right: 40px;
}
 
#nav li {
  margin:0 20px;
  text-align: center;
  display: inline-block;
}
 
#nav li a {
  text-decoration: none;
  color: #1c8adb;
  font-size: 16px;
  font-weight: bold;
}

#name{
  margin: 10px;
  padding-left: 0px;
}
#name li{
    display: inline-block;
    font-size: 12px;　
  }
#name li:after{
    content:" ＞ ";
    color: #d9d9d9;
  }
#name li:last-child:after{
    content:"";　
  }
#name li a{
  text-decoration: none;
  color: #68abd7;
}

.blue{
  background-color: #f5f5fa;
}

main{
  position: relative;
  overflow: hidden;
}


.home img{
  width: 100%;
  height: auto
 }


.theme{
  position: absolute;
  top: 73%;
  left: 78%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 3px #808080; 
  color: white;
  width: 90%;
  text-align: center;
  padding: 10px;
}

.theme p{
font-size: calc(113% + 0.5vw)
}

.theme h1{
  font-size: calc(112.5% + 0.5vw)
}

.part1{
  height: 400px;
    max-width: 1100px;
    margin: 0 auto;
    padding : 80px 50px 40px;
}
.part1 img{
  width: 500px;
  float: left;
  margin: 10px;
}

.intro{
    box-sizing: border-box;
    float: right;
    padding: 10px;
    width: calc(100% - 520px);
}
.intro h2{
  color: #1c8adb;
  padding: 0.5em 0;
  border-top: solid 3px #1c8adb;
  border-bottom: solid 3px #1c8adb;
}
.intro li{
  line-height: 170%;
}
.intro p{
  line-height: 170%;
}


.part2{
  height: 400px;
  max-width: 1100px;
  margin: 0 auto;
}
.part2 img{
  width: 500px;
  float: right;
  margin: 10px;
}

.button {
  max-width: 180px;
  border: 2px solid #1c8adb;
  font-size: 16px;
  color: #1c8adb;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  float: right;
}

.button:hover {
  background-color: #1c8adb;
  border-color: #31b0d5;
  color: #FFF;
}


.solution{
  position: relative;
}

.solution img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.solution h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 3px #808080; 
  width: 90%;
  text-align: center;
  color: white;
  font-size: 35px;
}


.box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 0;
}

.content{
  width: 350px;
  margin: 15px;
}
.content img{
  width: 300px;
  
}

.concept{
  text-align: center;
  padding-bottom: 50px;
}
.concept h1{
  background-color: #1c8adb;
  color: white;
  padding: 60px;
  margin-top: 0px;
  margin-bottom: 50px;
}
.concept h2{
  color: #1c8adb;
  padding: 0.3em 0;
  border-bottom: solid 3px #1c8adb;
  width: 150px;
  display: inline-block;
}
.pocket{
  max-width: 1140px;
  margin: 0 auto;
}
footer{
  background-color: rgb(33, 33, 33);
  color: white;
  height: 250px;
}
footer nav{
  list-style: none;
  padding-top: 80px;
  
}
footer nav ul{
  padding :20px 0;
  display: flex;
  justify-content: center;
}

footer nav ul li{
  padding-top: 10px;
  margin: 0 20px;
  display: block;
}
footer nav ul li a{
  text-decoration: none;
  color: white;
}

footer p{
  text-align: center;
}

.company{
    margin: 0 auto;
    border: solid 1px #dbdbdb;
    width: 50%;
}
.company th{    
        font-weight: normal;
        background-color: #eee;
        padding: 20px;
        border-bottom:solid 1px #dbdbdb;
        width: 120px;
    }

.company td{
        padding: 15px;
        border-bottom:solid 1px #dbdbdb;
        width: calc(100% - 120px);
    }

@media screen and (min-width: 640px){
.company{
  width: 530px;
}
}