/*-------------------------------------------> food */
#Main .fill-pagecolor {
		fill: #00b9ff;
}

.slideScroll.slideLeft .wrap, .slideScroll.slideLeft .wrap:after {
		background-image: url(../images/slide01_2.jpg);
}
.slideScroll.slideRight .wrap, .slideScroll.slideRight .wrap:after {
		background-image: url(../images/slide02.jpg);
}

/*-------------------------------------------> Block01 */
#Block01 .work {
		min-height: 834px;
		margin-bottom: 250px;
}
#Block01 .work .info {
		padding-top: 535px;
		width: 550px;
}
@media screen and (max-width: 767px) {
		#Block01 .work {
				min-height: initial;
				margin-bottom: 33.3333333333vw;
		}
		#Block01 .work .info {
				padding-top: 2.6666666667vw;
				width: 100%;
		}
}

/*-------------------------------------------> Block02 */
#Block02 .interview {
		background-image: url(../images/section02_bg_3.jpg);
}
#Block02 .work {
		min-height: 889px;
		margin-bottom: 240px;
}
#Block02 .work .info {
		padding-top: 25px;
		padding-bottom: 540px;
		padding-left: 600px;
		width: 380px;
}
#Block02 .work .info dl dt {
		white-space: nowrap;
}
#Block02 .work .info dl dt small {
		margin-left: 10px;
}
@media screen and (max-width: 767px) {
		#Block02 .interview {
				background-image: none;
		}
		#Block02 .interview .block:nth-of-type(1)::before {
				background-image: url(../images/section02_01_2@sp.jpg);
		}
		#Block02 .interview .block:nth-of-type(2)::before {
				background-image: url(../images/section02_02@sp.jpg);
		}
		#Block02 .interview .block:nth-of-type(3)::before {
				background-image: url(../images/section02_03_2@sp.jpg);
		}
		#Block02 .work {
				min-height: initial;
				margin-bottom: 32vw;
		}
		#Block02 .work .info {
				padding-top: 16vw;
				padding-bottom: 0;
				padding-left: 0;
				width: 100%;
		}
		#Block02 .work .info dl dt small {
				margin-left: 2.6666666667vw;
		}
}

/*-------------------------------------------> Block03 */
#Block03 .work {
		min-height: 864px;
		margin-bottom: 200px;
}
#Block03 .work .info {
		padding-top: 525px;
		width: 400px;
}
@media screen and (max-width: 767px) {
		#Block03 .work {
				min-height: initial;
				margin-bottom: 26.6666666667vw;
		}
		#Block03 .work .info {
				padding-top: 5.3333333333vw;
				width: 100%;
		}
}