@charset "UTF-8";


.main_content{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.job_ttl_s{
	font-size: 30px;
	line-height: 1.6;
    margin-bottom: 50px;
}
.content_single{
	display: flex;
	border-top: 1px solid #adadad;
	padding: 20px 0;
}
.content_single:last-child{
	border-bottom: 1px solid #adadad;
}
.content_single__ttl{
	max-width: 190px;
	width: 100%;
	font-weight: 700;
	line-height: 2;
}
.content_single__con{
	line-height: 2;
}
.main_img{
	margin-bottom: 45px;
}



/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.sec{
		padding-block: 100px;
	}
	.content_more {
	    margin-top: 100px;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.content_single{
		flex-direction: column;
	}
	.job_ttl_s {
	    font-size: 20px;
	    line-height: 1.5;
	    margin-bottom: 1em;
	}
	.content_single__ttl {
	    max-width: 100%;
	    line-height: 1.5;
	}
	.content_single__con {
	    line-height: 1.6;
	    font-size: 15px;
	    margin-top: 0.5em;
	}
	.content_single {
	    padding: 15px 0;
	}
	.content_more {
	    font-size: 15px;
	}
	.main_img{
		margin-bottom: 30px;
	}

}



/*//////////////////////////// connect_wakita ////////////////////////////*/


.connect_wakita{
	background-color: #f7f0e8;
	padding: 70px 0 60px;
}
.connect_wakita--h2{
	font-size: 36px;
	text-align: center;
}
.connect_wakita--txt{
	margin-top: 65px;
	text-align: center;
}
.connect_wakita--link{
  border-radius: 30px;
  max-width: 350px;
  width: 80%;
  height: 50px;
  padding: 0.6em 2em;
  background-color: var(--orange);
  color: var(--white);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	margin-top: 30px;
}
/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .connect_wakita--link:hover {
      background-color: #faad5a;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){

	/*connect_wakita*/
	.connect_wakita{
		padding: 40px 0;
	}
	.connect_wakita--h2{
		font-size: 28px;
	}
	.connect_wakita--txt{
		font-size: 14px;
		line-height: 1.75;
		margin-top: 30px;
	}


}



/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}
