@charset "utf-8";
/* CSS Document */

.cate1 .contents{
	max-width: 1440px;
	margin: 0 auto;
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/company3.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 45% auto;
}
.cate1 .contents .txtbox{
	width: 65%;
	padding: 0 5%;
}
.cate1 .contents .imgbox{
	width: 35%;
}
.cate1 .contents .imgbox .img1{
	margin-bottom: -10%;
}
.cate1 .contents .imgbox .img2{
	position: relative;
	width: 30%;
	margin-left: 60%;
}

.cate2{
	background-color: #E2EBB2;
}
.cate2 .boxwrap{
	background-color: #fff;
	padding: 80px;
}
.cate2 .boxwrap .box{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	border-bottom: 1px solid #DBDBDB;
	padding: 20px 10px;
}
.cate2 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate2 .boxwrap .box h3{
	width: 30%;
}
.cate2 .boxwrap .box > div{
	width: 70%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .contents .txtbox{
		width: 65%;
		padding: 0 3%;
	}
	.cate2 .boxwrap{
		padding: 60px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .boxwrap{
		padding: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .contents{
		background-size: 45% auto;
		flex-direction: column;
	}
	.cate1 .contents .txtbox{
		width: 70%;
		padding: 0 0;
	}
	.cate1 .contents .imgbox{
		width: 50%;
	}
	.cate1 .contents .imgbox .img1{
		margin-bottom: -10%;
	}
	.cate1 .contents .imgbox .img2{
		position: relative;
		width: 30%;
		margin-left: 60%;
	}
	.cate2 .boxwrap{
		padding: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents .txtbox{
		width: 100%;
	}
	.cate1 .contents .txtbox h2{
		font-size: 19px;
	}
	.cate1 .contents .imgbox{
		width: 80%;
	}
	.cate2 .boxwrap{
		padding: 30px 15px;
	}
	.cate2 .boxwrap .box{
		flex-direction: column;
		justify-content: flex-start;
		gap: 8px;
		padding: 15px 5px;
	}
	.cate2 .boxwrap .box h3{
		width: 100%;
	}
	.cate2 .boxwrap .box > div{
		width: 100%;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

