@charset "utf-8";


/*ヘッダー
---------------------------------------------------------------------------*/
#menu{
    border: medium none;
    position: relative;
    width: 100%;
    z-index: 100;
}

header {
	position: static;
	height: auto;
	background-color:#fff;
}

/*h1ロゴの設定*/
header #logo {
	/*position: static;*/
	text-align:left;
	width: 100%;
	padding: 10px 0px;
	border-radius: 0;
}

#wrapper {
	background:url(../image/header_wrapper.gif) repeat-x #EEE;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/

#contents {
	margin:0 auto;
	padding:0 0 5% 0;
	width:100%;
}

/*メニューブブン
-----------------------------------------------------------------------------*/

#menu{
	background: none repeat scroll 0 0 #fff;
    width: 100%;
    z-index: 300;
}

.dl-trigger {
	display: none;
}

.navi_txt {
	margin:0px 0px 0px 0% ;
	padding:0px 0px 0px 0px ;
	width:0%;
	line-height:0px;
	font-size:0px;
	float:left;
	display:none;
}

.inq_btn{
	display:none;
}
.inq_hour {
	display:none;
}

.inq_btn02{
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	position:absolute;
	right:100px;
	top:5px;
}

/*header_search*/
/*------------------------------------------------------------------------------*/

#searchArea {
    float: left;
    margin: 20px 4% 20px 4%;
    padding: 0;
    width: 92%;
	position:relative;
}

#searchArea #keywords1{
	color:#999;
	padding: 0px 5px;
	width:95%;
	height:26px;
	border:none;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	position:absolute;
	bottom:0;
	left:0;
}

#searchArea input.search_subit{
	width:50px;
	height:28px;
	background:url(../image/search_btn.gif) no-repeat;
	display:block;
	border:0;
	cursor: pointer;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	right:0;
}

/*メイン画像
---------------------------------------------------------------------------*/

#sub_img, #sub_img2, #sub_img3 {
	background-image:none;
    margin: 0;
    clear: both;
	width:100%;
	height:auto;
}

#sub_img img, #sub_img2 img, #sub_img3 img {
	display:block;
	width:100%;
	height:auto;
}

/*job hunting
---------------------------------------------------------------------------*/

.job_hunting_box01{
	width:100%;
	color:#FFF;
	margin-bottom:2%;
	float:none;
	background:#F49D0B;
}
.job_hunting_box01 h4 {
	font-weight:bold;
	text-align:left;
	font-size:150%;
	letter-spacing:1px;
	margin-bottom:20px;
}
.job_hunting_box01 p {
	font-size:110%;
	line-height:160%;
	padding:0;
	margin-bottom:30px;
}
.job_hunting_box01 p br {
	display:none;
}

.job_hunting_box01 .btn {
	text-align:right;
}

.job_hunting_box01_left {
	padding:25px;
	float:left;
	width:100%;
	margin-right:-430px;
}
.job_hunting_box01_left_in {
	margin-right:430px;
}
.job_hunting_box01_right {
	float:right;
	position:relative;
	width:380px;
}
.job_hunting_box01_right img {
	height:auto;
	width:100%;
}

.job_hunting_box01 .tri{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #F49D0B;
	border-left: 20px solid transparent;
	position:absolute;
	top:0;
	right:0;
}

.job_hunting_box02{
	width:auto;
	background:#FFF;
	float:none;
	border:10px solid #DDD;
	padding:20px 0 15px 0;
	text-align:center;
	margin-bottom:2%;
}

.job_hunting_box03{
	width:100%;
	color:#FFF;
	margin-bottom:2%;
	float:none;
	background:#009AB6;
}
.job_hunting_box03 h4 {
	font-weight:bold;
	text-align:left;
	font-size:150%;
	letter-spacing:1px;
	margin-bottom:20px;
}
.job_hunting_box03 p {
	font-size:100%;
	line-height:150%;
	padding:0;
	margin-bottom:25px;
}

.job_hunting_box03 .btn {
	text-align:right;
}

.job_hunting_box03_left {
	padding:25px 20px;
	float:left;
	width:100%;
	margin-right:-270px;
}
.job_hunting_box03_left_in {
	margin-right:270px;
}
.job_hunting_box03_right {
	float:right;
	position:relative;
	width:225px;
}
.job_hunting_box03_right img {
	height:auto;
	width:100%;
}
.job_hunting_box03 .tri{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #009AB6;
	border-left: 20px solid transparent;
	position:absolute;
	top:0;
	right:0;
}

.job_hunting_box04{
	width:100%;
	color:#FFF;
	margin-bottom:2%;
	float:none;
	background:#009AB6;
}
.job_hunting_box04 h4 {
	font-weight:bold;
	text-align:left;
	font-size:150%;
	letter-spacing:1px;
	margin-bottom:20px;
}
.job_hunting_box04 p {
	font-size:100%;
	line-height:150%;
	padding:0;
	margin-bottom:25px;
}

.job_hunting_box04 .btn {
	text-align:right;
}

.job_hunting_box04_left {
	padding:25px 20px;
	float:left;
	width:100%;
	margin-right:-270px;
}
.job_hunting_box04_left_in {
	margin-right:270px;
}
.job_hunting_box04_right {
	float:right;
	position:relative;
	width:225px;
}
.job_hunting_box04_right img {
	height:auto;
	width:100%;
}
.job_hunting_box04 .tri{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #009AB6;
	border-left: 20px solid transparent;
	position:absolute;
	top:0;
	right:0;
}

.job_detail_name {
	margin-right:1%;
	margin-bottom:2%;
	font-weight:bold;
	font-size:130%;
	color:#E01D48;
	background:url(../image/job_detail_name.jpg) no-repeat left center;
	padding-left:25%;
}
.job_detail_box {
	background:#FFF;
	border:1px solid #DDD;
	padding:2%;
	margin-bottom:5%;
}
.job_detail_box_left {
	float:left;
	text-indent:-9999px;
	background:url(../image/job_detail_point.jpg) no-repeat left center;
	width:15%;
	min-height:60px;
	height:auto;
}
.job_detail_box_right {
	float:right;
	width:80%;
}

.box_white {
	background:#FFF;
	border:1px solid #CCC;
	width:auto;
	height:auto;
	padding:20px 25px;
	margin-bottom:2%;
}
.box_white_left {
	width:65%;
	float:left;
}
.box_white_left img {
	width:100%;
	max-width:489px;
}
.box_white_right {
	width:35%;
	float:right;
}
.box_white_right img {
	width:100%;
	max-width:250px;
}
.box_white_left h3 {
	margin-bottom:7%;
}


.attraction_box p {
	width:70%;
	height:auto;
}
.attraction_box_bg01 {
	background:url(../image/attraction_bg01.jpg) no-repeat right bottom;
	background-size:auto auto;
	width:100%;
	height:100%;
	min-height:260px;
}
.attraction_box_bg02 {
	background:url(../image/attraction_bg02.jpg) no-repeat right bottom;
	background-size:auto auto;
	width:100%;
	height:100%;
	min-height:260px;
}
.attraction_box_bg03 {
	background:url(../image/attraction_bg03.jpg) no-repeat right bottom;
	background-size:auto auto;
	width:100%;
	height:100%;
	min-height:260px;
}
.attraction_box p br {
	display:none;
}

.btn_box {
	width:auto;
	height:auto;
	background:#FFF;
	border:10px solid #DDD;
	padding:30px;
}
.btn_box .title {
	margin-bottom:3%;
}
.btn_box_left {
	float:left;
	width:49%;
	text-align:center;
}
.btn_box img {
	width:100%;
	height:auto;
}
.btn_box_right {
	float:right;
	width:49%;
	text-align:center;
}

.recruitment_officer_lineup li{
	float:left;
	margin-right:2%;
	width:32%;
	margin-bottom:2%;
}
.recruitment_officer_lineup li:last-child{
	margin:0;
}
.recruitment_officer_lineup li img{
	width:100%;
	height:auto;
}

.contact_box {
	width:100%;
	box-sizing:	border-box;
	height:auto;
	background:#FFF;
	border:10px solid #DDD;
	padding:3% 5%;
}

.contact_box img {
	width:100%;
	height:auto;
}

.contact_box_left {
	float:left;
	width:58%;
	line-height:180%;
}
.contact_box_left .title {
	margin-bottom:3%;
}
.contact_box_right {
	float:right;
	width:36%;
	text-align:center;
	margin-top:10px;
}
/*150202挿入*/
.merit_box1 {
    height: auto;
    margin-bottom: 4%;
    width: 100%;
}
.merit_box1_left h4 {
    margin-bottom: 3%;
    text-align: center;
}

.merit_box1_left img {
    width:48%;
}

.merit_box1_left p {
    width:53%;
	padding:10px;
}

.merit_box1_right {
    float: right;
    width: 48%;
}
.merit_box1_right {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /*float: left;*/
    padding: 1% 3%;
    width: 43%;
}
.merit_box1_right li {
    border-bottom: 1px dotted #ddd;
    box-sizing: border-box;
    float: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 280%;
    width: 100%;
}
.merit_box1_right li.no1 {
    background: url("../image/merit_no1.gif") no-repeat scroll 2% center rgba(0, 0, 0, 0);
    padding-left: 14%;
}
.merit_box1_right li.no2 {
    background: url("../image/merit_no2.gif") no-repeat scroll 2% center rgba(0, 0, 0, 0);
    padding-left: 14%;
}
.merit_box1_right li.no3 {
    background: url("../image/merit_no3.gif") no-repeat scroll 2% center rgba(0, 0, 0, 0);
    padding-left: 14%;
}
.merit_box1_right li.no4 {
    background: url("../image/merit_no4.gif") no-repeat scroll 2% center rgba(0, 0, 0, 0);
    padding-left: 14%;
}
.merit_box1_right li.no5 {
    background: url("../image/merit_no5.gif") no-repeat scroll 2% center rgba(0, 0, 0, 0);
    padding-left: 14%;
}


/*150202挿入ここまで*/

.merit_box2 {
	width:100%;
	height:auto;
	margin-bottom:4%
}

.merit_box2_left {
	width:43%;
	float:left;
}
.merit_box2_left img {
	width:100%;
}

.merit_box2_right {
	width:55%;
	float:right;
}


.case_subject {
	width:100%;
	margin-bottom:1px;
}
.case_subject h4 {
	float:none;
	width:100%;
	background:#F08507;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	padding:0 2%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	line-height:none;
}
.case_subject h4:after {
	display:none;
}
.case_subject h4:before {
    border-left	: 14px solid #F1A64D;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.case_subject_p {
	float:none;
	background:#F1A64D;
	width:100%;
	padding:2% 3%;
	line-height:150%;
	color:#FFF;
	font-size:110%;
	box-sizing:border-box;
}

.case_proposal {
	width:100%;
	margin-bottom:2%;
}
.case_proposal h4 {
	float:none;
	width:100%;
	background:#7C7C7C;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	padding:0 2%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	line-height:none;
}
.case_proposal h4:after {
	display:none;
}
.case_proposal h4:before {
    border-left	: 14px solid #C5C5C5;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.case_proposal_p {
	float:none;
	background:#C5C5C5;
	width:100%;
	padding:2% 3%;
	line-height:150%;
	color:#FFF;
	font-size:110%;
	box-sizing:border-box;
}

/*新着情報部分
---------------------------------------------------------------------------*/

#news {
	margin:0px auto;
	padding:0px 0px 0px 0% ;
	width:100%;
}

.news_wrapper {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
}


.news_wrapper ul {
	margin:20px 0px 10px 0px ;
	padding:0px 0px 0px 0px;
	width:100%;
	float:left;
}

.news_wrapper ul li.left {
	margin:0px 0px 0px 2%;
	padding:0px 0px 0px 0px;
	float:left;
	text-align:left;
	width:60%;
}

.news_wrapper ul li.new_list {
	margin:0px 2% 0px 0px ;
	padding:0px 0px 0px 20px;
	font-size:12px;
	width:18%;
	float:right;
	background-image:url(../image/content_icon04.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
}

.news_list_wrapper {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	width:100%;
}

.news_list_color {
	margin:0px 0px 50px 0px ;
	padding:0px 0px 40px 0px ;
	width:100%;
	background-color:#eeeeee;
	float:left;
}

.news_list_wrapper dl{
	margin:15px 0px 0px 0px ;
	padding:0px 0px 10px 0px ;
	width:100%;
	float:left;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

.news_list_wrapper dl dt {
	margin:10px 0px 0px 2%;
	padding:0px 0px 0px 15px ;
	float:left;
	width:10%;
	background-image:url("../image/news_icon01.png");
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;

}
.news_list_wrapper dl dd {
	margin:10px 0px 0px 2%;
	padding:0px 0px 0px 2%;
	float:left;
	width:78%;
	background-image:url("../image/news_icon02.png");
	background-position:left center;
	background-repeat:no-repeat;
}

/*ご希望の項目部分
-----------------------------*/

.choice_wrapper {
	margin: auto;
	padding:0px 2% 0px 2% ;
	width:96%;
	clear:both;
	text-align:center;
}

.choice_ttl {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	text-align:center;
	width:100%;
}

.choice_wrapper ul {
	margin:35px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	width:100%;
	display:block;
}

.choice_wrapper ul li {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	float:left;
	width:32%;
}

.choice_wrapper ul li img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	float:left;
	width:100%;
}

.choice_wrapper ul li.center {
	margin:10px 2% 0px 2%;
	padding:0px 0px 0px 0px ;
	float:left;
}

/*魅力部分
-----------------------------*/

.merit_wrapper_line {
	margin:80px 0px 20px 0px;
	padding:0px 0px 0px 0px ;
	width:100%;
	border-top:1px solid #cccccc;
	float:left;
}

.merit_wrapper {
	margin:auto;
	padding:20px 0px 0px 0px ;
	width:100%;
}

.merit_ttl {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	text-align:center;
	width:100%;
}

.merit_box {
	margin:20px 0px 0px 0px ;
	padding:0px 2% 20px 2% ;
	width:96%;
	float:left;
	border-bottom: 1px solid #ccc;
}

.merit_box01_ttl{
	margin:0px 0px 0px 0px ;
	padding:30px 0px 0px 50px ;
	width:100%;
	height:48px;
	font-size:18px;
	font-weight:bold;
	background-image:url(../image/content_icon01.png);
	background-position:left center;
	background-repeat:no-repeat;
}


.merit_box01_txt {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-size:12px;
	line-height:18px;
	width:100%;
}


.merit_box_center {
	margin:20px 0% 0px 0% ;
	padding:0px 2% 20px 2% ;
	width:96%;
	float:left;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #CCC;
}

.merit_box01_ttl{
	margin:0px 0px 0px 0px ;
	padding:30px 0px 0px 10% ;
	width:70%;
	height:48px;
	font-size:18px;
	background-image:url(../image/content_icon01.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.merit_box02_ttl{
	margin:10px 0px 0px 0px ;
	padding:15px 0px 0px 10% ;
	width:70%;
	height:48px;
	font-size:18px;
	font-weight:bold;
	background-image:url(../image/content_icon02.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.merit_box03_ttl{
	margin:10px 0px 0px 0px ;
	padding:15px 0px 0px 10% ;
	width:70%;
	height:48px;
	font-size:18px;
	font-weight:bold;
	background-image:url(../image/content_icon03.png);
	background-position:left center;
	background-repeat:no-repeat;
}


.merit_box01_txt {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-size:12px;
	line-height:18px;
}


.merit_btn {
	margin:60px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	text-align:center;
	width:100%;
	float:left;
}

.merit_btn img {
	width:90%;
}

.merit_btn a {
	width:96%;
	margin:0px 0px 0px 2%;
	height:53px;
	background-image:url("../image/content_btn04.png");
	background-position: center top;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

/*インタビュー
-----------------------------------------*/
.interview_wrapper_bk {
	background-image:url(../image/interview_bk.png);
	background-position:left top;
	background-repeat:repeat;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	float:left;
	margin-top:50px;
	padding-bottom:40px;
	position:relative;
}
.interview_wrapper {
	margin:10px auto 20px;
	padding:0px 0px 20px 0px ;
	width:100%;
}

.interview_wrapper ul {
	margin:20px 0px 10px 0px ;
	padding:0px 0px 0px 0px;
	width:100%;
	float:left;
}

.interview_wrapper ul li.left {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px;
	width:100%;
	float:left;
	text-align:center;
}
.interview_wrapper ul li.left img {
	width:96%;
}
.interview_wrapper ul li.interview_list {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 20px;
	position:absolute;
	bottom:5px;
	left:20px;
	line-height:27px;
	font-size:12px;
	float:right;
	background-image:url(../image/content_icon04.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.interview_box {
	margin:20px 1% 0px 2% ;
	padding:0px 0px 0px 0px ;
	width:47%;
	height: auto;
	float:left;
	background-image: none;
	background-color:#FFFFFF;
	border:1px solid #CCC;
}

.interview_box02 {
	margin:20px 1% 0px;
	padding:0px 0px 0px 0px ;
	width:47%;
	height: auto;
	float:left;
	background-image: none;
	background-color:#FFFFFF;
	border:1px solid #CCC;
}

.interview_box03 {
	margin:20px 1% 0px 2% ;
	padding:0px 0px 0px 0px ;
	width:47%;
	height: auto;
	float:left;
	background-image: none;
	background-color:#FFFFFF;
	border:1px solid #CCC;
}


.interview_box_img {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	width:100%;
	text-align:center;
}

.interview_box_img img {
	width:100%;
}
.interview_box_ttl {
	margin:20px 0px 0px 5% ;
	padding:0px 0px 0px 4% ;
	float:left;
	color:#0099B6;
	font-size:13px;
	width:89%;
	background-image:url(../image/content_icon05.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.interview_box_txt {
	margin:10px 20px ;
	padding:0px 0px 0px 0px ;
	width:auto;
	float:left;
	font-size:12px;
	line-height:18px;
}

/*お仕事ピックアップ
-----------------------------------------*/
.works_wrapper {
	margin:60px auto;
	padding:20px 0px 0px 0px ;
	width:100%;
	clear:both;
}

.works_wrapper ul {
	margin:20px 0px 10px 0px ;
	padding:0px 0px 0px 0px;
	width:100%;
	float:left;
}

.works_wrapper ul li.left {
	margin:0px 0px 0px 3%;
	padding:0px 0px 0px 0px;
	width:77%;
	float:left;
	text-align:left;
}

.works_wrapper ul li.works_list {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 3%;
	width:17%;
	line-height:27px;
	font-size:12px;
	float:left;
	background-image:url(../image/content_icon04.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.works_ttl {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

.works_box {
	margin:20px 2% 0px 2% ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:96%;
	border:1px solid #CCC;
	background-image:url(../image/works_box_bk.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.works_box_sec {
	margin:20px 2% 0px 2% ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:96%;
	border:1px solid #CCC;
	background-image:url(../image/works_box_bk.png);
	background-position:left bottom;
	background-repeat:repeat-x;

}

.works_box_left {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:22%;
	text-align:left;
}

.works_box_right {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5% ;
	float:right;
	width:65%;
}

.works_box_right_ttl {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image:url(../image/news_icon02.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.works_box_right_txt {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-size:12px;
	height:55px;
	width:100%;
	background-color: transparent;
}

.works_box_btn {
	margin:60px auto;
	padding:0px 0px 0px 0px ;
	text-align:center;
	width:100%;
}

.works_box_btn img {
	width:90%;
}

.works_box_btn a {
	width:96%;
	margin:0px 0px 0px 2% ;
	height:53px;
	background-image:url(../image/content_btn13.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}


/*バナーリスト
---------------------------------------------------*/

.banner_wrapper_line {
	margin:0 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	border-top:1px solid #CCC;
	float:left;
	width:100%;
}


.banner_wrapper {
	margin:40px auto 50px;
	padding:0px 0px 0px 0px ;
	width:100%;
}

.banner_wrapper ul {
	margin:0px 0px 0px 2% ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:98%;
}

.banner_wrapper ul li {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:31%;
}


.banner_wrapper ul li img {
	width:100%;
}
.banner_wrapper ul li.center {
	margin:0px 2% 0px 2% ;
	padding:0px 0px 0px 0px ;
	float:left;
	width:31%;
}
.banner_wrapper ul li.center img {
	width:100%;
}

/*フッター
-----------------------------------------------------*/

.footer_wrapper_color {
	margin:0;
	padding:0px 0px 30px 0px ;
	background-color:#EEEEEE;
	border-top:1px solid #CCCCCC;
	width:100%;
	float:left;
}

.footer_wrapper {
	margin:20px auto 20px;
	padding:0px 0px 0px 0px ;
	width:100%;
	position:relative;
}

.footer_left {
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
	border-right:1px solid #CCC;
}

.footer_left_in {
	width:96%;
	margin:0 2%;
}

.footer_left p.footer_logo {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

.footer_left p.footer_ttl {
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-size:11px;
	color:#333333;
}

.footer_left p.footer_address {
	margin:15px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-size:10px;
	color:#333333;
}

.footer_left p.footer_jpb {
	margin:15px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

.footer_right {
	float:right;
	width:71%;
}

.footer_right_box01 {
	width:97%;
	margin:0 auto;
}
.footer_right_box01 p{
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
	font-size:10px;
	background-image:url(../image/footer_icon.png);
	background-position:left ;
	background-repeat:no-repeat;
}

.footer_right_box01 p a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box01 p a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box01 p a:visited {/*訪問後のリンク*/
    color:##000000;
    text-decoration:none;
}
.footer_right_box01 p a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box01 p a:active {/*クリック中*/
    text-decoration:none;
}

.footer_right_box01 ul {
	margin:10px 0px 0px 0px ;
	padding:0px 0px 20px 0px ;
	width:100%;
	font-size:12px;
	float:left;
	border-bottom:2px solid #CCC;
}

.footer_right_box01 ul li{
	margin:10px 0px 0px 5px ;
	padding:0px 0px 0px 10px ;
	width:44%;
	float:left;
	list-style:none;
	font-size:10px;
	background-image:url(../image/footer_icon02.png);
	background-position:left;
	background-repeat:no-repeat;
}


.footer_right_box01 ul li a{/*リンクされた文字*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box01 ul li a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box01 ul li a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:none;
}
.footer_right_box01 ul li a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box01 ul li a:active {/*クリック中*/
    text-decoration:none;
}



.footer_right_box02{
	width:97%;
	margin:0 auto;
}

.footer_right_box02 p{
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
	font-size:10px;
	background-image:url(../image/footer_icon.png);
	background-position:left ;
	background-repeat:no-repeat;
}


.footer_right_box02 p a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box02 p a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box02 p a:visited {/*訪問後のリンク*/
    color:##000000;
    text-decoration:none;
}
.footer_right_box02 p a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box02 p a:active {/*クリック中*/
    text-decoration:none;
}



.footer_right_box02 ul {
	margin:10px 0px 0px 0px ;
	padding:0px 0px 20px 0px ;
	width:100%;
	font-size:12px;
	float:left;
	border-bottom:2px solid #CCC;
}

.footer_right_box02 ul li{
	margin:10px 0px 0px 5px ;
	padding:0px 0px 0px 10px ;
	width:44%;
	list-style:none;
	font-size:10px;
	float:left;
	background-image:url(../image/footer_icon02.png);
	background-position:left;
	background-repeat:no-repeat;
}


.footer_right_box02 ul li a{/*リンクされた文字*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box02 ul li a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box02 ul li a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:none;
}
.footer_right_box02 ul li a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box02 ul li a:active {/*クリック中*/
    text-decoration:none;
}

.footer_right_box03{
	width:45%;
	float:left;
	margin:0 auto;
}

.footer_right_box03 p{
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
	font-size:10px;
	background-image:url(../image/footer_icon.png);
	background-position:left ;
	background-repeat:no-repeat;
}

.footer_right_box03 p a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box03 p a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box03 p a:visited {/*訪問後のリンク*/
    color:##000000;
    text-decoration:none;
}
.footer_right_box03 p a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box03 p a:active {/*クリック中*/
    text-decoration:none;
}

.footer_right_box04{
	width:50%;
	margin:0 auto;
	float:left;
}

.footer_right_box04 p{
	margin:20px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
	font-size:10px;
	background-image:url(../image/footer_icon.png);
	background-position:left ;
	background-repeat:no-repeat;
}


.footer_right_box04 p a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box04 p a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.footer_right_box04 p a:visited {/*訪問後のリンク*/
    color:##000000;
    text-decoration:none;
}
.footer_right_box04 p a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_right_box04 p a:active {/*クリック中*/
    text-decoration:none;
}




.footer_bottom_color {
	margin:0px 0px 0px 0px ;
	padding:10px 0px 10px 0px ;
	width:100%;
	float:left;
	background-color:#AAAAAA;

}

.footer_bottom {
	margin:0px auto;
	padding:0px 0px 10px 0px ;
	width:100%;
}

.footer_bottom ul {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

.footer_bottom ul li {
	margin:0px 50px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
	color:#FFF;
	font-size:12px;
}


.footer_bottom ul li a{/*リンクされた文字*/
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
}
.footer_bottom ul li a:link {/*未訪問のリンク*/
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
}
.footer_bottom ul li a:visited {/*訪問後のリンク*/
    color:#ffffff;
    text-decoration:none;
}
.footer_bottom ul li a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.footer_bottom ul li a:active {/*クリック中*/
    text-decoration:none;
}

.footer_bottom p {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:right;
	color:#FFF;
	font-size:12px;
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/

.pagetop {
    background: url(../image/page_top_s.png) no-repeat scroll 0 0 transparent;
    overflow: hidden;
    padding-top: 27px;
    width: 27px;
}

.dl-trigger {
    display: inline;
}

.dl-menuwrapper ul li {
    color: #000;
    display: inline;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
	 color: #fff;
}

.dl-menuwrapper ul li a {
    border-top: 1px solid #ccc;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 0% 0 0%;
    text-decoration: none;
    width: 100%;
	text-indent:30px;
}


#navi01 a:hover { background-color:#000}
#navi02 a:hover { background-color:#000}
#navi03 a:hover { background-color:#000}
#navi04 a:hover { background-color:#000}
#navi05 a:hover { background-color:#000}


img#choice_01 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

img#choice_02 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

img#choice_03 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

/*sub common
---------------------------------------------------------------------------*/

#locator {
	width:96%;
	margin:0 auto;
	padding:10px 0;
}

/*sub title
---------------------------------------------------------------------------*/

.subtitle02_wrapper {
    height: auto;
}
.subtitle02 {
	font-size:260%;
	max-width: 100%;
	margin: auto;
	padding-left: 0;
}
/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/

#contents {
	margin:0 auto;
	padding:0px 2% 5% 2%;
	width:96%;
}

/*img
---------------------------------------------------------------------------*/
.img100_02 img {
	width:100%;
	height:auto;
}

/*success story*/
/*------------------------------------------------------------------------------*/

.box_bg {
	width:100%;
	height:auto;
	background:url(../image/common/success_story_wide.jpg);
	padding:5% 0;
}
.box_bg_in {
    margin: 0 auto;
    width: 98%;
    padding: 0;
}

.box_bg_in_left {
	float:none;
	padding-left:5%;
	text-align:center;
	margin-bottom:3%;
}
.box_bg_in_right {
	float:none;
	padding:0;
	text-align:center;
}

.box_wide {
	width:100%;
	height:auto;
	padding:3% 0;
}

.box_wide_in, .box_wide_in2, .box_wide_in3, .box_wide_in4, .box_wide_in5 {
    margin: 0 auto;
    width: 98%;
    padding: 0;
	background:none;
}


.box_wide_in_right {
	float:right;
	width:100%;
	margin-bottom:0;
}

.box_wide_in_right p {
	width:100%;
}

.box_work {
	border-top:1px solid #CCC;
	padding:3% 0;
	width:100%;
	height:auto;
}
.box_work_in {
	margin:0 auto;
	width:98%;
    padding: 0;
}
.box_work_in h3 {
	margin-bottom:35px;
}

.box_work2 {
	background:#EEE;
	padding:2% 0;
	width:100%;
	height:auto;
}
.box_work2_in {
	margin:0 auto;
	width:98%;
    padding: 0;
}
.box_work2_in li {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:6%;
}
.box_work2_in li img{
	width:100%;
	height:auto;
}
.box_work2_in li:nth-child(even) {
	margin-right:0;
}
.box_wide3 {
	width:100%;
	height:auto;
	padding:3% 0;
}
.box_wide3_in {
    margin: 0 auto;
    width: 98%;
    padding: 0;
}

.box_wide3_in h4 {
	text-align:center;
	margin-bottom:4%;
}

.box_wide3_img img {
	width:100%;
	height:auto;
}
.box_wide3_img_sp img {
	display:none;
}

.box_wide3_in_left {
	float:left;
	padding-left:0;
	width:49%;
	margin:0 auto;
}
.box_wide3_in_left img {
	width:100%;
	height:auto
}
.box_wide3_in_right {
	float:right;
	padding-right:0;
	width:49%;
	margin:0 auto;
}
.box_wide3_in_right img {
	width:100%;
	height:auto
}


.inexperience_box_voice {
	width:100%;
}
.inexperience_box_voice_left {
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:4%;
}
.inexperience_box_voice_right {
	width:100%;
	float:none;
	margin-right:0;
}

.inexperience_box_voice_img {
	width:10%;
	float:left;
}
.inexperience_box_voice_p {
	width:88%;
	float:right;
}

.flow_box01_left {
	width:100%;
	float:none;
}
.flow_box01_right {
	width:100%;
	float:none;
}
.flow_box01 p {
	margin-bottom:2%;
}
.flow_box01 img {
	width:100%;
}

.flow_box02_left {
	width:100%;
	float:none;
}
.flow_box02_right {
	width:100%;
	float:none;
}
.flow_box02 p {
	margin-bottom:2%;
}
.flow_box02 img,
.flow_box03 img {
	width:100%;
	height:auto;
}

.lineup_box li img {
	width:100%;
	height:auto;
}
.lineup_box2_right img {
	width:100%;
	height:auto;
}

.support_box li img {
	width:100%;
}

.support_box2 li {
	float:none;
	width:100%;
	margin-right:0%;
	margin-bottom:4%;
}
.support_box2 li img {
	width:100%;
}

.work_box2 {
	background:#FFF;
	border:1px solid #CCC;
	width:auto;
	height:auto;
	padding:20px 25px;
	margin-bottom:2%;
}
.work_box2_left {
	width:65%;
	float:left;
}
.work_box2_left img {
	width:100%;
	max-width:489px;
}
.work_box2_right {
	width:35%;
	float:right;
}
.work_box2_right img {
	width:100%;
	max-width:250px;
}
.work_box2_left h3 {
	margin-bottom:7%;
}


/*------------------------------------------------------------------------------*/
/*sub rss*/
/*------------------------------------------------------------------------------*/
#sub_rss_box .rss_date{
	width:15%;
}
#sub_rss_box .rss_title{
	width:85%;
}
#sub_rss_box .rss_contents{
	padding:0 0 0 15%;
}

/*company*/
/*------------------------------------------------------------------------------*/
.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
