@charset "UTF-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Quicksand:500');

body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #1D1D1D;
	line-height: 1.75;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1030px;
	padding-top: 76px;
	position: relative;
}

a,
button {
	transition: opacity .3s, background .3s, color .3s;
}

button {
	border: none;
}

.wrap {
	position: relative;
	z-index: 10;
}

.inner {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}

.vis-sp,
.vis-tb {
	display: none;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1030px;
	width: 100%;
	z-index: 1000;
	background: #FFF;
	line-height: 1;
	border-bottom: 1px solid #eee;
}

.head_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.head_logo {
	height: 75px;
	display: flex;
	align-items: center;
}

.head_logo a {
	display: inline-block;
	padding: 15px 20px;
}

.head_btn {
	overflow: hidden;
	display: none;
	-webkit-appearance: none;
	height: 60px;
	width: 60px;
	border: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	background: #fff;
}

.head_btn span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.5px;
	margin-left: -15px;
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #e40011;
	transition: .3s;
}

.head_btn span.-top {
	top: 35%;
}

.head_btn span.-mid {
}

.head_btn span.-btm {
	top: 65%;
}

.head_btn.-open span.-top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.head_btn.-open span.-mid {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

.head_btn.-open span.-btm {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.head_nav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	z-index: 1000;
}

.head_nav > a {
	display: flex;
	height: 75px;
	align-items: center;
	font-size: 18px;
	vertical-align: middle;
	padding: 0 12px;
	position: relative;
}

.head_nav > a:hover {
	color: #E40011;
}

.head_nav > a:after {
	content: "";
	display: block;
	height: 3px;
	width: 60%;
	left: 50%;
	bottom: 0px;
	margin-left: -30%;
	position: absolute;
	background: #e40011;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.head_nav > a:hover:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.head_spnav {
	position: absolute;
	height: auto;
	width: 100%;
	top: 61px;
	z-index: 1000;
	display: none;
	line-height: 1;
}

.head_spnav_list {
}

.head_spnav_list > li a {
	display: block;
	background: #fff;
	width: 100%;
	font-size: 16px;
	padding: 15px 15px 15px 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.head_spnav_list > li a:hover {
}

.head_spnav_list > li a:before {
	font-family: icomoon;
	content: "\e903";
	line-height: 1;
	color: #e40011;
	vertical-align: middle;
	font-size: 14px;
	margin-top: -0.5em;
	position: absolute;
	left: 15px;
	top: 50%;
}

.head_spnav_list > li a.-haschild:before {
	content: "\e901";
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.head_spnav_list > li a.-haschild.-open:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.head_spnav_sublist {
	display: none;
}

.head_spnav_sublist > li a {
	background: #efefef;
	padding-left: 60px;
}

.head_spnav_sublist > li a:before {
	left: 40px;
}

.foot {
	line-height: 1;
	background: #f7f3f0;
	padding: 40px 0;
	position: relative;
	z-index: 10;
}

.foot_pt {
	display: inline-block;
	position: fixed;
	bottom: 4%;
	right: 3%;
	z-index: 999;
}

.foot_pt.-ab {
	position: absolute;
	top: -45px;
}

.foot_nav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
}

.foot_nav_list {
}

.foot_nav_list.-sub {
	padding-left: 18px;
}

.foot_nav_list > li {
	line-height: 2;
}

.foot_nav_list > li a:hover {
	color: #e40011;
}

.foot_nav_list > li > a {
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.foot_nav_list.-sub > li > a {
	padding-left: 1em;
}

.foot_nav_list > li > a:before {
	color: #e40011;
	font-family: icomoon;
	content: "\e903";
	position: absolute;
	left: 0;
	top: 1.2em;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 12px;
}

.foot_nav_list.-sub > li > a:before {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #E40011;
	margin-top: 0;
}

.foot_sns {
	padding: 20px 0;
	border-top: 1px solid #dddddd;
	text-align: center;
	font-size: 0;
}

.foot_sns.-sp {
	display: none;
}

.foot_sns > a {
	display: inline-block;
	margin: 0 10px;
}

.foot_btm {
	border-top: 1px solid #dddddd;
	padding-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.foot_btm_col {
}

.foot_btm_logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.foot_btm_logo > a {
	display: inline-block;
}

.foot_btm_addr {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.foot_btm_copy {
	color: #E40011;
	font-size: 12px;
}

.pnkz {
	line-height: 1;
}

.pnkz_list {
	font-size: 0;
	padding: 10px 0;
	white-space: nowrap;
}

.pnkz_list > li {
	display: inline-block;
	font-size: 12px;
	color: #999;
}

.pnkz_list > li:before {
	font-family: icomoon;
	font-size: 11px;
	content: "\e903";
	display: inline-block;
	padding: 0 0.5em;
}

.pnkz_list > li:first-child:before {
	display: none;
}

.pnkz_list > li a {
}

.pnkz_list > li a:hover {
	color: #E40011;
}

.topnav {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.topnav > a {
	display: table-cell;
	vertical-align: middle;
	padding: 12px;
	border: 1px solid #ddd;
	line-height: 1.4;
	-webkit-font-smoothing: auto;
}

.topnav.-ec {
	display: flex;
	gap: 7px;
	position: relative;
	width: 80%;
	margin: 20px auto 0;
	/* 子要素を中央寄せ */
	justify-content: center;
}

.topnav.-ec:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -10%;
	width: 120%;
	height: 1px;
	background: #DF0001;
}

.topnav.-ec > a {
	display: block;
	padding: 14px 35px;
	background-color: #F7F3F0;
	border: none;
}

body.-product-index .topnav > a.-index,
body.-product-seimai .topnav > a.-seimai,
body.-product-suihan .topnav > a.-suihan,
body.-product-bento .topnav > a.-bento,
body.-product-tenpo .topnav > a.-tenpo,
body.-about-index .topnav > a.-index,
body.-about-greeting .topnav > a.-greeting,
body.-about-outline .topnav > a.-outline,
body.-about-polished_rice .topnav > a.-polished_rice,
body.-about-cooking_rice .topnav > a.-cooking_rice,
body.-about-info .topnav > a.-info,
body.-about-magazine .topnav > a.-magazine,
body.-recruit-index .topnav > a.-index,
body.-recruit-new .topnav > a.-new,
body.-recruit-mid .topnav > a.-mid,
body.-recruit-part .topnav > a.-part,
body.-recruit-voice .topnav > a.-voice,
body.-sdgs .topnav > a.-sdgs,
body.-ec-index .topnav > a.-index,
body.-ec-list .topnav > a.-list,
body.-ec-guide .topnav > a.-guide,
body.-ec-form .topnav > a.-form,
body.-ec-single .topnav > a.-list {
	background: #E40011;
	color: #fff;
}
.topnav > a:hover {
	background: #E40011;
	color: #fff;
}

.topnav > a.-ec:after {
	font-family: icomoon;
	content: "\e908";
	margin-left: 0.5em;
	font-size: 12px;
}

.main {
}

.main.-pb {
	padding-bottom: 80px;
}

.main_head {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.main_head_cnt {
	position: relative;
	height: 400px;
	display: inline-block;
	vertical-align: middle;
	min-width: 300px;
	background: rgba(255, 255, 255, 0.85);
}

.main_head_ttl {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 30px;
	line-height: 1.4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main_head_ttl:after {
	position: absolute;
	content: "";
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/img-arc@2x.png");
	background-size: contain;
	width: 115px;
	height: 11px;
	bottom: -30px;
	left: 50%;
	margin-left: -58px;
}

body.-recruit-mid .main_head_ttl:after {
	background-image: url("../img/img-arc-mid@2x.png");
}

body.-recruit-part .main_head_ttl:after {
	background-image: url("../img/img-arc-part@2x.png");
}

.main_cnt {
	padding: 80px 0;
}

.main_ttl {
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 40px;
	border-bottom: 1px solid #E40011;
}

@media screen and (max-width:1200px) {
	.head_nav > a {
		font-size: 15px;
	}

}

/* for Tablet */
@media screen and (max-width:1030px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

}

@media screen and (min-width:641px) {
	.head_spnav {
		display: none !important;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
		padding-top: 61px;
	}

	.inner {
		padding: 0 10px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.head {
		min-width: 360px;
		border-bottom: 1px solid #ccc;
	}

	.head_logo {
		height: 60px;
	}

	.head_logo a {
		padding: 10px;
	}

	.head_logo a img {
		height: 40px;
		width: auto;
	}

	.head_btn {
		display: block;
	}

	.head_btn span {
	}

	.head_btn span.-top {
	}

	.head_btn span.-mid {
	}

	.head_btn span.-btm {
	}

	.head_nav {
		display: none;
	}

	.head_spnav {
	}

	.foot {
	}

	.foot_pt {
		position: fixed;
		top: auto;
		bottom: 15px;
		right: 10px;
		z-index: 1000;
	}

	.foot_nav {
		display: none;
	}

	.foot_nav_list {
	}

	.foot_nav_list.-sub {
	}

	.foot_nav_list > li {
	}

	.foot_nav_list > li > a {
	}

	.foot_nav_list.-sub > li > a {
	}

	.foot_nav_list > li > a:before {
	}

	.foot_nav_list.-sub > li > a:before {
	}

	.foot_sns {
		border-top: 0;
	}

	.foot_sns.-pc {
		display: none;
	}

	.foot_sns.-sp {
		display: block;
	}

	.foot_sns > a {
	}

	.foot_btm {
		display: block;
		text-align: center;
		padding-top: 0;
		border-top: 0;
	}

	.foot_btm_col {
	}

	.foot_btm_logo {
		margin-right: 0;
		display: block;
	}

	.foot_btm_logo > a {
	}

	.foot_btm_addr {
		display: block;
		margin-top: 20px;
	}

	.foot_btm_copy {
	}

	.pnkz {
		overflow: scroll;
	}

	.IE .pnkz {
		overflow: hidden;
	}

	.topnav {
		display: none;
		flex-wrap: wrap;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		margin: 15px 0 25px;
	}

	.topnav.-ec {
		display: none;
	}

	.topnav > a {
		width: 50%;
		border-left: 0;
		border-top: 0;
		padding: 10px 5px;
		font-size: 13px;
	}

	.topnav > a.-ec:after {
	}

	.main {
	}

	.main.-pb {
		padding-bottom: 40px;
	}

	.main_head {
	}

	.main_head_cnt {
		height: auto;
		width: 42%;
		min-width: 0;
	}

	.main_head_cnt:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	.main_head_ttl {
		font-size: 18px;
	}

	.main_head_ttl:after {
		bottom: -20px;
	}

	body.-recruit-mid .main_head_ttl:after {
	}

	body.-recruit-part .main_head_ttl:after {
	}

	.main_cnt {
		padding: 40px 0;
	}

	.main_ttl {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

}

/* for Print */
@media print {
}