@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

.system-ttl01{
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:22px;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
	border-bottom: solid 1px #805E4E;
}
.system-ttl02{
	margin-bottom:10px;
	font-size:30px;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
	text-align:center;
}

#system{
}
.system-box{
	margin-bottom:12vw;
	padding:70px 50px;
	border-radius:40px;
	background-color:#FCF9E2;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.system-box .box{
	width:47.5%;
}

.career-path-box{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.career-path-box .box{
	width:47.5%;
	margin-bottom:12vw;
	padding:70px 50px;
	border-radius:40px;
	background-color:#FCF9E2;
}
.career-path-box .flow li{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
}
.career-path-box .flow li:before{
	content:"";
	position:absolute;
	bottom:0%;
	left:50%;
	background:#004592;
	width: 18px;
	height: 12px;
	margin-left:-9px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.career-path-box .flow li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}
.career-path-box .flow li:last-child:before{
	display:none;
}

}

@media screen and (min-width:768px) and ( max-width:1200px) {
	

}

@media (max-width: 768px) {
		
	.system-ttl01{
		margin-bottom:2vw;
		padding-bottom:2vw;
		font-size:18px;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
		border-bottom: solid 1px #805E4E;
	}
	.system-ttl02{
		margin-bottom:2vw;
		font-size:24px;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
		text-align:center;
	}
	
	#system{
	}
	.system-box{
		margin-bottom:12vw;
		padding:7vw 5vw;
		border-radius:20px;
		background-color:#FCF9E2;
	}
	.system-box .box{
		margin-bottom:5vw;
	}
	
	.career-path-box{
	}
	.career-path-box .box{
		margin-bottom:12vw;
		padding:7vw 5vw;
		border-radius:20px;
		background-color:#FCF9E2;
	}
	.career-path-box .flow li{
		position:relative;
		margin-bottom:4vw;
		padding-bottom:8vw;
	}
	.career-path-box .flow li:before{
		content:"";
		position:absolute;
		bottom:0%;
		left:50%;
		background:#004592;
		width: 18px;
		height: 12px;
		margin-left:-9px;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}
	.career-path-box .flow li:last-child{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.career-path-box .flow li:last-child:before{
		display:none;
	}
}


