@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
 min-width: 1200px;
	color: #000;
	font-size: 16px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
	line-height: 25px;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #000;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;

}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0 auto ;
	padding: 24px 0 11px 0;
	background-color: #fff;
	color: #000;
}
#header2{
	width: 100%;
	padding: 12px 0 12px 0;
	position:fixed;
	top: 0;
	z-index: 200;
	background-color: #fff;
}
.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	width: 1140px;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:203px;
	margin:37px 27px 0 0;
	float: left;
	}
.head_logo img {
}
#header2 .header_in {
	width: 870px;
	margin: auto;
	padding: 0;
}
#header2 .head_logo {
	width:132px;
	margin:0 50px 0 0;
	float: left;
	}
#header_sm {
	display: none;
}
.head_link {
	margin: 0 auto 0 0;
	text-align: right;
}
.head_link a {
	margin: 0 0 0 10px;
}
.h1{
	width: 290px;
	padding:15px 0 0 0;
	margin: 37px 0 0 0;
	float: left;
}
h1 {
	font-size: 11px;
	line-height:17px;
	text-align: left;
	
}
.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{	width: 548px;
	margin: 0;
	padding: 0;
	float: right;
}

.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	text-align: right;
}
.navi  li{
	float: left;
	
}
.navi li a{
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	padding: 20px 55px 15px 0;
	text-align: left;
	color: #000;
	margin: 0 ;
	display: block;
}
.navi li a:hover {color: #ff3a19;}


.navi li:nth-last-child(1) a {
	padding: 20px 0 15px 0;
}
.home .navi .p1 a {
	color: #ff3a19;}
.service .navi .p2 a {
	color: #ff3a19;}
.greeting .navi .p3 a  {
	color: #ff3a19;}
.profile .navi .p4 a  {
	color: #ff3a19;}
.recruit .navi .p5 a {
	color: #ff3a19;}
.contact .navi .p6 a {
	color: #ff3a19;}
#header2 .navi{	
	width: 660px;
	margin: 0;
	padding: 0;
	float: right;
}
#header2 .navi li a{
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	padding: 8px 45px 6px 0;
	text-align: left;
	color: #000;
	margin: 0 ;
	display: block;
}
#header2 .navi li a:hover{
	color: #ff3a19;
}
#header2 .navi li:nth-last-child(1) a {
	padding: 8px 0 6px 0;
}


/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/

#footer{
	padding: 35px 0 10px 0;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	}
.footer_add ul:before, .footer_add ul:after{
	content: "";
	display: table;
}
.footer_add ul:after{
  clear: both;
}
.footer_in {
	width: 1100px;
	margin: auto;
	padding: 0;
}

.footer_logo {
	margin: 0 auto 50px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #ff3a19;
	}
.footer_logo img {
	width: 203px;
	height: auto;
	margin: 0 auto;
}

.footer_add {
	width: 990px;
	margin: 0 auto 50px auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}



.footer_add .name {font-size: 16px;}
.footer_add li {
	width: 290px;
	float: left;
	margin: 0 50px 0 0;
}
.footer_add li:nth-last-child(1) {margin: 0 0 0 0;}

#footer_copy{
	width: 1100px;
	font-size:10px;
	line-height:1em;
	padding: 20px 0;
	text-align:center;
	margin: 0 auto;
	}
.footer_add ul {
	margin-bottom: 30px;
}


.page_top {
	width: 80px;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top:hover {
	cursor: pointer;
}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}


.page_title {
	width: 100%;
	height: 316px;
	margin: 0 auto 50px auto;
	position: relative;
	overflow: hidden;
}
.page_title img {
	width: 1220px;
	position: absolute;
	top:0;
	left: calc(50% - 260px);
}
.page_title_in {
	width: 407px;
	height: 200px;
	font-size: 36px;
	line-height: 1em;
	font-weight: 600;
	text-align: left;
	background-color: #f1f1f1;
	padding: 53px 0 0 389px;
	display: block;
	position: absolute;
	bottom:0;
	left: calc(50% - 956px);
	font-family: "Noto Sans JP";
}
.page_title_in span {
	font-size: 18px;
	line-height: 1em;
	padding: 25px 0 0 0;
	margin: 15px 0 0 0;
	background-image: url(../img/common/page_title.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}
.bt a {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.bt a:hover {opacity: 0.7;}
/*　TOP
----------------------------------------------------------*/
.slider_wrap {
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	position: relative;
}
.slider {
	width: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 960px);
}
	/* 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; }
	
.top_news{
	width: 100%;
	margin: 0 ;
	padding:0;
}
.top_news .cont{
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: auto;
}
ul#newsList{
	width: 100%;
	margin: 0 ;
	padding:0 ;
	border-top: 1px solid #cbcbcb;
}
ul#newsList li{
	width: 100%;
	font-size:16px;
	line-height:28px;
	margin:0 auto;
	padding:3px 0;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #cbcbcb;
	position: relative;
}

ul#newsList li a {
	font-weight: bold;
	}
#newsWrap {
	width: 100%;
	margin: auto;
}
.news_title {
	width: 150px;
	font-size:17px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	margin:0 0 ;
	padding: 8px 0 8px 36px;
	background-image: url(../img/top/news_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
.up_ymd {
	width: 145px;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	margin:0 ;
	padding: 8px 0 8px 5px;
	display: inline-block;
	}
#newsWrap　.title a{
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	padding: 8px 0 8px 0;
	display: inline-block;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	width: 50px;
	display:inline-block;
	padding:6px 0;
	margin: 0.5em 1em 0 0;
	font-size:15px;
	line-height:1em;
	background:#ff3a19;
	color:#fff;
	text-align: center;
	float: left;
}


.top_news_bt a{
	width: 166px;
	margin: 0 ;
	padding: 9px 0 9px 0;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(255,58,25,1);
	display: block;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_news_bt a:hover {background-color: rgba(255,58,25,0.7);}
.top_news_bt a span {
	background-image: url(../img/top/news_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
}

.home .subtitle {
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	padding: 20px 0 0 0;
	background-image: url(../img/top/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 35px auto;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
.home .subtitle  span {
	font-size: 17px;
	padding: 0 0 0 232px;
	background-image: url(../img/top/title_back.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: inline-block;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.top_greeting {
	background-image: url("../img/top/gree_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0 80px 0;
	margin: 20px auto 50px auto;
}
.top_greeting_in {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.top_greeting_in .text {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px 0;
}
.top_greeting_in .bt a{
	width: 367px;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #ff3a19;
	padding: 25px 0;
	display: inline-block;
}
.top_greeting_in .bt a span {
	background-image: url("../img/top/news_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 3em;
}
.top_service .lead {
	width: 693px;
	height: 258px;
	border-radius: 159px;
	padding-top: 60px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(255,119,0,1);
	margin: auto;
	
}
.top_service .lead p {
	font-size: 36px;
	line-height: 42px;
	color: rgba(255,119,0,1);
	padding-bottom: 20px;
	font-family: "Noto Sans JP";
	font-weight: 600;
}
.top_service {
	width: 1200px;
	margin: 0 auto;
}
.top_service ul {
	width: 1200px;
	height: 650px;
	text-align: center;
	margin:-60px auto 0 auto ;
	position: relative;
	background-image: url("../img/top/service_house.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.top_service li {
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_service li:nth-child(1){width: 372px; left:25px; top:5px; }
.top_service li:nth-child(2){width: 307px; left:110px; top:285px; }
.top_service li:nth-child(3){width: 228px; left:502px; top:300px; }
.top_service li:nth-child(4){width: 244px; left:800px; top:240px; }
.top_service li:nth-child(5){width: 308px; left:820px; top:5px; }

.top_service li:hover {
	opacity: 0.7;
}


.top_recruit {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 80px 0 120px 0;
	background-image: url("../img/top/recruit_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	
}
.top_recruit .subtitle {
	background-image: url("../img/top/title_b.png");
	color: #fff;
}
.top_recruit_in {
	width: 1200px;
	margin: auto;
}
.top_recruit .subtitle span{
	color: #fff;
}
.top_recruit .lead {
	width: 817px;
	margin: 0 auto 28px auto;
}
.top_recruit .text {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.top_recruit .bt a{
	width: 367px;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #2dbdfb;
	padding: 25px 0;
	display: inline-block;
	margin: 0 auto;
}
.top_recruit .bt a span {
	background-image: url("../img/top/recruit_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 3em;
}
.top_recruit .bt a:hover {opacity: 0.7;}
.top_seo {
	width: 1100px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	color: #666;
}

/*　業務案内
----------------------------------------------------------*/
.service #cat_01 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.service #cat_02 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.service #cat_03 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.service #cat_04 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.service #cat_05 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 10px;
	margin-bottom:40px;
}
.service .back_col {
	/*background-color: #ffebe8;*/
	padding-top: 40px;
	padding-bottom: 1px;
	margin-bottom: 50px;	
	background: linear-gradient(to top, #fff 0%, #fff 28%, #ffebe8 28%,  #ffebe8 76%, #fff 76%, #fff 100%);
}
.service .back_col_b {
	background-color: #ffebe8;
	padding-top: 40px;
	padding-bottom: 1px;
	margin-bottom: 50px;	

}



.service #cat_06 {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.service .head_img {
	padding:  0;
	margin: 0 auto 120px auto;
	
}
.service .head_img .name {
	background-color: #ff3a19;
	padding: 17px 0;
	color: #fff;
	text-align: left;
	font-size: 25px;
	line-height: 26px;
	margin: 0 auto 60px auto;
}
.service .head_img .name p {
	width: 1100px;
	margin: auto;
}
.service .head_img .img {
	width: 1078px;
	margin:  0 auto;
}
.service .head_img .lead {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: -15px auto 0 auto;
	
}


.service .box:before, .service .box:after{
	content: "";
	display: table;
}
.service .box:after{
  clear: both;
}
.service .box {
	width: 1265px;
	padding: 0;
	margin: 0 auto 50px auto;
}

.service .box.mar_bot0 {
	margin: 0 auto;
}
.service .box .text {
	width: 375px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 0 50px;
	float: left;
}
.service .box .text p {
	width: 320px;
}
.service .box .text .no {
	font-size: 78px;
	line-height: 1em;
	margin-bottom: 34px;
	color: #ff3a19;
	font-family: "Noto Sans JP";
}
.service .box .text .name {
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	background-image: url(../img/service/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 32px;
	margin-bottom: 30px;
}
.service .box .fl {float: left;}
.service .box .fr {float: right;}
.service .box .img {
	width: 840px;
	margin: 0;
	padding: 0;
	float: left;
}

.service .box .img_gift {
	width: 340px;
	margin: 0 0 0 200px;
	padding: 0;
	float: left;
}


.service .box .img img {
	width: 100%;
	height: auto;
}
.service .left {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 440px) 306px;
}
.service .right {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 440px) 306px;
}

.service .maker {
	width: 906px;
	text-align: left;
	padding: 0 0 0 240px;
	letter-spacing: -0.05em;
	background-image: url(../img/service/maker.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 80px auto;
}
.service .maker table {
	width: 100%;
}
.service .maker table th {
	width: 12em;
	padding: 6px 0;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}
.service .maker table td {
	padding: 6px 0;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
/*　会社案内
----------------------------------------------------------*/

.company .title {
	width: 155px;
	font-size: 28px;
	line-height: 1em;
	text-align: left;
	padding: 0 0 0 70px;
	background-image: url(../img/company/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	font-family: "Noto Sans JP";
}
.company .sect:before, .company .sect:after{
	content: "";
	display: table;
}
.company .sect:after{
  clear: both;
}
.company .sect {
	width: 1200px;
	margin: 0 auto 50px auto;
}
.company .orenge_wrap {
	background-color: rgba(255,119,0,0.05);
	padding: 50px 0 1px 0;
	margin: 0 auto 50px auto;
}

.comp_pre {
	padding-top: 100px;
	padding-bottom: 115px;
	background-image: url("../img/greeting/img_back.png");
	background-repeat: no-repeat;
	background-position: 825px 70px;
}
.comp_pre .img {
	width: 390px;
	margin-top: -100px;
	float: right;
}
.comp_pre .text {
	width: 665px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 0;
	padding:0 185px 66px 0;
	float: left;
	
}

.comp_pre .text .prename {
	font-size: 23px;
	text-align: right;
	margin-top: 30px;
}
.comp_pre .text .prename span {
	font-size: 16px;
	padding-right: 1em;
	display: inline-block;
}
.comp_cont:before, .comp_cont:after{
	content: "";
	display: table;
}
.comp_cont:after{
  clear: both;
}
.comp_cont {
	width: 975px;
	text-align: left;
	float: left;
}
.shinnen li {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 30px;
}
.rinen {
	padding: 0 0 40px 0;
}
.rinen li {
	width: 270px;
	border: 3px double #ff3a19;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	padding: 22px 0;
	margin: 0 40px 0 0;
	float: left;
}
.rinen li:nth-child(3) {margin: 0 0 0 0;}
.rinen li .span {
	font-size: 25px;
	line-height: 35px;
	display: block;
}
.comp_profile {
	
}
.comp_profile table {
	width: 900px ;
	margin: auto;
}
.comp_profile th {
	width: 115px;
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.comp_profile td {
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #000;
}

.comp_history {
}

.comp_history table {
	width: 900px ;
	margin: auto;
}
.comp_history th {
	width: 115px;
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.comp_history td {
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #000;
}

.access_name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background-color: #ff7700;
	padding: 6px 6px;
	margin: 0 auto 15px auto;
	display: inline-block;
	color: #fff;
}
.comp_access .sect {
	margin: 0 auto 5px auto;
}
.comp_access li {
	padding: 25px 0;
	border-bottom: 1px solid #ff7700;
}
.comp_access li:nth-last-child(1) {
	border-bottom: 1px solid #fff;
	margin: 0 auto 100px auto;
}
.comp_access_in {
	width: 1160px;
	margin: 0 auto ;
	padding: 0 0;
}
.comp_access .add {
	width: 230px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 44px 0 0;
	float: left;
}
.comp_access .map {
	width: 886px;
	height: 370px;
	margin: 0 ;
	float: left;
}
.comp_access .map iframe {
	width: 100%;
	height: 100%;
}
.comp_access .img {
	width: 427px;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/
.recruit .title {
	width: 1090px;
	font-size: 28px;
	line-height: 1em;
	text-align: left;
	padding: 0 0 0 70px;
	background-image: url(../img/recruit/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0 auto 60px auto;
	font-family: "Noto Sans JP";

}
.intro_link {
	background-image: url("../img/recruit/link_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 227px 0 40px 0;
}
.intro_link_b {
	background-color: #2dbdfb;
	padding: 227px 0 160px 0;
}



.intro_in {
	width: 1160px;
	font-size:16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: auto;
}
.intro_in .lead {
	width: 817px;
	margin: 0 auto 30px auto;
}
.intro_link ul {
	width: 1160px;
	margin: 65px auto 0 auto;
}
.intro_link ul li {
	width: 515px;
	float: left;
	margin: 0 130px 0 0 ;
	position: relative;
}
.intro_link ul li:nth-last-child(1) {margin: 0 0 0 0 ;}
.intro_link ul li .text {
	padding:30px;
	font-size:16px;
	line-height: 25px;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.intro_link ul li .text .name {
	font-size:24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 25px 0;
	background-image: url("../img/recruit/arrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin: 0 30px 0 0;
	float: left;
}
.intro_link ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
.intro_link ul li:hover {opacity: 0.7;} 
#rookie {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	
}
#rookie .intro {
	text-align: center;
	margin: 100px auto 40px auto;
	background-image: url("../img/recruit/back_l.png"), url("../img/recruit/back_r.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 100px, right top;
}

#rookie .intro .lead {
	width: 600px ;
	margin:200px auto 25px auto;
}
#rookie .intro .text {
	text-align: center;
	margin: 60px auto 150px auto;
}
#interview {
	width: 1070px;
	margin: -100px auto 40px auto;
	padding-top: 100px;
}
#interview .subtitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 90px auto;
}
#interview li {
	width: 490px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 0 90px 40px 0;
	border: 1px solid #000;
	box-sizing: border-box;
}
#interview li:nth-child(2n) {margin: 0 0 40px 0;}
#interview li .img {
	width: 100%;
	border: 1px solid #2dbdfb;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto 20px auto;
}
#interview li .comm {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	padding: 15px ;
	border-bottom: 1px solid #000;
	margin: 0 auto 0 auto;
}
#interview li .date {
	padding: 15px ;
}

#interview li .staff-img {
	max-width: 171px;
	text-align: center;
	margin: auto;
}

#interview li .bt a {
	width: 336px;
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-align: center;
	padding: 28px 0;
	border: 1px solid #000;
	display: block;
	margin:20px auto;
}
.title_yoko {
	font-size: 25px;
	line-height: 26px;
	text-align: left;
	padding: 17px 0;
	color: #fff;
	background-color:#2dbdfb;
	margin: 0 auto 30px auto;
}
.title_yoko p {
	width: 1160px;
	margin: auto;
}

#career {
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
#message {
	
	margin: 100px auto 100px auto;
	position: relative
}
#message .title_messaage {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	padding: 17px 0;
	color: #fff;
	background-color:#2dbdfb;
	margin: 0 auto 75px auto;
	
}
#message .title_messaage span {
	font-weight: normal;
}
#message .title_messaage p {
	width: 1160px;
	margin: auto;
}

#message .messaage_img {
	position: absolute;
	right: 21%;
	top: -120px;
}

.message_in {
	width: 1030px;
	margin: 170px auto 50px auto;
}
.message_in ul {
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.message_in li {
	width: 430px;
	font-size:16px;
	line-height: 31px;
	text-align: left;
	float: left;
	margin: 0 170px 70px 0;
}
.message_in li:nth-child(2n) {margin: 0 0 70px 0;}

.message_in li .name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #2dbdfb;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	margin: 0 0 20px 0;
}
.message_link {
	width: 980px;
	margin: 0 auto 
}
.message_link a {
	width: 430px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding: 32px 0;
	border: 1px solid #2dbdfb;
	margin: 0 30px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.message_link a span {
	background-image: url("../img/recruit/bt_arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3em;
	display: inline-block;
}
.message_link a:hover {opacity: 0.7;}


.yoko {
	padding-top: 100px;
	width: 1160px;
	margin: -100px auto 0 auto;
}

.yoko .undecided{
    font-size: 24px;
    font-weight: bold;
    margin: 4em 0;
}

.yoko th {
	width: 240px;
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.yoko  td {
	padding: 12px 0 ;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #000;
}

.sp_br{
	display: none;
}

.yoko-sbtitle {
	font-size: 25px;
	line-height: 180%;
	background-color: #EAEAEA;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
}

.pdf-grp {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.pdf-item {
  width: 23%;
  height: auto;
  margin-right: 2%;
}

.pdf-item:last-child {
  height: auto;
  margin-right: 0px;
}

.pdf-fra {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.pdf-lab {
  display: inline-block;
  padding: 8px 10px;
  color: #FFF;
  background-color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 160%;
  box-sizing: border-box;
　width: 70%;
}
.pdf-tit {
  width: 100%;
  display: block;
  height: auto;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 767px){
.yoko-sbtitle {
  margin-bottom: 20px;
	font-size: 16px;
}
.pdf-item {
  width: 47%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 20px;
}
	
.pdf-item img {
	width: 60%;
}
	
}
/*　お問い合わせ
----------------------------------------------------------*/


.contact_comm {
	width: 1160px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 45px auto;
}
.contact_comm span {
	font-size: 14px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	display: inline-block;
}
.contact_table {
	width: 925px;
	margin: 0 auto 80px auto;
}

.contact_table th {
	width: 190px;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 10px 7px 0;
	vertical-align: top;
}
.contact_table td {
	padding: 2px 0;
}
.contact_table th span {
	font-size: 14px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	float: right;
	display: inline-block;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea{
	width:96%;
	height:250px; 
	padding:1% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}
.submit_btn {
	width: 340px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 22px 0;
	background-color: rgba(355,119,0,1);
	border: none;
	display: inline-block;
	margin: 50px auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.submit_btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
.complete {
	font-size: 120%;
	font-weight: bold;
	color: #f70;
}
/*新着一覧============================================*/
.news .contents {
	width: 90%;
	max-width: 1200px;
	padding: 50px 0;
	height: 70%;
	min-height: 30vw;
	margin: 0 auto;
	text-align: left;
	
}
.news ul#newsList{
	width: 100%;
	margin: 0 auto;
	padding:0 ;
	border-top: 1px solid #cbcbcb;
}
.news ul#newsList li{
	width: 90%;
	font-size:16px;
	line-height:28px;
	margin:0 ;
	padding:6px 5%;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #cbcbcb;

}

.news ul#newsList li a {

	}
.news #newsWrap {
	width: 100%;
	margin: auto;
}


/* ===========横幅1920px以下================ */

@media screen and ( max-width: 1920px) {

}



/* ===========横幅767px以下================ */


@media screen and ( max-width: 767px) {
/****************************************************************************
	body設定
*****************************************************************************/
body{
 min-width: inherit;
	color: #000;
	font-size: 14px;
	font-family:"Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	line-height: 2em;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #000;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
img {
	margin: 0 ;
	padding: 0;
	width: 100%;
	height: auto;}

#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0;
}

	
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	
}
#header2{
	display: none!important;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	
}

.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:30%;
	margin:2% 0 0 2% ;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.head_chara {
	width: 80px;
	position: absolute;
	top:-5px;
	left: 20px;
}
#header_sm {
	background-color: #fff;
	height: 12.5vw;
	display: block;
	
	
}



.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;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	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:#fff;
	border-top:1px solid #000;
	}
#category_list li a{
	font-size:16px;
	line-height: 26px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 1em;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #000;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
#category_list li a span {font-size: 12px; padding-left: 1em;}
#category_list li p{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list > ul > li > ul {
		display: none;
	background-color: #fcc965;
	}

ul.accordion > li > p span{ 
	background-image:url(../img/common/open.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 display:block;
	 }
ul.accordion > li > p span.open {
	 background-image:url(../img/common/close.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 }

/*	フッター
----------------------------------------------------------------------------*/

#footer{
	padding: 3% 0 3% 0;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #f5f5f5;

	}
.footer_in:before, .footer_in:after{
	content: "";
	display: table;
}
.footer_in:after{
  clear: both;
}
.footer_in {
	width: 90%;
	margin: auto;
	padding: 0;
	
	position: relative;
}
.footer_logo {
	width: 96%;
	margin: 2% 2% 2% 2%;
	float: left;
	}
.footer_logo img {
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.footer_comm {
	width: 100%;
	border-bottom: 1px solid #ff3a19;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
	margin: 0 0 5% 0;
	float: left;
}
.footer_tel {
	width: 90%;
	border: 1px solid #ff3a19;
	margin: 2% 0 ;
	padding: 12% 5% 5% 5%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
	display: block;
	position: relative;
}
.footer_tel img {
	margin-bottom: 3%
	}
.footer_tel .name {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #ff3a19;
	padding: 1em 1.5em;
	display: block;
	position: absolute;
	top:-6px;
	left: -6px;
}
.footer_mail a{
	width: 100%;
	background-color: rgba(255,58,25,0.5);
	margin: 0 0 5% 0;
	font-size: 14px;
	line-height: 80px;
	text-align: center;
	float: left;
}
.footer_mail a:hover {background-color: rgba(255,58,25,0.35);}
.footer_mail span {
	background-image: url(../img/common/foot_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.footer_add {
	width: 90%;
	margin: 0 auto 5% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.footer_add .name {font-size: 16px;}
.footer_add li {
	width: 100%;
	float: left;
	margin: 0 0 3% 0;
	padding: 0 0 3% 0;
	border-bottom: 1px solid #000;
}
.footer_add li:nth-last-child(1) {margin: 0 0 3% 0;}

.footer_add ul {
	margin-bottom: 0px;
}	
	
#footer_copy{
	width: 100%;
	font-size:8px;
	line-height:1.5em;
	padding:  1% 0;
	text-align:center;
	margin: 0 auto 0 auto;
	}
.page_top {
	width: 15vw;
	background-color: #fff;
	position: fixed;
	right: 2%;
	bottom: 20%;
	z-index: 10;
	
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top:hover {
	cursor: pointer;
}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}


.page_title {
	width: 100%;
	height: 20vw;
	margin: 0 auto 5% auto;
	position: relative;
	overflow: hidden;
}
.page_title img {
	width: 100%;
	position: relative;
	top:0;
	left: 25%;
}
.page_title_in {
	width: 40%;
	height: auto;
	font-size: 16px;
	line-height: 1.2em;
	text-align: left;
	background-color: #f1f1f1;
	padding: 5% 0 3% 5%;
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 2;
}
.page_title_in span {
	font-size: 12px;
	line-height: 1em;
	padding: 7% 0 0 0;
	margin: 3% 0 0 0;
	background-image: url(../img/common/page_title.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 3px;
	display: block;
}

/*　TOP
----------------------------------------------------------*/

.slider_wrap {
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	position: relative;
}
.slider {
	width: 200vw;
	position: absolute;
	top: 0;
	left: -50vw;
}

	/* 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; }
	
.top_news{
	width: 100%;
	margin: 0 ;
	padding:0;
}
.top_news .cont{
	width: 90%;
	max-width: 90%;
	margin: auto;
}
ul#newsList{
	width: 100%;
	margin: 0 ;
	padding:0 ;
	border-top: 1px solid #cbcbcb;
}
ul#newsList li{
	width: 100%;
	font-size:14px;
	line-height:24px;
	margin:0 ;
	padding:6px 0;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #cbcbcb;

}

ul#newsList li a {

	}
#newsWrap {
	width: 100%;
	margin: auto;
}
.news_title {
	width: 40%;
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin:0 0 ;
	padding: 3px 0 3px 10%;
	background-image: url(../img/top/news_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
.up_ymd {
	width:100% ;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	margin:0 ;
	padding: 4px 0 4px 0;
	display: block;
	}
#newsWrap　.title a{
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	padding: 8px 0 8px 0;
	display: inline-block;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	width: 50px;
	display:inline-block;
	padding:2px 0;
	margin: 0 1em 0 0;
	font-size:15px;
	line-height:1em;
	background:#ff3a19;
	color:#fff;
	text-align: center;
	float: left;
}


.top_news_bt a{
	width: 40%;
	margin: 0 ;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: rgba(255,58,25,1);
	display: block;
	float: right;
}
.top_news_bt a:hover {background-color: rgba(255,58,25,0.7);}
.top_news_bt a span {
	background-image: url(../img/top/news_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
}

.home .subtitle {
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	padding: 15px 0 0 0;
	background-image: url(../img/top/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 5% auto;
}
.home .subtitle  span {
	font-size: 15px;
	padding: 0 0 0 40%;
	background-image: url(../img/top/title_back.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size:65% 1px;
	display: inline-block;
}
.top_greeting {
	background-image: url("../img/top/gree_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 10% 0 10% 0;
	margin: 0 auto 5% auto;
}
.top_greeting_in {
	width: 90vw;
	margin: 0 auto;
	text-align: left;
}
.top_greeting_in .text {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5% 0;
}
.top_greeting_in .bt a{
	width: 60vw;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #ff3a19;
	padding: 1em 0;
	display: inline-block;
}
.top_greeting_in .bt a span {
	background-image: url("../img/top/news_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 3em;
}
.top_service .lead {
	width: 90vw;
	height: auto;
	border-radius: 15vw;
	padding: 5vw 3vw;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(255,119,0,1);
	margin: auto;
	box-sizing: border-box;
	
}
.top_service .lead p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255,119,0,1);
	padding-bottom: 20px;
	font-family: "Noto Sans JP";
}
.top_service {
	width: 90vw;
	margin: 0 auto;
}
.top_service ul {
	width: 90vw;
	height: 54vw;
	text-align: center;
	margin:-5vw auto 0 auto ;
	position: relative;
	background-image: url("../img/top/service_house.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24.16vw;
}

.top_service li {
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_service li:nth-child(1){width: 31vw; left:2.08vw; top:0.4vw; }
.top_service li:nth-child(2){width: 25.58vw; left:9.1666vw; top:19vw; }
.top_service li:nth-child(3){width: 19vw; left:36.8vw; top:25vw; }
.top_service li:nth-child(4){width: 20.333vw; left:56.666vw; top:20vw; }
.top_service li:nth-child(5){width: 25.66vw; left:58.333vw; top:0.4vw; }

.top_service li:hover {
	opacity: 0.7;
}


.top_recruit {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 5% 0 5% 0;
	background-image: url("../img/top/recruit_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	
}
.top_recruit .subtitle {
	background-image: url("../img/top/title_b.png");
	color: #fff;
}
.top_recruit_in {
	width: 90vw;
	margin: auto;
}
.top_recruit .subtitle span{
	color: #fff;
}
.top_recruit .lead {
	width: 80vw;
	margin: 0 auto 5% auto;
}
.top_recruit .text {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 5%;
}

.top_recruit .bt a{
	width: 60vw;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #2dbdfb;
	padding: 1em 0;
	display: inline-block;
	margin: 0 auto;
}
.top_recruit .bt a span {
	background-image: url("../img/top/recruit_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 3em;
}
.top_recruit .bt a:hover {opacity: 0.7;}
.top_seo {
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	color: #666;
}

/*　業務案内
----------------------------------------------------------*/
.service #cat_01 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service #cat_02 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service #cat_03 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service #cat_04 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service #cat_05 {
	padding-top: 0;
	margin-top: -60px;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service #cat_06 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.service .head_img {
	padding:  0;
	margin: 0 auto 10% auto;
	
}
.service .head_img .name {
	background-color: #ff3a19;
	padding: 0.5em 0;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 1em;
	margin: 0 auto 5% auto;
}
.service .head_img .name p {
	width: 96vw;
	margin: auto;
}
.service .head_img .img {
	width: 90vw;
	margin:  0 auto;
}
.service .head_img .lead {
width:90vw;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto 0 auto;
	
}

.service .box:before, .service .box:after{
	content: "";
	display: table;
}
.service .box:after{
  clear: both;
}
.service .box {
	width: 90%;
	margin: 0 auto 5% auto;
}
.service .box .text {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 5% 0;
}
.service .box .text p {
	width: 100%;
}
.service .box .text .no {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 5%;
	color: #ff3a19;
}
.service .box .text .name {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	background-image: url(../img/service/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 32px;
	margin-bottom: 5%;
}
.service .box .img {
	width: 100%;
	float: left;
}
.service .left {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: left 306px;
}
.service .right {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: left 306px;
}

.service .maker {
	width: 90%;
	text-align: left;
	padding: 11vw 0 0 0;
	letter-spacing: -0.05em;
	background-image: url(../img/service/maker.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 10vw;
	margin: 0 auto 5% auto;
}
.service .maker table {
	width: 100%;
}
.service .maker table th {
	width: 96%;
	padding: 1% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	display:block;
}
.service .maker table td {
	idth: 96%;
	padding: 1% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display:block;
}

.service .back_col {	
	background: linear-gradient(to top, #fff 0%, #fff 28%, #ffebe8 28%,  #ffebe8 72%, #fff 72%, #fff 100%);
}	

.service .box .img_gift {
  float: none;
  margin: auto;
}	
	
	
	
/*　会社案内
----------------------------------------------------------*/

.company .title {
	width: calc(90% - 70px);
	font-size: 20px;
	line-height: 1em;
	text-align: left;
	padding: 0 0 0 70px;
	background-image: url(../img/company/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	margin:0 auto 5% auto;;
}
.company .sect:before, .company .sect:after{
	content: "";
	display: table;
}
.company .sect:after{
  clear: both;
}
.company .sect {
	width: 90%;
	margin: 0 auto 5% auto;
}
.company .orenge_wrap {
	background-color: rgba(255,119,0,0.05);
	padding: 5% 0 1px 0;
	margin: 0 auto 5% auto;
}


.comp_pre {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url("../img/greeting/img_back.png");
	background-repeat: no-repeat;
	background-position: center 20vw;
	background-size: auto 50vw;
}
.comp_pre .img {
	width: 70%;
	margin: 0 15% 5% 15%;
	float: left;
}
.comp_pre .text {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 5% 0;
	padding:0 0;
	float: left;
}

.comp_pre .text .prename {
	font-size: 18px;
	text-align: right;
	margin-top: 5%;
}
.comp_pre .text .prename span {
	font-size: 14px;
	padding-right: 1em;
	display: inline-block;
}
.comp_cont:before, .comp_cont:after{
	content: "";
	display: table;
}
.comp_cont:after{
  clear: both;
}
.comp_cont {
	width: 100%;
	float: left;
}
.shinnen li {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 5%;
}
.rinen li {
	width: 90%;
	border: 3px double #ff3a19;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	padding: 22px 0;
	margin: 0 5% 5% 5%;
	float: left;
}
.rinen li:nth-child(3) {margin: 0 5% 5% 5%;}
.rinen li .span {
	font-size: 25px;
	line-height: 35px;
	display: block;
}
.comp_profile {
	
}
.comp_profile table {
	width: 100% ;
	margin: auto;
	border-top: 1px solid #000;
}
.comp_profile th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color: rgba(255,119,0,0.05);
	float: left;
}

.comp_profile td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}

.comp_history {
}

.comp_history table {
	width: 100% ;
	margin: auto;
	border-top: 1px solid #000;
}
.comp_history th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color: rgba(255,119,0,0.05);
	float: left;
}

.comp_history td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}
.access_name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background-color: #ff7700;
	padding: 0.5em 0.5em;
	margin: 0 auto 3% auto;
	display: inline-block;
	color: #fff;
}
.comp_access .sect {
	margin: 0 auto 2% auto;
}
.comp_access li {
	padding: 3% 0;
	border-bottom: 1px solid #ff7700;
}
.comp_access li:nth-last-child(1) {
	border-bottom: 1px solid #fff;
	margin: 0 auto 10% auto;
}
.comp_access_in {
	width: 90vw;
	margin: 0 auto ;
	padding: 0 0;
}
.comp_access .add {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 5% 0;
	float: left;
}
.comp_access .map {
	width: 100%;
	height: 200px;
	margin: 0 ;
	float: left;
}
.comp_access .map iframe {
	width: 100%;
	height: 100%;
}
.comp_access .img {
	width: 70vw;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/
.recruit .title {
	width: 80vw;
	font-size: 18px;
	line-height: 1em;
	text-align: left;
	padding: 0 0 0 10vw;
	background-image: url(../img/recruit/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9vw auto;
	display: block;
	margin: 0 auto 5% auto;
	font-family: "Noto Sans JP";

}
.intro_link {
	background-image: url("../img/recruit/link_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20% 0 5% 0;
}
.intro_link_b {
	padding: 15% 0 5% 0;
}	
	
.intro_in {
	width: 90vw;
	font-size:14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin: auto;
}
.intro_in .lead {
	width:80vw;
	margin: 0 auto 3% auto;
}
.intro_link ul {
	width: 90vw;
	margin: 5% auto 0 auto;
}
.intro_link ul li {
	width: 100%;
	float: left;
	margin: 0 0 5% 0 ;
	position: relative;
}
.intro_link ul li:nth-last-child(1) {margin: 0 0 0 0 ;}
.intro_link ul li .text {
	padding:3%;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.intro_link ul li .text .name {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 1em 0;
	background-image: url("../img/recruit/arrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin: 0 3% 0 0;
	float: left;
}
.intro_link ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
.intro_link ul li:hover {opacity: 0.7;} 
#rookie {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
	
}
#rookie .intro {
	text-align: center;
	margin: 5% auto 5% auto;
	background-image: url("../img/recruit/back_l.png"), url("../img/recruit/back_r.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 7vw, right top;
	background-size:50% auto, 50% auto;
}

#rookie .intro .lead {
	width: 60vw ;
	margin:68vw auto 3% auto;
}
#rookie .intro .text {
	text-align: left;
	margin: 5% 5% 10% 5%;
}
#interview {
	width: 90vw;
	margin: 0 auto 5% auto;
	padding-top: 0;
}
#interview .subtitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10% auto;
}

#interview li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 5% 0;
	border: 1px solid #000;
	box-sizing: border-box;
}
#interview li:nth-child(2n) {margin: 0 0 5% 0;}
#interview li .img {
	width: 100%;
	border: 1px solid #2dbdfb;
	box-sizing: border-box;
	text-align: center;
	padding: 2% 0;
	margin: 0 auto 20px auto;
}
#interview li .comm {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #000;
	margin: 0 auto 0 auto;
}

#interview li .date {
	padding: 10px;
}

#interview li .bt a {
	width: 60vw;
	font-size: 14px;
	line-height: 1em;
	color: #000;
	text-align: center;
	padding: 1em 0;
	border: 1px solid #000;
	display: block;
	margin:5% auto;
}
.title_yoko {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	padding: 0.5em 0;
	color: #fff;
	background-color:#2dbdfb;
	margin: 0 auto 3% auto;
}
.title_yoko p {
	width: 96vw;
	margin: auto;
}
#career {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
#message {
	
	margin: 16% auto 10% auto;
}
#message .title_messaage {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	padding: 0.5em 0;
	color: #fff;
	background-color:#2dbdfb;
	margin: 0 auto 5% auto;
}
#message .title_messaage span {
font-size:14px;
	font-weight: normal;
}
#message .title_messaage p {
	width: 96vw;
	margin: auto;
}
#message .messaage_img {
	right: 5%;
	top: -30px;
	width: 18%;
}	
	
	
.message_in {
	width: 90vw;
	margin: 7% auto 5% auto;
}
.message_in ul {
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.message_in li {
	width: 100%;
	font-size:14px;
	line-height: 24px;
	text-align: left;
	float: left;
	margin: 0 0 5% 0;
}
.message_in li:nth-child(2n) {margin: 0 0 5% 0;}

.message_in li .name {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #2dbdfb;
	padding: 0 0 2% 0;
	border-bottom: 1px solid #666;
	margin: 0 0 2% 0;
}
.message_link {
	width: 100%;
	margin: 0 auto 
}
.message_link a {
	width: 60vw;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 1em 0;
	border: 1px solid #2dbdfb;
	margin: 2% auto;
	box-sizing: border-box;
	display: block;
	float: none;
}
.message_link a span {
	background-image: url("../img/recruit/bt_arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3em;
	display: inline-block;
}
.message_link a:hover {opacity: 0.7;}

.yoko {
	padding-top: 0;
	width: 90vw;
	margin: 0 auto 0 auto;
}

.yoko table{
	border-top: 1px solid #000;
	margin-top: 30px;
}

.yoko th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	display:block;
	background-color: rgba(45,189,251,.1);
}

.yoko  td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	display:block;
}
/*　お問い合わせ
----------------------------------------------------------*/


.contact_comm {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 5% auto;
}
.contact_comm span {
	font-size: 12px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	display: inline-block;
}
.contact_table {
	width: 90%;
	margin: 0 auto 5% auto;
}

.contact_table th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.contact_table td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.contact_table th span {
	font-size: 12px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	float: right;
	display: inline-block;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea{
	width:96%;
	height:250px; 
	padding:1% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}
.submit_btn {
	width: 70vw;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	background-color: rgba(355,119,0,1);
	border: none;
	display: inline-block;
	margin: 5%x auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.submit_btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
.complete {
	font-size: 120%;
	font-weight: bold;
	color: #f70;
}
/*新着一覧============================================*/
.news .contents {
	width: 90%;
	max-width: 90%;
	padding: 5% 0;
	height: auto;
	min-height: 30vw;
	margin: 0 auto;
	
}
.news ul#newsList{
	width: 100%;
	margin: 0 auto;
	padding:0 ;
	border-top: 1px solid #cbcbcb;
}
.news ul#newsList li{
	width: 90%;
	font-size:14px;
	line-height:24px;
	margin:0 ;
	padding:6px 5%;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #cbcbcb;

}

.news ul#newsList li a {

	}
.news #newsWrap {
	width: 100%;
	margin: auto;
}
}
/* ===========横幅767px以下 横================ */

@media (orientation: landscape) and (max-width: 767px){/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	
}
#header2{
	display: none!important;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	
}

.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:35%;
	margin:2% 0 0 2% ;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

#header_sm {
	background-color: #fff;
	height: 12.5vw;
	display: block;
	border-bottom: 1px solid #fff;
	
}




.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;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	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:#fff;
	}
#category_list li a{
	font-size:18px;
	line-height: 28px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 1em;
	text-align:left;
	padding-left:5%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px solid #000;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
#category_list li a span {font-size: 12px; padding-left: 1em;}
#category_list li p{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #000;
	display:block;
	}
#category_list > ul > li > ul {
		display: none;
	background-color: #fcc965;
	}

ul.accordion > li > p span{ 
	background-image:url(../img/common/open.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 display:block;
	 }
ul.accordion > li > p span.open {
	 background-image:url(../img/common/close.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 }

/*	フッター
----------------------------------------------------------------------------*/

#footer{
	padding: 3% 0 3% 0;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	}
.footer_in:before, .footer_in:after{
	content: "";
	display: table;
}
.footer_in:after{
  clear: both;
}
.footer_in {
	width: 90%;
	margin: auto;
	padding: 0;
	
	position: relative;
}
.footer_logo {
	width: 96%;
	margin: 2% 2% 2% 2%;
	float: left;
	}
.footer_comm {
	width: 100%;
	border-bottom: 1px solid #ff3a19;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	padding: 1em 0;
	margin: 0 0 2.5% 0;
	float: left;
}
.footer_tel {
	width: 45%;
	height: 110px;
	border: 1px solid #ff3a19;
	margin: 2% 5% 2% 0 ;
	padding: 6% 5% 2% 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.footer_tel img {
	margin-bottom: 3%
	}
.footer_tel .name {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #ff3a19;
	padding: 1em 1.5em;
	display: block;
	position: absolute;
	top:-6px;
	left: -6px;
}
.footer_mail a{
	width: 50%;
	background-color: rgba(255,58,25,0.5);
	margin: 2% 0 5% 0;
	font-size: 14px;
	line-height: 112px;
	text-align: center;
	float: left;
}
.footer_mail a:hover {background-color: rgba(255,58,25,0.35);}
.footer_mail span {
	background-image: url(../img/common/foot_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.footer_add {
	width: 90%;
	margin: 0 auto 5% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.footer_add .name {font-size: 16px;}
.footer_add li {
	width: 50%;
	float: left;
	margin: 0 0 3% 0;
	padding: 0 0 3% 0;
	border-bottom: 1px solid #000;
}
.footer_add li:nth-last-child(1) {margin: 0 0 3% 0;}
#footer_copy{
	width: 100%;
	font-size:10px;
	line-height:1.5em;
	padding:  1% 0;
	text-align:center;
	margin: 0 auto 0 auto;
	}
.page_top {
	width: 10vw;
	background-color: #fff;
	position: fixed;
	right: 2%;
	bottom: 20%;
	z-index: 10;
	
}
.page_top img {
	width: 100%;
	height: auto;
}

/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.page_title_in {
	width: 40%;
	height: auto;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	background-color: #f1f1f1;
	padding: 5% 0 3% 5%;
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 0;
}
/*　TOP
----------------------------------------------------------*/
.slider_wrap {
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	position: relative;
}
.slider {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news_title {
	width: 40%;
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin:0 0 ;
	padding: 3px 0 3px 5%;
	background-image: url(../img/top/news_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}


.top_news_bt a{
	width: 30%;
	margin: 0 ;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: rgba(255,58,25,1);
	display: block;
	float: right;
}

/*　業務案内
----------------------------------------------------------*/

.service .head_img {
	background-color: rgba(255,119,0,0.05);
	padding: 5% 0 5% 0;
	margin: 0 auto 10% auto;
	
}
.service .head_img .lead {
	width: 80vw;
	height: auto;
	border-radius: 10vw;
	padding: 5vw;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(255,119,0,1);
	margin: auto;
}
.service .head_img .lead p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255,119,0,1);
	padding-bottom: 2.5%;
}
.service .head_img .img {
	width: 90%;
	margin: 2.5% auto 0 auto;
}

.service .box:before, .service .box:after{
	content: "";
	display: table;
}
.service .box:after{
  clear: both;
}
.service .box {
	width: 90%;
	margin: 0 auto 5% auto;
}
.service .box .text {
	width: 100%;
	font-size: 14px;
	line-height:24px; ;
	text-align: left;
	margin: 0 0 2.5% 0;
}
.service .box .text p {
	width: 100%;
}
.service .box .text .no {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 2.5%;
	color: #ff3a19;
}
.service .box .text .name {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	background-image: url(../img/service/name.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 32px;
	margin-bottom: 2.5%;
}
.service .box .img {
	width: 100%;
	float: left;
}
.service .left {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: left 306px;
}
.service .right {
	background-image: url(../img/service/cont_back.png);
	background-repeat: no-repeat;
	background-position: left 306px;
}

.service .maker {
	width: 90%;
	text-align: left;
	padding: 7vw 0 0 0;
	letter-spacing: -0.05em;
	background-image: url(../img/service/maker.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 6vw;
	margin: 0 auto 5% auto;
}


/*　会社案内
----------------------------------------------------------*/

/*　採用情報
----------------------------------------------------------*/
.recruit .title {
	width: 25vw;
	font-size: 18px;
	line-height: 3.5vw;
	text-align: center;
	color: #fff;
	background-image: url("../img/recruit/titel.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	padding: 8.5vw 0 11.5vw 0;
	margin: 0 auto 2.5% auto;
}
#message {
	
	margin: 0 auto 2.5% auto;
}
#message .lead {
	width: 80%;
	margin: 0 auto 2.5% auto;
}
#message .text {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-image: url("../img/recruit/lead_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 30vw 0 30vw 0;
}
#message {
	padding-top: 0;
	margin-top: 0;
}
#works {
	padding-top: 0;
	margin-top: 0;
	width: 80%;
	padding: 3% 5% 5% 5%;
	margin: 0 auto 5% auto;
	border-radius: 0 10px 10px 0 ;
	-webkit-box-shadow: #ddd 7px 7px 3px;
	-moz-box-shadow: #ddd 7px 7px 3px;
	box-shadow: #ddd 7px 7px 3px;
	background-image: url("../img/recruit/sketch.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 5% auto;
	border-top: 1px solid #ddd;
}
#works .img {
	width: 90%;
	margin: 3% auto 5% auto;
}
#works .text {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#voice {
	padding-top: 0;
	margin-top: 0;
	width: 90%;
	margin: 0 auto 5% auto;
}
#voice li {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 5% 0;
	float: left;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#voice li:nth-child(3) {margin: 0 0 0 0;}
#voice li .text {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	padding:10px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 2%;
}
#yoko {
	padding-top: 0;
	margin-top: 0;
	width: 90%;
	margin: 0 auto 2.5% auto;
}
#yoko table {border-top: 1px solid #000;}
#yoko th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color: rgba(255,119,0,0.05);
	float: left;
}

#yoko  td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}
.recruit .bott_comm {
	background-image: url("../img/recruit/foot_lead.png");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 5% 5%;
	margin: 0 auto 5% auto;
}

.sp_br{
	display: inline-block;
}



/*　お問い合わせ
----------------------------------------------------------*/


.contact_comm {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 5% auto;
}
.contact_comm span {
	font-size: 12px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	display: inline-block;
}
.contact_table {
	width: 90%;
	margin: 0 auto 5% auto;
}

.contact_table th {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.contact_table td {
	width: 96%;
	padding: 2% 2% ;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.contact_table th span {
	font-size: 12px;
	padding: 1px 10px;
	background-color: #f70;
	color: #fff;
	text-align: center;
	float: right;
	display: inline-block;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea{
	width:96%;
	height:250px; 
	padding:1% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}
.submit_btn {
	width: 70vw;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	background-color: rgba(355,119,0,1);
	border: none;
	display: inline-block;
	margin: 5%x auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.submit_btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
.complete {
	font-size: 120%;
	font-weight: bold;
	color: #f70;
}
/*新着一覧============================================*/
.news .contents {
	width: 90%;
	max-width: 90%;
	padding: 5% 0;
	height: auto;
	min-height: 30vw;
	margin: 0 auto;
	
}
.news ul#newsList{
	width: 100%;
	margin: 0 auto;
	padding:0 ;
	border-top: 1px solid #cbcbcb;
}
.news ul#newsList li{
	width: 90%;
	font-size:14px;
	line-height:24px;
	margin:0 ;
	padding:6px 5%;
	text-align: left;
	list-style-type:none;
	border-bottom: 1px solid #cbcbcb;

}

.news ul#newsList li a {

	}
.news #newsWrap {
	width: 100%;
	margin: auto;
}

}
