/*フードサプライ事業 food*/
#food::before {
	content: "";
	position: absolute;
	top: 44%;
	left: 0;
	background-color: #FDF8F0;
	width: 100%;
	height: 55%;
	z-index: -1;
}
#food {
	margin-top: 98px;
	padding-bottom: 60px;
	position: relative;
}
#food .cntBox {
	width: 1366px;
	max-width: 100%;
	margin: 52px auto 0;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
#food .cntCopy {
	color: #222;
	font-size: 39px;
	letter-spacing: 0.05em;
	text-align: center;
}
#food .cntImg {
	width: 1000px;
	max-width: 100%;
	margin: 60px auto 0;
	position: relative;
}
#food .cntImg::before {
	content: "";
	display: block;
	padding-top: 42%;
}
#food .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#food .cntImgCommon {
	position: absolute;
}
#food .cntImg01 {
	top: 18%;
	left: 4%;
}
#food .cntImg01 img {
	width: 158px;
	height: 158px;
}
#food .cntImg02 {
	top: 43%;
	left: 1%;
}
#food .cntImg02 img {
	width: 190px;
	height: 190px;
}
#food .cntImg03 {
	bottom: -19%;
	left: 5%;
}
#food .cntImg03 img {
	width: 158px;
	height: 158px;
}
#food .cntImg04 {
	top: 9%;
	right: 10%;
}
#food .cntImg04 img {
	width: 158px;
	height: 158px;
}
#food .cntImg05 {
	top: 21%;
	right: 2%;
}
#food .cntImg05 img {
	width: 190px;
	height: 190px;
}
#food .cntImg06 {
	bottom: 7%;
	right: 5%;
}
#food .cntImg06 img {
	width: 158px;
	height: 158px;
}
#food .cntBtn {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

/*当社の特徴とサービス feature and service*/
#feature {
	margin-top: 78px;
}
#feature .cntBox {
	width: 1240px;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin: 87px auto 0;
}
#feature .cntItem {
	display: flex;
}
#feature .cntItem:not(:first-child) {
	margin-top: 40px;
}
#feature .cntMeta {
	width: 622px;
	max-width: 100%;
}
#feature .cntHeading {
	display: flex;
	align-items: center;
}
#feature .cntNumber {
	font-size: 28px;
	color: #222;
	position: relative;
	padding: 10px 6px;
	border-left: 2px solid #1283CC;
	border-right: 2px solid #B82C69;
}
#feature .cntNumber::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,#1283CC 0%,#1283CC 50%,#B82C69 50%,#B82C69 100%);
}
#feature .cntNumber::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,#1283CC 0%,#1283CC 50%,#B82C69 50%,#B82C69 100%);
}
#feature .cntCopy {
	font-size: 30px;
	color: #444;
	margin-left: 20px;
}
#feature .cntText {
	font-size: 16px;
	color: #444;
	line-height: 2.125;
	margin-top: 14px;
}
#feature .cntBtn {
	margin-top: 20px;
}
#feature .cntBtn-products a {
  line-height: 1.4;
}
#feature .cntBtn a span{
	font-size: 12px;
}
#feature .cntImg {
	margin-left: 48px;
	width: 520px;
	max-width: 100%;
	position: relative;
}
#feature .cntImg::before {
	content: "";
	display: block;
	padding-top: 48.07%;
}
#feature .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/*配送エリア delivery*/
#delivery {
	margin-top: 80px;
	padding-top: 54px;
	padding-bottom: 80px;
	background-color: #FDF8F0;
}
#delivery .cntBox {
	margin: 101px auto 0;
	width: 1240px;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
#delivery .cntArea {
	display: flex;
	align-items: center;
}
#delivery .cntName {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #7B7B7B;
	padding: 4px 92px;
}
#delivery .cntDate {
	font-size: 18px;
	color: #000;
	margin-left: 15px;
}
#delivery .cntImg {
	width: 100%;
	position: relative;
	margin-top: -17px;
}
#delivery .cntImg::before {
	content: "";
	display: block;
	padding-top: 71.4285%;
}
#delivery .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#delivery .cntSubBox {
	padding-top: 23px;
	padding-bottom: 30px;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	width: 1000px;
	max-width: 100%;
	margin: 60px auto 0;
}
#delivery .cntCopy {
	font-size:26px;
	letter-spacing: 0.05em;
	color: #222;
	line-height: 1.71875;
	text-align: center;
}
#delivery .cntBtn {
	margin-top: 19px;
	display: flex;
	justify-content: center;
}
#delivery .cntBtn a {
	background-color: #E3A623;
	border: 2px solid #E3A623;
}
#delivery .cntBtn a:hover {
	color: #E3A623;
	background-color: #fff;
}
#supply.business-products{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	#delivery {
		margin-top: 40px;
		padding-top: 27px;
		padding-bottom: 40px;
	}
	#delivery .cntBox {
		margin-top: 50px;
	}
	#delivery .cntCopy {
		font-size: 17px;
	}
	#delivery .cntName {
		padding: 4px 15px;
		text-align: center;
		font-size: 18px;
	}
	#delivery .cntDate {
		font-size: 14px;
	}
	#delivery .cntImg {
		margin-top: 10px;
	}
	.cntBtn-products{
		width: 100%;
    padding: 5px 5%;
    margin-top: 90px;
	}
	.cntBtn-products a{
		line-height: 1.4;
	}
}
@media screen and (max-width: 767px) {
	#food {
		margin-top: 49px;
		padding-bottom: 30px;
	}
	#food .cntCopy {
		font-size: 24px;
		line-height: 1.717;
	}
	#food .cntImg01 {
		top: 23%;
		left: 2%;
	}
	#food .cntImg01 img {
		width: 60px;
		height: 60px;
	}
	#food .cntImg02 {
		top: 45%;
		left: -3%;
	}
	#food .cntImg02 img {
		width: 62px;
		height: 62px;
	}
	#food .cntImg03 {
		bottom: -12%;
		left: 4%;
	}
	#food .cntImg03 img {
		width: 60px;
		height: 60px;
	}
	#food .cntImg04 {
		top: 28%;
		right: 3%;
	}
	#food .cntImg04 img {
		width: 70px;
		height: 70px;
	}
	#food .cntImg05 {
	    top: 65%;
  	  right: 0;
	}
	#food .cntImg05 img {
		width: 62px;
		height: 62px;
	}
	#food .cntImg06 {
		bottom: -17%;
		right: 3%;
	}
	#food .cntImg06 img {
		width: 70px;
		height: 70px;
	}
	#food .cntBtn {
		margin-top: 30px;
	}
	#feature {
		margin-top: 39px;
	}
	#feature .cntBox {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 43px;
	}
	#feature .cntItem {
		display: block;
	}
	#feature .cntMeta {
		width: 100%;
	}
	#feature .cntNumber {
		font-size: 22px;
	}
	#feature .cntCopy {
		font-size: 24px;
	}
	#feature .cntText {
		font-size: 14px;
	}
	#feature .cntImg {
		width: 100%;
		margin-left: 0;
		margin-top: 14px;
	}
	#feature .cntBtn {
		display: flex;
		justify-content: center;
	}
	#food .cntImg{
		margin-top: 20px;
	}
	#food .cntCopy{
		position: relative;
		z-index: 1;
	}
	#feature .cntCopy{
		margin-left: 15px;
	}
	#feature .cntBtn a{
		margin: 0px auto;
	}
	#delivery .cntImg{
		margin-left: -5%;
		width: 111%;
	}
	#delivery .cntDate{
		font-size: 16px;
	}
	#delivery .cntSubBox{
		    margin-top: 30px; 
	}
	#delivery .cntCopy{
		font-size: 16px;
	}
	#supply .cntHeading{
		font-size: 23px;
		letter-spacing: 0.01em;
		padding-left: 20px;
	}
	#supply .cntText{
		margin-top: 20px;
	}
}
