@charset "UTF-8";
/* =======================================

	ContentsElements

======================================= */

/*-----------------------------------------
	header
-----------------------------------------*/
header#global_header {
	background: #ffffff;
}

/*-----------------------------------------
	COMMON
-----------------------------------------*/

/*	basicContent
-----------------------------------------*/
main > section {
	margin: 0 12% 80px;
}

main h2 {
	margin: 0 0 40px;
	font-size: 1.875em;
	position: relative;
}

main h2:before {
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #8fc31f;
	position: absolute;
	top: 0.5em;
	left: -90px;
}

main h3 {
	margin: 0 0 30px;
	font-size: 1.5em;
}

main hr {
	width: 100%;
	margin: 50px 0;
	border: none;
	border-top: 2px solid #e2e2e2;
}

main ul {
	margin: 0 0 30px;
}

main ul li {
	margin: 0 0 10px 1em;
	text-indent: -1em;
	line-height: 1.4;
}

main ul li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	margin: 0 0.5em 0 0;
	display: inline-block;
	vertical-align: middle;
	background: #8fc31f;
	border-radius: 0.25em;
}

main ul ul {
	margin: 10px 0 10px 1em;
}

main ul ul li {
	font-size: 0.9em;
	text-indent: -0.5em;
	list-style-type: disc;
}

main ul ul li:before {
	display: none;
}

main dl {
	padding: 30px 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	line-height: 1.4;
	border-bottom: 2px solid #e2e2e2;
}

main dl:first-of-type {
	border-top: 2px solid #e2e2e2;
}

main dl dt {
	width: 25%;
	font-weight: bold;
}

main dl dd {
	width: 78%;
}

main dl dd small {
	padding: 10px 0 0;
	display: block;
}

main dl dd .btn {
	padding: 8px 40px;
	margin: 10px 0 0;
	text-align: center;
}

main small {
	font-size: 0.9em;
}

.narrow {
	width: 70%;
}

.page_read {
	text-align: center;
}

.sign_txt {
	text-align: right;
}

.clumn2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}

.clumn2 > * {
	width: calc(100% - 40px);
	margin: 0 40px 0 0;
}

.clumn2 > *:nth-of-type(2n) {
	margin: 0;
}

.clumn2_ttlset {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}

.clumn2_ttlset > h2 {
	width: 30%;
	margin: 0 40px 0 0;
}

.clumn2_ttlset > div {
	width: 67%;
}

@media only screen and (max-width: 1180px) {
	main > section {
		margin: 0 8% 80px;
	}
	.clumn2 > * {
		width: calc(100% - 20px);
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 768px) {
	main > section {
		width: 88%;
		margin: 0 6% 60px;
	}
	main h2 {
		margin: 0 0 20px;
		padding: 1em 0 0;
		font-size: 1.6em;
	}
	main h2:before {
		width: 60px;
		top: 0;
		left: 0;
	}
	main h3 {
		margin: 0 0 20px;
		font-size: 1.4em;
	}
	main hr {
		margin: 30px 0;
	}
	main dl {
		padding: 20px 0;
		display: block;
	}
	main dl dt {
		margin: 0 0 10px;
	}
	main dl dt,
	main dl dd {
		width: 100%;
	}
	.narrow {
		width: 100%;
	}
	.clumn2,
	.clumn2_ttlset {
		display: block;
	}
	.clumn2 > *,
	.clumn2_ttlset > h2,
	.clumn2_ttlset > div {
		width: 100%;
		margin: 0 0 20px;
	}
}


/*	PAGE TITLE
-----------------------------------------*/
#page_ttl {
	padding: 120px 0 100px;
	margin: 120px 0 100px;
	position: relative;
	color: #000000;
	text-align: center;
	background-color: #8fc31f;
	background-size: 100% auto;
	background-position: center center;
}

#page_ttl h1 {
	font-size: 3em;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#page_ttl h1 span {
	margin: 15px 0 0;
	display: block;
	font-size: 1rem;
	font-family: YuGothic , "游ゴシック" , sans-serif;
}

#breadcrumbs {
	width: 100%;
	padding: 20px;
	color: #ffffff;
	font-size: 0.75em;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#breadcrumbs a {color: #ffffff;}
#breadcrumbs a:hover {text-decoration: underline;}

#breadcrumbs > span:first-child:before {
	content: "\e90d";
	font-family: 'casystems' !important;
}

@media only screen and (max-width: 1080px) {
	#page_ttl {
		background-size: auto 100%;
	}
}

@media only screen and (max-width: 768px) {
	#page_ttl {
		padding: 60px 0 50px;
		margin: 75px 0 40px;
	}
	#page_ttl h1 {
		font-size: 1.6em;
	}
	#breadcrumbs {display: none;}
}


/*-----------------------------------------
	SIMPLE
-----------------------------------------*/
.simple #page_ttl {
	padding: 80px 0 0;
	margin: 120px 0 40px;
	background-color: #c4d700;
}

.simple #page_ttl h1 {
	margin: 0 12%;
	padding: 80px 0 0;
	font-size: 1.875em;
	font-family: YuGothic , "游ゴシック" , sans-serif;
	background: #ffffff;
}

.simple main > section {
	margin: 0 12% 60px;
}

.simple main h2 {
	margin: 0 0 30px;
	font-size: 1.375em;
}

.simple main h2:before {
	display: none
}

@media only screen and (max-width: 1180px) {
	.simple main > section {
		margin: 0 8% 60px;
	}
}

@media only screen and (max-width: 768px) {
	.simple #page_ttl {
		margin: 75px 0 30px;
		padding: 6vw 0 0;
	}
	.simple #page_ttl h1 {
		margin: 0 6%;
		padding: 1em 2% 0;
		font-size: 1.4em;
	}
	.simple main > section {
		width: 88%;
		margin: 0 6% 40px;
	}
	.simple main h2 {
		margin: 0 0 20px;
		padding: 0;
		font-size: 1.2em;
	}
}


/*-----------------------------------------
	ABOUT
-----------------------------------------*/
#about #page_ttl {
	background-image: url(../img/about/about_ttlbg.jpg);
}

#about_preference .logo_img {
	width: 45%;
	margin: 40px 0 0;
	float: right;
}

#about_preference .logo_img img {
	width: 100%;
}

#about_preference h2,
#about_preference p {
	width: 45%;
	float: left;
}

#about_preference p {
	font-size: 1.125em;
	line-height: 2.5;
}

#about_idea h2 {
	margin: 0 0 45px;
}

#about_idea h3 {
	margin: 0 0 21px;
}

#about_idea h3 span {
	padding: 0 0.2em 0 0;
	color: #c4d700;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#about_idea p {
	padding: 0 0 0 2em;
}

#about_guideline .guideline_item {
	margin: 0 0 4px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

#about_guideline .guideline_item .guideline_img {
	width: 63%;
	height: 230px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content : center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	color: #fff;
	font-size: 1.4vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #8fc31f;
}

#about_guideline .guideline_item:nth-of-type(2n) .guideline_img {
	background-color: #c4d700;
}

#about_guideline .item_conversation .guideline_img {
	background-image: url(/img/about/about_guideline_01.jpg);
}

#about_guideline .item_cthink .guideline_img {
	background-image: url(/img/about/about_guideline_02.jpg);
}

#about_guideline .item_effort .guideline_img {
	background-image: url(/img/about/about_guideline_03.jpg);
}

#about_guideline .item_behavior .guideline_img {
	background-image: url(/img/about/about_guideline_04.jpg);
}

#about_guideline .guideline_item .info_set {
	width: 100%;
	padding-left: 60px;
}

#about_guideline .guideline_item .info_set h3 {
	margin: 0 0 15px;
}

#about_guideline .guideline_item .info_set h3 span {
	display: block;
	margin: 0 0 15px;
	font-size: 2em;
	font-weight: bold;
	color: #8fc31f;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#about_guideline .guideline_item:nth-of-type(2n) .info_set h3 span {
	color: #c4d700;
}

#about_guideline .guideline_item .info_set p {
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	#about_guideline .guideline_item .guideline_img {
		height: 230px;
		font-size: 1em;
	}
}

@media only screen and (max-width: 768px) {
	#about_preference .preference_box {
		width: 100%;
		float: none;
	}
	#about_preference .logo_img {
		width: 70%;
		margin: 0 auto 20px;
		float: none;
	}
	#about_preference h2,
	#about_preference p {
		width: 100%;
		float: none;
	}
	#about_preference p {
		font-size: 1em;
		line-height: 2;
	}
	#about_idea h3 {
		padding: 0 0 0 1.2em;
		text-indent: -1.2em;
	}
	#about_idea p {
		width: 100%;
		padding: 0;
	}
	#about_guideline .guideline_item {
		display: block;
	}
	#about_guideline .guideline_item .guideline_img {
		width: 100%;
		height: 30vw;
		margin: 0 0 20px;
	}
	#about_guideline .guideline_item .info_set {
		padding: 0 0 40px 0;
	}
	#about_guideline .guideline_item .info_set h3 {
		margin: 0;
	}
	#about_guideline .guideline_item .info_set h3 span {
		display: inline-block;
		padding-right: 0.2em;
		font-size: 1.7em;
	}
}


/*-----------------------------------------
	BUSINESS
-----------------------------------------*/
#business #page_ttl {
	background-image: url(../img/business/business_ttlbg.jpg);
}

#business_category .category_item {
	margin: 0 0 30px;
	padding: 40px 0;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

#business_category .category_item:before {
	content: "";
	width: 999%;
	height: 100%;
	display: block;
	background: url(/img/dot.png);
	position: absolute;
	right: 112%;
	top: 0;
}

#business_category .category_item figure {
	width: 25%;
	margin: 0 6% 0 0;
	text-align: center;
}

#business_category .category_item figure img {
	width: 80%;
	margin: 0 0 20px;
}

#business_category .category_item figure figcaption {
	color: #8fc31f;
	font-size: 1.125em;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#business_category .category_item .info_set h3 {
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}

#business_category .category_item .info_set h3 span {
	padding: 0 0.2em 0 0;
	color: #c4d700;
	font-size: 2em;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#business_category .category_item .info_set p {
	margin: 0;
	padding: 0 0 0 3.5em;
}

#works_list .works_item {
	margin: 0 0 40px;
	padding: 0 0 0 60px;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

#works_list .works_item:before {
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #e2e2e2;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#works_list .works_item .category_name {
	width: 150px;
	height: 150px;
	margin: 0 5% 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content : center;
	-webkit-justify-content: center;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
	background: #8fc31f url(/img/business/business_worksbg.png) center center no-repeat;
	background-size: 100% auto;
	border-radius: 50%;
}

#works_list .works_item .info_set {
	width: calc(95% - 150px);
}

#works_list .works_item h3 {
	margin: 0 0 20px;
	font-size: 1.25em;
}

#works_list .works_item .keywords_item {
	margin: 0 0 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	color: #898989;
	line-height: 1.4;
}

#works_list .works_item .keywords_item h4 {
	padding: 0 0.5em 0 0;
	display: inline-block;
	color: #8fc31f;
	font-size: 1em;
	font-weight: bold;
	font-family: 'PT Sans' , YuGothic , "游ゴシック" , sans-serif;
}

#works_list .works_item .keywords_item span {
	display: inline-block;
	font-size: 0.9em;
	vertical-align: top;
}

#works_list .works_item .keywords_item span:after {
	content: ",";
	padding: 0 0.5em;
}

#works_list .works_item .keywords_item span:last-of-type:after {
	content: "";
}

#works_list .works_item p {
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	#business_category .category_item:before {
		right: 105%;
	}
}

@media only screen and (max-width: 768px) {
	#business_category .category_item {
		margin: 0 0 30px;
		padding: 0 0 0 6%;
		position: relative;
		display: block;
	}
	#business_category .category_item:before {
		right: 100%;
	}
	#business_category .category_item figure {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	#business_category .category_item figure img {
		width: 30%;
	}
	#business_category .category_item .info_set h3 span {
		font-size: 1em;
	}
	#business_category .category_item .info_set p {
		padding: 0;
	}
	#works_list .works_item {
		padding: 30px 0;
		margin: 0;
		display: block;
		border-bottom: 2px solid #e2e2e2;
	}
	#works_list .works_item:first-of-type {
		border-top: 2px solid #e2e2e2;
	}
	#works_list .works_item:before {
		display: none;
	}
	#works_list .works_item .category_name {
		margin: 0 auto 20px;
	}
	#works_list .works_item .info_set {
		width: 100%;
	}
}


/*-----------------------------------------
	COMPANY
-----------------------------------------*/
#company #page_ttl {
	background-image: url(../img/company/company_ttlbg.jpg);
}

#top_greeting .top_greeting_deco01 {
	width: 999%;
	height: 180px;
	background: url(/img/dot.png);
	position: absolute;
	top: -100px;
	right: 80%;
	z-index: -1;
}

#top_greeting h2,
#top_greeting p {
	width: 60%;
	float: right;
}

#top_greeting h2 {
	margin: 60px 0 40px;
}

#top_greeting h2:before {
	width: 10%;
	left: -16.8%;
}

#top_greeting .greeting_photo {
	width: 30%;
	float: left;
}

#company_access #access_map iframe {
	width: 100%;
	height: 350px;
	padding-bottom: 41px;
}

#company_access #access_map h3 {
	margin: 0 0 5px;
	font-size: 1.5em;
}

#company_access ul li {
	width: calc(48% - 1.5em);
	margin: 0 4% 10px 1em;
	display: inline-block;
}

#company_access ul li:nth-of-type(2n) {
	margin: 0 0 10px 1em;
}

@media only screen and (max-width: 768px) {
	#top_greeting .top_greeting_deco01 {
		display: none;
	}
	#top_greeting h2,
	#top_greeting p {
		width: 100%;
		float: none;
	}
	#top_greeting h2 {
		margin: 0 0 40px;
	}
	#top_greeting h2:before {
		width: 60px;
		left: 0;
	}
	#top_greeting .greeting_photo {
		width: 40%;
		margin: 0 1.5em 1em 0;
	}
	#company_access ul li {
		width: calc(100% - 1.5em);
		display: inline-block;
	}
}


/*-----------------------------------------
	RECRUIT
-----------------------------------------*/
#recruit #page_ttl {
	background-image: url(../img/recruit/recruit_ttlbg.jpg);
}

#recruit_read {
	position: relative;
	text-align: center;
}

#recruit_read h2 {
	font-size: 2.625em;
	line-height: 1.4;
}

#recruit_read h2:before {
	display: none;
}

#recruit_read h2 span {
	font-size: 0.714em;
}

#recruit_read p {
	text-align: center;
}

#recruit_read .img_photos {
	text-align: left;
	position: relative;
}

#recruit_read .read_photo {
	padding: 100px 0;
}

#recruit_read .read_photo.photo01 {
	position: relative;
	width: 36%;
	z-index: 3;
}

#recruit_read .read_photo.photo02 {
	position: absolute;
	width: 42%;
	top: -100px;
	left: 32%;
	z-index: 5;
}

#recruit_read .read_photo.photo03 {
	position: absolute;
	width: 32%;
	top: 10px;
	right: -5%;
	z-index: 4;
}

#recruit_read .img_photos .read_photo_deco01,
#recruit_read .img_photos .read_photo_deco02 {
	position: absolute;
}

#recruit_read .img_photos .read_photo_deco01 {
	width: 999%;
	height: 260px;
	background: #c4d700;
	left: 112%;
	top: -160px;
	z-index: 2;
}

#recruit_read .img_photos .read_photo_deco02 {
	width: 999%;
	height: 210px;
	background: url(/img/dot.png);
	right: 56%;
	bottom: 0;
	z-index: 1;
}

#recruit_target .target_item {
	padding: 40px 40px 0;
	text-align: center;
	border: 4px solid #e2e2e2;
}

#recruit_target .target_item .person_icon {
	margin: 0 0 15px;
}

#recruit_target .target_item h3 {
	position: relative;
	padding: 0 0 30px;
}

#recruit_target .target_item h3:after {
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #8fc31f;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#recruit_target .target_item h3 span {
	margin: 0 0 0.5em;
	display: block;
	font-size: 0.875em;
}

#recruit_target .target_item p {
	font-size: 0.875em;
	line-height: 1.8;
}

#recruit_target .target_item ul {
	text-align: justify;
}

#recruit_target .target_item.inexperienced_person h3:after,
#recruit_target .target_item.inexperienced_person ul li:before {
	background: #fac02c;
}

#entry_field {
	margin: 0;
	padding: 80px 20px;
	text-align: center;
	background: #e0e791 url(/img/recruit/entry_bg.jpg) center right no-repeat;
	background-attachment: fixed;
	background-size:cover;
	border: 1px solid transparent;
}

/*  tb_view  */
body.tb_view #entry_field {
	background-attachment: scroll;
	background-size: auto 100%;
}

#entry_field a {
	width: 50%;
	margin: 0 auto;
	padding: 50px;
	display: block;
	position: relative;
	color: #000000;
	background: #ffffff;
	border: 4px solid #8fc31f;
}

#entry_field a:after {
	content: "\e902";
	font-family: 'casystems' !important;
	padding: 10px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	background: #8fc31f;
	position: absolute;
	right: -5px;
	bottom: -10px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#entry_field a > img {
	margin: 0 0 30px;
}

#entry_field h3 {
	margin: 0 0 15px;
	font-size: 1.375em;
}

#entry_field p {
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

/*  hover  */
body.pc_view #entry_field a:hover:after {
	right: -15px;
}

@media only screen and (max-width: 1180px) {
	#recruit_read .img_photos .read_photo_deco01 {
		width: 999%;
		height: 240px;
		background: #c4d700;
		left: 106%;
		top: -100px;
		z-index: 2;
	}
}

@media only screen and (max-width: 768px) {
	#recruit_read h2 {
		padding: 0;
		font-size: 2em;
		text-align: left;
	}
	#recruit_read p {
		text-align: justify;
	}
	#recruit_read .read_photo {
		padding: 30px 0;
	}
	#recruit_read .read_photo.photo01 {
		width: 52%;
	}
	#recruit_read .read_photo.photo02 {
		width: 52%;
		top: -10vw;
		left: auto;
		right: 0;
	}
	#recruit_read .read_photo.photo03 {
		display: none;
	}
	#recruit_read .img_photos .read_photo_deco01 {
		height: 24vw;
		left: 90%;
		top: -5vw;
	}
	#recruit_read .img_photos .read_photo_deco02 {
		height: 20vw;
		right: 56%;
		bottom: 0;
	}
	#recruit_target .target_item {
		padding: 1.5em 1.5em 0;
		text-align: center;
		border: 4px solid #e2e2e2;
	}
	#entry_field {
		padding: 60px 6% 40px;
		display: block;
		background-attachment: scroll;
		background-size: auto 100%;
	}
	#entry_field a {
		width: 100%;
		margin: 0 0 20px;
		padding: 2em;
	}
}


/*-----------------------------------------
	contact_field
-----------------------------------------*/
#contact_field {
	margin: 0;
	padding: 80px 20px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	text-align: center;
	background: #e0e791 url(/img/contact_bg.jpg) center right no-repeat;
	background-attachment: fixed;
	background-size:cover;
	border: 1px solid transparent;
}

/*  tb_view  */
body.tb_view #contact_field {
	background-attachment: scroll;
	background-size: auto 100%;
}

#contact_field a {
	width: 100%;
	margin: 0 20px;
	padding: 50px;
	display: block;
	position: relative;
	color: #000000;
	background: #ffffff;
}

#contact_field a:after {
	content: "\e902";
	font-family: 'casystems' !important;
	padding: 10px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	background: #8fc31f;
	position: absolute;
	right: -5px;
	bottom: -10px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#contact_field h3 {
	margin: 0 0 15px;
	font-size: 1.375em;
}

#contact_field h3 span {
	margin: 0 0 15px;
	display: block;
	font-size: 1rem;
}

#contact_field h3 span:before {
	margin: 0 0 10px;
	display: block;
	font-size: 40px;
	font-weight: normal;
	font-family: 'casystems' !important;
}

#contact_field p {
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

#contact_field a.mail_btn:after { background: #fac02c; }
#contact_field a.recruit_btn:after { background: #8fc31f; }

#contact_field a.mail_btn h3 span { color: #fac02c; }
#contact_field a.recruit_btn h3 span { color: #8fc31f; }

#contact_field a.mail_btn h3 span:before { content: "\e90e"; }
#contact_field a.recruit_btn h3 span:before { content: "\e904"; }

/*  hover  */
body.pc_view #contact_field a:hover:after {
	right: -15px;
}

@media only screen and (max-width: 768px) {
	#contact_field {
		padding: 60px 6% 40px;
		display: block;
		background-attachment: scroll;
		background-size: auto 100%;
	}
	#contact_field a {
		margin: 0 0 20px;
		padding: 2em;
	}
}


/* =====================================
	ClearFixElements
===================================== */
main > section:before,
main > section:after {
	content: " ";
	display: table;
}
main > section:after {
	clear: both;
}
main > section {
	*zoom: 1;
}
