@charset "UTF-8";


#page-wrapper{
  padding: 128px 0;
}

.title-area .img-title{
	width: 418px;
	margin: 0 auto;
}

.title-area .sec_lead{
  color: #333;
  padding-top: 30px;
  font-size: 36px;
  font-weight: 700;
}

.page-lead{
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 700;
}

.contents-wrapper{
  background: #f8f9d9;
  padding: 50px 0 80px 0;
  margin: 50px auto 120px auto;
}

.content-inner{
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 1024px){
  #page-wrapper{
    padding: 70px 0;
  }

  .title-area .img-title{
    width: 70%;
  }
  
  .title-area .sec_lead{
    font-size: 4vw;
    letter-spacing: 0;
    padding-top: 25px;
  }
  
  .page-lead{
    margin-bottom: 40px;
    font-size: 3.3vw;
  }
  
  .contents-wrapper{
    padding: 30px 0 60px 0;
    margin: 30px auto 30px auto;
  }
  
  .content-inner{
    padding: 0 25px;
  }
}

@media (max-width: 767px){
  
}

/*----------------------------------------
　cnt
----------------------------------------*/
.sec-title{
  background: #07aa10;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 5px 0;
}

.table-block{
  padding: 15px 45px 5px 45px;
  background:#fff;
}

.recruit-table{
  width:100%;
  border-collapse: collapse;
  background:#fff;
  table-layout: fixed;
}

.recruit-table th,
.recruit-table td{
  border-bottom: 1px solid #333;
  padding: 32px 0;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-word;
}

.recruit-table tr:last-child th,
.recruit-table tr:last-child td{
  border-bottom: none;
}

.recruit-table th{
  width: 18%;
  text-align: left;
  font-weight: normal;
}

.recruit-table.is-no-th .col-th{ width:18%; }
.recruit-table.is-no-th .col-td{ width:82%; }
.recruit-table.is-no-th .no-th-spacer{
  padding: 14px 14px;
}

.recruit-table td p + p{
  margin-top: 20px
}

.section + .section{
  margin-top: 50px
}

.area-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.area-list dt{
  width: 12%;
}

.area-list dd{
  width: 88%;
  margin: 0; 
}

.flow-list:first-of-type{
  margin-bottom: 30px;
}

.flow-list li{
  position: relative;
}

.flow-list li + li{
  margin-top: 33px;
}

.flow-list li:before,
.flow-list li:after{
  content: "";
  position: absolute;
  left: 20px;
  bottom: -22px;
  width: 1.5px;
  height: 12px;
  border-radius: 9999px;
  background-color: #333;
  transform-origin: 50% calc(100% - 0.5px);
}

.flow-list li:before {
  transform: rotate(35deg);
}

.flow-list li:after {
  transform: rotate(-35deg);
}

.flow-list li:last-of-type:before,
.flow-list li:last-of-type:after{
  content: none;
}


@media (max-width: 1024px){
  .sec-title{
    font-size: 4vw;
    padding: 10px 0;
  }

  .table-block{
    padding: 0 15px 5px 15px;
  }

  .recruit-table th,
  .recruit-table td{
    padding: 20px 0;
    font-size: 2.7vw;
    line-height: 1.6;
  }

  .recruit-table th{
    width: 25%;
  }

  .recruit-table.is-no-th .col-th{ width:25%; }
  .recruit-table.is-no-th .col-td{ width:75%; }
  .recruit-table.is-no-th .no-th-spacer{
    padding: 0;
  }

  .recruit-table td p + p{
    margin-top: 20px
  }

  .section + .section{
    margin-top: 80px
  }
  
  .area-list{
    /*! margin-top: 20px; */
  }

  .area-list dt{
    width: 22%;
  }

  .area-list dd{
    width: 78%;
    margin: 0; 
  }

  .flow-list:first-of-type{
    margin-bottom: 20px;
  }
  
  .flow-list li + li{
    margin-top: 23px;
  }

  .flow-list li:before,
  .flow-list li:after{
    left: 15px;
    bottom: -15px;
    width: 1.5px;
    height: 9px;
   }
}

@media (max-width: 767px){
  
}
