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

.top_contents{
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/about_bg1.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 90% auto;
	justify-content: space-between;
}
.top_contents .imgbox{
	width: 25%;
}
.top_contents .txtbox{
	width: 50%;
}
.top_contents .imgbox .img1-1{
	width: 80%;
	margin-bottom: 20%;
}
.top_contents .imgbox .img1-2{
	width: 60%;
}
.top_contents .imgbox.img1 .img1-2,.top_contents .imgbox.img2 .img1-1{
	margin-left: auto;
	margin-right: 0;
}

.cate1{
	background-color: #E2EBB2;
}
.cate1 .boxwrap{
	gap: 40px;
}
.cate1 .boxwrap .box{
	position: relative;
	width: calc(100% / 3 - 80px / 3);
	gap: 10px;
	background-color: #fff;
	padding: 30px;
	overflow: inherit;
}
.cate1 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.2s;
}
.cate1 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.4s;
}
.cate1 .boxwrap .box::after{
	content: "";
	position: absolute;
	width: 50px;
	aspect-ratio: 1 / 1;
	top: 50%;
	left: 0;
	transform: translate(-45px,-50%);
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/cross1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cate1 .boxwrap .box:first-child::after{
	display: none;
}
.cate1 .boxwrap .box .icon{
	width: 40%;
	max-width: 100px;
	aspect-ratio: 1 / 1;
	background-color: #F4F090;
	border-radius: 50%;
}
.cate1 .boxwrap .box .icon img{
	width: auto;
	height: 50%;
}

.cate3{
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/grade_bg1.jpg");
	background-position: center center;
	background-size: cover;
}
.cate3 .boxwrap{
	gap: 40px;
	padding-top: 45px;
	align-items: stretch;
}
.cate3 .boxwrap .box{
	position: relative;
	width: calc(100% / 4 - 120px / 4);
	gap: 10px;
	padding: 0 3% 30px;
	background-color: #fff;
	overflow: inherit;
	justify-content: flex-start;
}
.cate3 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.2s;
}
.cate3 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.4s;
}
.cate3 .boxwrap .box:nth-of-type(4){
	animation-delay: 0.6s;
}
.cate3 .boxwrap .box:not(:last-of-type)::after{
	content: "";
	position: absolute;
	width: 15px;
	aspect-ratio: 1 / 1;
	top: 50%;
	right: -12.5px;
	transform: translate(100%,-50%);
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.cate3 .boxwrap .box .num{
	width: 90px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
	margin-bottom: -65px;
}
.cate3 .boxwrap .box .num p{
	width: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #F4F090;
	color: #409A07;
}
.cate3 .boxwrap .box h3{position: relative;}
.cate3 .boxwrap .box .more1{
	padding-top: 10px;
}
.cate3 .boxwrap .box .more1 a{
	min-width: 100%;
	padding: 10px 30px
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.top_contents .imgbox{
		width: 20%;
	}
	.top_contents .txtbox{
		width: 55%;
	}
	.top_contents .imgbox .img1-1{
		width: 90%;
	}
	.top_contents .imgbox .img1-2{
		width: 70%;
	}
	.cate1 .boxwrap{
		gap: 30px;
	}
	.cate1 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
		gap: 10px;
		padding: 20px;
	}
	.cate1 .boxwrap .box::after{
		width: 40px;
		transform: translate(-35px,-50%);
	}
	
	.cate3 .boxwrap .box{
		padding: 0 20px 30px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.top_contents .txtbox{
		width: 60%;
	}
	.cate1 .boxwrap{
		gap: 30px;
	}
	.cate1 .boxwrap .box{
		width: 70%;
		gap: 10px;
		padding: 30px;
	}
	.cate1 .boxwrap .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.cate1 .boxwrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.cate1 .boxwrap .box::after{
		content: "";
		position: absolute;
		width: 50px;
		top: 0;
		left: 50%;
		transform: translate(-50%,-40px);
	}
	.cate3 .boxwrap{
		flex-direction: column;
		align-items: center;
		gap: 80px;
	}
	.cate3 .boxwrap .box{
		width: 65%;
		padding: 0 30px 30px;
	}
	.cate3 .boxwrap .box .num{
		width: 80px;
		margin-bottom: -50px;
	}
	.cate3 .boxwrap .box:not(:last-of-type)::after{
		top: auto;
		right: 50%;
		bottom: -12.5px;
		transform: translate(50%,100%) rotate(90deg);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.top_contents{
		padding-left: 10px;
		padding-right: 10px;
	}
	.top_contents .imgbox{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-around;
		align-items: flex-end;
		flex-direction: row;
	}
	.top_contents .txtbox{
		width: 100%;
		padding: 40px 0;
	}
	.top_contents .txtbox p{
		font-size: 14px;
	}
	.top_contents .imgbox .img1-1{
		width: 40%;
		margin-bottom: 10%;
	}
	.top_contents .imgbox .img1-2{
		width: 40%;
	}
	.top_contents .imgbox.img1 .img1-2,.top_contents .imgbox.img2 .img1-1{
		margin-left: 0;
		margin-right: 0;
	}
	.top_contents .imgbox.img2{
		flex-direction: row-reverse;
	}
	.cate1 .boxwrap {
		gap: 30px
	}
	.cate1 .boxwrap .box{
		width: 90%;
		gap: 10px;
		padding: 30px 20px;
	}
	.cate1 .boxwrap .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.cate1 .boxwrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.cate1 .boxwrap .box::after{
		width: 40px;
		transform: translate(-50%,-35px);
	}
	.cate3 .boxwrap .box{
		width: 80%;
		padding: 0 20px 30px;
	}
}

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

