@charset "UTF-8";

.head26{
  margin-bottom: 35px;
}

.detail .c-txt01{
  margin-bottom: 80px;
}

#s-job01{
  padding: 80px 20px 0;
  margin-top: -80px;
}

#s-job02{
  padding: 200px 20px 0;
  margin-top: -80px;
}

#s-job03{
  margin-top: -80px;
  padding: 200px 0 160px;
}

.grayArea{
  background: #f3f3f3;
  border-radius: 20px;
  padding: 8% 5%;
}

.grayArea .head22{
  color: #009de2;
  margin-bottom: 40px;
  text-align: center;
}

#s-job01 table,
#s-job02 table,
#s-job03 table{
  width: 100%;
}

#s-job01 table tbody tr th,
#s-job02 table tbody tr th,
#s-job03 table tbody tr th{
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 35px 0;
  text-align: left;
  width: 22%;
  vertical-align: top;
}

#s-job01 table tbody tr td,
#s-job02 table tbody tr td,
#s-job03 table tbody tr td{
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 35px 0;
  width: 78%; 
}

#s-job01 ul li,
#s-job01 ul li{
  text-indent: -2em;
  padding-left: 2em;
}

.btn{
  margin-top: 60px;
  text-align: center;
}

.btn a{
  border: 1px solid #ccdd39;
  background: #ccdd39;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 20px;
  max-width: 350px;
  width: 100%;
  position: relative;
  transition: 0.2s ease;
}

.btn a i.fas.fa-arrow-right{
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
}

.btn a:hover{
  border: 1px solid #ccdd39;
  background: #fff;
  color: #ccdd39;
}  

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 990px) {
  
}

@media screen and (max-width: 834px) {

#s-job01 table tbody tr th,
#s-job02 table tbody tr th,
#s-job03 table tbody tr th{
  font-weight: bold;
}

#s-job01 table tbody tr th,
#s-job01 table tbody tr td,
#s-job02 table tbody tr th,
#s-job02 table tbody tr td,
#s-job03 table tbody tr th,
#s-job03 table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
}

#s-job01,
#s-job02 {
    margin: 0 0 50px;
    padding: 0;
}

#s-job03 {
    margin: 0 0 100px;
    padding: 0;
}

.head26{
  text-align: center;
}

.detail .c-txt01 {
    margin-bottom: 40px;
}

.grayArea .head22 {
    margin-bottom: 20px;
}

.btn {
    margin-top: 40px;
}

.btn a {
    font-size: 1.6rem;

}
