@charset "Shift_JIS";
/* --------------------------------------------------------------------
	2023 INDEXページ
-------------------------------------------------------------------- */
.mainframe_{
	float:none;
}

#lnav {
	display: none;
}
#print {
	display: none;
}
.container_ .contents_ {
/*display: none;*/
}
.km-index-page {}
.km-index-page img {
	max-width: 100%;
}
.km-index-page a {
	text-decoration: none;
}
.km-index-page a:hover {
	color: #404040;
}
/*---- Slick Slider ----*/
* {
	min-height: 0;
	min-width: 0;
}
.slidewrapper {
	position: relative;
	padding-bottom: 1px;
}
.slidewrapper .slick-slide {
	outline: none
}
.slidewrapper .slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.slidewrapper .slick-slider.slick-initialized {
	opacity: 1;
}
.index-area-inner {
/*	width: 1300px;*/
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.index-area-ttl {
	font-size: 36px;
	line-height: 1.7;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 80px;
}
.index-sustainability-area .index-area-ttl {
	color: #fff;
	text-shadow: 0 0 15px black;
}
/*------------- Top MV -------------*/
.index-top-mv {}
.index-top-mv .pc-slide-cont img {
	width: 100%;
}
.index-top-mv .sp-slide-cont {
	display: none;
}
/*------------- 企業情報 -------------*/
.index-corpinfo-area {
	padding: 190px 0;
}
.index-corpinfo-area .cont-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.corpinfo-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-bottom: -40px;
}
.corpinfo-menu > li {
/*	width: 295px;*/
	width: 270px;
	background: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-left: 40px;
	margin-bottom: 40px;
}
.corpinfo-menu > li > a {
	display: block;
	height: 100%;
}
.corpinfo-menu > li .ph {
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.corpinfo-menu > li .ph img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform .3s ease;
}
.corpinfo-menu > li > a:hover .ph img {
	-webkit-transform: scale(1.075);
	transform: scale(1.075);
}
.corpinfo-menu > li .cont {
	display: block;
	padding: 27px 25px 50px;
	transition: all .3s ease-out;
}
.corpinfo-menu > li > a:hover .cont {
	opacity: .5;
}
.corpinfo-menu > li .menu-ttl {
	display: block;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 12px;
}
.corpinfo-menu > li .lead-txt {
	display: block;
}
.corpinfo-menu > li > a > .menu-ttl {
	min-height: 120px;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	transition: all .3s ease-out;
}
.corpinfo-menu > li > a:hover > .menu-ttl {
	opacity: .5;
}
/*------------- サステナビリティ -------------*/
.index-sustainability-area {
	background: transparent url(/cms/img/km_index/bg_sustainability.jpg) top center no-repeat;
	background-size: cover;
	padding: 180px 0;
}
.index-sustainability-area .cont-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.index-sustainability-area .sustainability-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -24px;
	margin-bottom: -24px;
}
.index-sustainability-area .sustainability-menu > li {
	width: 240px;
	min-height: 126px;
	margin-left: 24px;
	margin-bottom: 24px;
	background-color: #fff;
}
.index-sustainability-area .sustainability-menu > li a {
	height: 100%;
	padding: 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.index-sustainability-area .sustainability-menu > li a::before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	background-color: #88BA45;
	transform: translateX(-100%);
	transition: 0.3s ease-in;
}
.index-sustainability-area .sustainability-menu > li a:hover::before {
	transform: translateX(0);
}
.index-sustainability-area .sustainability-menu > li a > span {
	display: block;
/*	font-size: 22px;*/
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 70px;
	position: relative;
	z-index: 1;
}
.index-sustainability-area .sustainability-menu > li a > span::before, .index-sustainability-area .sustainability-menu > li a > span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}
.index-sustainability-area .sustainability-menu > li a > span::after {
	transition: 0.3s ease-in;
}
.index-sustainability-area .sustainability-menu > li a:hover > span::after {
	opacity: 0;
}
.index-sustainability-area .sustainability-menu > li a > span.policy::before {
	background: transparent url(/cms/img/km_index/icon_sustainability_policy_w.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.policy::after {
	background: transparent url(/cms/img/km_index/icon_sustainability_policy.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.eco::before {
	background: transparent url(/cms/img/km_index/icon_sustainability_eco_w.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.eco::after {
	background: transparent url(/cms/img/km_index/icon_sustainability_eco.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.dietary::before {
	background: transparent url(/cms/img/km_index/icon_sustainability_dietary_w.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.dietary::after {
	background: transparent url(/cms/img/km_index/icon_sustainability_dietary.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.hr::before {
	background: transparent url(/cms/img/km_index/icon_sustainability_hr_w.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.hr::after {
	background: transparent url(/cms/img/km_index/icon_sustainability_hr.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.community::before {
	background: transparent url(/cms/img/km_index/icon_sustainability_community_w.png) center center no-repeat;
	background-size: 100%;
}
.index-sustainability-area .sustainability-menu > li a > span.community::after {
	background: transparent url(/cms/img/km_index/icon_sustainability_community.png) center center no-repeat;
	background-size: 100%;
}
/*------------- 食育活動 -------------*/
.index-dietary-area {
	padding: 190px 0;
}
.index-dietary-area .cont-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.dietary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-bottom: -40px;
}
.dietary-menu > li {
	width: 295px;
	background: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-left: 40px;
	margin-bottom: 40px;
}
.dietary-menu > li > a {
	height: 100%;
	display: block;
}
.dietary-menu > li .ph {
	display: block;
	padding-top: 73%;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.dietary-menu > li .ph img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform .3s ease;
}
.dietary-menu > li > a:hover .ph img {
	-webkit-transform: scale(1.075);
	transform: scale(1.075);
}
.dietary-menu > li .cont {
	display: block;
	padding: 27px 25px 50px;
	transition: all .3s ease-out;
}
.dietary-menu > li > a:hover .cont {
	opacity: .5;
}
.dietary-menu > li .menu-ttl {
	display: block;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 12px;
}
.dietary-menu > li .lead-txt {
	display: block;
}
.dietary-menu > li > a > .menu-ttl {
	height: 120px;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	transition: all .3s ease-out;
}
.dietary-menu > li > a:hover > .menu-ttl {
	opacity: .5;
}
/*-------------会社情報 -------------*/
.index-companyinfo-area {
/*	background: #f7f7f7 url(/cms/img/km_index/bg_companyinfo.png) bottom right no-repeat;*/
	background: #f7f7f7;
	background-size: 1140px auto;
/*	padding: 120px 0 175px;*/
	padding: 120px 0 120px;
}
.index-companyinfo-area .cont-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.index-companyinfo-area .companyinfo-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -41px;
	margin-bottom: -41px;
}
.index-companyinfo-area .companyinfo-menu > li {
	width: 406px;
	min-height: 142px;
	margin-left: 41px;
	margin-bottom: 41px;
	background-color: #fff;
}
.index-companyinfo-area .companyinfo-menu > li a {
	height: 100%;
	padding: 0 30px 0 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease-in;
}
.index-companyinfo-area .companyinfo-menu > li a:hover {
	color: #fff;
}
.index-companyinfo-area .companyinfo-menu > li a::before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	background-color: #E12B22;
	transform: translateX(-100%);
	transition: 0.3s ease-in;
}
.index-companyinfo-area .companyinfo-menu > li a:hover::before {
	transform: translateX(0);
}
.index-companyinfo-area .companyinfo-menu > li a > span {
	width: 100%;
	display: block;
	font-size: 22px;
	line-height: 1.7;
	font-weight: bold;
	padding-right: 40px;
	position: relative;
	z-index: 1;
}
.index-companyinfo-area .companyinfo-menu > li a > span::before, .index-companyinfo-area .companyinfo-menu > li a > span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
/*	background: transparent url(/cms/img/km_index/icon_circle_arrow_w.png) center center no-repeat;*/
	background: none;
	background-size: 100%;
}
.index-companyinfo-area .companyinfo-menu > li a > span::after {
	transition: 0.3s ease-in;
/*	background: transparent url(/cms/img/km_index/icon_circle_arrow_r.png) center center no-repeat;*/
	background: none;
	background-size: 100%;
}
.index-companyinfo-area .companyinfo-menu > li a:hover > span::after {
	opacity: 0;
}
/*-------------ニュースリリース -------------*/
.index-news-area {
	padding: 230px 0;
}
.index-news-area .news-release-list {
	font-size: 18px;
	line-height: 1.6em;
	border-top: 1px dotted #ccc;
	margin-bottom: 63px;
}
.index-news-area .news-release-list > li {
	border-bottom: 1px dotted #ccc;
}
.index-news-area .news-release-list > li > a {
	transition: 0.3s ease-in;
}
.index-news-area .news-release-list > li > a:hover {
	opacity: .5;
}
.index-news-area .news-release-list > li > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 28px 0;
}
.index-news-area .news-release-list > li .date {
	width: 7.5em;}
.index-news-area .news-release-list > li .label {
	width: 144px;
	margin-right: 2.5em;
}
.index-news-area .news-release-list > li .title {
	width: calc(100% - 10em - 144px);
}
/*------------- お客様相談室 -------------*/
.index-inquiry-area {
	padding-bottom: 180px;
}
.index-inquiry-area .cont-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -80px;
}
.index-inquiry-area .inquiry-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 610px;
	min-height: 325px;
	background-color: #F7F7F7;
	margin-left: 80px;
	padding: 30px;
	text-align: center;
}
.index-inquiry-area .inquiry-box .inquiry-ttl {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 35px;
}
.index-inquiry-area .inquiry-box .inquiry-tel {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 25px;
}
.index-inquiry-area .inquiry-box .inquiry-tel .freedial img {
	height: 22px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.index-inquiry-area .inquiry-box .inquiry-time .note {
	display: block;
}
.index-inquiry-area .inquiry-box .inquiry-btn.km-link-btn a {
	font-size: 22px;
	min-height: 87px;
	min-width: 370px;
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
/*	width: 1300px;*/
		width: 1200px;
		zoom: 0.8;
	}
}