@charset "UTF-8";
/* CSS Document */

body{
	color: #232323;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 29px;
	text-align: left;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #232323;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #232323;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;
	vertical-align: bottom;
}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0;

}
#contents{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto ;
}
.news .contents {
	width: 1160px;
	padding: 50px 0;
	margin: auto;
}
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
header{
	width: 100%;
	margin: auto;
	padding:  0;
	
}
#header_sm {
	display: none;
}
.header_in {
	max-width: 1200px;
	min-width: 1160px;
	margin:0 auto;
}


.head_logo {
	width:286px;
	margin:0;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
}

.h1{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #6b6b6b;
	padding: 0 0 20px 0;
	margin: auto;
}

.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

nav{
	width: auto;
	height: 40px;
	margin: 0 ;
	padding: 0;
	float: right;
	
}
nav ul:before, nav ul:after{
	content: "";
	display: table;
}
nav ul:after{
  clear: both;
}
nav ul {
	width: auto;
	margin: 0;
	padding: 0;
	
}
nav li {
	float: left;
}
nav li a{
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0;
  	padding: 12px 30px ;
	display: block;
}

nav li a:hover{
	text-decoration: underline;
}
nav li:nth-last-child(1) a {padding: 0 0 0 30px ;}


/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
footer{
	width: 100%;
	background-image: url(../img/common/foot_back.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	padding: 75px 0 ;
	margin:  auto;
	}
.foot_in {
	width: 820px;
	padding: 0 ;
	margin: 0 auto;
}

.foot_logo {
	width: 300px;
	margin: 20px 165px 0 0;
	float: left;
}
.foot_add {
	width: 355px;
	color: #fff;
	text-align: left;
	margin: 0;
	float: left;
}
#footer_copy{
	height:42px;
	font-size:14px;
	line-height:42px;
	padding: 0;
	color: #fff;
	text-align:center;
	background-color: #232323;
	}
.page_top {
	width: 80px;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/*	共通
----------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}


/*　TOP
----------------------------------------------------------*/

.home #intro {
	background-image: url("../img/top/head_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 310px 0 314px 0;
	margin: 0 auto ;
}
.home #intro .intro_in {
	width: 1088px;
	margin: auto;
}
.home .cont_in {
	width: 1160px;
	margin: auto;
}
.home #compamy {
	background-image: url("../img/top/comp_img.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 480px) top;
}
.home #compamy .text {
	width: 500px;
	height: 420px;
	text-align: left;
	padding: 75px 40px;
	margin: 0 auto 0 0 ;
}
.home #compamy .text .title {
	width: 196px;
	margin: 0 auto 30px 0;
}
.home #compamy .text .bt {
	width: 289px;
	margin: 30px auto 0 0;
}
.home #business {
	width: 100%;
	background-image: url("../img/top/biz_back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 29px 0;
}
.home #business .title {
	width: 197px;
	margin: 0 auto 55px auto;
}
.home #business .list {
	width: 1160px;
	margin: auto;
}
.home #business ul:before, .home #business ul:after{
	content: "";
	display: table;
}
.home #business ul:after{
  clear: both;
}
.home #business .list li {
	width: 354px;
	height: 390px;
	text-align: center;
	color: #fff;
	margin: 0 49px 55px 0;
	float: left;
}
.home #business .list li:nth-child(3n) {margin: 0 0 55px 0;}
.home #business .list li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.home #business .list li p {
	font-size: 20px;
	margin-bottom: 10px;
}
.home #business .list li .bt {
	width: 191px;
	margin: 10px auto 0 auto;
}
.home #achievement {
	background-image: url("../img/top/achi_img.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 600px) top;
}
.home #achievement .text {
	width: 500px;
	text-align: left;
	padding: 75px 40px;
	margin: 0 0 0 auto;
}
.home #achievement .title {
	width: 285px;
	margin: 0 auto 20px 0;
}
.home #achievement .bt {
	width: 289px;
	margin: 20px auto 0 0;
}
.home #recruit {
	height: 690px;
	background-image: url("../img/top/recruit_back.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 60px 0 180px 0;
	background-color: #e0e0e0;
	margin: 0 auto 100px auto;
	
}
.home #recruit .title {
	width: 169px;
	margin: 0 auto 270px auto;
}
.home #recruit .text {
	width: 510px;
	text-align: center;
	color: #fff;
	margin: 0 auto 0 70px;
}
.home #recruit .text p {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 20px;
}
.home #recruit .bt {
	width: 289px;
	margin: 20px auto 0 auto;
}
.home #news {
	width: 925px;
	padding: 80px 0 80px 0;
	margin:0 auto 0 auto;
}
.home #news .title {
	width: 115px;
	float: left;
}
.home #news .bt {
	width: 215px;
	margin: 27px 0 0 0;
	float: right;
}
ul#newsList{
	width: 100%;
	margin:20px auto 0 auto;
	padding:0 ;
	border-top: 1px solid #6d6d6d;
}
ul#newsList li{
	width: 100%;
	font-size:16px;
	line-height:28px;
	margin:0 auto;
	padding: 15px 0;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #6d6d6d;
	position: relative;
}

ul#newsList li a {
	}
#newsWrap {
	width: 100%;
	margin: auto;
}

.up_ymd {
	width: 100px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #686868;
	margin:0 ;
	padding: 2px 20px 2px 20px;
	display: inline-block;
	}
#newsWrap　.news_title a{
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	padding: 2px 8px 2px 0;
	display: inline-block;
}
.catName{
	display:inline-block;
	width: 127px;
	padding:8px 0;
	text-align: center;
	color: #fff;
	font-size:16px;
	line-height:1em;
	margin:0 30px 0 0 ;
}
.cat-0 .catName {background-color: #000080;}
.cat-1 .catName {background-color: #1685d8;}
.cat-2 .catName {background-color: #2b996c;}
.newMark{
	width: 50px;
	display:inline-block;
	padding:6px 0;
	margin: 0.5em 0 0 1em;
	font-size:15px;
	line-height:1em;
	background:#ff3a19;
	color:#fff;
	text-align: center;
}

.home .top_seo {
	width: 1160px;
	font-size: 14px;
	line-height: 29px;
	text-align: left;
	color: #686868;
	margin:0 auto 70px auto;
}


/* ===========下層ページ共通================ */

.page_title {
	margin: 0 auto 70px auto;
	font-size:30px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 75px 0;
	background-image: url("../img/common/head_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.bt:hover {opacity: 0.7;}

.subtitle {
	width: 1160px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	padding: 0 0 1em 0;
	margin: 0 auto 40px auto;
}
/*====業務案内================================*/

.business .head_lead {
	width: 1160px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 5px;
	padding: 0 0 1em 0;
	margin: 0 auto 95px auto;
}

.business .cat li {
	padding: 50px 0 0 0;
	margin: 0 auto 50px auto;
}
.business .box:before, .business .box:after{
	content: "";
	display: table;
}
.business .box:after{
  clear: both;
}
.business .cat li .box {
	width: 1160px;
	margin: 0 auto;
}

.business .cat li .box .img {
	width: 500px;
	float: right;
	margin: 0 ;
}
.business .cat li .box .board {
	width: 600px;
	padding: 40px 30px;
	text-align: left;
	margin: 0 ;
	float: left;
}
.business .cat li .box .board .name {
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	padding: 0 0 10px 0;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	margin-bottom: 20px;
}
.business .cat li .box .board p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.business li#cat_02 .img , li#cat_04 .img , li#cat_06 .img{
	float: left;
}

.business .cat li:nth-last-child(1) {
	margin: 0 auto 175px auto;
}
.business #result  {
	padding: 55px 0 185px 0;
}
.business #result ul {
	width: 1160px;
	margin: auto;
}
.business #result ul li {
	width: 275px;
	margin: 0 20px 20px 0 ;
	font-size: 16px;
	text-align: center;
	float: left;
}
.business #result ul li:nth-child(4n){margin: 0 0 20px 0 ;}
.business #result ul li img {
	margin-bottom: 5px;
}
.business #achievement  {
	padding: 55px 0 185px 0;
}

.business #achievement .table {
	width: 1160px;
	margin: auto;
}
.business #achievement .table table {
	width: 100%;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
}
.business #achievement .table thead th {
	width: 40%;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-color: rgba(26,26,141,0.1);
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table thead td {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-color: rgba(26,26,141,0.1);
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table tbody th {
	width: 40%;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table tbody td {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}

/* ===========企業案内================ */

.company #greeting {
	width: 1160px;
	margin: 0 auto 100px auto;
}
.company #greeting .greeting_in {
	width: 1060px;
	margin: 0 auto ;
}
.company #greeting .img {
	width: 390px;
	margin: 0 30px 0 0;
	float: left;
}
.company #greeting .img img {
	width: 100%;
	height: auto;
}
.company #greeting .text {
	width: 640px;
	text-align: left;
	margin:0;
	float: left;
}
.company #greeting .text .name {
	text-align: right;
	margin: 20px 0 0 auto;
}
.company #greeting .text .name span {
	font-size: 18px;
	padding-left: 2em;
}
.company #profile {
	width: 1160px;
	margin: 0 auto 100px auto;
}
.company #history {
	width: 1160px;
	margin: 0 auto 100px auto;
}
.company .table {
	width: 900px;
	margin: auto;
}
.company .table table {
	width: 100%;
}
.company .table th {
	width: 160px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #000080;
}
.company .table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #000080;
}

.company #access  {
	width: 1160px;
	margin: 0 auto 90px auto;
}

.company #access .add {
	width: 100%;
	padding: 20px 0;
	text-align: left;
	margin: auto;
}

.company #access .map {
	width: 100%;
	height: 400px;
}
.company #access .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	frameborder:0;
}

/*========採用情報========================*/


.recruit .head_lead {
	width: 1160px;
	margin: 0 auto 50px auto;
}
.recruit .head_lead .lead {
	width: 900px;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin:  0 auto;
}
.recruit .head_lead .img {
	width: 1160px;
	margin: 0 auto 45px auto;
}
.recruit .title {
	width: 378px;
	margin: 0 auto 50px auto;
}



.recruit #feature {
	background-color: #f1f1f1;
	padding: 90px 0 30px 0;
	margin: 0 auto 90px auto;
	
}
.recruit #feature .feature_in {
	width: 1160px;
	height: 590px;
	margin: auto;
	position: relative;
}
.recruit #feature .lead {
	width: 245px;
	margin: 0 auto 30px auto;
}
.recruit #feature .feat_01 {
	width: 556px;
	height: 381px;
	padding: 175px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-image:url("../img/recruit/lead_back.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -30px;
	left: 0;
}
.recruit #feature .feat_02 {
	width: 556px;
	height: 396px;
	padding: 160px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-image:url("../img/recruit/lead_back.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom:0;
	right: 0;
}
.recruit #treatment {
	width: 1080px;
	margin:0 auto 100px auto;
}

.recruit #treatment .rec_no {
	margin: 5em auto 10em;
}
.recruit #treatment table {
	width: 100%;
	border: none;
}
.recruit #treatment th {
	width: 200px;
	padding: 9px 20px 9px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.recruit #treatment td {
	padding: 9px 20px 9px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.recruit .text {
	width: 640px;
	padding: 0;
	text-align: left;
	margin:  0 auto 100px auto;
}
.recruit #contact {
	background-image: url("../img/recruit/contact_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding: 60px 0 0 0;
	height: 260px;
	margin: 0 auto 90px auto;
}
.recruit #contact .contact_in {
	width: 680px;
	margin: 20px auto;
}
.recruit #contact .contact_in .tel {
	width: 266px;
	margin: 25px 45px 0 20px;
	float: left;
}
.recruit #contact .contact_in .bt a{
	width: 340px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(255,255,255,0);
	padding: 34px 0;
	border: 1px solid #fff;
	display: block;
	float: left;
} 
.recruit #contact .contact_in .bt a:hover {background-color: rgba(255,255,255,.1);}
/* ===========お問い合わせ================ */

.contact .comm {
	width: 800px;
	margin: 0 auto 50px auto;
}
.contact #telno {
	margin: 0 auto 130px auto;
}

.contact #telno .tel {
	width: 457px;
	margin: 0 auto ;
}
.contact #mail{
	margin: 0 auto 130px auto;
	text-align: center;
}

.contact_table .required {
	font-size: 12px;
	line-height: 1em;
	text-align:center;
	color: #fff;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 2px 5px 2px 5px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 0.5em;
	}
.contact_table {
	width: 800px;
	margin: 0 auto ;
}
.contact_table table {
	width: 100%;
	margin: 0 auto 50px auto;
}
.contact_table th {
	width: 200px;
	padding: 5px 0 5px 20px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}
.contact_table td {
	padding: 5px 0 5px 0;
	text-align:left;
	}

.submit_btn{
	width: 360px;
	margin: 0 auto ;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background-color: #34ac92;
	border-radius: 4px;
	background-image:url("../img/common/arrow.png"), url("../img/business/border.png") ;
	background-repeat: no-repeat, no-repeat;
	background-position: 95% center, center;
	background-size:auto 1em, 100% 100% ;
	display: block;
	border: none;
	cursor: pointer;
}
.submit_btn:hover {
	opacity: 0.7;
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}
.form_style_tarea {
	width:96%; 
	height:160px; 
	padding:2% 2% ;
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}

.complete {
	color:#34ac92;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}


/* ===========横幅767px以下================ */


@media screen and ( max-width: 767px) {
	
body{
	color: #232323;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 22px;
	text-align: center;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
  	margin: 0;
  	padding: 0;
	}
	
h2,h3,h4{text-align: left;}

a {color: #232323;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #232323;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0;

}
#contents{
	
}
/*	ヘッダー
----------------------------------------------------------------------------*/

header{
	display: none;
	
}
#header_sm {
	height: 12.5vw;
	display: block;
}
.header_in {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin:0 auto;
}


.head_logo {
	width:37.5vw;
	margin:0 0 0 0;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
}

.h1{
	width: 90%;
	margin: auto;}

.list_close {
	width:12.5vw;
	margin:0 0 0 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:12.5vw;
	margin:0 0 0 0 ;
	float:right;
	z-index:1000;
	}


.pc {display:none;}
.sm {display:inline;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

nav{
	display:none;
}

/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#category_list > ul {
	margin-top: 12.5vw;
	width:100%; 
	background-color:#000080;
	}
#category_list li a{
	font-size:20px;
	line-height: 30px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
#category_list  p {
	font-size:20px;
	line-height: 30px;
	font-weight:bold;
	color:#fff;
	margin: 0 0 0 0;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	} 
ul.accordion span {display:block; }
ul.accordion ul { 
	display:none; 
	background-color: #333;
	
	}
ul.accordion  li  p span { 
	background-image:url(../img/common/open.png);
	background-position:95%;
	 background-repeat:no-repeat;
	
	 
	 }
ul.accordion  li  p span.open {
	 background-image:url(../img/common/close.png);
	
	background-position:95%;
	 background-repeat:no-repeat;
	
	 }
	/*	フッター
----------------------------------------------------------------------------*/
footer{
	width: 100%;
	background-image: url(../img/common/foot_back.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	padding: 5% 0 ;
	margin:  auto;
	}
.foot_in {
	width: 90vw;
	padding: 0 ;
	margin: 0 auto;
}

.foot_logo {
	width: 60vw;
	margin: 0 auto 5% auto;
	float:none;
}
.foot_add {
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 0;
	float: left;
}
#footer_copy{
	height:30px;
	font-size:11px;
	line-height:30px;
	padding: 0;
	color: #fff;
	text-align:center;
	background-color: #232323;
	}
.page_top {
	width: 10vw;
	position: fixed;
	right: 2%;
	bottom: 2%;
}

/*	共通
----------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}


/*　TOP
----------------------------------------------------------*/

.home #intro {
	background-image: url("../img/top/head_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 13.5vw 0;
	margin: 0 auto 5% auto;
}
.home #intro .intro_in {
	width: 90vw;
	margin: auto;
}
.home .cont_in {
	width: 100%;
	margin: auto;
}
.home #compamy {
	background-image: url("../img/top/comp_img.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 60vw 0 0 0;
}
.home #compamy .text {
	width: 90vw;
	height: auto;
	text-align: left;
	padding: 5% 0;
	margin: 0 auto 5% auto;
}
.home #compamy .text .title {
	width: 39.2vw;
	margin: 0 auto 3% 0;
}
.home #compamy .text .bt {
	width: 50vw;
	margin: 5% auto 0 0;
}
.home #business {
	width: 100%;
	background-image: url("../img/top/biz_back.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	padding: 5%x 0 3% 0;
	margin: 0 auto 5% auto;
}
.home #business .title {
	width: 39.4vw;
	margin: 0 auto 5% auto;
}
.home #business .list {
	width: 90vw;
	margin: auto;
}
.home #business ul:before, .home #business ul:after{
	content: "";
	display: table;
}
.home #business ul:after{
  clear: both;
}
.home #business .list li {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	margin: 0 0 5% 0;
	float: left;
}
.home #business .list li:nth-child(3n) {margin: 0 0 5% 0;}
.home #business .list li img {
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}
.home #business .list li p {
	font-size: 17px;
	margin-bottom: 3%;
}
.home #business .list li .bt {
	width: 50vw;
	margin: 5% auto 0 auto;
}
.home #achievement {
	background-image: url("../img/top/achi_img.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 46vw 0 0 0;
}
.home #achievement .text {
	width: 90vw;
	text-align: left;
	padding: 5% 0;
	margin: 0 auto 5% auto;
}
.home #achievement .title {
	width: 57vw;
	margin: 0 auto 5% 0;
}
.home #achievement .bt {
	width: 50vw;
	margin: 5% auto 0 0;
}
.home #recruit {
	width: 100%;
	height: auto;
	background-image: url("../img/top/recruit_back_sm.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 75%;
	padding: 5% 0 5% 0;
	background-color: #e0e0e0;
	margin: 0 auto 10% auto;
	
}
.home #recruit .title {
	width: 33.8vw;
	margin: 0 auto 10% auto;
}
.home #recruit .text {
	width: 90vw;
	text-align: center;
	color: #fff;
	margin: 0 auto 0 auto;
}
.home #recruit .text p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5%;
}
.home #recruit .bt {
	width: 50vw;
	margin: 2% auto 0 auto;
}
.home #news {
	width: 925px;
	padding: 80px 0 80px 0;
	margin:0 auto 0 auto;
}
.home #news .title {
	width: 115px;
	float: left;
}
.home #news .bt {
	width: 215px;
	margin: 27px 0 0 0;
	float: right;
}
ul#newsList{
	width: 100%;
	margin:20px auto 0 auto;
	padding:0 ;
	border-top: 1px solid #6d6d6d;
}
ul#newsList li{
	width: 100%;
	font-size:16px;
	line-height:28px;
	margin:0 auto;
	padding: 15px 0;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #6d6d6d;
	position: relative;
}

ul#newsList li a {
	}
#newsWrap {
	width: 100%;
	margin: auto;
}

.up_ymd {
	width: 100px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #686868;
	margin:0 ;
	padding: 2px 20px 2px 20px;
	display: inline-block;
	}
#newsWrap　.news_title a{
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	padding: 2px 8px 2px 0;
	display: inline-block;
}
.catName{
	display:inline-block;
	width: 127px;
	padding:8px 0;
	text-align: center;
	color: #fff;
	font-size:16px;
	line-height:1em;
	margin:0 30px 0 0 ;
}
.cat-0 .catName {background-color: #000080;}
.cat-1 .catName {background-color: #1685d8;}
.cat-2 .catName {background-color: #2b996c;}
.newMark{
	width: 50px;
	display:inline-block;
	padding:6px 0;
	margin: 0.5em 0 0 1em;
	font-size:15px;
	line-height:1em;
	background:#ff3a19;
	color:#fff;
	text-align: center;
}

.home .top_seo {
	width: 90vw;
	font-size: 14px;
	line-height: 29px;
	text-align: left;
	color: #686868;
	margin:0 auto 5% auto;
}

/* ===========下層ページ共通================ */

.page_title {
	margin: 0 auto 5% auto;
	font-size:20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 8% 0;
	background-image: url("../img/common/head_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.bt:hover {opacity: 0.7;}

.subtitle {
	width: 94vw;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	padding: 0 0 1em 0;
	margin: 0 auto 5% auto;
}
/*====業務案内================================*/

.business .head_lead {
	width: 94vw;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 5px;
	padding: 0 0 1em 0;
	margin: 0 auto 10% auto;
}

.business .cat li {
	padding: 5% 0 0 0;
	margin: 0 auto 5% auto;
}
.business .box:before, .business .box:after{
	content: "";
	display: table;
}
.business .box:after{
  clear: both;
}
.business .cat li .box {
	width: 94vw;
	margin: 0 auto;
}

.business .cat li .box .img {
	width: 100%;
	float: none;
	margin: 0 ;
}
.business .cat li .box .board {
	width: 90vw;
	padding: 5% 0;
	text-align: left;
	margin: 0 auto;
	float: none;
}
.business .cat li .box .board .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 2% 0;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	margin-bottom: 5%;
}
.business .cat li .box .board p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5%;
}
.business li#cat_02 .img , li#cat_04 .img , li#cat_06 .img{
	float: none;
}

.business .cat li:nth-last-child(1) {
	margin: 0 auto 10% auto;
}
.business #result  {
	padding: 5% 0 10% 0;

}
.business #result ul {
	width: 96vw;
	margin: auto;
}
.business #result ul li {
	width: 49%;
	margin: 0 2% 4% 0 ;
	font-size: 11px;
	text-align: center;
	float: left;
}
.business #result ul li:nth-child(4n){margin: 0 0 4% 0 ;}
.business #result ul li:nth-child(2n){margin: 0 0 4% 0 ;}
.business #result ul li img {
	margin-bottom: 5px;
}
.business #achievement  {
	padding: 5% 0 10% 0;
}

.business #achievement .table {
	width: 96vw;
	margin: auto;
	overflow: scroll;
}
.business #achievement .table table {
	width: 200%;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	
}
.business #achievement .table thead th {
	width: 45%;
	padding: 2% 2%;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-color: rgba(26,26,141,0.1);
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table thead td {
	padding: 2% 2%;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-color: rgba(26,26,141,0.1);
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table tbody th {
	width: 45%;
	padding: 2% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
.business #achievement .table tbody td {
	padding: 2% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}

/* ===========企業案内================ */

.company #greeting {
	width: 94vw;
	margin: 0 auto 10% auto;
}
.company #greeting .greeting_in {
	width: 90vw;
	margin: 0 auto ;
}
.company #greeting .img {
	width: 70vw;
	margin: 0 auto 5% auto;
	float: none;
}
.company #greeting .img img {
	width: 100%;
	height: auto;
}
.company #greeting .text {
	width: 100%;
	text-align: left;
	margin:0;
	float: left;
}
.company #greeting .text .name {
	text-align: right;
	margin: 2% 0 0 auto;
}
.company #greeting .text .name span {
	font-size: 16px;
	padding-left: 2em;
}
.company #profile {
	width: 94vw;
	margin: 0 auto 10% auto;
}
.company #history {
	width: 94vw;
	margin: 0 auto 10% auto;
}
.company .table {
	width: 90vw;
	margin: auto;
}
.company .table table {
	width: 100%;
	border-top: 1px solid #000080;
}
.company .table th {
	width: 96%;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	border-bottom: 1px solid #000080;
	background-color: rgba(26,26,141,0.1);
	display: block;
}
.company .table td {
	width: 96%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	padding: 2% 2%;
	border-bottom: 1px solid #000080;
	display: block;
}

.company #access  {
	width: 94vw;
	margin: 0 auto 10% auto;
}

.company #access .add {
	width: 100%;
	padding: 2% 0;
	text-align: left;
	margin: auto;
}

.company #access .map {
	width: 100%;
	height: 200px;
}
.company #access .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	frameborder:0;
}

/*========採用情報========================*/


.recruit .head_lead {
	width: 94vw;
	margin: 0 auto 10% auto;
}
.recruit .head_lead .lead {
	width: 90vw;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin:  0 auto;
}
.recruit .head_lead .img {
	width: 94vw;
	margin: 0 auto 5% auto;
}
.recruit .title {
	width: 60vw;
	margin: 0 auto 5% auto;
}
.recruit #feature {
	background-color: #f1f1f1;
	padding: 10% 0 5% 0;
	margin: 0 auto 10% auto;
	
}
.recruit #feature .feature_in {
	width: 96%;
	height: auto;
	margin: auto;
	position: relative;
}
.recruit #feature .lead {
	width: 44%;
	margin: 0 auto 5% auto;
}
.recruit #feature .feat_01 {
	width: 90vw;
	height: 70vw;
	padding: 20vw 0 0 0;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-image:url("../img/recruit/lead_back.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
}
.recruit #feature .feat_02 {
	width: 90vw;
	height: 73vw;
	padding: 17vw 0 0 0;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-image:url("../img/recruit/lead_back.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
	bottom:0;
	right: 0;
	margin: auto;
}
.recruit #treatment {
	width: 90%;
	margin:0 auto 10% auto;
}
.recruit #treatment table {
	width: 100%;
	border: none;
	border-top: 1px solid #000;
}
.recruit #treatment th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: rgba(26,26,141,0.1);
	display: block;
}
.recruit #treatment td {
	width: 96%x;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	display: block;
}
.recruit .text {
	width: 90vw;
	padding: 0;
	text-align: left;
	margin:  0 auto 10% auto;
}
.recruit #contact {
	background-image: url("../img/recruit/contact_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 5% 5% 5% 5%;
	height: auto;
	margin: 0 auto 10% auto;
}
.recruit #contact .contact_in {
	width: 90%;
	margin: 3% auto;
}
.recruit #contact .contact_in .tel {
	width: 70%;
	margin: 5% 15%;
	float: none;
}
.recruit #contact .contact_in .bt a{
	width: 60vw;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: rgba(255,255,255,0);
	padding: 1em 0;
	border: 1px solid #fff;
	display: block;
	margin: auto;
	float: none;
} 
.recruit #contact .contact_in .bt a:hover {background-color: rgba(255,255,255,.1);}
/* ===========お問い合わせ================ */

.contact .comm {
	width: 90vw;
	text-align: left;
	margin: 0 auto 5% auto;
}
.contact #telno {
	margin: 0 auto 10% auto;
}

.contact #telno .tel {
	width: 80vw;
	margin: 0 auto ;
}
.contact #mail{
	margin: 0 auto 10% auto;
	text-align: center;
}

.contact_table .required {
	font-size: 12px;
	line-height: 1em;
	text-align:center;
	color: #fff;
	background-image: url("../img/business/border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 2px 5px 2px 5px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 0.5em;
	}
.contact_table {
	width: 90vw;
	margin: 0 auto ;
}
.contact_table table {
	width: 100%;
	margin: 0 auto 5% auto;
}
.contact_table th {
	width: 96%;
	padding: 2% 2%;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	display: block;
	}
.contact_table td {
	width: 96%;
	padding: 2% 2%;
	text-align:left;
	display: block;
	}

.submit_btn{
	width: 60vw;
	margin: 0 auto ;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	padding: 1em 0;
	color: #fff;
	background-color: #34ac92;
	border-radius: 4px;
	background-image:url("../img/common/arrow.png"), url("../img/business/border.png") ;
	background-repeat: no-repeat, no-repeat;
	background-position: 95% center, center;
	background-size:auto 1em, 100% 100% ;
	display: block;
	border: none;
	cursor: pointer;
}
.submit_btn:hover {
	opacity: 0.7;
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}
.form_style_tarea {
	width:96%; 
	height:160px; 
	padding:2% 2% ;
	font-size:16px; 
	border-radius: 4px;
	border: 0;
	background-color: #eaede6;
	}

.complete {
	color:#34ac92;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}
}/* ===========横幅767px以下================ */
