@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* last updated 2014-10-24 */

body {
	line-height: 150%;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f7f3ea;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, p {

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
	margin: 1em 0;
	padding: 0;
}

ul { list-style: none; padding: 0; }
li { padding: 0; }
input, select { vertical-align: middle; }

	/* Color */
/*.c_black { color: #000000; }
.c_blue { color: #3333ff; }
.c_skyblue { color: #33ccff; }
.c_gray { color: #333333; }*/
.c_white { color: #ffffff; }
.c_red { color: #ff3366; }
.c_brown { color: #330000; }
.c_black { color: #000000; }


a { display: block; text-decoration: none; }
/*a { -webkit-tap-highlight-color: transparent; }*/

.clear { clear: both; }
.posRight { text-align: right; }
.posCenter { text-align: center; }


/* TOP PAGE
------------------------------------------------------- */

/* ヘッダー
------------------------------------------------------- */
div#headerArea {
	width: 100%;
	height: 190px;
	margin: 0 auto;
}

	/* ロゴ */
div#headerWill {

}

div#headerWill h1 {
	width: 248px;
	height: 65px;
		/* 画像配置 */
	background-image: url(../image/header_will.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
		/* テキスト隠し */
	font-size: 0pt;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;

	margin:0 auto;
	margin-bottom: 5px;
}

div#headerWill h1 a {
	width: 248px;
	height: 65px;
}

	/* 問い合わせ先 */
div#headerTelephone {
	display: block;
	width: 305px;
	height: 70px;
		/* 画像配置 */
	background-image: url(../image/header_telephone.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;

	margin:0 auto;
}

div#headerTelephone a {
	width: 305px;
	height: 70px;
}

	/* 問い合わせ先(LINE) */
div#headerLine {
	display: block;
	width: 305px;
	height: 35px;
	background-color: #2ed27c;
	text-align: center;
	border-radius: 6px;
	vertical-align: bottom;
	margin:8px auto 0; }
div#headerLine a {
	display: block;
	padding-top: 6px;
	width: 305px;
	height: 35px; }
/* 上部ナビゲーション
------------------------------------------------------- */
div#naviArea {

	width: 100%;
	height: 75px;
	display: block;

		/* 画像配置 */
	background-image: url(../image/navi_area_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: contain;

		/* ボーダー処理 */
	border-top: 1px solid #93162b ;
}

div#naviArea ul#topNavi {

	height: 50px;
	margin: 0 5px ;
}

div#naviArea ul#topNavi li {
	float: left;
	display: block;
	height: 50px;
	text-align: center;
}

div#naviArea ul#topNavi li a {

}

div#naviArea ul#topNavi li.naviLink01 {
	width: 20%;
	height: 75px;
		/* ボーダー処理 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d1be9d;
	border-left: 1px solid #ffffff;

		/* 画像配置 */
	background-image: url(../image/navi_area_btn_01_bg.png);
	background-repeat: repeat-x;
	background-position: left top ;
	background-size: contain;
}

div#naviArea ul#topNavi li.naviLink02 {
	width: 20%;
	height: 75px;
		/* ボーダー処理 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #d1be9d;
	border-left: 1px solid #ffffff;
		/* 画像配置 */
	background-image: url(../image/navi_area_btn_02_bg.png);
	background-repeat: repeat-x;
	background-position: left top ;
	background-size: contain;
}

div#naviArea ul#topNavi li.naviLink03 {
	width: 20%;
	height: 75px;
		/* ボーダー処理 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #d1be9d;
	border-left: 1px solid #ffffff;
		/* 画像配置 */
	background-image: url(../image/navi_area_btn_03_bg.png);
	background-repeat: repeat-x;
	background-position: left top ;
	background-size: contain;
}

div#naviArea ul#topNavi li.naviLink04 {
	width: 20%;
	height: 75px;
		/* ボーダー処理 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #d1be9d;
	border-left: 1px solid #ffffff;
		/* 画像配置 */
	background-image: url(../image/navi_area_btn_04_bg.png);
	background-repeat: repeat-x;
	background-position: left top ;
	background-size: contain;
}

div#naviArea ul#topNavi li.naviLink05 {
	width: 20%;
	height: 75px;
		/* ボーダー処理 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #d1be9d;
	border-left: 1px solid #ffffff;
		/* 画像配置 */
	background-image: url(../image/navi_area_btn_05_bg.png);
	background-repeat: repeat-x;
	background-position: left top ;
	background-size: contain;
}

/* メインコピー
------------------------------------------------------- */
div#mainArea {
	width: 100%;
}

div#mainArea h2, div#mainArea p {
		/* 非表示処理 */
	display: none;
}

/* 特長 その壱
------------------------------------------------------- */
div#feature01Area {
	margin-top: -1em;

}
	/* 見出し */
div#feature01Area h2 {
	width: 305px;
	height: 25px;
		/* 画像配置 */
	background-image: url(../image/top_feature_01_title.png);
	background-repeat: no-repeat;
	background-position: left top ;
	background-size: 100%;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
		/* 位置調整 */
	margin-left: 5px;
}
	/* 特長 一覧 */
div#feature01Area dl {
	margin-top: -1em;
}

div#feature01Area dt {

}

div#feature01Area dt.subTitle_02 {
		/* 画像配置 */
	background-image: url(../image/top_feature_01_sub_title_02.png);
}

div#feature01Area dt.subTitle_03 {
		/* 画像配置 */
	background-image: url(../image/top_feature_01_sub_title_03.png);
}

div#feature01Area dd {
	margin-left: 50px;
}

div#feature01Area ul {
	list-style: disc;
	font-size: 90%;
		/* 位置調整 */
	margin-top: -0.5em;
}

div#feature01Area table {
	margin: 0;
	border-collapse: collapse;
	color: #a71931;
	line-height: 100%;
	font-weight:bold;
}

/* 特長 その弐
------------------------------------------------------- */
div#feature02Area {
	margin-top: 0;
}
	/* 見出し */
div#feature02Area h2 {
	width: 305px;
	height: 25px;
		/* 画像配置 */
	background-image: url(../image/top_feature_02_title.png);
	background-repeat: no-repeat;
	background-position: left top ;
	background-size: 100%;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
		/* 位置調整 */
	margin-left: 5px;
}

	/* 特長 一覧 */
div#feature02Area dl {
	margin-top: -1em;
}

div#feature02Area dt {

}

div#feature02Area ul {
	list-style: disc;
	font-size: 90%;
		/* 位置調整 */
	margin-top: -0.5em;
}

div#feature02Area table {
	margin: 0;
	border-collapse: collapse;
	color: #a71931;
	line-height: 100%;
	font-weight:bold;
}

div#feature02Area div.message {
	margin: 5px;
}

div#feature02Area div.linkPhone {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #c0985a;
		/* border */
	border: 1px solid #9c7230;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
}

/* 特長 その参
------------------------------------------------------- */
div#feature03Area {
	margin-top: 0;
}

	/* 見出し */
div#feature03Area h3 {
	width: 305px;
	height: 46px;
		/* 画像配置 */
	background-image: url(../image/top_feature_03_title.png);
	background-repeat: no-repeat;
	background-position: left top ;
	background-size: 100%;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
		/* 位置調整 */
	margin-left: 5px;
	margin-bottom: 0px;
}

	/* 画像配置 */
div#feature03Area div.imgPos {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

	/* 不可視処理 */
div#feature03Area dl {
	display: none;
}

div#feature03Area p {
	margin: 0 5px;
}
/* 下部ナビゲーション
------------------------------------------------------- */
div#categoryArea {
	margin: 10px 0px;
	margin-top: 30px;
}

div#categoryArea ul li {
	padding: 7px 0;
	text-align: center;
	cursor: pointer;
		/* border */
	border-top: 1px solid #c4c5a6;
	border-left: 1px solid #c4c5a6;
	border-right: 1px solid #c4c5a6;
		/* 位置調整 */
	margin: 0 5px;
		/* Gradation */
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}


div#categoryArea ul li:first-child {
	border-top-right-radius: 3px;
	-webkit-boder-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;

	border-top-left-radius: 3px;
	-webkit-boder-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
}

div#categoryArea ul li:last-child {
	border-bottom-right-radius: 3px;
	-webkit-boder-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;

	border-bottom-left-radius: 3px;
	-webkit-boder-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;

	border-bottom: 1px solid #c4c5a6;
}
/* フッター
------------------------------------------------------- */
div#footerArea {
}
	/* このページの先頭へ戻る */
div#footerArea div.go2Top {
	float: right;
	width: 121px;
	height: 16px;
		/* 画像配置 */
	background-image: url(../image/footer_gotop.png);
	background-repeat: no-repeat;
	background-position: left top ;
	background-size: 100%;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
		/* 位置調整 */
	margin-right: 5px;
}

		/* フッター企業情報 */
div#footerArea div.companyAddress {
	clear: both;
	overflow: hidden;
		/* 背景設定 */
	background-color: #fde0b6;
	background-image: url(../image/footer_line_image.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: contain;
}

div#footerArea div.address01, div.address03 {
	color: #000000;
	font-size: 60%;
	margin-left: 5px;
}

div#footerArea div.address02 {
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	margin-left: 5px;
}

	/* TEL */
div#footerArea div.footerInquiry01 {
		/* 位置調整 */
	margin-left: 5px;
	margin-top: -1em;
	margin-bottom: 3px;
}

	/* FAX */
div#footerArea div.footerInquiry02 {
		/* 位置調整 */
	margin-left: 5px;
	margin-bottom: 3px;
}
	/* メールでお問合せ */
div#footerArea div.footerInquiry03 {
		/* 位置調整 */
	margin-left: 5px;
	margin-bottom: 20px;
}

/* 2016-07-02 ADD
LINE スタンプ & リクルート */
div#topFreeArea {
	display: block;
	width: 305px;
	height: 160px;
	margin:0 auto;
	margin-bottom: 10px;
}
div#areaLineStamp {
	width: 48%;
	height: 70px;
	float: left;
	border: 1px solid #7ca800;
	border-radius: 5px;

		/* 画像配置 */
	background-color: #b5e026;
	background-image: url(../image/line_stamp_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
	margin-bottom: 10px;
}

div#areaLineStamp2 {
	width: 48%;
	height: 70px;
	float: right;
	border: 1px solid #7ca800;
	border-radius: 5px;

		/* 画像配置 */
	background-color: #b5e026;
	background-image: url(../image/line_stamp_banner_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
	margin-bottom: 10px;
}

div#areaTopRecruit {
	clear: both;
	width: 305px;
	height: 70px;
	border: 1px solid #b99556;
	border-radius: 5px;
	
		/* 画像配置 */
	background-color: #f6f3e8;
	background-image: url(../image/top_recruit_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
		/* テキスト隠し */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;
}
div#areaTopRecruit a, div#areaLineStamp a,  div#areaLineStamp2 a {
	display: block;
	width: 100%;
	height: 70px;
}

/* 2019-03-27 ADDED */
div.hapArea {
	text-align: center;
	background-color: #ffffff;
	margin: 1em 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
div.hapArea > a { display: inline!important; }
