@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
}

body {
	/* background: url("../img/bg_main.png") repeat; */
	color: #37342F;
	background-color: #f5f1e6;
	border-top: 3px solid #EE5E78;
	font-size: 12px;
	line-height: 1.6;
}

#wrapper {
	position: relative;
	min-width: 948px;
}

body > #wrapper {
	height: auto;
}

iframe {
	border: none;
	overflow: inherit;
}

/* リンク */
a:link    {
	color: #EE657E;
	text-decoration: underline;
}

a:visited {
	color: #EE657E;
	text-decoration: underline;
}

a:hover {
	color: #EE657E;
	text-decoration: none;
}

a:active {
	color:#EE657E;
}



@media screen and (max-width : 1024px) {
	body {
		font-size: 16px;
	}

	#wrapper {
		min-width: unset;
	}

}



/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}

img {
	vertical-align: bottom;
}

#main {
	width: 940px;
	margin: 0 auto;
	/* overflow: hidden; */
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
    /*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}



@media screen and (max-width : 1024px) {
	img {
		width: 100%;
		height: auto;
	}

	#main {
		width: 95%;
		/* margin: 0; */
		/* overflow: hidden; */
	}

}



/* ▼▼▼ ヘッダー
=====================================*/
#header {
	float: left;
	width: 228px;
	/* overflow: hidden; */
}

#header #site_title {
	text-align: center;
}

/* グローバルナビゲーション */
ul#gnav {
	/* background: url("../img/bg_menu.png") no-repeat left top; */
	/* height: 500px; */
	padding: 24px 14px 11px;
	margin: 15px 0 20px;
	clear:both;
	/* overflow: hidden; */
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 
	1px -1px 3px rgba(0, 0, 0, 0.05),
	-1px 1px 3px rgba(0, 0, 0, 0.05),
	-1px -1px 3px rgba(0, 0, 0, 0.05),
	1px 1px 3px rgba(0, 0, 0, 0.05),
	1px -1px 3px rgba(0, 0, 0, 0.05),
	 -1px 1px 3px rgba(0, 0, 0, 0.05);
}

ul#gnav dl.about {
	margin-bottom: 2px;
}

ul#gnav dl.about dt {
	margin-bottom: 9px;
}

#header .address {
	margin: 0 4px 10px;
	overflow: hidden;
	
}

#header .address .tel,
.address .tel {
	color: #EB5E78;
	font-size: 28px;
	margin-bottom: 5px;
}

#header .address .tel span,
.address .tel span {
	font-size: 19px;
}

#header .address ul.icon {
	margin-bottom: 5px;
	overflow: hidden;
}

#header .address ul.icon li {
	float: left;
	margin-right: 4px;
}

#header .btn_privacy {
	margin-left: 4px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

#header .btn_privacy a {
	background: url("../img/arrow02.gif") no-repeat left center;
	padding-left: 13px;
	color: #37332D;
}

.menu .side_banner {
	text-align: center;
	margin-bottom: 20px;
}

.menu .side_banner a {
	display: block;
}



@media screen and (max-width : 1024px) {
	#header {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	#header #site_title {
		text-align: left;
	}

	#header #site_title a img {
		width: 25%;
	}

	#header .address .tel,
	.address .tel {
		font-size: 40px;
	}

	#header .address .tel span,
	.address .tel span {
		font-size: 25px;
	}

}



/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/

/* コンテンツ */
#contents {
	float: right;
	width: 680px;
	margin-top: 27px;
	/* overflow: hidden; */
	margin: 0 0 50px;
}

/* パンくず */
#path {
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden
}

#path_inner01 {
	background: url("../img/bg_path01.png") no-repeat left top;
	overflow: hidden
}

#path_inner02 {
	background: url("../img/bg_path02.png") no-repeat left bottom;
	padding: 13px 10px;
	overflow: hidden
}

#path_inner02 ol.path li {
	float: left;
	/* background: url("../img/path.gif") no-repeat right center; */
	padding-right: 15px;
	margin-right: 3px;
}

#path_inner02 ol.path li i {
	padding-left: 15px;
}

#path_inner02 ol.path li.now {
	background: none;
}

#path_inner02 ol.path li a {
	color: #46AB90
}

h1.title {
	position: relative;
	font-size: 25px;
	font-family: 'Hiragino Mincho ProN W3';
	line-height: 1.25;
	letter-spacing: 3px;
	box-sizing: border-box;
	padding: 0 0 10px;
	margin-bottom: 35px;
	/* overflow: hidden; */
}

h1.title span {
	display: block;
	color: #ee627b;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Baskerville;
}

h1.title::before {
	position: absolute;
	bottom: -5px;
  left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 5px;
	background-color: #e0d9c7;
	border-radius: 50px;
}

h1.title::after {
	position: absolute;
	bottom: -5px;
  left: 0;
	z-index: 2;
	content: '';
	width: 340px;
	height: 5px;
	background-color: #ee627b;
	border-radius: 50px;
}

p.read {
	margin-bottom: 25px;
}

h2.subtitle {
	position: relative;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	background-color: #ee627b;
	box-sizing: border-box;
	padding: 13px 0 13px 30px;
	border-radius: 5px;
	margin-bottom: 10px;
}

h2.subtitle::before {
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 4px solid #fff;
	border-radius: 100%;
}

h2.subtitle#naika {
	background-color: #fdaa45;
}

h2.subtitle#geka {
	background-color: #a8c05f;
}

h2.subtitle#seikei {
	background-color: #9a9abe;
}

h2.subtitle#syonika {
	background-color: #fdaa45;
}

h2.subtitle#masui {
	background-color: #9a9abe;
}

h2.subtitle#hihu {
	background-color: #d68bba;
}

h2.subtitle#keisei {
	background-color: #fc9666;
}

h2.subtitle#hinyou {
	background-color: #e2989f;
}

h3.title {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #ee627b;
	box-sizing: border-box;
	padding: 13px 0 13px 20px;
	margin-bottom: 10px;
}

h3.title::before {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 4px solid #ee627b;
	border-radius: 100%;
}

@media screen and (max-width : 1024px) {
	#path {
    margin-bottom: 20px;
	}

	h1.title {
		margin-bottom: 30px;
	}

	h1.title span {
		font-size: 15px;
	}

	h2.subtitle {
		font-size: 20px;
		padding: 10px 0 10px 37px;
		margin-bottom: 20px;
	}

	h2.subtitle::before {
		left: 20px;
		width: 10px;
		height: 10px;
		border: 5px solid #fff;
	}

	#contents {
		float: none;
		width: 100%;
		margin: 0 0 50px;
	}

	#path_inner02 ol.path li {
		font-size: 15px;
		padding-right: 5px;
	}

	#path_inner02 ol.path li i {
		padding-left: 10px;
	}

	p.read {
		margin-bottom: 30px;
	}

}



/* ▼▼▼ フッター
=====================================*/
#footer {
	position: relative;
	width: 100%;
	/* background: url("../img/bg_footer01.png") repeat; */
	clear: both;
	/* overflow: hidden; */
	background-color: #EE5E78;
	border-top: 1px solid #EE5E78;
}

#footer_inner {
	/* background: url("../img/bg_footer02.png") repeat; */
	background-color: #f7e0de;
	margin-top: 3px;
	overflow: hidden;
}

#footer_inner02 {
	width: 940px;
	margin: 0 auto;
}

#footer_inner02 .fnav_box {
	float: left;
	width: 200px;
	height: 100px;
	padding: 20px 0 20px 10px;
	border-left: 1px solid #EE5E78;
}

#footer_inner02 .fnav_box dl.address02 dt {
	margin-bottom: 5px;
	color: #EF657E;
	font-size: 14px;
	font-weight: bold;
}

#footer_inner02 .fnav_box dl.address02 dd .tel {
	margin-top: 5px;
	color: #595959;
	font-size: 18px;
	font-weight: bold;
}

#footer_inner02 .fnav_box dl.address02 dd.tel span {
	font-size: 14px;
}

.fnav_box ul.fnav {
	color: #EE657E;
}

.fnav_box ul.fnav li {
	margin-bottom: 3px;
}

.fnav_box ul.fnav li.first {
	font-weight: bold;
	background: url("../img/circle.gif") no-repeat 4px center;
	padding-left: 15px;
	font-size: 14px;
}

.fnav_box ul.fnav li a,
.fnav_box ul.fnav li a:visited {
	background: url("../img/arrow.gif") no-repeat left center;
	margin-left: 4px;
	padding-left: 11px;
}

.fnav_box ul.fnav li a:hover {
	text-decoration: none;
}

.fnav_box ul.fnav.col2 li a,
.fnav_box ul.fnav.col2 li a:visited {
	font-size: 14px;
	font-weight: bold;
	background: url("../img/circle.gif") no-repeat 4px center;
	padding-left: 15px;
	margin-left: 0;
}

/* ▼ ページ上部へ戻る */
.pagetop {
	/* width: 940px;
	margin: 10px auto 0;
	text-align: right;
	overflow: hidden; */
	position: absolute;
	bottom: 170px;
	right: 18%;
}

	/* ▼ コピーライト */
#copyright {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
	color: #EAE7D9;
	font-size: 11px;
	clear: both;
	overflow: hidden;
}



@media screen and (max-width : 1024px) {
	.pagetop {
		position: absolute;
		top: -10px;
		right: 0;
		bottom: unset;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: -1;
	}

	#footer_inner02 {
		width: 100%;
		margin: 0;
	}

	#footer_inner02 .fnav_box {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 0;
		border-left: none;
	}

	#footer_inner02 .fnav_box dl.address02 dt {
		text-align: center;
		font-size: 30px;
		font-weight: normal;
	}

	#footer_inner02 .fnav_box dl.address02 dd p {
		text-align: center;
	}

	#footer_inner02 .fnav_box dl.address02 dd .tel {
		text-align: center;
		font-weight: normal;
	}

	#copyright {
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: 12px;
		padding: 10px 0;
	}

}


/*求人サイト追加時の追加スタイル*/
/**/
img.oplink:hover {
	opacity: 0.6 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.5s ;
	transition: 0.5s;
}

/* ▼ 求人案内ページ ▼ */
.banner_area_mar {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.banner_area_mar li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.banner_area_mar li:nth-child(odd) {
	text-align: left;
}

.banner_area_mar li:nth-child(even) {
	text-align: right;
}

.recruit_cont_box p,
#contents .recruit_cont_box h2.subject,
.recruit_cont_box h3 {
	margin-bottom: 30px;
}

/* ▼ 求人ページ ▼ */
.recruit_app_box {
	margin-bottom: 50px !important;
	overflow: hidden;
}

.recruit_app_box h4 {
	background-color: #ffeef2;
	border-radius: 5px;
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #EE657E;
	border: 1px solid #EE657E;
}

.recruit_app_box h4::after {
	content:'';
	background-color: #EE657E;
	border-radius: 50%;
	position: absolute;
	height: 15px;
	width: 15px;
	top: 10px;
	left: 5px;
}

.rec_menu,
.rec_com_menu {
	margin-bottom: 30px;
}

.rec_menu li {
	width: 120px;
	float: left;
	padding: 5px;
}

.rec_com_menu li {
	width: 100px;
	float: left;
	padding: 5px;
}

.rec_menu li a,
.rec_com_menu li a {
	line-height: 3;
	display: block;
	background: #EE657E;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.rec_menu li a:hover,
.rec_com_menu li a:hover {
	background-color: #ffb8c5;
	color: #EE657E;
}

.job_end {
	margin-bottom: 200px;
	color: #46AB90;
	font-weight: bold;
}

.kome .text-size-l {
	font-size: 16px;
}

.displaynone {
	display: none;
}

#mw_wp_form_mw-wp-form-339 .mwform-radio-field {
	font-size: 11px;
}

.recruit_app_box iframe {
	height: 500px;
}



@media screen and (max-width : 1024px) {
	.banner_area_mar li {
		width: 100%;
		float: none;
	}

	.kome .text-size-l {
		font-size: 15px;
	}

	.rec_menu,
	.rec_com_menu {
		margin-bottom: 50px;
	}

	.rec_menu li {
		width: 100%;
		float: none;
	}

	.rec_com_menu li {
		width: 100%;
		float: unset;
	}

	.job_end {
		margin-bottom: 50px;
	}

	.recruit_app_box iframe {
    height: 650px;
	}

}
