@charset "utf-8";
/* リクルートTOPページ */
h2.ttl01 {
	text-align: center;
	margin: 0px 0px 45px;
}
/* メインビジュアル */

#main_image {
	background: #eee8e4;
}
#main_image p {
	text-align: center;
	background: #fff;
}
#main_image p img {
	width: 100%;
	height: auto;
}
#main_image .information ul {
	width: 90%;
}
#main_image .information {
	height: 100%;
	padding: 30px 50px;
	position: relative;
	z-index: 10;
	background: #FFF;
	overflow: hidden;
	min-height: 140px;
	box-sizing: border-box;
	max-width: 1100px;
	margin: -70px auto 0;
}
#main_image .information > ul {
	height: 100%;
}

#main_image .information ul li {
	margin-bottom:10px;
	}

#main_image .information dl {
}
#main_image .information dl dt {
	width: 148px;
	position: absolute;
	right: 0;
	background: #ce2532 url(../img/index/btn_information_open.png) no-repeat center 80%;
	top: 0;
	height: 100%;
}
#main_image .information dl dt.open {
	background: #ce2532 url(../img/index/btn_information_close.png) no-repeat center 96%;
}
#main_image .information dl dt img {
}
/* 知ってますか？ */
#knows {
	background: #eee8e4;
	padding: 150px 0px 100px 0px;
	margin: -70px 0 0;
	text-align: center;
	position: relative;
}
#knows p {
	margin-top: 10px;
}
#knows:after {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	background: #eee8e4;
	transform: rotate(-45deg);
}
/* 仕事を知る */
#find {
	background: #f9f7f3;
	background: -moz-linear-gradient(top, #f9f7f3 0%, #f9f7f3 40%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f7f3 0%, #f9f7f3 40%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f7f3 0%, #f9f7f3 40%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7f3', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	padding: 80px 0px;
	overflow: hidden;
}
#find .cont_wrap .catch {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 70px;
	font-size: 129%;
	letter-spacing: .1em;
}
#find .cont_wrap .staff_list {
	overflow: hidden;
	margin: 0 0 40px;
}
#find .cont_wrap .staff_list li {
	background: #FFF;
	margin: 0px 70px 40px 0;
	float: left;
	width: 320px;
	min-height: 400px;
}
#find .cont_wrap .staff_list li:nth-child(3n) {
	margin-right: 0;
}
#find .cont_wrap .staff_list li .job_description {
	padding: 25px 30px 35px;
	font-size: 86%;
	line-height: 2;
}
#find .cont_wrap .staff_list li .job_title {
	font-size: 125%;
	color: #fff;
	text-align: center;
	margin: -15px auto 0;
	//width: 60%;
	width: 70%;
	position: relative;
	z-index: 2;
	padding: 3px 0;
	letter-spacing: .2em;
}
#find .cont_wrap .staff_list li .job_title::first-letter {
	margin-left: .2em;
}
#find .cont_wrap .staff_list li .job_title.job01 {
	background: #ce2532;
}
#find .cont_wrap .staff_list li .job_title.job02 {
	background: #e25631;
}
#find .cont_wrap .staff_list li .job_title.job03 {
	background: #91b916;
}
#find .cont_wrap .staff_list li .job_title.job04 {
	background: #ba429c;
}
#find .cont_wrap .staff_list li .job_title.job05 {
	background: #653b29;
}
#find .cont_wrap .staff_list li .job_title.job06 {
	background: #e15371;
}
#find .cont_wrap .staff_list li .job_title.job07 {
	background: #369cc7;
}
#find .cont_wrap .staff_list li .job_title.job08 {
	background: #27b290;
}
#find .cont_wrap .staff_list li .job_title.job09 {
	background: #3b509e;
}
#find .cont_wrap .staff_list li .job_title.job10 {
	background: #b67e36;
}
#find .cont_wrap .staff_list li .job_title.job11 {
	background: #663399;
}
#find .cont_wrap .job_point {
	overflow: hidden;
	margin: 0 0 40px;
}
#find .cont_wrap .job_point li {
	margin: 0px 70px 40px 0;
	float: left;
	width: 320px;
	line-height: 2;
	text-align: center;
}
#find .cont_wrap .job_point li:last-child {
	margin-right: 0;
}
#find .cont_wrap .job_point li h3 {
	margin: 0 0 20px;
}
#find .cont_wrap .more_btn.over {
	text-align: center;
	margin: 30px 0;
}
/* お客様とともに進化・成長を */

#grow {
	background: url(../img/index/bg_grow.jpg) no-repeat center top;
	background-size: cover;
	padding: 110px 0 250px;
}
#grow .cont_wrap .catch {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 70px;
	font-size: 129%;
	letter-spacing: .1em;
	color: #fff;
}
#grow .cont_wrap .grow_up li h3 {
	font-size: 171%;
	color: #FFF;
	margin: 0px 0px 50px;
}
#grow .cont_wrap .grow_up {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
#grow .cont_wrap .grow_up > li {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	padding: 30px;
}
#grow .cont_wrap .grow_up li .group_icon {
	text-align: center;
	width: 95%;
	margin: 25px auto 40px;
}
#grow .cont_wrap .grow_up li .group_icon span {
	display: inline-block;
	margin: 10px 2%;
}
#grow .cont_wrap .grow_up li .group_name {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
/* 代表メッセージ */
#president {
	background: #edf0ed url(../img/index/bg_message.jpg) no-repeat left bottom;
	background-size: contain;
	padding: 100px 0 0;
	overflow: hidden;
}
#president .cont_wrap .message {
	float: right;
	width: 65%;
	line-height: 2;
	margin-bottom: 130px;
	text-shadow: 1px 1px 1px #fff;
}

#president .cont_wrap .message h2 {
	margin: 0 0 40px;
}
#president .cont_wrap .message .name {
	/* [disabled]font-weight: bold; */
	text-align: right;
	margin: 30px 0;
}

/* 何よりもお客様のために */
#customer {
	background: #f6f6f3 url(../img/index/bg_customer.jpg) no-repeat right bottom;
	background-size: contain;
	padding: 124px 0 0;
	overflow: hidden;
}
#customer .cont_wrap .message {
	float: left;
	width: 70%;
	line-height: 2;
}
#customer .cont_wrap .message .catch {
	font-weight: bold;
	font-size: 143%;
	line-height: 1.7;
	margin: 30px 0;
}
#customer .cont_wrap .message .catch span {
	color: #ce2532;
}
#customer .cont_wrap .message .txt_wrap {
	width: 70%;
	margin: 0 0 130px;
}
/* 誓いの言葉 */

#word p img {
	height: auto;
	width: 100%;
}
/* 地域の中で一番喜ばれる店へ、頼られる店へ */
#shop {
	background: url(../img/index/bg_shop.jpg) no-repeat left bottom;
	background-size: contain;
	overflow: hidden;
	padding: 75px 0 420px;
}
#shop .catch {
	margin: 100px 0;
}
#shop .cont_wrap .best_reason li {
	background: rgba(248,248,248,0.7);
	width: 48%;
	padding: 4%;
	box-sizing: border-box;
	float: left;
	min-height: 880px;
}
#shop .cont_wrap .best_reason li:first-child {
	float: left;
}
#shop .cont_wrap .best_reason li:last-child {
	float: right;
}
#shop .cont_wrap .best_reason li h3 {
	text-align: center;
	font-size: 200%;
	border-top: 1px solid #ce2532;
	border-bottom: 1px solid #ce2532;
	padding: 10px 0;
	margin: 0 0 40px;
}
#shop .cont_wrap .best_reason li .photo {
	text-align: center;
	margin: 0px 0px 40px;
	position: relative;
}
#shop .cont_wrap .best_reason li .text {
	line-height: 2;
}
#shop .cont_wrap .best_reason li .photo span {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
 @media (max-width: 1100px) {
/* 仕事を知る */


#find .cont_wrap .staff_list {
	text-align: center;
}
#find .cont_wrap .staff_list li {
	background: #FFF;
	margin: 0px 5% 40px;
	float: none;
	width: 320px;
	min-height: 400px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#find .cont_wrap .staff_list li:nth-child(3n) {
	margin-right: 5%;
}
#find .cont_wrap .job_point {
	overflow: hidden;
	margin: 0 0 40px;
}
#find .cont_wrap .job_point li {
	margin: 0px 1% 40px;
	float: left;
	width: 30%;
	line-height: 2;
	text-align: center;
	vertical-align: top;
}
/* お客様とともに進化・成長を */

#grow {
	padding: 110px 0 130px;
}
#grow .cont_wrap .grow_up {
	width: 96%;
	margin: 0 auto;
}
#grow .cont_wrap .grow_up li h3 {
	margin: 0 0 30px;
}
#grow .cont_wrap .grow_up li p img {
	width: 100%;
	height: auto;
}
#grow .cont_wrap .grow_up li .group_icon {
	width: 98%;
}
#grow .cont_wrap .grow_up li .group_icon span {
	display: inline-block;
	margin: 10px 1%;
	width: 18%;
}
/* 代表メッセージ */
#president {
	background: #edf0ed url(../img/index/bg_message.jpg) no-repeat left bottom;
	background-size: contain;
	padding: 70px 0 0;
	overflow: hidden;
}
#president .cont_wrap .message {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
#president .cont_wrap .message h2 {
	text-align: center;
}
#president .cont_wrap .message p, #president .cont_wrap .message .name {
	width: 50%;
	margin: 0 2% 0 auto;
}
#president .cont_wrap .message .name br {
	display: none;
}
/* 何よりもお客様のために */
#customer {
	background: #f6f6f3 url(../img/index/bg_customer.jpg) no-repeat right bottom;
	background-size: contain;
	padding: 84px 0 0;
	overflow: hidden;/*min-height:824px;*//*	max-width:1600px;
	margin:0 auto;*/
}
#customer .cont_wrap .message {
	float: left;
	width: 100%;
	line-height: 2;
}
#customer .cont_wrap .message .catch {
	font-weight: bold;
	font-size: 143%;
	text-align: center;
	line-height: 1.7;
	margin: 0px 0 20px;
}
#customer .cont_wrap .message .catch span {
	color: #ce2532;
}
#customer .cont_wrap .message .txt_wrap {
	width: 50%;
	margin: 0 2% 30px;
}
/* 地域の中で一番喜ばれる店へ、頼られる店へ */
#shop {
	padding: 75px 2% 220px;
}
#shop .catch {
	margin: 70px 0;
}
}
 @media (max-width: 900px) {
#main_image .information {
	height: 100%;
	padding: 20px 15% 20px 5%;
	box-sizing: border-box;
	min-height: 100px;
}
#main_image .information >ul {
	height: 100%;
	overflow: hidden;
}
#main_image .information dl {
}
#main_image .information dl dt, #main_image .information dl dt.open {
	width: 100px;
	background-size: 80%;
}
/* 知ってますか？ */
#knows {
	background: #eee8e4;
	padding: 100px 0px 60px 0px;
	margin: -70px 0 0;
	text-align: center;
	position: relative;
}
/* 仕事を知る */


#find .cont_wrap .staff_list {
	text-align: center;
}
#find .cont_wrap .staff_list li {
	background: #FFF;
	margin: 0px 3% 40px;
	float: none;
	width: 320px;
	min-height: 400px;
	display: inline-block;
	text-align: left;
}
#find .cont_wrap .staff_list li:nth-child(3n) {
	margin-right: 3%;
}
}
 @media (max-width: 767px) {
h2.ttl01 {
	text-align: center;
	margin: 0px 0px 25px;
}
#main_image .information {
/*	height: auto;
	padding: 20px 5%;
	box-sizing: border-box;
	min-height: 100px;*/
	display:none;
}
/*#main_image .information > ul {
	height: auto;
	overflow: hidden;
	width: 100%;
}
#main_image .information ul li span.date {
	display: block;
}
#main_image .information dl {
	display: none;
}*/
/* 知ってますか？ */
#knows {
	background: #eee8e4;
	padding: 20px 0px 30px 0px;
	margin: -30px 0 0;
	text-align: center;
	position: relative;
}
#knows:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	background: #eee8e4;
	transform: rotate(-45deg);
}
/* 仕事を知る */
#find {
	padding: 40px 0px;
	overflow: hidden;
}
#find h2 img {
	width: 50%;
}
#find .cont_wrap .catch {
	margin: 0px 3% 20px;
	font-size: 108%;
}
#find .cont_wrap .staff_list {
	margin: 0;
}
#find .cont_wrap .staff_list li {
	margin: 0px auto 20px;
	float: none;
	width: 94%;
	max-width: 320px;
	min-height: auto;
}
#find .cont_wrap .staff_list li:nth-child(3n) {
	margin-right: auto;
}
#find .cont_wrap .staff_list li .job_description {
	padding: 25px 30px 15px;
}
#find .cont_wrap .job_point li {
	margin: 0px auto 20px;
	float: none;
	width: 90%;
}
#find .cont_wrap .job_point li:last-child {
	margin-right: auto;
}
#find .cont_wrap .job_point li h3 {
	margin: 0 auto;
	width: 70%;
}
#find .cont_wrap .more_btn.over {
	text-align: center;
	margin: 30px 10%;
}
/* お客様とともに進化・成長を */

#grow {
	padding: 60px 0;
}
#grow h2.ttl01 {
	width: 90%;
	margin: 0 auto 20px;
}
#grow .cont_wrap .catch {
	margin: 0px 3% 20px;
	font-size: 108%;
}
#grow .cont_wrap .grow_up li h3 {
	font-size: 128%;
	margin: 0px 0px 20px;
}
#grow .cont_wrap .grow_up {
	display: block;
	width: 100%;
}
#grow .cont_wrap .grow_up > li {
	display: block;
	box-sizing: border-box;
	width: 90%;
	padding: 30px 3%;
	margin: 0 auto 14px;
}
#grow .cont_wrap .grow_up li .group_icon {
	text-align: center;
	width: 100%;
	margin: 15px auto 20px;
}
#grow .cont_wrap .grow_up li .group_icon span {
	display: inline-block;
	margin: 10px 2%;
}
#grow .cont_wrap .grow_up li .group_name {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
/* 代表メッセージ */
#president {
	padding: 50px 0 0;
	overflow: hidden;
	background-size: 200%;
}
#president .cont_wrap .message {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#president .cont_wrap .message h2 {
	margin: 0 auto 40px;
	width: 66%;
}
#president .cont_wrap .message p {
	width: 90%;
	margin: 0 auto 40px;
}
#president .cont_wrap .message .name {
	font-weight: bold;
	text-align: right;
	margin: 0 auto 250px;
	width: 90%;
}

/* 何よりもお客様のために */
#customer {
	background: #f6f6f3 url(../img/index/bg_customer.jpg) no-repeat right bottom;
	background-size: 200%;
	padding: 44px 0 0;
	overflow: hidden;
}
#customer h2.ttl01 {
	width: 90%;
	margin: 0 auto 20px;
}
#customer .cont_wrap .message {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}
#customer .cont_wrap .message .catch {
	font-size: 108%;
	margin: 20px 0;
}
#customer .cont_wrap .message .catch span {
	color: #ce2532;
}
#customer .cont_wrap .message .txt_wrap {
	width: 100%;
	margin: 0 auto 230px;
}
/* 誓いの言葉 */

#word p img {
	height: auto;
	width: 100%;
}
/* 地域の中で一番喜ばれる店へ、頼られる店へ */
#shop {
	background-size: contain;
	overflow: hidden;
	padding: 35px 0 120px;
}
#shop h2.ttl01 {
	width: 90%;
	margin: 0 auto;
}
#shop .catch {
	margin: 30px auto;
	width: 90%;
}
#shop .cont_wrap .best_reason li {
	width: 90%;
	padding: 20px 2%;
	box-sizing: inherit;
	float: none;
	margin: 0 auto 20px;
	min-height: inherit;
}
#shop .cont_wrap .best_reason li:first-child {
	float: none;
}
#shop .cont_wrap .best_reason li:last-child {
	float: none;
}
#shop .cont_wrap .best_reason li h3 {
	font-size: 112%;
	margin: 0 0 20px;
}
#shop .cont_wrap .best_reason li .photo {
	margin: 0px 0px 20px;
}
}
