@charset "UTF-8";
.mod {
	/* ----------------------------
	 モジュール
	---------------------------- */
	/* ----------------------------
 	ヘッダー
	---------------------------- */
	/* ----------------------------
 	七福神グループ
	---------------------------- */
	/* ----------------------------
 	リクルート
	---------------------------- */
	/* ----------------------------
 	ワーカー
	---------------------------- */
	/* ----------------------------
 	アクセス
	---------------------------- */
	/* ----------------------------
 	インスタグラム
	---------------------------- */
	/* ----------------------------
		パーツ
		---------------------------- */
	/* ----------------------------
 	フッター
	---------------------------- */
}

.mod-inner {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}

.mod-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 180px;
}

.mod-header:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff9e01;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.mod-header_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.mod-header_logo {
	width: 100px;
}

.mod-header_logo img {
	vertical-align: bottom;
	width: 100%;
}

.mod-header_nav {
	margin: 0 auto;
}

.mod-header_nav_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mod-header_nav_list_item {
	margin-left: 40px;
	font-weight: bold;
	position: relative;
}

@media only screen and (max-width: 999px) {
	.mod-header_nav_list_item {
		margin-left: 20px;
	}
}

.mod-header_nav_list_item .-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	position: relative;
}

.mod-header_nav_list_item .-link:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
	width: 12px;
	height: 22px;
	background: url(../img/rice_mark.png) center center no-repeat;
	-webkit-animation: showRice 0.3s linear 0s;
	animation: showRice 0.3s linear 0s;
	display: none;
}

.mod-header_nav_list_item .-link.-current,
.mod-header_nav_list_item .-link:hover {
	color: #fff;
}

.mod-header_nav_list_item .-link.-current:before,
.mod-header_nav_list_item .-link:hover:before {
	-webkit-animation: showRice 0.3s linear 0s;
	animation: showRice 0.3s linear 0s;
	display: block;
}

.mod-header_nav_list_item .-childList {
	display: none;
	border-top: 1px solid #fff;
	position: absolute;
	width: 100%;
}

.mod-header_nav_list_item .-childList.-actiev {
	display: block;
}

.mod-header_nav_list_item .-childList_item {
	width: 100%;
}

.mod-header_nav_list_item .-childList_item_link {
	width: 100%;
	display: block;
	background-color: rgba(204, 204, 204, 0.9);
	padding: 10px 7px;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-header_nav_list_item .-childList_item_link:hover {
	background-color: #333;
	color: #fff;
}

.mod-header_nav_list a {
	text-decoration: none;
}

.mod-header_snsList {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mod-header_snsList_item {
	max-width: 30px;
	margin-right: 10px;
}

.mod-header_snsList_item:last-child {
	margin-right: 0;
}

.mod-header_snsList_item img {
	width: 100%;
}

.mod-mv {
	background-size: cover;
	height: 100%;
	height: 100vh;
	min-height: 820px;
	position: relative;
	overflow: hidden;
}

.mod-mv .slick-list,
.mod-mv .slick-track {
	height: 100%;
}

.mod-mv_list {
	height: 100%;
}

.mod-mv_list li {
	background-size: cover;
	min-height: 400px;
	height: 100%;
}

.mod-mv_list li.-list01 {
	background: url(../img/main01_pc.jpg) center center no-repeat;
	background-size: cover;
}

.mod-mv_list li.-list02 {
	background: url(../img/main02_pc.jpg) center center no-repeat;
	background-size: cover;
}

.mod-mv_list li.-list03 {
	background: url(../img/main03_pc.jpg) center center no-repeat;
	background-size: cover;
}

.mod-mv_list li.-list04 {
	background: url(../img/main04_pc.jpg) center center no-repeat;
	background-size: cover;
}

.mod-mv_list li.-list05 {
	background: url(../img/main05_pc.jpg) center center no-repeat;
	background-size: cover;
}

.mod-mv_list img {
	width: 100%;
}

.mod-mv:after {
	width: 100%;
	height: 200px;
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.mod-mv video {
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	position: absolute;
	top: 0;
	z-index: -1;
}

.mod-mv_dtl {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 1;
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.mod-mv_title {
	width: 92%;
	max-width: 872px;
	-webkit-transform: translate(0, -8.72%);
	transform: translate(0, -8.72%);
	padding-top: 18vw;
	margin-left: auto;
	margin-right: auto;
}

.mod-mv_info {
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
	background-color: #ccc;
	padding: 10px;
	max-width: 560px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.mod-mv_info_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.mod-mv_info .-category {
	background-color: #555;
	color: #ccc;
	display: inline-block;
	line-height: 1;
	padding: 3px 20px 3px 10px;
	position: relative;
}

.mod-mv_info .-category:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 11px 0;
	border-color: transparent #cccccc transparent transparent;
}

.mod-mv_info .-title {
	margin-left: 20px;
}

.mod-mv_info .-title a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-mv_info .-title a:hover {
	color: #fff;
}

.mod-mv_banner {
	max-width: 470px;
	width: 92%;
	margin: 10px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mod-mv_banner_tel {
	width: 77.974%;
}

.mod-mv_banner_contact {
	width: 22.026%;
}

.mod-mv_banner a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-mv_banner a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.mod-mv_banner a img {
	width: 100%;
}

.mod-mvLink {
	max-width: 1100px;
	width: 98%;
	margin: 60px auto;
	position: relative;
}

.mod-mvLink:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1%;
	background-color: #333;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
}

.mod-mvLink:after {
	content: '';
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
	height: 1%;
	background-color: #333;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
}

.mod-mvLink_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mod-mvLink_list_item {
	width: 50%;
	padding: 30px 0 0px;
}

.mod-mvLink_list_item.-left {
	padding-right: 20px;
	position: relative;
}

.mod-mvLink_list_item.-left img {
	width: 100%;
}

.mod-mvLink_list_item.-left:after {
	content: '';
	position: absolute;
	bottom: 15%;
	right: 0;
	width: 1px;
	height: 85%;
	background-color: #333;
}

.mod-mvLink_list_item.-right {
	padding: 10px 0 0px;
	padding-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mod-group {
	margin-top: 100px;
}

.mod-group_dtl {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: -12vw;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mod-group_dtl_title {
	width: 16%;
	text-align: center;
}

.mod-group_dtl_title a {
	text-decoration: none;
}

.mod-group_dtl_title a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-group_dtl_title a:hover img {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.mod-group_dtl_imgMap01 {
	width: 27%;
	text-align: center;
}

.mod-group_dtl_imgMap01 .-list {
	border: 2px solid #c89c45;
}

.mod-group_dtl_imgMap01 .-list .-item {
	font-size: 22px;
	font-size: 2.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 20px;
	border-top: 1px solid #c89c45;
}

.mod-group_dtl_imgMap01 .-list .-item a {
	text-decoration: none;
}

.mod-group_dtl_imgMap01 .-list .-item a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-group_dtl_imgMap01 .-list .-item a:hover img {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.mod-group_dtl_imgMap01 .-list .-item:first-child {
	border: none;
}

.mod-group_dtl_imgMap01 .-list .-item .-img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mod-group_dtl_imgMap01 .-list .-item .-txt {
	margin-left: 10px;
	width: 70%;
	font-size: 22px;
	font-size: 2.2rem;
}

.mod-group_dtl_imgMap01 .-list .-item .-txt span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.mod-group_dtl_imgMap02 {
	width: 16%;
	text-align: center;
	position: relative;
}

.mod-group_dtl_imgMap02:before {
	position: absolute;
	top: 50px;
	left: -53%;
	width: 53%;
	height: 1px;
	background-color: #c89c45;
	content: '';
}

.mod-group_dtl_imgMap02 .-list {
	border: 2px solid #c89c45;
	padding: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.mod-group_dtl_imgMap03 {
	width: 16%;
	text-align: center;
	position: relative;
}

.mod-group_dtl_imgMap03:before {
	position: absolute;
	top: 50px;
	left: -53%;
	width: 53%;
	height: 1px;
	background-color: #c89c45;
	content: '';
}

.mod-group_dtl_imgMap03 .-list {
	border: 2px solid #c89c45;
	padding: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.mod-group_dtl_txt {
	text-align: left;
	color: #c89c45;
}

.mod-group_intro {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mod-group_intro_txt {
	width: 33%;
}

.mod-group_intro_txt .-title {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.mod-group_intro_txt .-txt {
	margin-top: 20px;
	line-height: 2;
}

.mod-group_intro_txt .-list {
	margin-top: 45px;
}

.mod-group_intro_txt .-list .-item {
	margin-top: 20px;
}

.mod-group_intro_txt .-list .-item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-group_intro_txt .-list .-item a:hover {
	background-color: #333;
	color: #fff;
}

.mod-group_intro_map {
	width: 62%;
}

.mod-group_intro_map iframe {
	width: 100%;
}

.mod-recruit .mod-section01List_item.-topRecruit01 {
	background: url(../img/top/recruitment_ph.png) top right no-repeat;
	background-size: 85%;
}

.mod-recruit
	.mod-section01List_item.-topRecruit01
	.mod-section01List_item_wrap {
	-webkit-transform: translateY(22vw);
	transform: translateY(22vw);
}

@media only screen and (max-width: 1200px) {
	.mod-recruit
		.mod-section01List_item.-topRecruit01
		.mod-section01List_item_wrap {
		-webkit-transform: translateY(15vw);
		transform: translateY(15vw);
	}
}

.mod-recruit .mod-section01List_item_en {
	text-align: center;
}

.mod-recruit_contact {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 60px;
	margin-left: 15%;
	width: 83%;
	max-width: 840px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mod-recruit_contact_tel {
	width: 50%;
}

.mod-recruit_contact_tel .-title {
	font-size: 14px;
	font-size: 1.4rem;
}

.mod-recruit_contact_tel .-tel {
	font-size: 44px;
	font-size: 4.4rem;
	max-width: 390px;
}

.mod-recruit_contact_tel .-tel img {
	vertical-align: bottom;
}

.mod-recruit_contact_list {
	width: 50%;
	margin-left: 30px;
}

.mod-recruit_contact_list .-item {
	margin-top: 20px;
}

.mod-recruit_contact_list .-item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-recruit_contact_list .-item a:hover {
	background-color: #333;
	color: #fff;
}

.mod-worker .mod-section01List_item.-topWorker01 {
	background: url(../img/top/worker_ph01.png) top right no-repeat;
	background-size: 85%;
}

.mod-worker .mod-section01List_item.-topWorker01 .mod-section01List_item_wrap {
	-webkit-transform: translateY(22vw);
	transform: translateY(22vw);
}

@media only screen and (max-width: 1200px) {
	.mod-worker .mod-section01List_item.-topWorker01 .mod-section01List_item_wrap {
		-webkit-transform: translateY(15vw);
		transform: translateY(15vw);
	}
}

@media only screen and (max-width: 999px) {
	.mod-worker .mod-section01List_item.-topWorker01 .mod-section01List_item_wrap {
		-webkit-transform: translateY(16vw);
		transform: translateY(16vw);
	}
}

.mod-worker_staffList {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

.mod-worker_staffList_item {
	width: 22%;
}

.mod-worker_staffList_item .-img {
	width: 80%;
	margin: 0 auto;
}

.mod-worker_staffList_item .-img img {
	width: 100%;
	border-radius: 50%;
}

.mod-worker_staffList_item .-title {
	margin-top: 20px;
	text-align: center;
}

.mod-worker_staffList_item .-txt {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
}

.mod-access .mod-title01Wrap {
	padding-top: 13vw;
	min-height: 36vw;
}

@media only screen and (max-width: 769px) {
	.mod-access .mod-title01Wrap {
		padding-top: 30vw;
		padding-bottom: 13vw;
	}
}

@media only screen and (max-width: 769px) {
	.mod-access .mod-title01Wrap .mod-access_title {
		-webkit-transform: translateY(-10vw);
		transform: translateY(-10vw);
	}
}

.mod-accessMap {
	margin-top: -10vw;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.mod-accessMap {
		margin-top: -18vw;
	}
}

.mod-accessMap iframe {
	width: 100%;
	min-height: 40vw;
}

.mod-accessMap iframe .place-card {
	display: none;
}

.mod-accessStore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 180px;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore {
		display: block;
		margin-top: 50px;
	}
}

.mod-accessStore_dtl {
	width: 42%;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_title {
		width: 245px;
	}
}

.mod-accessStore_dtl_txt01 {
	font-weight: bold;
}

.mod-accessStore_dtl_txt01 span {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 25px 5px 0;
}

.mod-accessStore_dtl_txt02 {
	font-weight: bold;
}

.mod-accessStore_dtl_txt02 span {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 20px 5px 0;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_txt02 span {
		margin: 5px 5px 0;
	}
}

.mod-accessStore_dtl_txt03 {
	margin-top: 40px;
	font-weight: bold;
	line-height: 2;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_txt03 {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_txt04 {
		margin-top: 20px;
	}
}

.mod-accessStore_dtl_lnk {
	margin-top: 50px;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_lnk {
		margin-top: 30px;
	}
}

.mod-accessStore_dtl_lnk a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-accessStore_dtl_lnk a:hover {
	background-color: #333;
	color: #fff;
}

.mod-accessStore_dtl_tel {
	margin-top: 50px;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_tel {
		margin-top: 20px;
	}
}

.mod-accessStore_dtl_tel .-title {
	margin-top: 85px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_dtl_tel .-title {
		margin-top: 30px;
	}
}

.mod-accessStore_dtl_tel .-tel {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.6;
}

.mod-accessStore_img {
	width: 48%;
}

@media only screen and (max-width: 769px) {
	.mod-accessStore_img {
		width: 80%;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
}

.mod-accessStore_img_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mod-accessStore_img_list .-item:nth-child(n + 2) {
	margin-top: 20px;
	width: 23%;
	margin-left: 2.5%;
}

.mod-accessStore_img_list .-item:nth-child(2) {
	margin-left: 0%;
}

.mod-accessStore_img_list .-item:first-child {
	width: 100%;
}

.mod-accessEat {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 100px;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat {
		width: 80%;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
}

.mod-accessEat_title {
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat_title {
		margin-top: 80px;
	}
}

.mod-accessEat_list {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat_list {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.mod-accessEat_list_item {
	width: 30%;
	margin-left: 3.3%;
}

.mod-accessEat_list_item .-img {
	width: 100%;
}

.mod-accessEat_list_item .-img img {
	width: 100%;
}

.mod-accessEat_list_item:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat_list_item {
		width: 48%;
		margin-left: 0%;
	}
	.mod-accessEat_list_item:nth-child(n + 3) {
		margin-top: 40px;
	}
	.mod-accessEat_list_item:nth-child(even) {
		margin-left: 4%;
	}
}

.mod-accessEat_list_item .-title {
	margin-top: 20px;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat_list_item .-title {
		font-size: 1.6rem;
		margin-top: 10px;
	}
}

.mod-accessEat_list_item .-txt {
	margin-top: 10px;
}

@media only screen and (max-width: 769px) {
	.mod-accessEat_list_item .-txt {
		line-height: 1.5;
		font-size: 1.4rem;
	}
}

.mod-accessEat_list_item .-txt a {
	text-decoration: none;
	color: #0343fb;
}

.mod-accessEat_list_item .-txt a:hover {
	text-decoration: underline;
}

.mod-instagram {
	margin-top: 450px;
}

.mod-instagram_titleWrap {
	position: relative;
}

.mod-instagram_titleWrap:after {
	width: 100%;
	height: 1000px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffc434;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.mod-instagram_title {
	text-align: center;
	font-size: 42px;
	font-size: 4.2rem;
}

.mod-instagram_topLink {
	position: absolute;
	top: -12vw;
	right: 8vw;
}

.mod-instagram_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.mod-instagram_list li {
	width: 25%;
}

.mod-instagram_list li:nth-child(9) {
	display: none;
}

.mod-instagram_list li a {
	display: block;
	height: 25vw;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mod-instagram_list li a:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.mod-section01List {
	margin-top: -18vw;
}

.mod-section01List_item {
	min-height: 55vw;
}

.mod-section01List_item:nth-child(odd) {
	margin-top: -10.2vw;
}

.mod-section01List_item:nth-child(odd) .mod-section01List_item_wrap {
	margin-left: 10%;
	margin-right: auto;
	-webkit-transform: translateY(16vw);
	transform: translateY(16vw);
}

@media only screen and (max-width: 1200px) {
	.mod-section01List_item:nth-child(odd) .mod-section01List_item_wrap {
		-webkit-transform: translateY(10vw);
		transform: translateY(10vw);
	}
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item:nth-child(odd) .mod-section01List_item_wrap {
		-webkit-transform: translateY(15vw);
		transform: translateY(15vw);
	}
}

.mod-section01List_item:nth-child(even) {
	margin-top: -7.5vw;
}

.mod-section01List_item:nth-child(even) .mod-section01List_item_wrap {
	margin-right: 10%;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: translateY(11vw);
	transform: translateY(11vw);
}

@media only screen and (max-width: 1200px) {
	.mod-section01List_item:nth-child(even) .mod-section01List_item_wrap {
		-webkit-transform: translateY(7vw);
		transform: translateY(7vw);
	}
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item:nth-child(even) .mod-section01List_item_wrap {
		-webkit-transform: translateY(11vw);
		transform: translateY(11vw);
	}
}

.mod-section01List_item_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 80%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	word-break: break-all;
}

.mod-section01List_item_dtl {
	width: 45%;
	max-width: 480px;
	background-color: #fff;
	padding: 30px 50px;
	box-shadow: 0px 0px 15px 2px #aaa;
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_dtl {
		padding: 10px 20px;
	}
}

.mod-section01List_item_title {
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	vertical-align: middle;
}

.mod-section01List_item_title img {
	display: inline-block;
	width: 140px;
	margin-bottom: -10px;
	margin-left: 20px;
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_title {
		font-size: 1.6rem;
	}
}

.mod-section01List_item_txt {
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_txt {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

.mod-section01List_item_link .-item {
	margin-top: 20px;
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_link .-item {
		margin-top: 10px;
	}
}

.mod-section01List_item_link .-item a {
	padding: 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
	.mod-section01List_item_link .-item a {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_link .-item a {
		font-size: 1.5rem;
		padding: 10px;
	}
}

.mod-section01List_item_link .-item a:hover {
	background-color: #333;
	color: #fff;
}

.mod-section01List_item_en {
	width: 55%;
	font-size: 82px;
	font-size: 8.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.mod-section01List_item_en:nth-child(odd) {
	margin-left: 3%;
}

.mod-section01List_item_en:nth-child(even) {
	margin-left: 0;
}

@media only screen and (max-width: 999px) {
	.mod-section01List_item_en {
		font-size: 5.2rem;
	}
}

.mod-title01Wrap {
	background: url(../img/title_bg_l.png) center center no-repeat;
	background-size: 100%;
	padding-top: 12vw;
	min-height: 37vw;
}

.mod-title01 {
	text-align: center;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic',
		'Noto Sans Japanese', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica,
		sans-serif;
	letter-spacing: 2px;
}

.mod-title01 .-color {
	color: #ff8000;
}

.mod-title01 .-en {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	padding: 5px 20px;
}

.mod-title01 .-en:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #ff8000;
	width: 100%;
	height: 1px;
}

.mod-title01 .-ja {
	font-size: 13px;
	font-size: 1.3rem;
}

.mod-title02Wrap {
	position: relative;
	padding-top: 6vw;
	min-height: 17vw;
}

.mod-title02Wrap:before {
	background-color: #ffc434;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	width: 100%;
	min-height: 17vw;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.mod-title02 {
	text-align: center;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic',
		'Noto Sans Japanese', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica,
		sans-serif;
	letter-spacing: 2px;
}

.mod-title02 .-color {
	color: #ff8000;
}

.mod-title02 .-en {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	padding: 5px 20px;
}

.mod-title02 .-en:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #ff8000;
	width: 100%;
	height: 1px;
}

.mod-title02 .-ja {
	margin-top: 15px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}

.mod-title03Wrap {
	position: relative;
	padding-top: 6vw;
	min-height: 17vw;
}

.mod-title03Wrap:before {
	background-color: #ffab34;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	width: 100%;
	min-height: 17vw;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.mod-title03 {
	text-align: center;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic',
		'Noto Sans Japanese', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica,
		sans-serif;
	letter-spacing: 2px;
}

.mod-title03 .-color {
	color: #ff8000;
}

.mod-title03 .-en {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	padding: 5px 20px;
}

.mod-title03 .-en:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #ff8000;
	width: 100%;
	height: 1px;
}

.mod-title03 .-ja {
	margin-top: 15px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}

.mod-title04Wrap {
	position: relative;
	padding-top: 8vw;
	min-height: 20vw;
}

@media only screen and (max-width: 1300px) {
	.mod-title04Wrap {
		min-height: 23vw;
	}
}

@media only screen and (max-width: 769px) {
	.mod-title04Wrap {
		padding-top: 11vw;
		min-height: 28vw;
	}
}

.mod-title04Wrap:before {
	background-color: #ff9e01;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	width: 100%;
	min-height: 20vw;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1300px) {
	.mod-title04Wrap:before {
		min-height: 23vw;
	}
}

@media only screen and (max-width: 769px) {
	.mod-title04Wrap:before {
		min-height: 28vw;
	}
}

.mod-title04 {
	text-align: center;
	font-weight: 900;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic',
		'Noto Sans Japanese', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica,
		sans-serif;
	letter-spacing: 2px;
	font-size: 35px;
	font-size: 3.5rem;
	color: #000;
}

@media only screen and (max-width: 769px) {
	.mod-title04 {
		font-size: 1.8rem;
	}
}

.mod-title04 .-logo {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

@media only screen and (max-width: 769px) {
	.mod-title04 .-logo {
		margin-right: 5px;
		width: 30px;
	}
}

.mod-title04inner {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	position: relative;
}

.mod-footer {
	position: relative;
}

.mod-footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: '';
	background-color: #ffc434;
	z-index: -1;
}

.mod-footer:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: '';
	background-color: #ff9e01;
	z-index: -1;
}

.mod-footer_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	padding: 60px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mod-footer_wrap_link {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 60px;
	color: #444;
}

.mod-footer_wrap_info {
	width: 50%;
	color: #fff;
	padding-left: 60px;
	position: relative;
}

.mod-footer_nav01Wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.mod-footer_nav01Wrap:first-child {
	margin-top: 0;
}

.mod-footer_nav01 {
	font-size: 14px;
	font-size: 1.4rem;
}

.mod-footer_nav01_title {
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding-right: 10px;
	text-align: center;
	width: 40%;
}

.mod-footer_nav01_title:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
	width: 12px;
	height: 22px;
	background: url(../img/rice_mark.png) center center no-repeat;
}

.mod-footer_nav01_list {
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.mod-footer_nav01_list .-item {
	margin-top: 5px;
}

.mod-footer_nav01_list .-item:first-child {
	margin-top: 0px;
}

.mod-footer_nav01_list .-item a {
	text-decoration: none;
}

.mod-footer_nav01_list .-item a:hover {
	text-decoration: underline;
}

.mod-footer_nav02 {
	padding-left: 20px;
}

.mod-footer_nav02 .-item {
	margin-top: 30px;
}

.mod-footer_nav02 .-item:first-child {
	margin-top: 0px;
}

.mod-footer_nav02 .-item a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
}

.mod-footer_nav02 .-item a:hover {
	text-decoration: underline;
}

.mod-footer_info_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mod-footer_info_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mod-footer_info_title .-img {
	width: 95px;
}

.mod-footer_info_title .-txt {
	padding-left: 20px;
}

.mod-footer_info_title .-jp {
	display: inline-block;
}

.mod-footer_info_title .-en {
	display: block;
}

.mod-footer_info_snsList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}

.mod-footer_info_snsList_item {
	max-width: 30px;
	margin-right: 10px;
}

.mod-footer_info_snsList_item:last-child {
	margin-right: 0;
}

.mod-footer_info_snsList_item img {
	width: 100%;
}

.mod-footer_info_txt01 {
	margin-top: 40px;
	line-height: 2;
	font-weight: bold;
}

.mod-footer_info_txt01 span {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
}

.mod-footer_info_txt02 {
	margin-top: 40px;
	line-height: 2;
	font-weight: bold;
}

.mod-footer_info_txt03 {
	position: absolute;
	bottom: 0px;
	left: 60px;
	margin-top: auto;
	font-size: 12px;
	font-size: 1.2rem;
}

.mod-footer_img {
	height: 300px;
	background: url(../img/footer_background.jpg) center center no-repeat;
	background-size: cover;
}

/* ----------------------------
 メイン
---------------------------- */
.mod-main,
.mod-breadcrumbs {
	padding-top: 100px;
}

/* ----------------------------
 ページャー
---------------------------- */
.wp-pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 0 auto;
}

.wp-pagenavi span.current {
	background: #ff8000;
	color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #ddd;
	color: #fff;
}

.wp-pagenavi a:hover {
	background: #ff8000;
	color: #fff;
}

@media only screen and (max-width: 769px) {
	.mod {
		/* ----------------------------
		ヘッダー
		---------------------------- */
		/* ----------------------------
		七福神グループ
		---------------------------- */
		/* ----------------------------
		ワーカー
		---------------------------- */
		/* ----------------------------
		リクルート
		---------------------------- */
		/* ----------------------------
		インスタグラム
		---------------------------- */
		/* ----------------------------
		パーツ
		---------------------------- */
		/* ----------------------------
		タイトル系
		---------------------------- */
		/* ----------------------------
    フッター
    ---------------------------- */
	}
	.mod-header {
		height: 110px;
	}
	.mod-header:after {
		-webkit-transform: skewY(-7deg);
		transform: skewY(-7deg);
	}
	.mod-header_wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 12px;
	}
	.mod-header_logo {
		width: 65px;
	}
	.mod-header_snsList {
		position: absolute;
		top: 25px;
		right: 60px;
		z-index: 0;
	}
	.mod-header_snsList_item {
		max-width: 25px;
		margin-right: 6px;
	}
	.mod-header_nav {
		margin: 0;
	}
	.mod-header_nav_menu {
		display: block;
		cursor: pointer;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 10px;
		right: 0px;
		overflow: hidden;
		background: none;
		border: 0px;
		background-color: #000;
		z-index: 9999;
	}
	.mod-header_nav_menu span {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		display: block;
		width: 30px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		right: 9px;
		border-radius: 5px;
	}
	.mod-header_nav_menu span.-line01 {
		top: 10px;
	}
	.mod-header_nav_menu span.-line02 {
		top: 22px;
	}
	.mod-header_nav_menu span.-line03 {
		top: 34px;
	}
	.mod-header_nav_menu.-active span.-line01 {
		-webkit-transform: translateX(0px) translateY(13px) rotate(-45deg);
		transform: translateX(0px) translateY(13px) rotate(-45deg);
	}
	.mod-header_nav_menu.-active span.-line02 {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
	.mod-header_nav_menu.-active span.-line03 {
		-webkit-transform: translateX(0px) translateY(-10px) rotate(45deg);
		transform: translateX(0px) translateY(-10px) rotate(45deg);
	}
	.mod-header_nav_cart {
		width: 50px;
		position: absolute;
		top: 72px;
		right: 0px;
	}
	.mod-header_nav_cart a:hover {
		opacity: 0.7;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	}
	.mod-header_nav_list {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 101%;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding-top: 80px;
		background-color: rgba(255, 128, 0, 0.8);
		display: block;
		width: 100%;
		height: 100%;
	}
	.mod-header_nav_list.-active {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		visibility: visible;
		left: 0;
		z-index: 1;
	}
	.mod-header_nav_list_item {
		margin-left: 0px;
		border-bottom: 2px solid #fff;
	}
	.mod-header_nav_list_item:first-child {
		border-top: 2px solid #fff;
	}
	.mod-header_nav_list_item .-link {
		color: #fff;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		padding: 12px 10px;
	}
	.mod-header_nav_list_item .-link.-current,
	.mod-header_nav_list_item .-link:hover {
		color: #333;
		background-color: #ffc434;
	}
	.mod-header_nav_list_item .-link.-current:before,
	.mod-header_nav_list_item .-link:hover:before {
		display: none;
	}
	.mod-header_nav_list_item .-childList {
		display: none;
	}
	.mod-mv .slick-list,
	.mod-mv .slick-track {
		height: 100%;
	}
	.mod-mv .slick-prev {
		left: 3%;
	}
	.mod-mv .slick-next {
		right: 3%;
	}
	.mod-mv_list {
		height: 100%;
	}
	.mod-mv_list li.-list03 {
		background: url(../img/main03_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.mod-mv_list li.-list04 {
		background: url(../img/main04_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.mod-mv:after {
		bottom: -160px;
	}
	.mod-mv_dtl {
		z-index: 3;
	}
	.mod-mv_title {
		width: 100%;
		padding-top: 160px;
	}
	.mod-mv_info {
		margin-top: 20px;
		padding: 5px;
	}
	.mod-mv_info .-category {
		padding: 3px 15px 3px 5px;
	}
	.mod-mv_info .-title {
		margin-left: 10px;
		font-size: 1.4rem;
	}
	.mod-mv_banner {
		width: 100%;
		margin-top: 0px;
	}
	.mod-mvLink {
		margin: 10vw auto 0;
		z-index: 3;
		width: 90%;
	}
	.mod-mvLink_list_item {
		padding: 2px 0 0px;
	}
	.mod-mvLink_list_item.-left {
		padding-right: 5px;
	}
	.mod-mvLink_list_item.-left img {
		display: inline-block;
		margin-top: 5px;
		width: 98%;
	}
	.mod-mvLink_list_item.-right {
		padding: 0px 0 0px;
		padding-left: 20px;
		display: block;
	}
	.mod-mvLink_list_item.-right img {
		width: 80%;
	}
	.mod-group {
		margin-top: 50px;
	}
	.mod-group_dtl {
		margin-top: 0;
		display: block;
	}
	.mod-group_dtl_title {
		width: 100%;
		margin-top: -29vw;
		text-align: center;
	}
	.mod-group_dtl_title img {
		max-width: 160px;
	}
	.mod-group_dtl_imgMap01 {
		width: 80%;
		margin: 10px auto 0;
	}
	.mod-group_dtl_imgMap01 .-list .-item {
		background-color: #fff;
		padding: 10px 20px;
	}
	.mod-group_dtl_imgMap02 {
		width: 80%;
		margin: 10px auto 0;
		background-color: #fff;
	}
	.mod-group_dtl_imgMap02:before {
		top: -98px;
		left: 50%;
		width: 1px;
		height: 98px;
		z-index: -1;
	}
	.mod-group_dtl_imgMap03 {
		width: 80%;
		margin: 40px auto 0;
	}
	.mod-group_dtl_imgMap03:before {
		top: -98px;
		left: 50%;
		width: 1px;
		height: 98px;
		z-index: -1;
	}
	.mod-group_intro {
		width: 100%;
		margin-top: 80px;
		display: block;
	}
	.mod-group_intro_txt {
		width: 90%;
		margin: 0 auto;
	}
	.mod-group_intro_txt .-title {
		font-size: 1.7rem;
	}
	.mod-group_intro_txt .-txt {
		margin-top: 20px;
		line-height: 2;
	}
	.mod-group_intro_txt .-list {
		margin-top: 30px;
	}
	.mod-group_intro_txt .-list .-item {
		margin-top: 20px;
	}
	.mod-group_intro_map {
		width: 100%;
	}
	.mod-group_intro_map .-address {
		width: 90%;
		margin: 30px auto 0;
	}
	.mod-group_intro_map .-google {
		margin-top: 10px;
	}
	.mod-worker .mod-section01List {
		margin-top: -34vw;
	}
	.mod-worker .mod-section01List_item.-topWorker01 {
		background: url(../img/top/worker_ph01.png) top right no-repeat;
		background-size: 120%;
	}
	.mod-worker_staffList {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 140px;
		width: 90%;
	}
	.mod-worker_staffList_item {
		width: 48%;
	}
	.mod-worker_staffList_item:nth-child(n + 3) {
		margin-top: 40px;
	}
	.mod-worker_staffList_item .-img {
		width: 100%;
	}
	.mod-worker_staffList_item .-img img {
		width: 100%;
	}
	.mod-worker_staffList_item .-title {
		margin-top: 10px;
	}
	.mod-worker_staffList_item .-txt {
		margin-top: 10px;
	}
	.mod-recruit .mod-section01List {
		margin-top: -34vw;
	}
	.mod-recruit .mod-section01List_item.-topRecruit01 {
		background: url(../img/top/recruitment_ph.png) top center no-repeat;
		background-size: 120%;
	}
	.mod-recruit .mod-section01List_item_en {
		text-align: left;
	}
	.mod-recruit_contact {
		width: 80%;
		margin-top: 20vw;
		margin-left: auto;
		margin-left: auto;
		display: block;
	}
	.mod-recruit_contact_tel {
		margin-top: 60px;
		width: 100%;
	}
	.mod-recruit_contact_tel .-title {
		margin-top: 85px;
		font-size: 1.6rem;
	}
	.mod-recruit_contact_tel .-tel {
		font-size: 3.2rem;
		line-height: 1.6;
	}
	.mod-recruit_contact_list {
		width: 100%;
		margin-left: auto;
		margin-top: 30px;
	}
	.mod-instagram {
		margin-top: 250px;
	}
	.mod-instagram_titleWrap:after {
		-webkit-transform: skewY(-4deg);
		transform: skewY(-4deg);
	}
	.mod-instagram_title {
		text-align: center;
		font-size: 2.8rem;
		padding-top: 5px;
	}
	.mod-instagram_topLink {
		display: none;
	}
	.mod-instagram_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.mod-instagram_list li {
		width: 33.3%;
	}
	.mod-instagram_list li:nth-child(9) {
		display: block;
	}
	.mod-instagram_list li a {
		height: 33.3vw;
	}
	.mod-section01List {
		margin-top: -26vw;
	}
	.mod-section01List_item {
		min-height: 55vw;
	}
	.mod-section01List_item:nth-child(odd) {
		margin-top: 30px;
		padding-top: 33vw;
	}
	.mod-section01List_item:nth-child(odd):first-child {
		margin-top: 0;
	}
	.mod-section01List_item:nth-child(odd) .mod-section01List_item_wrap {
		margin-left: auto;
		margin-right: auto;
		-webkit-transform: translateY(0vw);
		transform: translateY(0vw);
	}
	.mod-section01List_item:nth-child(even) {
		margin-top: 30px;
		padding-top: 38vw;
	}
	.mod-section01List_item:nth-child(even) .mod-section01List_item_wrap {
		margin-left: auto;
		margin-right: auto;
		-webkit-transform: translateY(0vw);
		transform: translateY(0vw);
	}
	.mod-section01List_item_wrap {
		display: block;
		max-width: 90%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.mod-section01List_item_dtl {
		width: 100%;
		max-width: 480px;
		margin-top: 5px;
		padding: 30px 30px;
	}
	.mod-section01List_item_en {
		width: 100%;
		font-size: 3.9rem;
		margin-left: 0%;
		line-height: 1.3;
	}
	.mod-section01List_item_en:nth-child(odd) {
		margin-left: 0;
	}
	.mod-title01Wrap {
		padding-top: 28vw;
		padding-bottom: 33vw;
		min-height: auto;
		background-size: 180%;
	}
	.mod-title01 .-en {
		font-size: 2.4rem;
		font-weight: bold;
		padding: 0px 2px;
	}
	.mod-title01 .-ja {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		display: inline-block;
		font-size: 1.2rem;
	}
	.mod-title02Wrap {
		position: relative;
		padding-top: 6vw;
		min-height: 27vw;
	}
	.mod-title02Wrap:before {
		min-height: 27vw;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
	}
	.mod-title02 .-en {
		font-size: 2.4rem;
		padding: 0px 2px;
	}
	.mod-title02 .-ja {
		margin-top: 0px;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.mod-footer:before {
		width: 100%;
	}
	.mod-footer:after {
		width: 100%;
	}
	.mod-footer_wrap {
		width: 100%;
		padding: 0px 0;
		display: block;
	}
	.mod-footer_wrap_link {
		width: 100%;
		background-color: #ffc434;
		display: block;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 60px 40px 40px;
	}
	.mod-footer_wrap_info {
		width: 100%;
		color: #fff;
		padding-left: 0px;
		position: relative;
		background-color: #ff9e01;
		padding: 40px 40px;
	}
	.mod-footer_nav02 {
		padding-left: 00px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 80%;
		margin: 20px auto;
	}
	.mod-footer_nav02 .-item {
		width: 40%;
		margin-top: 20px;
	}
	.mod-footer_nav02 .-item:first-child {
		margin-top: 20px;
	}
	.mod-footer_nav02 .-item:nth-child(even) {
		margin-left: 20%;
	}
	.mod-footer_nav02 .-item a {
		font-size: 1.6rem;
	}
	.mod-footer_info_title {
		width: 80%;
	}
	.mod-footer_info_title .-img {
		width: 80px;
	}
	.mod-footer_info_title .-txt {
		padding-left: 10px;
	}
	.mod-footer_info_title .-jp {
		font-size: 2rem;
	}
	.mod-footer_info_title .-en {
		font-size: 1.8rem;
	}
	.mod-footer_info_snsList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 10px;
	}
	.mod-footer_info_snsList_item {
		max-width: 30px;
		margin-right: 10px;
	}
	.mod-footer_info_snsList_item:last-child {
		margin-right: 0;
	}
	.mod-footer_info_snsList_item img {
		width: 100%;
	}
	.mod-footer_info_txt01 {
		margin-top: 20px;
	}
	.mod-footer_info_txt02 {
		margin-top: 20px;
	}
	.mod-footer_info_txt03 {
		position: absolute;
		bottom: 0px;
		left: 60px;
		margin-top: auto;
		font-size: 1.2rem;
	}
	.mod-footer_img {
		height: 300px;
		background: url(../img/footer_background.jpg) center center no-repeat;
		background-size: cover;
	}
}

@-webkit-keyframes showRice {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	to {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
}

@keyframes showRice {
	from {
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	to {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
}
