@charset "utf-8";
/* CSS Document */
/*---------------------
  recruit
---------------------*/   
.submain-view{
  background-image: url("../images/recruit/main.jpg");
}
article{
  min-width: 1280px;
  margin: 0 auto;
  line-height: 2.4;
  text-align: center;
}

/*---------------------
  sec01
---------------------*/ 
.sec01 .sec-bg{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 0 auto;
  margin-bottom: 80px;
}

.sec01 h3{
  font-size: 2.6rem;
  padding-bottom: 50px;
  line-height: 1.5;
}
.sec01 .sec-content{
  width: 45%;
  margin-right: 0;
}

.sec01 .sec-content:last-of-type{
  width: 55%;
  text-align: left;
  padding-right: 40px;
  margin-right: 0;
}
.sec01 .sec-txt{
  text-align: justify;
  line-height: 2;
}
.sec01 .sec-txt p{
  margin-bottom: 25px;
}
.text_r{
  text-align: end;
  padding-top: 30px;
  margin-bottom:0;
}
/*---------------------
  sec02
---------------------*/ 
.sec02 .sec-bg{
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #f2f2f2;
}
.sec02 table{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 80px;
}
.sec02 th{
  width: 30%;
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
.sec02 td{
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
.btn-contact{
  text-align: center;
}

.btn-contact a{
  display: inline-block;
  width: 187px;
  padding: 18px 60px;
  background-color: #333;
  border-radius: 15px;
  margin-bottom: 90px;
  color: #fff;
}

/*---------------------
  sp
---------------------*/
@media(max-width:960px){
  article{
    min-width: auto;
    line-height: 1.8;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
/*---------------------
  sp_sec01
---------------------*/
.sec01 .sec-bg{
  display: contents;
  width: 100%;
  margin: auto;
} 
.sec01 .sec-img{
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
  background-position: top center;
}
.sec01 h3{
  font-size: 2rem;
font-weight:400;
}
.sec01 .sec-content{
  width: 90%;
  margin-right: 0px;
  margin-left: 10%;
  margin-bottom: 60px;
}
.sec01 .sec-content:last-of-type {
  width: 90%;
  text-align: left;
  padding-right: 0px;
  margin: 0 auto;
}

/*---------------------
  sp_sec02
---------------------*/ 
  .sec02 table{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 30px 20px 30px;
	font-size:1.4rem;
  }
  .sec02 th{
    display: block;
    width: 100%;
    padding:16px 0px 5px;
    font-weight: bold;
    border-bottom: none;
  }
  .sec02 td{
    display: block;
    padding: 5px;
    background-color: #f2f2f2;
    border-bottom: none;
  }
  .btn-contact a {
    margin: 50px 0;
}
}

  