* {
margin: 0;
box-sizing: border-box;
}
/* PC  -------------------------------------------------- */
@media screen and (min-width:767px) {
	#chirashi_vision {
	background-color: #fff;
	margin: 0 auto;
	width: 1000px;
	}
	#chirashi_vision img {
	display: block;
	height: auto;
	width: 100%;
	}
	#chirashi_vision a {
	color: #fff;
	text-decoration: underline;
	}
	#chirashi_vision .chirashi_vision_wrap {
	padding: 13px;
	}
	#chirashi_vision .chirashi_vision_ttl_mb {
	margin-bottom: 60px;
	}
	#chirashi_vision_head {
	padding: 0;
	}
	#chirashi_vision_main .chirashi_vision_wrap {
	width: 793px;
	padding-top: 40px;
	padding-bottom: 60px;
	margin: 0 auto;
	}
    #chirashi_vision_plan .chirashi_vision_wrap picture{
    aspect-ratio: 974 / 871;
    }
	#chirashi_vision_flow .chirashi_vision_wrap {
	padding-bottom: 60px;
	}
    #chirashi_vision_flow .chirashi_vision_wrap picture{
    aspect-ratio: 975 / 155;
    }
	#chirashi_vision .chirashi_vision_cont_ttl {
	background: #231815;
	color: #fff;
	font-size: 29px;
	font-weight: 600;
	line-height: 66px;
	text-align: left;
	height: 66px;
	padding-left: 35px;
	}
	#chirashi_vision .chirashi_vision_cont_ttl::before {
	content: '■';
	font-size: 29px;
	margin-right: 2px;
	}
}
/* SP  -------------------------------------------------- */
@media screen and (max-width:767px) {
	#chirashi_vision {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	}
	#chirashi_vision img {
	display: block;
	height: auto;
	width: 100%;
	}
	#chirashi_vision a {
	color: #fff;
	}
	#chirashi_vision .chirashi_vision_wrap {
	padding: 3%;
	}
	#chirashi_vision .chirashi_vision_ttl_mb {
	margin-bottom: 20px;
	}
	#chirashi_vision_main .chirashi_vision_wrap {
	padding-top: 5%;
	padding-bottom: 8%;
	}
	#chirashi_vision_flow .chirashi_vision_wrap {
	padding-bottom: 8%;
	}
	#chirashi_vision .chirashi_vision_cont_ttl {
	background: #231815;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 600;
	min-height: 33px;
	height: auto;
	padding: 2% 0 2% 19px;
	text-align: left;
	}
	#chirashi_vision .chirashi_vision_cont_ttl::before {
	content: '■';
	font-size: 3.5vw;
	margin-right: 2px;
	}
}