@charset "utf-8";

body {
	font-size: 16px;
	font-family: Helvetica, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	color: #333;
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
}

p { margin: 0 0 1.5em;}

strong { font-weight: bold;}

a { color: #db656e;}
a:hover { color: #edb1b9;}

a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.buPagetop a:hover img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

@media screen and (max-width: 768px) {
	
	body {
		font-size: 14px;
		-webkit-text-size-adjust: 100%;
	}

}


/* ---------------------------------------------------------------------------------------- 

	h[x}

---------------------------------------------------------------------------------------- */

h2 {
	margin: 0 0 24px;
	padding: 8px 16px;
	background: #df5d70;
	font-size: 18px;
	color: #fff;
}

.h2Clear {
	clear:both;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

h3 {
	clear: both;
	margin: 0 0 24px;
	font-size: 20px;
}

.h3Type02 {
	margin: 36px 0;
	font-size: 30px;
	text-align: center;
}

h4 {
	margin: 0 0 24px;
	font-size: 20px;
	color: #df5d70;
}

@media screen and (max-width: 768px) {
	
	h2 {
		margin: 0 0 16px;
		font-size: 16px;
	}

	h3 {
		margin: 0 0 14px;
		font-size: 16px;
	}

	.h3Type02 {
		margin: 0 0 16px;
		font-size: 20px;
		line-height: 1.4;
	}

	h4 {
		margin: 0 0 16px;
		font-size: 16px;
		color: #df5d70;
	}

}


/* ---------------------------------------------------------------------------------------- 

	list

---------------------------------------------------------------------------------------- */

ul,ol {
	margin: 0 0 1.5em;
}

li {
	line-height: 1.5;
}

ul li {
	padding: 0 0 0 15px;
}


/* ---------------------------------------------------------------------------------------- 

	table

---------------------------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0 0 40px;
	border-top: 1px solid #eee;
}

table tr {
	border-bottom: 1px solid #eee;
}

table th,
table td {
	box-sizing: border-box;
	padding: 16px;
	vertical-align: top;
}

table th {
	background: #f7f7f7;
}

@media screen and (max-width: 768px) {

	table {
		margin-bottom: 1.5em;
	}

	table th,
	table td {
		width: 100%;
		display: block;
		padding: 8px;
		border-top: none;
}
	
}


/* ---------------------------------------------------------------------------------------- 

	common

---------------------------------------------------------------------------------------- */

.textC { text-align: center;}
.textR { text-align: right;}

.left { float: left;}
.right { float: right;}

.wrapper {
	clear: both;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

.box { margin: 0 0 40px;}


@media screen and (max-width: 768px) {
	
	.wrapper  {
		width: 100%;
	}

}


/* ---------------------------------------------------------------------------------------- 

	header

---------------------------------------------------------------------------------------- */

.header > .wrapper{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
}

.header .logo {
	float: left;
}

.header .hNav {
	float: right;
	font-size: 18px;
}

.header .hNav ul {
	margin: 0;
}

.header .hNav li {
	float: left;
	padding: 0 0 0 50px;
	background: none;
	line-height: 90px;
}

.header .hNav a {
	display: block;
	height: 90px;
	text-decoration: none;
}

.header .hNav li img {
	position: absolute;
	top: 50px;
	margin-top: -18px;
	vertical-align: middle;
	line-height: 90px;
}

@media screen and (max-width: 768px) {

	.header .logo  {
		float: none;
		padding: 16px 0 0;
		text-align: center;
	}
	
	.header .logo img {
		width: 130px;
		margin: 0 auto;
	}
	
	.header .hNav {
		float: none;
	}
	
	.header .hNav li {
		float: left;
		width: 20%;
		padding: 0;
		line-height: 1;
		text-align: center;
	}
	
	.header .hNav li:first-child {
		width: 10%;
	}
	
	.header .hNav li:last-child {
		width: 30%;
	}
	
	.header .hNav a {
		display: block;
		height: auto;
		padding: 16px 0;
		font-size: 14px;
		line-height: 1;
	}
	
	.header .hNav li img {
		position: static;
		width: 14px;
		margin: 0;
		line-height: 1;
	}

}


/* ---------------------------------------------------------------------------------------- 

	upper

---------------------------------------------------------------------------------------- */

.recruitMainTopWrap {
	background: url(../images/common/recruit_main_wrap_bg.jpg) repeat-x left top;
}

.recruitMainTop {
	background: url(../images/common/recruit_main_bg.jpg) no-repeat center top;
	text-align: center;
}

.recruitMainImgWrap {
	background: #eee url(../images/common/recruit_mainimg.png) no-repeat right center;
}

.recruitMainImg {
	width: 980px;
	height: 196px;
	margin: 0 auto;
	color: #333;
}

.recruitMainImg .sub {
	margin: 0 0 10px;
	padding-top: 50px;
	font-weight: bold;
}

.recruitMainImg h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.recruitNav {
	margin: 30px 0 40px;
}

.recruitNav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
	z-index: 1000;
}

.recruitNav h3 {
	margin: 0 0 30px;
	padding: 0;
	background: none;
	border: none;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.recruitNav ul {
	margin: 0;
	text-align: center;
}

.recruitNav li {
	display: inline-block;
	padding: 0;
	background: none;
	color: #db656e;
}

.recruitNav li .line {
	padding: 0 40px;
}

.recruitNav li:last-child .line {
	display: none;
}

.recruitNav li a {
	text-decoration: none;
}

.menu-selected {
	background: url(../images/common/nav_line.gif) repeat-x left bottom;
}

.mainImg {
	padding: 100px 0 100px;
	background: url(../images/common/mainimg.jpg) no-repeat center center;
	background-size: cover;
}

.mainImgBox {
	box-sizing: border-box;
	width: 560px;
	margin: 0 auto;
	padding: 30px 20px 24px;
	text-align: center;
	color: #fff;
}

.mainImgBox h1 {
	margin: 0 0 14px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.mainImgBox p {
	margin: 0;
}

@media screen and (max-width: 768px) {

	.recruitMainTop {
		text-align: center;
	}

	.recruitMainImg {
		box-sizing: border-box;
		width: 100%;
		height: 140px;
		padding: 0 16px;
		color: #db656e;
	}

	.recruitMainImg .sub {
		margin: 0 0 10px;
		padding-top: 30px;
		font-weight: bold;
	}

	.recruitMainImg h1 {
		font-size: 24px;
		line-height: 24px;
	}


	.recruitNav {
		margin: 30px 0;
	}

	.recruitNav li .line {
		padding: 0 16px;
	}

	.recruitNav.fixed {
		position: static;
		margin: 30px 0;
		padding: 0;
		border-bottom: none;
	}

	.mainImg {
		box-sizing: border-box;
		padding: 60px 8px;
		min-height: 200px;
	}

	.mainImgBox {
		width: 100%;
		padding: 0;
	}

	.mainImgBox h1 {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 24px;
	}

	.mainImgBox p {
		font-weight: bold;
		font-size: 12px;
	}

}


/* ---------------------------------------------------------------------------------------- 

	topicpath

---------------------------------------------------------------------------------------- */

#topicpath {
	margin: 36px 0;
	font-size: 14px;
}

#topicpath ul {
	margin: 0;
}

#topicpath li {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../images/common/arrow_path.png) no-repeat left center;
}

#topicpath .first {
	padding: 0;
	background: none;
}

@media screen and (max-width: 768px) {

	#topicpath {
		margin: 16px;
		font-size: 12px;
	}

}


/* ---------------------------------------------------------------------------------------- 

	contents

---------------------------------------------------------------------------------------- */

.pageNav ul {
	overflow: hidden;
}

.pageNav li {
	float: left;
	margin: 0 8px 16px 0;
	padding: 0;
	background: none;
}

.pageNav li:last-child {
	margin-right: 0;
}

.pageNav a {
	display: block;
	height: 40px;
	padding: 0 36px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #ebebeb;
	border-radius: 20px;
	text-decoration: none;
}

@media screen and (max-width: 768px){
	
	.contents {
		padding: 0 8px;
	}
	
	.pageNav ul {
		font-sizee: 12px;
	}

	.pageNav li {
		margin: 0 4px 8px 0;
	}

	.pageNav a {
		height: 36px;
		padding: 0 12px;
		line-height: 36px;
		border-radius: 18px;
	}

}


/* ---------------------------------------------------------------------------------------- 

	top

---------------------------------------------------------------------------------------- */

.topMain {
	margin-bottom: 16px;
	background: #eee url(../images/top/top_main_bg.jpg) no-repeat center top;
}

.topMain .wrapper {
	overflow: hidden;
	position: relative;
	padding: 196px 0;
}

.topReed {
	position: absolute;
	left: 588px;
	bottom: 0;
	box-sizing: border-box;
	width: 392px;
	height: 392px;
	padding: 40px;
	background: #df5d70;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
}

.topReed .small {
	display: block;
	margin: 14px 0 0;
	font-size: 14px;
}

.box2col {
	box-sizing: border-box;
	float: left;
	width: 485px;
	margin: 0 8px 18px 0;
}

.box3col {
	box-sizing: border-box;
	float: left;
	width: 316px;
	margin: 0 16px 16px 0;
}

.box2col.last,
.box2col:nth-child(even),
.box3col:nth-child(3n) {
	margin-right: 0;
}

.newsWrap {
	margin-bottom: 16px;
	padding: 18px 0;
	background: #eee;
}

.newsWrap > .wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.newsBox {
	box-sizing: border-box;
/*	float: left;
	height: 170px;*/
	margin-bottom: 0;
	background: #fff;
	padding: 10px 20px;
}

.newsBox h2 {
	overflow: hidden;
	margin: 0 0 14px;
	padding: 0 0 8px;
	background: url(../images/common/line_dot.png) repeat-x left bottom;
	color: #da6272;
	font-size: 20px;
}

.newsBox h2 span {
	float: left;
	display: block;
	padding: 0 0 0 36px;
	background: url(../images/common/i-news.png) no-repeat left center;
}

.newsBox.last h2 span {
	display: block;
	background: url(../images/common/i-blog.png) no-repeat left center;
}

.newsBox h2 .fontS12,
.newsBox.last h2 .fontS12 {
	padding: 10px 0 0 10px;
	font-size: 12px;
	background: none;
}

@media screen and (min-width: 769px) {
    .newsBox p {
        margin-bottom: 0;
    }    
}
@media screen and (max-width: 768px) {
	
	.topMain {
		background: none;
	}
	
	.topMain .wrapper {
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	
	.topReed {
		position: static;
		width: 100%;
		height: auto;
		padding: 16px;
		font-size: 14px;
	}

	.box2col,
	.box3col {
		width: 50%;
		margin: 0;
	}
	
	.box3col {
		margin-bottom: 8px;
	}
	
	.box2col:nth-child(odd),
	.box3col:nth-child(odd)  {
		padding: 0 4px 0 8px;
	}
	
	.box2col:nth-child(even),
	.box3col:nth-child(even) {
		padding: 0 8px 0 4px;
	}
	
	.box1col {
		padding: 0 8px;
	}
	
	.newsWrap {
		background: transparent;
	}
	
	.newsWrap > .wrapper {
	    flex-direction: column;
	}

	.newsBox {
		width: 100%;
		background: #fff;
		padding: 0px 8px 16px !important;
		font-size: 100%;
	}
	
	.newsBox h2 {
		padding: 8px;
		background: #da6272 none;
		color: #fff;
		font-size: 100%;
	}
	
	.newsBox h2 span {
		display: block;
		padding: 0;
		background: none;
	}
	
	.newsBox h2 .fontS12,
	.newsBox.last h2 .fontS12 {
		padding: 0 0 0 10px;
		font-size: 12px;
		background: none;
	}
	
	.bx-wrapper {
		overflow: hidden;
	}
	
	.bx-controls {
		display: none;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	company

---------------------------------------------------------------------------------------- */

.storeThinkBox {
	box-sizing: border-box;
	float: left;
	width: 316px;
	margin: 0 12px 12px 0;
}

.storeThinkBox:nth-child(3n) {
	margin-right: 0;
}

.storeThinkBox h4 {
	margin: 0;
	text-align: center;
}

.storeThinkBox .text {
	padding: 14px;
	font-size: 14px;
}

.storeThinkBox p:last-child,
.storeDeveBox p:last-child,
.storeThinkBox ol:last-child,
.storeDeveBox ol:last-child  {
	margin-bottom: 0;
}

.storeDeve {
	margin: 0 0 36px;
}

.storeDeveBox {
	box-sizing: border-box;
	float: left;
	width: 484px;
	margin: 0 12px 0 0;
}

.storeDeveBox h4 {
	margin: 0;
	text-align: center;
}

.storeDeveBox .text {
	padding: 14px;
    font-size: 14px;
}

.storeDeveBox:nth-child(odd) {
	clear: both;
}

.storeDeveBox:nth-child(even) {
	margin-right: 0;
}


@media screen and (max-width: 768px) {
	
	.storeDeve {
		margin: 0;
	}

	.storeThinkBox,
	.storeDeveBox {
		float: none;
		width: 100%;
		margin: 0 16px 16px 0;
	}
	
	.storeThinkBox .text {
		padding-bottom: 0;
	}
	
	.storeThinkBox ol,
	.storeDeveBox ol {
		margin-left: -1em;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	store

---------------------------------------------------------------------------------------- */

#storeMapWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

#storeMap,
#storeMap iframe,
#storeMap object,
#storeMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.storeBoxWrap {
	overflow: hidden;
	margin: 0 0 40px -40px;
}

.storeBox {
	float: left;
	margin: 0 0 40px 40px;
	overflow: hidden;
	width: 300px;
}

.storeBox:nth-child(3n+1) {
	clear: both;
}

.storeBox .head {
	overflow: hidden;
}

.storeBox h3 {
	clear: none;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.storeBox .iconBox {
	margin: 0 0 12px;
}

.storeBox .iconBox p {
	margin: 0;
}

.storeBox .iconBox img {
	margin-right: 12px;
}

.storeBox .photo {
	margin-bottom: 16px;
	background: #eee;
	text-align: center;
}

.storeBox table {
	margin-bottom: 12px;
}

.storeBox table,
.storeBox tr {
	border: none;
}

.storeBox table th,
.storeBox table td {
	padding: 0 0 8px;
	line-height: 1.4;
}

.storeBox table th {
	width: 80px;
	background: transparent;
}

.storeBox table th p,
.storeBox table td p {
	margin: 0;
}

.buFlyer,
.buItem,
.buAccess02,
.buLine {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.buAccess,
.buAccess02 {
	clear: both;
}

.storeBox .bu p:nth-child(odd) {
	padding-right: 4px;
}

.storeBox .bu p:nth-child(even) {
	padding-left: 4px;
}

.storeBox .bu p {
	margin-bottom: 12px;
	font-size: 14px;
}

.storeBox .bu a {
	display: block;
	padding: 0 0 0 40px;
	background-color: #edad0b;
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	text-decoration: none;
}

.storeBox .bu .buLine a,
.storeBox .bu .buLine a:hover {
	padding: 0;
	background: transparent;
}

.storeBox .bu .buLine a img {
	width: 119px;
}

.storeBox .bu a:hover {
	background-color: #f8ce62;
}

.buFlyer a {
	background-image: url(../images/common/i-flyer.png);
}

.buItem a {
	background-image: url(../images/common/i-item.png);
}

.buAccess a,
.buAccess02 a {
	background-image: url(../images/common/i-map.png);
}

.buLine {
	text-align: center;
}


@media screen and (max-width: 768px) {
	
	#storeMapWrap {
		margin-bottom: 1.5em;
	}
	
	.storeBoxWrap {
		margin: 0;
	}

	.storeBox {
		float: none;
		margin: 0 0 16px 0;
		width: 100%;
	}
	
	.storeBox .iconBox img {
		width: 70px;
	}
	
	.storeBox table {
		overflow: hidden;
	}
	
	.storeBox table th {
		clear: both;
		float: left;
		width: 30%;
	}
	
	.storeBox table td {
		float: left;
		width: 70%;
	}

}


/* ---------------------------------------------------------------------------------------- 

	recruit

---------------------------------------------------------------------------------------- */

.recruitTop .mainContents {
	position: relative;
	width: 980px;
	margin: 0 auto 30px;
	padding: 40px 0 60px;
	background: #eee;
}

.recruitTop .mainContents h4 {
	margin: 0 0 30px;
	padding: 0;
	background: none;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.recruitTop .mainContents .bu {
	position: absolute;
	bottom: 20px;
	right: -50px;
}

.recruitTop .mainContents .bu a {
	display: inline-block;
	padding: 0 50px 0 30px;
	line-height: 50px;
	background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.recruitAbout {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	border: 3px solid #da6272;
	margin: 0 auto 40px;
}

.recruitAbout .text,
.recruitAbout .photo {
	display: table-cell;
	vertical-align: middle;
}

.recruitAbout .text {
	padding: 0 60px;
}

.recruitAbout h4 {
	margin: 0 0 14px;
	padding: 0;
	border: none;
	font-size: 20px;
	line-height: 1.2;
}

.recruitAbout p {
	margin: 0;
}

.recruitAbout .photo {
	width: 486px;
}

.recruitAbout .bu {
	position: absolute;
	bottom: -3px;
	right: -50px;
}

.recruitAbout .bu a {
	display: inline-block;
	padding: 0 50px 0 30px;
	line-height: 50px;
	background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.recruitFollow {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto 105px;
	padding: 30px 0 0;
}

.recruitFollow h4 {
	margin: 0 0 30px;
	padding: 0;
	background: none;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.recruitFollow ul {
	overflow: hidden;
	margin: 0 0 30px -20px;
}

.recruitFollow li {
	box-sizing: border-box;
	float: left;
	width: 230px;
	margin: 0 0 0 20px;
	padding: 20px 20px 40px;
	background: #da6272 none;
	color: #fff;
	text-align: center;
}
	
.recruitFollow h5 {
	margin: 0 0 30px;
	padding: 0 0 12px;
	font-size: 22px;
	border-bottom: 2px dotted #fff;
}

.recruitFollow ul p {
	margin: 0;
	font-size: 52px;
	line-height: 1.2;
}

.recruitFollow .salaryUp {
	margin-bottom: 4px;
	font-size: 34px;
}

.recruitFollow .salaryBot {
	font-size: 18px;
}

.recruitFollow .bu {
	position: absolute;
	bottom: -90px;
	right: -50px;
}

.recruitFollow .bu a {
	display: inline-block;
	padding: 0 50px 0 30px;
	line-height: 50px;
	background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
	
	.recruitTop .mainContents {
		box-sizing: border-box;
		position: static;
		width: 100%;
		margin: 0;
		padding: 0 8px;
		background: transparent;
	}
	
	.recruitTop .mainContents .bu {
		position: static;
	}

	.recruitTop .mainContents .bu a {
		display: block;
		margin: 0 16px;
		padding: 0 50px 0 30px;
		line-height: 50px;
		background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.recruitAboutWrap {
		margin: 0 8px;
	}

	.recruitAbout {
		position: static;
		width: 100%;
		border: 3px solid #da6272;
		margin: 0 auto 16px;
		padding: 16px;
	}

	.recruitAbout .text,
	.recruitAbout .photo {
		display: block;
	}

	.recruitAbout .text {
		padding: 0 0 8px;
	}

	.recruitAbout h4,
	.recruitTop .mainContents h4 {
		margin: 0 0 14px;
		padding: 0;
		border: none;
		font-size: 20px;
		line-height: 1.2;
	}

	.recruitAbout p {
		margin: 0;
	}

	.recruitAbout .photo {
		width: 100%;
		margin-bottom: 8px;
	}

	.recruitAbout .bu {
		position: static;
	}

	.recruitAbout .bu a {
		display: block;
		padding: 0;
		text-align: center;
		line-height: 50px;
		background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
		background-size: 17px auto;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.recruitFollow {
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 0 8px;
	}

	.recruitFollow h4 {
		margin: 0 16px 16px;
		font-size: 20px;
	}

	.recruitFollow ul {
		overflow: hidden;
		margin: 0;
	}

	.recruitFollow li {
		width: 50%;
		margin: 0 0 8px;
		padding: 8px;
	}
	
	.recruitFollow li:nth-child(odd) {
		border-right: 4px solid #fff;
	}
	
	.recruitFollow li:nth-child(even) {
		border-left: 4px solid #fff;
	}
	
	.voiceBox:nth-child(3n+1) {
		clear: none !important;
	}
	
	.recruitFollow li:nth-child(odd) {
		clear: both;
	}
	
	.recruitFollow h5 {
		margin: 0 0 16px;
		padding: 0 0 12px;
		font-size: 16px;
		border-bottom: 2px dotted #fff;
	}

	.recruitFollow ul p {
		margin: 0;
		font-size: 16px;
		line-height: 1.2;
	}

	.recruitFollow .salaryUp {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.recruitFollow .salaryBot {
		font-size: 16px;
	}

	.recruitFollow .bu {
		position: static;
		margin: 0;
	}
	
	.recruitFollow .bu a {
		display: block;
		padding: 0;
		text-align: center;
		line-height: 50px;
		background: #da6272 url(../images/common/arrow_wh.png) no-repeat right center;
		background-size: 17px auto;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

}


/* ---------------------------------------------------------------------------------------- 

	culture

---------------------------------------------------------------------------------------- */

.cultureBox {
	position: relative;
	min-height: 460px;
	height: 460px;
	margin-bottom: 40px;
}

.cultureBox .text {
	position: relative;
	z-index: 2;
	width: 560px;
	margin: 30px 0 0 0;
}

.cultureBox .photo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.culture02Box {
	overflow: hidden;
}

.culture02Box .text {
	float: left;
	width: 554px;
}

.culture02Box .photo {
	float: right;
	width: 416px;
}

.worldBox {
	overflow: hidden;
	box-sizing: border-box;
	margin: 24px 0 0;
	padding: 20px;
	border: 2px solid #ebebeb;
	border-radius: 10px;
}

.worldBox .worldPhoto {
	float: right;
	width: 180px;
	position: relative;
	margin-bottom: 14px;
	text-align: center;
}

.worldBox .worldText p {
	margin: 0;
	font-size: 13px;
}

.worldBox h4 {
	margin: 0 0 14px;
	font-size: 100%;
}

.worldBox .check {
	position: absolute;
	top: -40px;
	right: -10px;
}

.culture02Box ul {
	overflow: hidden;
	margin-left: -10px;
}

.culture02Box li {
	box-sizing: border-box;
	float: left;
	width: 272px;
	margin: 0 0 10px 10px;
	padding: 20px 11px;
	background: none #eee;
	text-align: center;
}

.culture02Box li:nth-child(odd) {
	clear: both;
}

.culture02Box li h5 {
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 2px dotted #ccc;
}

.culture02Box li p {
	margin: 0;
	font-size: 24px;
}

.culture02Box li .salaryBot {
	font-size: 18px;
}

@media screen and (max-width: 768px) {

	.cultureBox {
		position: static;
		min-height: inherit;
		height: auto;
		margin-bottom: 16px;
	}

	.cultureBox .text {
		position: static;
		z-index: 2;
		width: 100%;
		margin: 0;
	}

	.cultureBox .photo {
		position: static;
	}

	.culture02Box .text,
	.culture02Box .photo {
		float: none;
		width: 100%;
	}
	
	.culture02Box ul {
	margin-left: 0;
	}

	.culture02Box li {
		box-sizing: border-box;
		float: left;
		width: 50%;
		margin: 0 0 10px;
		padding: 8px;
	}
	
	.culture02Box li:nth-child(odd) {
		border-right: 4px solid #fff;
	}
	
	.culture02Box li:nth-child(even) {
		border-left: 4px solid #fff;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	voice

---------------------------------------------------------------------------------------- */

.staffHead {
	margin: 0 0 40px;
	background: #df5d70;
	color: #fff;
	font-weight: bold;
}

.staffHead .text,
.staffHead .photo {
	display: table-cell;
	vertical-align: middle;
}

.staffHead .text {
	box-sizing: border-box;
	width: 430px;
	padding-left: 40px;
}

.staffHead .photo {
	width: 550px;
}

.staffHead .name {
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 1.2;
}

.staffHead .sub {
	font-size: 18px;
	line-height: 1.4;
}

.staffHead .year {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 14px;
	background: #fff;
	font-size: 18px;
	color: #df5d70;
	line-height: 30px;
}

.staffHead .messageBox {
	box-sizing: border-box;
	width: 340px;
	background: url(../images/common/voice_mess_top.png) no-repeat left top;
}

.staffHead .messageSec {
	padding: 22px 36px;
	background: url(../images/common/voice_mess_bot.png) no-repeat right bottom;
}

/* 一覧 */
.voiceBoxWrap {
	overflow: hidden;
	margin: 0 0 40px;
	padding: 40px 0 32px 40px;
	background: #eee;
}

.recruitTop .mainContents .voiceBoxWrap {
	padding-top: 0;
	padding-bottom: 0;
}

.voiceBox {
	float: left;
	width: 294px;
	margin: 0 9px 9px 0;
	background: #fff;
}

.voiceBox:nth-child(3n+1) {
	clear: both;
}

.voiceBox p {
	margin: 0;
}

.voiceBox .text {
	padding: 14px;
	font-size: 16px;
}

.voiceBox .name {
	padding: 0 14px 14px;
}

@media screen and (max-width: 768px) {
	
	.recruitMainImg {
		width: 100%;
	}
 	
	.staffHead {
		margin: 0 0 24px;
		background: #df5d70;
		color: #fff;
		font-weight: bold;
	}

	.staffHead .text,
	.staffHead .photo {
		display: block;
	}

	.staffHead .text {
		width: 100%;
		padding: 16px;
	}

	.staffHead .photo {
		width: 100%;
	}

	.staffHead .name {
		font-size: 20px;
	}

	.staffHead .sub {
		font-size: 16px;
	}

	.staffHead .year {
		font-size: 16px;
	}

	.staffHead .messageBox {
	width: 100%;
	background-size: 10px auto;
	}

	.staffHead .messageSec {
		padding: 16px;
		background-size: 10px auto;
	}
	
	.staffHead .messageSec p {
		margin: 0;
	}
	
	/* 一覧 */
	.voiceBoxWrap {
		margin: 0;
		padding: 0;
		background: transparent;
	}

	.voiceBox {
		float: left;
		width: 50%;
		margin: 0 0 16px;
	}
	
	.voiceBox:nth-child(odd) {
		clear: both;
	}

	.voiceBox .text {
		padding: 14px;
		font-size: 14px;
	}

	.voiceBox .name {
		padding: 0 14px;
	}
}


/* ---------------------------------------------------------------------------------------- 

	entry

---------------------------------------------------------------------------------------- */

.entryBoxWrap {
	overflow: hidden;
	margin-bottom: 40px;
}

.entryBox {
	box-sizing: border-box;
	float: left;
	width: 485px;
	margin-bottom: 10px;
	padding: 14px;
	border: 2px solid #ebebeb;
	border-radius: 10px;
}

.entryBox h3 {
	margin: 0 0 14px;
	padding: 0 0 14px;
	background: url(../images/common/line_dot.png) repeat-x left bottom;
}

.entryBox:nth-child(odd) {
	clear: both;
	margin-right: 10px;
}

.entryBox ul {
	overflow: hidden;
	margin-bottom: 0;
}

.entryBox li {
	float: left;
	padding: 0;
	background: none;
}

.entryBox li:nth-child(odd) {
	clear: both;
	margin-right: 13px;
}

@media screen and (max-width: 768px) {
	
	.entryBoxWrap {
		margin-bottom: 0;
		padding: 0 8px;
	}
	
	.entryBox {
		float: none;
		width: 100%;
		margin-bottom: 16px;
	}
	
	.entryBox li,
	.entryBox li:nth-child(odd) {
		float: none;
		margin: 0 0 8px;
	}

}


/* ---------------------------------------------------------------------------------------- 

	MODULE:blog-entry

---------------------------------------------------------------------------------------- */

.blogEntry {
	margin-bottom: 60px;
}

.blogEntry .topicDate {
	float: left;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.2;
}

.blogEntry .entryCategory {
	float: left;
	font-size: 15px;
}

.blogEntry .entryCategory ul {
	margin: 0;
	line-height: 1;
}

.blogEntry .entryCategory li {
	display: inline;
	padding-right: 10px;
	background: none;
	line-height: 1.2;
}

.blogEntry h2 {
	clear: both;
}

.blogPager {
	margin: 60px 0;
	text-align: center;
}

.blogPager ul {
	margin: 0;
}

.blogPager li {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	background: none;
}

@media screen and (max-width: 768px) {
	
	.blogEntry {
		margin-bottom: 40px;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:mailform-form

---------------------------------------------------------------------------------------- */

.formBox th {
	width: 200px;
}

.req,
.errMessage {
	color: #f00;
}

.errMessage,
.infoMessage {
	margin: 6px 0 0;
}

.pageLink {
	margin: 0 0 60px;
	text-align: center;
}

input[type="text"],
textarea,
select {
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ccc;
	line-height: 1.4;
}

input[type=submit],
.pageLink a {
	display: inline-block;
	cursor: pointer;
	margin: 0 20px;
    padding: 0 60px;
	background: #db656e;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
    border-radius: 4px;
	font-size: 14px;
	color: #fff;
	border: none;
}

input[type=submit]:hover,
.pageLink a:hover {
	background: #edb1b9;
}

@media screen and (max-width: 768px) {
	
	.formBox th {
		width: 100%;
	}
	
	.pageLink {
		margin: 0;
	}
	
	input[type="text"],
	textarea,
	select  {
		width: 100%;
		font-size: 16px;
	}
	
	input[type="text"].ant2api-zip {
		width: 30%;
	}
	
	input[type=submit],
	.pageLink a {
		margin: 0 10px;
		padding: 0 30px;
		 -webkit-appearance: none;
	}

}


/* ---------------------------------------------------------------------------------------- 

	opt

---------------------------------------------------------------------------------------- */

.opt {
	margin-bottom: -30px;
	background: #eee;
}

.opt .wrapper {
	padding: 30px 0;
}

.blogBox {
	box-sizing: border-box;
	float: left;
	width: 320px;
	margin: 0 0 0 10px;
	padding: 14px;
	background: #fff;
	font-size: 14px;
}

.blogBox.calendar {
	clear: none;
	margin-left: 0;
}

.blogBox h4 {
	margin: 0 0 16px;
	padding: 0 0 12px;
	background: url(../images/common/line_dot.png) repeat-x left bottom;
	font-size: 16px;
}

.blogBox table {
	margin: 0;
}

.blogBox th,
.blogBox td {
	padding: 8px 0;
	text-align: center;
}

.blogBox ul {
	margin: 0;
}

.blogBox li {
	margin-bottom: 12px;
	padding: 0 0 12px 30px;
	border-bottom: 1px solid #eee;
	background: url(../images/common/arrow_right.png) no-repeat 0 0;
}

.blogBox li a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	.opt .wrapper {
		box-sizing: border-box;
		padding: 16px 16px 1px;
	}
	
	.blogBox {
		float: none;
		width: 100%;
		margin: 0 0 16px 0;
	}
	
	.blogBox th,
	.blogBox td {
		display: table-cell;
		width: auto;
	}
	
	.blogBox li {
		padding-left: 20px;
		background-position: 0 5px;
		background-size: 10px 10px
	}

}


/* ---------------------------------------------------------------------------------------- 

	footer

---------------------------------------------------------------------------------------- */

.footer {
	margin: 30px 0 0;
	padding: 30px 0;
	background: #ffe2e7;
	color: #707070;
}

.fLogo {
	float: left;
	width: 500px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.4;
}

.fLogo .large {
	font-size: 26px;
}

.fNav {
	float: left;
	width: 150px;
	padding: 20px 0 0;
	font-size: 13px;
}

.fNav ul {
	margin: 0;
}

.fNav li {
	margin-bottom: 16px;
	padding: 0 0 0 12px;
	background: url(../images/common/arrow.png) no-repeat 0 2px;
}

.fNav.fSab li {
	padding: 0 0 0 8px;
	background: url(../images/common/point.png) no-repeat 0 8px;
}

.fNav ul ul {
	margin-top: 16px;
}

.fNav li li {
	padding: 0;
	background: none;
}

.fNav a {
	text-decoration: none;
	color: #707070;
}

.fNav a:hover {
	color: #9e9e9e;
}

.copyright {
	padding: 10px 0;
	background: #ecacb5;
	text-align: center;
	color: #fff;
}

.buPagetop {
	display: none;
	position: fixed;
	bottom: 8px;
	width: 100%;
}

.buPagetop p {
	width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.buPagetop a {
	display: block;
	width: 90px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 768px){
	
	.footer {
		padding: 16px;
		font-size: 14px;
	}
	
	.fLogo {
		float: none;
		width: 100%;
		font-size: 100%;
	}
	
	.fLogo img {
		width: 133px;
		margin-bottom: 8px;
	}
	
	.fLogo .large {
		font-size: 100%;
	}
	
	.fNavWrap {
		padding: 16px 16px 2px;
		background: #fff;
	}
	
	.fNav {
		float: none;
		width: 100%;
		padding: 0;
		font-size: 100%;
	}
	
	.fNav ul {
		margin: 0;
	}
	
	.copyright {
		padding: 16px;
		font-size: 14px;
		line-height: 1.4;
	}
	
	.buPagetop {
		display: none !important;
	}
	
	.buPagetop p {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.buPagetop a {
		display: block;
		width: 90px;
		margin: 0 0 0 auto;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	parts

---------------------------------------------------------------------------------------- */

.qaList {
	margin-bottom: 16px;
	border: 2px solid #ebebeb;
	border-radius: 10px;
}

.qaList dl {
}

.qaList dt {
	padding: 26px 16px 24px 70px;
	background: url(../images/common/faq-q.png) no-repeat 20px 20px;
	background-size: 40px 40px;
	font-weight: bold;
}

.qaList dd {
	padding: 0 20px 20px;
}

.qaList dd p:last-child {
	margin-bottom: 0;
}

.qaList img {
	margin: 8px 0;
}


/* ---------------------------------------------------------------------------------------- 

	モバイルボタン

---------------------------------------------------------------------------------------- */

#cmsMobileButton {
	display: none;
}

.sec-sns {
    background-color: #fff7f8;
    /*公開時対応*/
    margin-bottom: -30px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.sec-sns__title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.sec-sns__boxCon {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}
.sec-sns__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 30px 0;
}
.sec-sns__box.type-facebook .sec-sns__icon a {
    color: #1777f2;
}
.sec-sns__box.type-instagram .sec-sns__icon a {
    color: #d88201;
}
.sec-sns__box.type-line .sec-sns__icon a {
    color: #00B900;
}
.sec-sns__icon {
    margin-bottom: 20px;
}
.sec-sns__icon a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}
.sec-sns__icon img {
    max-width: 47px;
    flex-shrink: 0;
    margin-right: 20px;
}
.sec-sns__box p {
    line-height: 1.6;
}
@media screen and (min-width: 769px){
.sec-sns__box {
    flex: 1;
}
.sec-sns__boxCon .sec-sns__box:not(:last-child) {
    border-right: solid 1px #ecacb5;
}
}
@media screen and (max-width: 768px){
.sec-sns__boxCon {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sec-sns__box {
    width: 50%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
}
.sec-sns__icon a {
    font-size: 15px;
}
.sec-sns__icon img {
    max-width: 30px;
    margin-right: 10px;
}
}



/* ---------------------------------------------------------------------------------------- 

	clearfix

---------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0 !important;
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/