@charset "utf-8";
h2.ttl{
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 8rem auto 4rem;
  font-weight: bold;
  }
h3{
margin-bottom: 2rem;
}
/* ====main======= */
main{
width: 100%;
height: auto;
}
main p{
display: block;
width: 60%;
}
main img{
width: 100%;
}
main .mv{
  display: block;
  width: 100%;
  }
/* ====section======= */
section{
width: 100%;
margin: 5vw auto 5vw;
}

/* ====section01======= */
.sec01{
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
}
.sec01 .inner{
width: 100%;
max-width: 1000px;
height: auto;
padding:0;
margin: 0 auto 20vw;
position: relative;
}
.sec01 table{
display: block;
width: 100%;
background-image: url(../img/company/img_company_001.webp);
background-size: cover;
background-repeat: no-repeat;
box-sizing: border-box;
padding: 1rem 0;
}
.sec01 tbody{
display: block;
width: 100%;
}
.sec01 table tr{
display: flex;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #000000;
}
.sec01 table tr:nth-last-of-type(1){
  border-bottom: none;
  }
.sec01 table th{
  vertical-align: bottom;
  display: inline-block;
  padding: 1.5rem;
  box-sizing: border-box;
  width: 25%;
  margin:auto;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #594545;
}
.sec01 table td{
  vertical-align: bottom;
  display: inline-block;
  width: 70%;
  padding: 1.5rem;
  box-sizing: border-box;
  margin:auto;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #594545;
}
/* ====section02======= */
.sec02{
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  }
.sec02 .inner{
height: auto;
}
.sec02 .skill{
  background-color:rgba(3, 110, 184, 0.7);
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  max-width: 1000px;
  list-style-type:disc;

}
.sec02 .skill .list{
  display: block;
  width: 50%;
  margin: 0.25rem 0;
text-align: left;
  font-size: 1.5rem;
  color:#fff;

  }
@media screen and (max-width: 768px){
  h2.ttl{
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin: 6rem auto 3rem;
    font-weight: bold;
    }
    h3{
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
      }
/* ====main======= */
main{
  margin-top: 4.5rem;
  width: 100%;
  height: auto;
  }
  main p{
  display: block;
  width: 100%;
  margin-top:0;
  }
  main img{
  width: 100%;
  margin-top: 0;
  }
  main .mv{
    display: block;
    width: 100%;
    margin-top:1rem;
    }
  main .container{
  height: auto;
  }
  /* ====section======= */
  section{
  width: 100%;
  margin: 5rem auto;
  }

  /* ====section01======= */
  .sec01{
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  }
  .sec01 .inner{
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding:0;
  margin: 0 auto 20vw;
  position: relative;
  }
  .sec01 table{
  display: block;
  width: 100%;
  }
  .sec01 tbody{
  display: block;
  width: 100%;
  }
  .sec01 table tr{
  display: flex;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  }
  .sec01 table tr:nth-of-type(1){
    border-top: 1px solid #000000;
    }
  .sec01 table th{
    vertical-align: bottom;
    display: inline-block;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    width: 25%;
    margin:auto;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
  }
  .sec01 table td{
    vertical-align: bottom;
    display: inline-block;
    width: 70%;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    margin:auto;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
  }
  /* ====section02======= */
  .sec02{
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -4rem;
    }
  .sec02 .inner{
  }
  .sec02 .skill{
    background-color:rgba(3, 110, 184, 0.7);
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    max-width: 1000px;
    list-style-type:disc;
  
  }
  .sec02 .skill .list{
    display: block;
    width: 90%;
    margin: 0.25rem 0;
  text-align: left;
    font-size: 1rem;
    color:#fff;
  
    }
}
