@charset "utf-8";



.secondListArea > h6{
	color:#1BA0B2;
	margin-bottom:26px;
}

.secondListArea > ul li p{
	margin-bottom:0;
}
.secondListArea .txtBox{
	margin-bottom:19px;
}
.secondListArea .btn{
	width:100%;
}

.secondListArea > ul li .imgBox{
	margin-bottom:24px;
	display:flex;
	align-items:flex-end;
}
.secondListArea > ul li .imgBox img{
	width:100%;
}


.voiceArea p:first-child{
	text-align:center;
}
.voiceArea p:first-child img{
	width:128px;
}



.topListArea{
	width:900px;
	margin-top:64px;
	padding-bottom:64px;
	border-bottom:1px solid #1BA0B2;
}

.topListArea > ul{
	display:flex;
	justify-content:space-between;
	margin:auto -80px;
}
.topListArea > ul li{
	width:228px;
}
.topListArea > ul li .imgBox{
	margin-bottom:20px;
}
.topListArea > ul li h5{
	margin-bottom:13px;
}
.topListArea > ul .hataraku h5{
	margin-right:-2em;
}

.secondListArea{
	width:900px;
	padding-bottom:64px;
}

.secondListArea > ul{
	display:flex;
	justify-content:space-between;
}

.secondListArea > ul li{
	width:250px;
}

.btnBox span{
	font-size: 1.6rem;
	color: white;
	background: #F9423A;
	padding: 10px;
	border: 1px solid #F9423A;
	width: 228px;
	display: block;
	text-align: center;
	transition: color 0.2s, background-color 0.2s;
	font-weight: 600;
	line-height:1.13;
}


@media screen and (max-width:768px){
	main{
		background:url(../images/top/bg_top_sp.png) no-repeat;
		background-size:100% auto;
	}
	.topListArea{
		width:auto;
		margin-top:0;
		padding-bottom:0;
		border:none;
		padding-top:3%;
	}
	.topListArea > ul{
		margin:auto;
		display:block;
	}
	.topListArea > ul li{
		display:flex;
		justify-content:space-between;
		align-items:flex-end;
		margin-bottom:10px;
		width:auto;
		margin:auto auto 3%;
	}
	.topListArea > ul li > div{
		width:63%;
	}
	.topListArea > ul li > div p{
		width:90%;
	}
	.topListArea > ul li:nth-child(3) > div{
	}
	.topListArea > ul li .imgBox{
		width:36%;
		margin-bottom:0;
	}
	.topListArea > ul li .imgBox img{
		width:133%;
		max-width:initial;
		margin-left:-33%;
	}
	.topListArea > ul li:nth-child(2) .imgBox img{
	}
	.topListArea > ul li.tel .imgBox img{
		width:120%;
		margin-left:-8%;
	}
	.topListArea > ul li h5{
		margin-bottom:1px;
	}
	.topListArea > ul li div p{
		margin-bottom:8px;
	}
	.topListArea .btn{
		width:90%;
	}
	.topListArea .voide .btn{
		width:70%;
	}
	.topListArea .hpsearch .btn{
		width:60%;
	}
	.topListArea .hpsearch h5{
		font-size:2.2rem;
	}
	
	.topListArea > ul li:first-child{
		color:white;
	}
	.topListArea > ul li:nth-child(2n){
		flex-direction:row-reverse;
	}
	.topListArea > ul .hataraku h5{
		margin-right:auto;
	}
	.topListArea > ul li.hataraku .imgBox img{
		margin-left:-22%;
	}
	
	.secondListArea{
		width:auto;
		padding-bottom:0;
	}

	.secondListArea > ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}

	.secondListArea > ul li{
		width:44.82%;
	}
	.secondListArea > ul li:nth-child(1), .secondListArea > ul li:nth-child(2){
		margin-bottom:15%;
	}
	
	.secondListArea .txtBox h6{
		margin-bottom:3px;
	}
	
	.voiceArea{
		padding-bottom:5%;
		margin-bottom:10%;
	}
	.voiceArea > *{
		position:relative;
	}
	.voiceArea p{
		font-size:1.2rem;
	}
	.voiceArea::before{
		content:"";
		display:block;
		background:url(../images/common/back_bg_c1.png) no-repeat;
		background-size:100% 100%;
		width:150%;
		height:100%;
		position:absolute;
		top:0;
		left:-14%;
	}
	
	.topListArea .tel > div{
		width:54%;
	}
	.topListArea > ul li.tel .imgBox{
		width:40%;
		margin-right:-4%;
	}
}
