.sec01 {
  padding-bottom: 70px;
  background: url(../imgs/fairy02.png) left bottom no-repeat;
}
.sec01 .clm > div {
  margin: 0 20px;
}
.sec01 .clm > div:last-child {
  margin-top: 40px;
}
.sec01 .clm.clm1 {
  position: relative;
}
.sec01 .clm.clm1:after {
  content: url(../imgs/fairy01.png);
  position: absolute;
  top: 20px;
  right: 80px;
  display: block;
}
.clm > div, .clm > li {
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 90px;
    text-align: left;
  }
  .sec01 .txtC {
    text-align: left;
  }
  .sec01 .clm > div {
    margin: 0;
  }
}

/*----------------------------------------------------	 202304. 追加. RECRUIT Style------------------------------------------------------*/
div.joblist table {
  margin: auto;
	text-align: left;
  border-collapse:  collapse;
  margin-bottom: 30px;
}

div.joblist table th,td {
	border: solid 1px #ffffff;
}

div.joblist table th {
	width: 10%;
  padding: 10px;
}

div.joblist table td {
	width: 60%;
  padding: 10px;
}

div.job_subheading {
  font-size: 150%;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

p.job_subheading_text {
  font-size: 130%;
  margin-bottom: 20px;
}

p.job_text {
  margin-bottom: 50px;
}

p.txtB a{
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
}
