@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #4d4d4d;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 28px;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
	
}


a {color: #4d4d4d;
	text-decoration:none;
	}
a:hover {
	color: #4d4d4d;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}

#container{
	width:100%;
	margin: 0  ;
	text-align: center;
	
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/
/*	ヘッダー
----------------------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0  auto;
	padding: 30px 0 30px 0;
	background-color: #fff;
}
.header_in {
	width: 1050px;
	margin: 0  auto;
	padding:  0;
}
#head_logo {
	width: 178px;
	margin: 4px 36px 0 20px;
	float: left;
	
}
.header_in img {
	width: 100%;
	height: auto;
}
.h1 {
	width: 100%;
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}


/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi {
	width: 816px;
	float: left;
}

.navi ul{
	width: 100%;
	padding: 0 ;
	margin: 0 ;
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi li{ 
	display:table-cell;	
	padding: 0;
	margin: 0;
	float: left;
	border-right: 1px dotted #000;
}
.navi li a{ 
	font-size: 17px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 4px 35px 6px 35px;
	margin: 0;
	display: inline-block;
	
}
.navi li a:hover{
	 background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;
}
.home .p1  a{
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;}
.works .p2  a{
	 background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;}
.company .p3 a{
	 background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;}
.recruit .p4 a{
	 background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;}
.contact .p5 a{	 background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 60% 2px;
}



.pc{display:inline;}
.sm{display:none;}


/*	フッター
----------------------------------------------------------------------------*/

#footer{
	width:100%;
	margin:50px 0 0 0;
	padding: 30px 0 30px 0;
	border-top: 2px solid #cbcbcb;
	background-color: #666666;
	}

.footer_in {
	width: 1050px;
	margin: auto;
}
.footer_in img {
	width: 100%;
	height: auto;
}
.foot_add {
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	text-align: left;
	color: #fff;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.foot_add .logo {
	font-weight: bold;
}

.foot_copy{
	font-size:12px;
	line-height:20px;
	padding: 3px 75px 3px 0;
	text-align:right;
	color: #fff;
	}
.page_top {
	width: 70px;
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 63px;
	z-index:100;
}

/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
.lts_01 {letter-spacing: -0.01em;}
.lts_03 {letter-spacing: -0.03em;}
.lts_05 {letter-spacing: -0.05em;}
.lts_075 {letter-spacing: -0.075em;}
.lts_10 {letter-spacing: -0.1em;}
.justify {text-align: justify;  text-justify: inter-ideograph;}
/*	共通
----------------------------------------------------------------------------*/

.contents{
	width:1050px;
	margin:  0 auto;
	padding:  0 0 50px 0;
}

.page_title {
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	padding: 90px 0 82px 0;
	text-align: center;
	margin: 0 auto 80px auto;
}
.page_title_in {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	color: #fff;
	background-image: url(../img/common/page.png);
	background-repeat: no-repeat;
	background-position: center 55% ;
}
.recruit .page_title_in {
	color: #4d4d4d;
}
.page_title_in span {
	font-size: 13px;
	display: block;
}
.subtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	color: #fff;
	padding: 8px 8px; 
	background-color: rgba(224,52,56,1);
	margin: 0 auto 40px auto;
}	
/*　TOP
----------------------------------------------------------*/
.home .head_img {
	width: 1250px;
	padding:  0;
	margin: auto;
}
.home .head_img_l {
	width: 1920px;
	padding:  0;
	margin: auto;
}
.home .title {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	background-image: url(../img/common/page.png);
	background-repeat: no-repeat;
	background-position: center 55% ;
	margin: 0 auto 40px auto;
}
.home .title span {
	font-size: 13px;
	display: block;
}
.top_work {
	width:100%;
	padding: 50px 0 0 0;
	margin: 0 auto ;
	background-image: url(../img/top/link_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
.top_work ul:before, .top_work ul:after{
	content: "";
	display: table;
}
.top_work ul:after{
  clear: both;
}
.top_work ul {
	width: 1050px;
	margin: 0 auto;
}
.top_work ul li {
	width: 480px;
	height: 370px;
	margin: 0 90px 23px 0;
	position: relative;
	float: left;
}

.top_work ul li:nth-child(2n) {
	margin: 0 0 0 0;
}
.top_work ul li .name {
	width: 440px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: left;
	padding: 20px;
	display: block;
	background-color: rgba(224,52,56,0.8);
	background-image: url(../img/top/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_work ul li .name strong {
	font-size: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 30px;
	margin: 0 0 15px 20px;
	display: inline-block;
}
.top_work ul li:hover {
	opacity: 0.7;
}

.top_company {
	width:100%;
	background-color: #f1f1f1;
	padding: 30px 0 33px 0;
	margin: 0 auto 0 auto;
	}
.top_company_in {
	width: 1050px;
	margin:  0 auto;

}
.top_company ul:before, .top_company ul:after{
	content: "";
	display: table;
}
.top_company ul:after{
  clear: both;
}
.top_company ul {
	width: 1050px;
	margin: 0 auto;
}
.top_company ul li {
	width: 340px;
	height: 230px;
	margin: 0 15px 0 0;
	position: relative;
	float: left;
}
.top_company ul li:nth-child(3n) {
	margin: 0 0 0 0;
}
.top_company ul li .name {
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	color: #fff;
	padding: 10px 0 10px 0;
	background-color: rgba(77,77,77,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.top_company ul li span.name span {
	background-image: url(../img/top/arrow2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1.5em;
	display: inline-block;
}
.top_company ul li:hover {
	opacity: 0.7;
}
.top_recruit {
	width:1050px;
	padding: 30px 0 33px 0;
	margin: 0 auto 30px auto;
	}
.top_recruit ul:before, .top_recruit ul:after{
	content: "";
	display: table;
}
.top_recruit ul:after{
  clear: both;
}
.top_recruit ul {
	width: 1050px;
	margin: 0 auto;
}
.top_recruit ul li {
	width: 340px;
	height: 230px;
	margin: 0 15px 0 0;
	position: relative;
	float: left;
}
.top_recruit ul li:nth-child(3n) {
	margin: 0 0 0 0;
}
.top_recruit ul li .name {
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	color: #fff;
	padding: 10px 0 10px 0;
	background-color: rgba(77,77,77,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.top_recruit ul li span.name span {
	background-image: url(../img/top/arrow2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1.5em;
	display: inline-block;
}
.top_recruit ul li:hover {
	opacity: 0.7;
}
.top_seo {
	width:1050px;
	font-size:14px;
	line-height:24px;
	text-align:left;
	margin:0 auto 90px auto ;
	}
.top_bar30 {
	margin: 30px auto 60px;
}


/*　業務案内
----------------------------------------------------------*/
.works .page_title  {
	background-image: url(../img/work/head_img.jpg);
}
.works .subtitle {
	margin: 0 0 20px 0;
}
.works .img_l{
	width: 500px;
	margin: 0 30px 70px 0;
	float: left;
}
.works .img_r{
	width: 500px;
	margin: 0 0 70px 0;
	float: right;
}
.works .text {
	width: 520px;
	height: 370px;
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	margin: 0 0 70px 0;
	position: relative;
	float: left;
}
.works .text .sub_img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: table;
}
.works .text .sub_img img {
	width: 50%;
	height: auto;
	float: left;
}

/*　会社案内
----------------------------------------------------------*/
.company .page_title  {
	background-image: url(../img/company/head_img.jpg);
}
.company #gree {
	margin:0 auto 40px auto;
}
.company #gree .text {
	width: 600px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 0 25px;
	float: left;
}
.company #gree .lead {
	font-size: 30px;
	line-height: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: left;
	color: rgba(224,52,56,1);
	margin-bottom: 20px;
}
.company #gree .text .name {
	font-size: 18px;
	text-align: right;
	margin-top: 20px;
}
.company #gree .text .name span {
	font-size: 12px;
}
.company #gree .img {
	width: 350px;
	height: auto;
	margin: 0 25px 90px 0;
	float: right;
}
.company #gallery ul:before, .company #gallery ul:after{
	content: "";
	display: table;
}
.company #gallery ul:after{
  clear: both;
}
.company #gallery ul{
	width:1000px;
	margin:0 auto 60px auto;
}
.company #gallery li {
	width: 310px;
	margin: 0 35px 35px 0;
	float: left;
}
.company #gallery li img {
	width: 100%;
	height: auto;
}
.company #gallery li:nth-child(3n) {
	margin: 0 0 35px 0;
}
.comp_table  {
	width:1000px;
	margin:0 auto 90px auto;
	}
.company .comp_table table {
	border-top:1px solid #000;
}
.comp_table th {
	width:180px;
	padding: 14px 0 14px 40px;
	font-size:16px;
	line-height:28px;
	text-align:left;
	border-bottom:1px solid #000;
	vertical-align:top;
	}
.comp_table td {
	padding: 14px 40px 14px 40px;
	text-align:left;
	font-size:16px;
	line-height:28px;
	border-bottom:1px solid #000;
	}
.comp_table td span {
	text-indent:-1em;
	padding-left:1em;
	display: inline-block;
}
.comp_map {
	width: 1000px;
	height: 400px;
	margin: 0 auto 90px auto;
	
}
.comp_map iframe {
	width: 100%;
	height: 100%;
}
/*　求人情報
----------------------------------------------------------*/
.recruit .page_title  {
	background-image: url(../img/recruit/head_img.jpg);
}
.recruit .voice:before, .recruit .voice:after{
	content: "";
	display: table;
}
.recruit .voice:after{
  clear: both;
}
.recruit .voice {
	width: 1050px;
	margin: 0 auto 65px auto;
}
.recruit .voice .staff_01 {
	width: 500px;
	font-size: 23px;
	line-height: 40px;
	text-align: left;
	margin: 0 50px 0 0;
	float: left;
}
.recruit .voice .staff_02 {
	width: 500px;
	font-size: 23px;
	line-height: 40px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.recruit .voice img {
	width: 100%;
	height: auto;
	margin: 0 0 18px 0;
}
.recruit .voice .sect {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 15px 0;
}
.recruit .voice .sect span {
	width: 5em;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 4px 0;
	background-color: #e03438;
	margin-right: 1em;
	display: inline-block;
}
.recruit .voice .text {
	width: 100%;
	margin: 0 auto 20px auto;
}
.recruit .voice .bt a{
	width: 338px;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #e03438;
	border: 1px solid rgba(224,52,56,1);
	padding: 25px 0;
	display: block;
	margin: auto;
}
.recruit .voice .bt a:hover {
	background-color: rgba(224,52,56,0.2);
	text-decoration: none;
}

.recruit .syokusyu {
	width: 1000px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 40px auto;
	border-bottom: 3px solid #000;
	
}
.recruit .gallery ul:before, .recruit .gallery ul:after{
	content: "";
	display: table;
}
.recruit .gallery ul:after{
  clear: both;
}
.recruit .gallery ul{
	width:1050px;
	margin:0 auto 60px auto;
}
.recruit .gallery li {
	width: 330px;
	margin: 0 30px 30px 0;
	float: left;
}
.recruit .gallery li .text {
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.05em;
	text-align: left;
}
.recruit .gallery li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.recruit .gallery li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.recruit .env:before, .recruit .env:after{
	content: "";
	display: table;
}
.recruit .env:after{
  clear: both;
}
.recruit .env {
	width: 1050px;
	margin: 0 auto 65px auto;
}
.recruit .env_box {
	border: solid #e03438 1px;
	width: 100%;
	height: 334px;
	margin-bottom: 40px;
}
.recruit .env_box .inner_l {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-top: 34px;
	padding-left: 42px;
	text-align: left;
}
.recruit .env_box .inner_r {
	float: left;
	width: 50%;
}

.recruit .env_box .inner_l .title01 {
	background-image: url("../img/recruit/env_back01.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 343px;
	height:81px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 94px;
}
.recruit .env_box .inner_l .title02 {
	background-image: url("../img/recruit/env_back02.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 343px;
	height:81px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 94px;
}
.recruit .env_box .inner_l .title03 {
	background-image: url("../img/recruit/env_back03.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 343px;
	height:81px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 94px;
}
.recruit .env_box .inner_l .title04 {
	background-image: url("../img/recruit/env_back04.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 343px;
	height:81px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 94px;
}
.recruit .env_box .inner_l .title05 {
	background-image: url("../img/recruit/env_back05.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 343px;
	height:81px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 94px;
}

.recruit .env_box .inner_l .subtxt {
	width: 386px;
	margin-top: 20px;
	margin-left: 10px;
}


.staff_head {
	width: 1050px;
	margin: 0 auto 50px auto;
	position: relative;
}
.staff_head .lead {
	width: 840px;
	font-size: 30px;
	line-height: 52px;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	left: 105px;
	top:105px;
}

.staff_head .lead span {
	color: #fff;
}
.staff_head .name {
	font-size: 20px;
	line-height: 2em;
	padding: 16px 0;
	border-top: 1px solid #000;
	width: 470px;
}
.staff_head.voice_01 .lead p {
	border-bottom: 1px solid #000;
	display: inline-block;
}
.staff_head.voice_01 .name {
	border-top: none;
}
.staff_faq {
	margin: 0 auto ;
}
.staff_faq li {
	padding: 0 20px 0 30px;
	margin-bottom: 70px;
	width: 470px;
	height: 202px;
	float: left;
	border-left: 1px solid #ffd1d3;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
.staff_faq li .q {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #e03438;
	margin-bottom: 30px;
}
.staff_faq ul:before, .staff_faq ul:after{
	content: "";
	display: table;
}
.staff_faq ul:after{
  clear: both;
}
.staff_img {
	width: 1050px;
	margin: 0 auto 65px auto;
	clear: both;
}
/* ===========横幅1280px以下================ */


@media screen and ( max-width: 1280px) {
	#container{
	width:1280px;
	margin: 0  ;
	text-align: center;
	
}
}