@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
body{
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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:underline;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;
	background: url(../img/common/side_l.png) repeat-y left top,url(../img/common/side_r.png) repeat-y right top;
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0;
	
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	
}

#header2{
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 200;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:488px;
	margin:0 30px 0 0 ;
	float: right;
	}
.head_logo img {
	width: 100%;
	height: auto;
	
}

#header_sm {
	display: none;
}
.head_contact {
	width: 211px;
	float: right;
	margin: 0 0 0 0;
}
.head_contact img {
	width: 100%;
	height: auto;
}

.h1{
	width: 550px;
	font-size: 18px;
	font-weight: bold;
	line-height:28px;
	text-align: left;
	color: #1b1464;
	margin: 0 0 0 162px ;
}
#header .h1 {
	padding-top: 40px;
	/*padding-top: 60px;*/
}
#header2 .h1 {
	padding-top: 20px;
	margin: 0 0 0 0 ;
}
#header2 .h1 img {
	width: 32%;
	height: auto;
}
.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

#header .navi{
	width: 464px;
	margin: 60px 26px 0 0  ;
	padding: 0;
	float: right;
}
#header2 .navi{
	width: 464px;
	margin: 30px 26px 0 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;
	
}
.navi  li{

}
.navi li a{
	width: 116px;
	font-size: 18px;
	line-height: 1em;
	padding: 10px 0;
	text-align: center;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

.navi li a:hover{
	color: #cd1c24;
	text-decoration: none;
}
.home .navi .p1 a {
	color: #cd1c24;}
.business .navi .p2 a {
	color: #cd1c24;}
.facilities .navi .p3 a {
	color: #cd1c24;}
.company .navi .p4 a {
	color: #cd1c24;}
.recruit .navi .p5 a {
	color: #cd1c24;}
/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-image: url(../img/common/foot_back.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 20px 0 28px 0;
	text-align: center;
	margin: 0 0 0 0;
	}
.footer_in:before, .footer_in:after{
	content: "";
	display: table;
}
.footer_in:after{
  clear: both;
}
.footer_in {
	width: 1484px;
	/*width: 1340px;*/
	margin: auto;
	padding: 30px 0;
}
@media screen and ( max-width: 1550px) {
	.footer_in {
		width: auto;
	}
}
.footer_tel {
	width: 461px;
	margin: 0 auto 20px auto;
}
.footer_contact {
	width: 63px;
	margin: 0 auto 50px auto;
}
.footer_img {
	width: 42.62687vw;
	max-width: 620px;
	margin: 0;
	float: left;
}
@media screen and (max-width: 1550px) {
	.footer_img {
		width: calc(100% - 825px);
	}
}
@media screen and (max-width: 1350px) {
	.footer_img {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
}
.footer_img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1350px) {
	.footer_img img {
		width: 100%;
		max-width: 620px;
	}
}
.f_navi{
	width: auto;
	margin: 0 auto ;
	padding: 0;
	float: left;
}
@media screen and (max-width: 1350px) {
	.f_navi {
		width: 100%;
		max-width: 800px;
		float: none;
	}
}

.f_navi > ul {
	width: 164px;
	margin: 0 0 30px 93px;
	padding:  0 0 0 30px;
	text-align: left;
	list-style: none;
	border-left: 1px solid #000;
	float: left;
}
@media screen and (max-width: 1550px) {
	.f_navi > ul {
		margin-left: 50px;
	}
}
.f_navi li{
	padding-left: 1em;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	
}
.f_navi li a {
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #000;
	padding: 5px 0 20px 0;
	
	display: block;
}
.f_navi li > ul > li a{
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #000;
	padding: 0 0 20px 0;
	display: block;
}
.f_navi li > ul  li{
	padding-left: 1em;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.f_info_box {
	width: 100%;
	margin: 0 0 0 93px ;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
@media screen and (max-width: 1550px) {
	.f_info_box {
		margin-left: 60px;
	}
}
@media screen and (max-width: 1350px) {
	.f_info_box {
		margin-left: 0;
	}
}
.f_info{
	width: 50%;
	/*margin: 0 0 0 93px ;*/
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	float: left;
}
.f_info span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
}
.footer_logo {
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	}




#footer_copy{
	font-size:12px;
	line-height:1em;
	padding: 0 0;
	text-align:center;
	margin: 40px auto 20px auto;
	}
.page_top {
	width: 51px;
	position: fixed;
	right: 60px;
	bottom: 60px;
}
.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;
}



.page_title {
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Noto Serif Japanese', serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 130px 0 145px 0 ;
	margin: 0 auto 40px auto;
	position: relative;
	z-index: -1;
}


.fade_inl{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inr{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_r;
 -ms-animation-name: fuwatAnime_r;
 animation-name: fuwatAnime_r;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inup{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_inup;
 -ms-animation-name: fuwatAnime_inup;
 animation-name: fuwatAnime_inup;
 visibility: visible !important;
	
}

@-webkit-keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_indw{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_indw;
 -ms-animation-name: fuwatAnime_indw;
 animation-name: fuwatAnime_indw;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_outl {opacity: 0; -webkit-transform: translateX(-30px); }
.fade_inl {opacity: 1; -webkit-transform: translateX(0); }
.fade_outr {opacity: 0; -webkit-transform: translateX(30px); }
.fade_inr {opacity: 1; -webkit-transform: translateX(0); }
.fade_outup {opacity: 0; -webkit-transform: translateY(20px); }
.fade_inup {opacity: 1; -webkit-transform: translateY(0); }
.fade_outdw {opacity: 0; -webkit-transform: translateY(-20px); }
.fade_indw {opacity: 1; -webkit-transform: translateY(0); }
/*　TOP
----------------------------------------------------------*/

.slider_wrap  {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
	background: url(../img/top/side_l.png) no-repeat left top,url(../img/top/side_r.png) no-repeat right top;
	padding: 0 25px;
	position: relative;
	z-index: -1;
}
@media screen and ( max-width: 1750px){
	.slider_wrap  {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
	background:none;
	padding: 0 0;
	position: relative;
	z-index: -1;
}
}
.slider_wrap .lead {
	width: 832px;
	margin: -200px auto 0 auto;
	padding: 20px 0 40px 0;
	background-image: url(../img/top/lead_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	position: relative;
	/*bottom:-35px;
	left: calc(50% - 416px);
	left: -webkit-calc(50% - 416px);*/
	z-index: 100;
}
.slider_wrap .lead p {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 32px;
	line-height: 56px;
	margin-bottom: 30px;
	color: #293e76;
}
.home .able {
	background-image:url(../img/top/able_back_b.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	padding: 170px 0 35px 0;
	margin: -20px auto 0 auto;
	
	
}
.home .able .img {
	width: 1286px;
	/*width: 936px;*/
	margin: 0 auto 20px auto;
}
.home .able .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	color: #fff;
	margin: 0 0 35px 0;
	
}
.able_btn a{
	width: 634px;
	margin: 0 auto 5%;
	background-image: url(../img/common/arrow_blue.png), url(../img/top/able_btn_back.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1.3em;
	text-align: center;
	color: #293e76;
	padding: 26px 0;
	display: block;
	-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;
}
.able_btn a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.able_btn a{
	width: 77.7%;
	font-size: 18px;
	}
	
}


.home .works_bt {
	background-image: url(../img/top/works_bt_back_b.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0 178px 0;
	margin: 0 auto 110px auto;
	
		
}
.home .works_bt a {
	width: 660px;
	margin: auto;
	background-image: url(../img/common/arrow_blue.png), url(../img/top/works_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #293e76;
	padding: 17px 0;
	display: block;
	-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;
}
.home .works_bt a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .facility {
	width: 1160px;
	margin: 0 auto 122px auto;
	
}
.home .facility .sub_title {
	width: 432px;
	margin: 0 728px 20px 0;
	float: left;
}
.home .facility img {
	width: 100%;
	height: auto;
}
.home .facility .img {
	width: 638px;
	float: left;
}
.home .facility .text {
	width: 452px;
	height: 368px;
	padding: 35px 35px 0 35px;
	background-color: #fef7e8;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	float: left;
}
.home .facility .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 36px;
	line-height: 63px;
	color: #293e76;
	margin: 0 0 15px 0;
}
.home .facility .text a {
	width: 440px;
	margin:95px auto 0 auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/facilities_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	display: block;
	-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;
}
.home .facility .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .comp {
	background-image:url(../img/top/comp_back_b.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 115px 0 0 0;
	margin: 0 auto 70px auto;
	
	
}

.home .comp .text {
	width: 440px;
	height: 448px;
	padding: 0 0 0 630px;
	margin: auto;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	color: #fff;
	
}
.home .comp .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 36px;
	line-height: 63px;
	margin: 0 0 15px 0;
}
.home .comp .text a {
	width: 440px;
	margin:95px auto 0 auto;
	background-image: url(../img/common/arrow_blue.png), url(../img/top/comp_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #293e76;
	padding: 17px 0;
	display: block;
	-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;
}
.home .comp .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .top_recruit {
	background-image:url(../img/top/recruit_back_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 270px 0 30px 0;
	/*padding: 270px 0 0 0;*/
	margin: 0 auto 0 auto;
	
	
}

.home .top_recruit .text {
	width: 660px;
	height: 1060px;
	/*height: 690px;*/
	padding: 0 ;
	margin: auto;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	
}

.home .top_recruit .text a {
	width: 440px;
	margin:956px auto 0 auto;
	/*margin:286px auto 0 auto;*/
	background-image: url(../img/common/arrow_wite.png), url(../img/top/recruit_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	display: block;
	-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;
}
.home .top_recruit .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}

.top_seo {
	width: 1100px;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
/*　事業内容
----------------------------------------------------------*/
.business .page_title {
	background-image: url(../img/business/page_title_b.jpg);
}
.business .head_lead {
	width: 1160px;
	margin: 0 auto 45px auto;
	
}
.business .step {
	background-image: url(../img/business/step_back_b.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: -1;
	
}

.business .step .img {
	width: 823px;
	margin: 0 auto 10px auto;
}
.business .step .text {
	width: 563px;
	margin: 0 auto 60px auto;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}

.business .step .step_box {
	width: 100%;
	max-width: 1023px;
	position: relative;
	margin: 0 auto 80px auto;
}
.business .step .text_b {
	width: 330px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	position: absolute;
	bottom: -20px;
}

@media screen and ( max-width: 767px) {
	
.business .step .step_box {
	position: initial;
	}
.business .step .text_b {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	margin: 20px auto 0;
	position: initial;
}	
	
}

.business .cont {
	width: 100%;
	background-image: url(../img/business/cont_back.png);
	background-repeat: repeat-x;
	background-position: center 143px;
	position: relative;
	z-index: -1;
	
}
.business .cont_in {
	width: 1160px;
	margin: 0 auto 20px auto;
}
.business .cont_in .text {
	width: 584px;
	margin: 60px 0 0 60px;
	float: left;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}
.business .cont_in .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 36px;
	line-height: 63px;
	letter-spacing: -0.05em;
	margin: 0 0 110px 0;
	/*margin: 0 0 65px 0;*/
	color: #293e76;
}

.business .cont_in .text_l {
	width: 100%;
	margin: 60px 0 60px 60px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}
.business .cont_in .text_l .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 36px;
	line-height: 63px;
	letter-spacing: -0.05em;
	margin: 0 0 65px 0;
	color: #293e76;
}
@media screen and (max-width: 767px) {
	
.business .cont_in .text_l {
	width: 80%;
	margin: 5% 10% 6% 10%;
	font-size: 14px;
	line-height: 24px;
}
.business .cont_in .text_l .lead {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	margin: 0 0 3% 0;
	color: #293e76;
}	
}


.business .cont_in .yesno {
	width: 442px;
	float: left;
	margin: 0 ;
}
.business .cont_in .line {
	width: 436px;
	float: right;
	margin: 0 ;
}
.business .kakou_bt a {
	width: 660px;
	margin:0 auto 125px auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/facilities_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	display: block;
	-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;
}
.business .kakou_bt a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.business .kumitate {
	background-image: url(../img/business/kumitate_img_b.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 390px 0 0 0;
	position: relative;
	z-index: -1;
	
}
.business .kumitate_in {
	width: 1160px;
	margin: 0 auto 60px auto;
}
.business .kumitate_in .img {
	width: 563px;
	float: left;
	margin: 0 33px 0 0 ;
}
.business .kumitate_in .text {
	width: 564px;
	margin: 0 0 0 0;
	float: left;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}
.business .kumitate_in .text .lead {
	width: 162px;
	margin: 0 auto 60px auto;
}
.business .kumitate_in .text a{
	width: 560px;
	margin:85px auto 0 auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/recruit_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	display: block;
	-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;

}
.business .kumitate_in .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
/*　製作事例
----------------------------------------------------------*/
.works .page_title {
	background-image: url(../img/works/page_title_b.jpg);
}

.title {
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 20px 0;
	color: #293e76;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 40px auto;
}
.works .list {
	width: 1160px;
	margin: 0 auto ;
}
.works .name {
	width: calc(1160px - 1.2em);
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #293e76;
	padding: 10px 0 10px 1.2em;
	margin: 60px auto 30px auto;
	background-image: url(../img/works/name.png);
	background-repeat: no-repeat;
	background-position: left;
	
}
.works ul.list:before, .works ul.list:after{
	content: "";
	display: table;
}
.works ul.list:after{
  clear: both;
}
.works .list li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.works #kakou .list li {
	width: 360px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 40px 40px 0;
}
.works #kakou .list li.end {
	margin: 0 0 40px 0;
}
.works .list li {
	width: 360px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 40px 0 0;
}
.works .list li img {
	margin-bottom: 10px;
}
.works .list li.end {
	margin: 0 0 0 0;
}
.works .list li.text {
	width: 100%;
	margin: 0 0 40px 0;

}
.works .list2 {
	width: 1160px;
	margin: 0 auto ;
}
.works ul.list2:before, .works ul.list2:after{
	content: "";
	display: table;
}
.works ul.list2:after{
  clear: both;
}
.works .list2 li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}

.works .list2 li {
	width: 360px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 40px 40px 0;
}
.works .list2 li:nth-child(3n){
	margin: 0 0 40px 0;
}
.works .list2 li img {
	margin-bottom: 10px;
}
.works #kakou {
	padding-top: 120px;
	margin-top: -120px;
	margin-bottom: 50px;
}
.works #kumitate {
	padding-top: 120px;
	margin-top: -120px;
	margin-bottom: 170px;
}
/*　設備紹介
----------------------------------------------------------*/
.facilities .page_title {
	background-image: url(../img/facilities/page_title_b.jpg);
}
.facilities ul:before, .facilities ul:after{
	content: "";
	display: table;
}
.facilities ul:after{
  clear: both;
}
.facilities .list li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.facilities .list li {
	width: 360px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	float: left;
	margin: 0 40px 40px 0;
}
.facilities .list li span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
	text-align: center;
	display: block;
}
.facilities .list table {
	border-collapse: separate;
	border-spacing: 0 5px;
	}
.facilities .list li th {
	width: 4em;
	vertical-align: top;
	padding: 0 0.25em 0 0;
	}
.facilities .list li td {
	line-height: 1.2em;
	}

.facilities #machine {
	padding: 10px 0 40px 0;
	margin:auto;
}
.facilities #machine ul {
	width: 760px;
	margin: auto;
}
.facilities #machine ul li:nth-child(2n){
	margin: 0 0 40px 0;
}
.facilities #fraise {
	padding: 45px 0 15px 0;
	margin:auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #fraise ul {
	width: 1160px;
	margin: auto;
}
.facilities #fraise ul li:nth-child(3n){
	margin: 0 0 40px 0;
}
.facilities #major {
	width: 1160px;
	padding: 45px 0 40px 0;
	margin:0 auto ;
}
.facilities #major .img {
	width: 619px;
	margin: 0 43px 0 0;
	float: left;
}
.facilities #major .text {
	width: 420px;
	margin: 120px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
} 
.facilities #major .text li {
	padding-left: 1em;
	background-image: url(../img/facilities/icon.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.facilities #other {
	padding: 45px 0 15px 0;
	margin:0 auto 70px auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #other .text {
	width: 770px;
	margin: 0 auto 60px auto;
}
.facilities #other .text_l {
	width: 350px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 70px 0 0;
	float: left;
}
.facilities #other .text_r {
	width: 350px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.facilities #other .text li {
	padding-left: 1em;
	background-image: url(../img/facilities/icon.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.facilities #other ul.list {
	width: 1160px;
	margin: auto;
}
.facilities #other ul.list li:nth-child(3n){
	margin: 0 0 40px 0;
}
.facilities .list img {
	margin-bottom: 5px;
}

/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	color: #293e76;
	padding: 0 0 0 0 ;
	margin: 0 auto 30px auto;
}
.recruit .lead {
	background-image: url(../img/recruit/lead_back_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 60px auto;
	padding: 200px 0 0 0;
	position: relative;
	z-index: -1;
}
.recruit .lead .text {
	width: 540px;
	margin: auto;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}

.recruit .cont {
	background-image: url(../img/recruit/lead_img_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 60px auto;
	padding: 400px 0 0 0;
	position: relative;
	z-index: -1;
}
.table {
	width: 820px;
	padding: 50px;
	margin: 0 auto 30px auto;
	background-image: url(../img/common/corner_lu.png), url(../img/common/corner_ld.png), url(../img/common/corner_ru.png), url(../img/common/corner_rd.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, bottom left, top right, bottom right;
}
.table_title {
	margin: auto;
	padding: 90px 0 18px 0;/*90pxでテキストを枠の中心にする*/
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #293e76;
	margin-bottom: 25px;
}
.table_title.no {
	padding: 90px 0;
	margin-top: 25px;
} 

.table table{
	border-top: 1px solid #d1d1d1;
	
}

.table table th {
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	color: #293e76;
	padding: 12px 12px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	
}

.table table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 12px 12px;
	border-bottom: 1px dotted #35342f;
}
.recruit_bt {
	background-image: url(../img/recruit/bt_back_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px 0 40px 0;
	margin: 0 auto 60px auto;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.recruit_bt a {
	width: 660px;
	margin:80px auto 0 auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/recruit/bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	display: block;
	-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;
}
.recruit_bt a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
/*　Q & A
----------------------------------------------------------*/
.faq .page_title {
	background-image: url("../img/faq/page_title_b.jpg");
}
.faq_cont {
	width: 1160px;
	margin: auto;
	padding: 0 0 150px 0;
}
.faq_cont ul:before, .faq_cont ul:after{
	content: "";
	display: table;
}
.faq_cont ul:after{
  clear: both;
}
.faq_cont li {
	width: 360px;
	font-size: 16px;
	line-height: 34px;
	color: #1b1464;
	float: left;
	margin: 0 40px 40px 0;
}
.faq_cont li:nth-child(3n) {margin: 0 0 40px 0;}
.faq_cont li .q {
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 20px 0;
	color: #293e76;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 15px auto;
}
.faq_cont li .text_a{
	height: 204px;
	padding: 20px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	background-color: #fef7e8;
	color: #000;
	margin: 20px auto 0 auto;
}
/*　会社案内
----------------------------------------------------------*/
.comp .page_title {
	background-image: url(../img/company/page_title_b.jpg);
}
.greeting .page_title {
	background-image: url(../img/company/page_gree_b.jpg);
}
.history .page_title {
	background-image: url(../img/company/page_history_b.jpg);
}
.profile .page_title {
	background-image: url(../img/company/page_prof_b.jpg);
}
.access .page_title {
	background-image: url(../img/company/page_access_b.jpg);
}
.comp_comm {
	width: 1160px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto 40px auto;
}
.comp_link ul:before, .comp_link ul:after{
	content: "";
	display: table;
}
.comp_link ul:after{
  clear: both;
}
.comp_link ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.comp_link {
	width: 1160px;
	margin: 0 auto 30px auto;
}
.comp_link li {
	width: 560px;
	margin: 0 40px 40px 0;
	float: left;
}
.comp_link li:nth-child(2n) {margin: 0 0 40px 0;}

.comp_bt ul:before, .comp_bt ul:after{
	content: "";
	display: table;
}
.comp_bt ul:after{
  clear: both;
}
.comp_bt ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.comp_bt {
	width: 1160px;
	margin: 0 auto 45px auto;
}
.comp_bt li {
	width: 260px;
	margin: 0 40px 0 0;
	float: left;
}
.comp_bt li:nth-last-child(1) {margin: 0 0 0 0;}
.comp_pre {
	width: 1160px;
/*	margin: 0 auto 326px auto; */
	margin: 0 auto;
	position: relative;
	z-index: -1;
}
.comp_pre_text {
	width: 630px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	background-image: url(../img/company/gree_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 65px 65px 35px 65px;
/*
	position: absolute;
	left: calc(50% - 380px);
	left: -webkit-calc(50% - 380px);
	top: 210px;
*/
	margin: -48px auto 100px;
	position: relative;
	z-index: 5;
}

.comp_pre_text .name {
	margin: 1em 0 0 0;
	text-align: right;
}

.company .table {
	padding: 50px 50px 50px 50px;
	margin: 0 auto 100px auto;
	
}
.access_cont {
	width: 1160px;
	margin: 0 auto 100px auto;
}
.access_cont .img {
	width: 1160px;
	margin: 0 auto 55px auto;
}
.access_cont .add {
	width: 400px;
	/*
	width: 380px;
	margin: 0 20px 0 0;	
	*/
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	float: left;
}
.access_cont .add .logo {
	font-size: 22px;
}
.access_cont .add span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
}
.access_cont .map {
	width: 760px;
	height: 326px;
	margin: 0 ;
	float: left;
}
.access_cont .map iframe {
	width: 100%;
	height: 100%;
}
.access_cont .add.img_none {
	width: 100%;
	max-width: 470px;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact .page_title {
	background-image: url(../img/contact/page_title_b.jpg);
}
.contact_tel {
	width: 322px;
	margin: auto;
	padding: 50px 0 50px 0;
}
.contact_tel img {
	margin: 0 0 20px 0;
}
.contact_comm {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto 30px auto;
}

.contact_table {
	width: 820px;
	padding: 0 50px 50px 50px;
	margin: 0 auto 120px auto;
	background-image: url(../img/common/corner_lu.png), url(../img/common/corner_ld.png), url(../img/common/corner_ru.png), url(../img/common/corner_rd.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, bottom left, top right, bottom right;
}
.contact_table_title {
	margin: auto;
	padding: 0 0 18px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #293e76;
	margin-bottom: 25px;
}

.contact_table table  {

}
.contact_table th {
	width: 190px;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 5px 0;
}
.contact_table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 3px 0 3px 0;

}

.contact_table span {
	background-color: #293e76;
	color: #fff;
	font-size: 14px;
	padding: 0 1em;
	border-radius: 14px;
	float: left;
	}


.submit_btn{
	width: 360px;
	margin: 30px auto 0px auto;
	font-size: 20px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background-color: rgba(41,62,118,1);
	-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;
	border: none;
	display:block;
	cursor: pointer;
}
.submit_btn:hover {
	background-color: rgba(41,62,118,0.7);
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #fef7e8;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #fef7e8;
	}
.form_style_tarea{
	width:96%;
	height:130px; 
	padding:1% 2% ;
	font-size:16px; 
	background-color: #fef7e8;
	}
.contact_cont {
	width: 1160px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto 100px auto;
}
.complete {
	color: rgba(41,62,118,1);;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}

/* ===========横幅1920px以下================ */

@media screen and ( max-width: 1920px) {
/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0 auto 0.7291666vw auto;
	padding: 0;
	
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	
}

#header2{
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 200;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
.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:25.4166666vw;
	margin:0 1.5625vw 0 0 ;
	float: right;
	}
.head_logo img {
	width: 100%;
	height: auto;
	
}

#header_sm {
	display: none;
}
.head_contact {
	width: 10.98958vw;
	float: right;
	margin: 0 0 0 0;
}
.head_contact img {
	width: 100%;
	height: auto;
}

.h1{
	width: 28.645833vw;
	font-size: 0.9375vw;
	font-weight: bold;
	line-height:1.458333vw;
	text-align: left;
	color: #1b1464;
	margin: 0 0 0 8.4375vw ;
}
#header .h1 {
	padding-top: 2.125vw;
	/*padding-top: 3.125vw;*/
}
#header2 .h1 {
	padding-top: 1.041666vw;
	margin: 0 0 0 2vw ;
}

/*	グローバルナビ
----------------------------------------------------------------------------*/

#header .navi{
	width: 24.16666vw;
	margin: 3.125vw 1.3541666vw 0 0  ;
	padding: 0;
	float: right;
}
#header2 .navi{
	width: 24.16666vw;
	margin: 1.5625vw 1.3541666vw 0 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;
	
}
.navi  li{

}
.navi li a{
	width: 6.041666vw;
	font-size: 0.9375vw;
	line-height: 1em;
	padding: 0.5208333vw 0;
	text-align: center;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 90% auto;
	float: left;
}
}



/* ===========横幅767px以下================ */


@media screen and ( max-width: 767px) {
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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:underline;
	}
img {
	margin: 0  ;
	padding: 0;
	width: 100%;
	height: auto;}

#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;
	background: url(../img/common/side_l.png) repeat-y left top ,url(../img/common/side_r.png) repeat-y right top ;
	background-size: 3.5% auto, 3.5% auto 
}

	
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

#header2{
	display: none;
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 200;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	display: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:50%;
	margin:0 9.5% 0 0 ;
	float: right;
	}
.head_logo img {
	width: 100%;
	height: auto;
	
}

#header_sm {
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 3px;
	display: block;
	background-color: #fff;
}
.head_contact {
	width: 211px;
	float: right;
	margin: 0 0 0 0;
}
.head_contact img {
	width: 100%;
	height: auto;
}

.h1{
	width: 33.5%;
	font-size: 10px;
	font-weight: bold;
	line-height:13px;
	text-align: left;
	color: #1b1464;
	margin: 0 0 0 2% ;
	padding: 2% 0 2% 0;
}
#header .h1 {
	padding-top: 60px;
}
#header2 .h1 {
	padding-top: 20px;
}
.h1{
	
	
}


.list_close {
	width:14.5%;
	margin:0 0 1% 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:14.5%;
	margin:0 0 1% 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: 14.5%;
	width:100%; 
	background-color:#293e76;
	border-top:1px solid #fff;
	}
#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%;
	background-size: auto 10px;
	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 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 span {display:block; }
ul.accordion > li > p span{ 
	background-image:url(../img/common/open.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 
	 }
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{
	background-image: url(../img/common/foot_back.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 0 0;
	text-align: center;
	margin: 0 0 0 0;
	
	}
.footer_in:before, .footer_in:after{
	content: "";
	display: table;
}
.footer_in:after{
  clear: both;
}
.footer_in {
	width: 100%;
	margin: auto;
	padding: 3% 0;
	
}
.footer_tel {
	width: 80%;
	margin: 0 auto 2% auto;
}
.footer_contact {
	width: 15%;
	margin: 0 auto 5% auto;
}
.footer_img {
	width: 80%;
	margin: 0 10% 5% 10%;
	float: left;
}
.footer_img img {
	width: 100%;
	height: auto;
}
.f_navi{
	width: 100%;
	margin: 0 auto ;
	padding: 0;
	float: left;
}

.f_navi > ul {
	width: 100%;
	margin: 0 0 0 0;
	padding:  0 0;
	text-align: left;
	list-style: none;
	border-left: none;
	float: left;
	background-color: #fff;
}
.f_navi li{
	padding-left: 2em;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: 1em 18px;
	border-bottom: 1px solid #000;
	
}
.f_navi li a {
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #000;
	padding: 1em 0 1em 0;
	
	display: block;
}
.f_navi li > ul > li a{
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #000;
	padding: 1em 0 1em 0;
	display: block;
}
.f_navi li > ul > li{
	padding-left: 1em;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: 0 18px;
	border-top: 1px solid #000;
	border-bottom: none;
}
.f_info{
	width: 90%;
	margin: 0 0 0 0 ;
	padding: 5% 5% 0 5%;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	float: left;
	
}
.f_info span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
}
.footer_logo {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	}
	


#footer_copy{
	font-size:10px;
	line-height:1.5em;
	padding:  2% 0;
	text-align:center;
	margin: 0 auto 0 auto;
	}
.page_top {
	width: 15%;
	position: fixed;
	right: 8%;
	bottom: 10%;

	}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

.page_title {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1.5em 0 2em 0 ;
	margin: 0 auto 5% auto;
	position: relative;
	z-index: -1;
}
@media screen and ( max-width: 767px) {
	.page_title {
		margin-top: 17px;
	}
}


/*　TOP
----------------------------------------------------------*/
.slider_wrap  {
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}

.slider_wrap .lead {
	width: 70%;
	margin: 2% auto 0 auto;
	padding: 8% 6% 4% 6%;
	background-image: url(../img/top/lead_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	position: relative;
	/*bottom:-35px;
	left: calc(50% - 416px);
	left: -webkit-calc(50% - 416px);*/
	z-index: 100;
}
.slider_wrap .lead p {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 2%;
	color: #293e76;
}
.home .able {
	width: 75.6%;
	background-image:url(../img/top/able_back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 200% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 22% 7.2% 5% 7.2%;
	margin: -2% auto 0 auto;
	
}
.home .able .img {
	width: 100%;
	margin: 0 auto 2% auto;
}
.home .able .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 0 0 35px 0;
}
.home .works_bt {
	width: 90%;
	background-image: url(../img/top/works_bt_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10% 0 10% 0;
	margin: 0 auto 5% auto;
	
		
}
.home .works_bt a {
	width: 77.7%;
	margin: auto;
	background-image: url(../img/common/arrow_blue.png), url(../img/top/works_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #293e76;
	padding: 1em 0;
	display: block;
	-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;
}
.home .works_bt a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .facility {
	width: 100%;
	margin: 0 auto 10% auto;
}
.home .facility .sub_title {
	width: 60%;
	margin: 0 30% 2% 10%;
	float: left;
}
.home .facility img {
	width: 100%;
	height: auto;
}
.home .facility .img {
	width: 80%;
	margin: 0 10% 2% 10%;
	float: left;
}
.home .facility .text {
	width: 70%;
	height: auto;
	margin: auto 10%;
	padding: 5% 5% 5% 5%;
	background-color: #fef7e8;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.home .facility .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	line-height: 30px;
	color: #293e76;
	margin: 0 0 3% 0;
}
.home .facility .text a {
	width: 100%;
	margin:2% auto 0 auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/facilities_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	display: block;
	-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;
}
.home .facility .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .comp {
	width: 90%;
	background-image:url(../img/top/comp_back_b.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 180% auto;
	padding: 55% 0 5% 0;
	margin: 0 auto 5% auto;
	background-color: #293e76;
}

.home .comp .text {
	width: 77.7%;
	height: auto;
	padding: 0 11.15% 0 11.15%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	
}
.home .comp .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 2% 0;
}
.home .comp .text a {
	width: 100%;
	margin:5% auto 0 auto;
	background-image: url(../img/common/arrow_blue.png), url(../img/top/comp_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #293e76;
	padding: 1em 0;
	display: block;
	-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;
}
.home .comp .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.home .top_recruit {
	width: 90%;
	background-image:url(../img/top/recruit_back_b.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 130% auto;
	padding: 18.5% 0 7% 0;
	/*padding: 18.5% 0 5% 0;*/
	margin: 0 auto 0 auto;
	
}

.home .top_recruit .text {
	width: 77.7%;
	height: 52%;
	/*height: auto;*/
	padding: 0 ;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	
}

.home .top_recruit .text a {
	width: 100%;
	margin:93% auto 0 auto;
	/*margin:20% auto 0 auto;*/
	background-image: url(../img/common/arrow_wite.png), url(../img/top/recruit_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	display: block;
	-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;
}
.home .top_recruit .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}

.top_seo {
	width: 1100px;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
/*　事業内容
----------------------------------------------------------*/
.business .page_title {
	background-image: url(../img/business/page_title_b.jpg);
}
.business .head_lead {
	width: 90%;
	margin: 0 auto 5% auto;
}
.business .step {
	background-image: url(../img/business/step_back_b.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: -1;
}
.business .step .img {
	width: 80%;
	margin: 0 auto 5% auto;
}
.business .step .text {
	width: 80%;
	margin: 0 auto 5% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
	

	
.business .cont {
	width: 100%;
	background-image: url(../img/business/cont_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 70%;
	position: relative;
	z-index: -1;
}
.business .cont_in {
	width: 100%;
	margin: 0 auto 2% auto;
}
.business .cont_in .text {
	width: 80%;
	margin: 5% 10% 0 10%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.business .cont_in .text .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 3% 0;
	color: #293e76;
}
.business .cont_in .yesno {
	width: 70%;
	float: left;
	margin: 0 15%;
}
.business .cont_in .line {
	width: 70%;
	float: left;
	margin: 0 15%;
}
.business .kakou_bt a {
	width: 70%;
	margin:2% auto 10% auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/facilities_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	display: block;
	-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;
}
.business .kakou_bt a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
.business .kumitate {
	width: 90%;
	background-image: url(../img/business/kumitate_img_b.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 111% auto;
	padding: 25% 0 0 0;
	margin: auto;
}
.business .kumitate_in {
	width: 100%;
	margin: 0 auto 5% auto;
}
.business .kumitate_in .img {
	width: 70%;
	float: left;
	margin: 0 15% 2% 15% ;
}
.business .kumitate_in .text {
	width: 80%;
	margin: 0 10% 0 10%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.business .kumitate_in .text .lead {
	width: 30%;
	margin: 0 auto 2% auto;
}
.business .kumitate_in .text a{
	width: 100%;
	margin:5% auto 10% auto;
	background-image: url(../img/common/arrow_wite.png), url(../img/top/recruit_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:82% center, center ;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	display: block;
	-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;
}
.business .kumitate_in .text a:hover {
	background-position:85% center, center ;
	text-decoration: none;
}
/*　製作事例
----------------------------------------------------------*/
.works .page_title {
	background-image: url(../img/works/page_title_b.jpg);
}
.title {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 1em 0;
	color: #293e76;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70vw auto;
	margin: 0 auto 4% auto;
}
.works .list {
	width: 70%;
	margin: 0 auto ;
}
.works .name {
	width: calc(70% - 1em);
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #293e76;
	padding: 2px 0 2px 1em;
	margin: 5% 15% 3% 15%;
	background-image: url(../img/works/name.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	
}
.works ul.list:before, .works ul.list:after{
	content: "";
	display: table;
}
.works ul.list:after{
  clear: both;
}
.works .list li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.works #kakou .list li {
	width: 100%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 0 10% 0;
}

.works #kako .list li.end {
	margin: 0 0 10% 0;
}
.works .list li {
	width: 100%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 0 0 0;
}

.works .list li.end {
	margin: 0 0 0 0;
}
.works .list li.text {
	width: 100%;
	margin: 0 0 10% 0;

}
.works .list img {
	margin-bottom: 2%;
}
.works .list2 {
	width: 70%;
	margin: 0 auto ;
}
.works ul.list2:before, .works ul.list2:after{
	content: "";
	display: table;
}
.works ul.list2:after{
  clear: both;
}

.works .list2 li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.works .list2 li {
	width: 100%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 0 10% 0;
}
.works .list2 li:nth-child(3n){
	margin: 0 0 10% 0;
}
.works .list2 li img {
	margin-bottom: 2%;
}
.works #kakou {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5%;
}
.works #kumitate {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10%;
}
/*　設備紹介
----------------------------------------------------------*/
.facilities .page_title {
	background-image: url(../img/facilities/page_title_b.jpg);
}
.facilities ul:before, .facilities ul:after{
	content: "";
	display: table;
}
.facilities ul:after{
  clear: both;
}
.facilities .list li ul {
	width: 70%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.facilities .list li {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	float: left;
	margin: 0 0 8% 0;
	
}
.facilities .list li img {
	margin: 0 0 5% 0;
	}
.facilities .list li span {
	width: 3em;
	text-align: center;
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
	display: block;
}
.facilities .list table {
	border-collapse: separate;
	border-spacing: 0 5px;
	}
.facilities .list li th {
	vertical-align: top;
	padding: 0 0.25em 0 0;
	}
.facilities .list li td {
	line-height: 1.2em;
	}
.facilities #machine {
	padding: 5% 0 5% 0;
	margin:auto;
}
.facilities #machine ul {
	width: 70%;
	margin: auto;
}
.facilities #machine ul li:nth-child(2n){
	margin: 0 0 8% 0;
}
.facilities #fraise {
	padding: 5% 0 5% 0;
	margin:auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #fraise ul {
	width: 70%;
	margin: auto;
}
.facilities #fraise ul li:nth-child(3n){
	margin: 0 0 8% 0;
}
.facilities #major {
	width: 70%;
	padding: 5% 0 5% 0;
	margin:0 auto ;
}
.facilities #major .img {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
.facilities #major .text {
	width: 100%;
	margin: 5% 0 0 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
} 
.facilities #major .text li {
	padding-left: 1em;
	background-image: url(../img/facilities/icon.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.facilities #other {
	padding: 5% 0 5% 0;
	margin:0 auto 10% auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #other .text {
	width: 70%;
	margin: 0 auto 5% auto;
}
.facilities #other .text li {
	padding-left: 1em;
	background-image: url(../img/facilities/icon.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.facilities #other .text_l {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.facilities #other .text_r {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.facilities #other ul.list {
	width: 70%;
	margin: auto;
}
.facilities #other ul.list li{
	margin: 0 0 1% 0;
}
.facilities #other ul.list li:nth-child(3n){
	margin: 0 0 0 0;
}
.facilities .list img {
	margin-bottom: 0;
}

/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #293e76;
	padding: 10% 0 10% 0 ;
	margin: 0 auto 5% auto;
}
.recruit .lead {
	width: 90%;
	background-image: url(../img/recruit/lead_back_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 110% auto;
	margin: 0 auto 5% auto;
	padding: 30% 0 0 0;
	
}
.recruit .lead .text {
	width: 88.8%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.recruit .cont {
	width: 90%;
	background-image: url(../img/recruit/lead_img_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 133% auto;
	margin: 0 auto 5% auto;
	padding: 33% 0 0 0;

}
.recruit .table {
	width: 84.4444%;
	}
.table {
	width: 76%;
	padding: 5% 5% 5% 5%;
	margin: 0 auto 5% auto;
	background-image: url(../img/common/corner_lu.png), url(../img/common/corner_ld.png), url(../img/common/corner_ru.png), url(../img/common/corner_rd.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, bottom left, top right, bottom right;
	background-size: 20% auto;
	
}
.table_title {
	margin: auto;
	padding: 10% 0 5% 0;/*10%でテキストを枠の中心にする*/
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #293e76;
	margin-bottom: 5%;
}
.table_title.no {
	padding: 10% 0;
	margin-top: 5%;
} 

.table table{
	border-top: none;
	
}

.table table th {
	width: 94%;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #293e76;
	padding: 2% 2%;
	border-right: none;
	border-bottom: none;
	float: left;
	background-color: rgba(41,62,118,0.3);
}

.table table td {
	width: 94%;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 2% 2%;
	border-bottom: none;
	float: left;
}
.recruit_bt {
	width: 70%;
	background-image: url(../img/recruit/bt_back_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 160% auto;
	padding: 5% 8% 5% 22%;
	margin: 0 auto 5% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.recruit_bt a {
	width: 100%;
	margin:5% 0 0 -8%;
	background-image: url(../img/common/arrow_wite.png), url(../img/recruit/bt.png);
	background-repeat: no-repeat, no-repeat;
	background-size:12px 14px , 100% 100%;
	background-position:92% center, center ;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	display: block;
	-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;
}
.recruit_bt a:hover {
	background-position:95% center, center ;
	text-decoration: none;
}
/*　Q & A
----------------------------------------------------------*/
.faq .page_title {
	background-image: url(../img/faq/page_title_b.jpg);
}
.faq_cont {
	width: 80%;
	margin: auto;
	padding: 0 0 15% 0;
}
.faq_cont ul:before, .faq_cont ul:after{
	content: "";
	display: table;
}
.faq_cont ul:after{
  clear: both;
}
.faq_cont li {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #1b1464;
	float: left;
	margin: 0 0 8% 0;
}
.faq_cont li:nth-child(3n) {margin: 0 0 8% 0;}
.faq_cont li .q {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em 0;
	color: #293e76;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% auto;
	margin: 0 auto 3% auto;
}
.faq_cont li .text_a{
	height: auto;
	padding: 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-color: #fef7e8;
	color: #000;
	margin: 2% auto 0 auto;
}
/*　会社案内
----------------------------------------------------------*/
.comp .page_title {
	background-image: url(../img/company/page_title_b.jpg);
}
.greeting .page_title {
	background-image: url(../img/company/page_gree_b.jpg);
}
.history .page_title {
	background-image: url(../img/company/page_history_b.jpg);
}
.profile .page_title {
	background-image: url(../img/company/page_prof_b.jpg);
}
.access .page_title {
	background-image: url(../img/company/page_access_b.jpg);
}
.comp_comm {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 5% auto;
}
.comp_link ul:before, .comp_link ul:after{
	content: "";
	display: table;
}
.comp_link ul:after{
  clear: both;
}
.comp_link ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.comp_link {
	width: 80%;
	margin: 0 auto 3% auto;
}
.comp_link li {
	width: 100%;
	margin: 0 0 4% 0;
	float: left;
}
.comp_link li:nth-child(2n) {margin: 0 0 4% 0;}

.comp_bt ul:before, .comp_bt ul:after{
	content: "";
	display: table;
}
.comp_bt ul:after{
  clear: both;
}
.comp_bt ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.comp_bt {
	width: 80%;
	margin: 0 auto 5% auto;
}
.comp_bt li {
	width: 49%;
	margin: 0 2% 4% 0;
	float: left;
}
.comp_bt li:nth-last-child(1) {margin: 0 0 4% 0;}
.comp_bt li:nth-child(2) {margin: 0 0 4% 0;}
.comp_pre {
	width: 90%;
	margin: 0 auto 5% auto;
	position: relative;
	z-index: -1;
}
.comp_pre_text {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-image: url(../img/company/gree_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding: 5% 5% 5% 5%;
	position: relative;
	left: 0;
	top: 0;
	margin: 5% 5% 0 5%;
}

.comp_pre_text .name {
	margin: 1em 0 0 0;
	text-align: right;
}

.company .table {
	padding: 5% 5% 5% 5%;
	margin: 0 auto 10% auto;
	
}
.access_cont {
	width: 100%;
	margin: 0 auto 10% auto;
}
.access_cont .img {
	width: 80%;
	margin: 0 auto 5% auto;
}
.access_cont .add {
	width: 70%;
	margin: 0 15% 5% 15%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}

	
.access_cont .add .logo {
	font-size: 18px;
}
.access_cont .add span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
}
	
.access_cont .map {
	width: 80%;
	height: 200px;
	margin: 0 10%;
	float: left;
}
.access_cont .map iframe {
	width: 100%;
	height: 100%;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact .page_title {
	background-image: url(../img/contact/page_title_b.jpg);
}
.contact_tel {
	width: 70%;
	margin: auto ;
	padding: 5% 0 5% 0;
}
.contact_tel img {
	margin: 0 0 2% 0;
}
.contact_comm {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 3% auto;
}

.contact_table {
	width: 76%;
	padding: 5% 5% 5% 5%;
	margin: 0 7% 5% 7%;
	background-image: url(../img/common/corner_lu.png), url(../img/common/corner_ld.png), url(../img/common/corner_ru.png), url(../img/common/corner_rd.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, bottom left, top right, bottom right;
	background-size: 20% auto;
}
.contact_table_title {
	margin: auto;
	padding: 0 0 2% 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #293e76;
	margin-bottom: 3%;
}

.contact_table table  {

}
.contact_table th {
	width: 96%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	padding: 2% 2% 1% 2%;
	float: left;
}
.contact_table td {
	width: 96%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	padding: 2% 2%;
	float: left;
}

.contact_table span {
	background-color: #293e76;
	color: #fff;
	font-size: 10px;
	padding: 0.5em 1em;
	border-radius: 12px;
	line-height: 1.2em;
	float: right;
	}


.submit_btn{
	width: 70%;
	margin: 5% auto 5% auto;
	font-size: 14px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #fff;
	border-radius: 21px;
	background-color: rgba(41,62,118,1);
	-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;
	border: none;
	display:block;
	cursor: pointer;
}
.submit_btn:hover {
	background-color: rgba(41,62,118,0.7);
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #fef7e8;
	}
.form_style_s{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #fef7e8;
	}
.form_style_tarea{
	width:96%;
	height:130px; 
	padding:1% 2% ;
	font-size:16px; 
	background-color: #fef7e8;
	}
.contact_cont {
	width: 1160px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto 100px auto;
}
.complete {
	color: rgba(41,62,118,1);;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}
}
/* ===========横幅767px以下 横================ */

@media (orientation: landscape) and (max-width: 767px){
#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;
	background: url(../img/common/side_l.png) repeat-y left top ,url(../img/common/side_r.png) repeat-y right top ;
	background-size: 3% auto, 3% auto 
}
/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

#header2{
	display: none;
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 200;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
.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:0 25% 0 0 ;
	float: right;
	}
.head_logo img {
	width: 100%;
	height: auto;
	
}

#header_sm {
	height: 10vw;
	background-image: url(../img/common/border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 3px;
	display: block;
	background-color: #fff;
}
.head_contact {
	width: 211px;
	float: right;
	margin: 0 0 0 0;
}
.head_contact img {
	width: 100%;
	height: auto;
}

.h1{
	width: 33.5%;
	font-size: 10px;
	font-weight: bold;
	line-height:13px;
	text-align: left;
	color: #1b1464;
	margin: 0 0 0 2% ;
	padding: 2% 0 0 0;
}
#header .h1 {
	padding-top: 60px;
}
#header2 .h1 {
	padding-top: 20px;
}
.h1{
	
	
}


.list_close {
	width:10%;
	margin:0 0 1% 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:10%;
	margin:0 0 1% 0 ;
	float:right;
	z-index:1000;
	}
.footer_tel {
	width: 80%;
	margin: 10% auto 2% auto;
}
.footer_contact {
	width: 10%;
	margin: 0 auto 5% auto;
}
.footer_img {
	width: 80%;
	margin: 0 10% 5% 10%;
	float: left;
}
.footer_img img {
	width: 100%;
	height: auto;
}
.page_top {
	width: 10%;
	position: fixed;
	right: 8%;
	bottom: 10%;

	}
/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#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: 10%;
	width:100%; 
	background-color:#293e76;
	border-top:1px solid #fff;
	}
#category_list li a{
	font-size:20px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	text-align:left;
	padding-left:5%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
#category_list li p{
	font-size:20px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding-left:5%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list > ul > li > ul {
		display: none;
	background-color: #fcc965;
	}
ul.accordion span {display:block; }
ul.accordion > li > p span{ 
	background-image:url(../img/common/open.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 
	 }
ul.accordion > li > p span.open {
	 background-image:url(../img/common/close.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 }
.page_title {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 1.8em 0 2.3em 0 ;
	margin: 0 auto 5% auto;
	position: relative;
	z-index: -1;
}
/*　home
----------------------------------------------------------*/
.home .able {
	width: 80%;
	background-image:url(../img/top/able_back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 140% auto;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	padding: 15vw 5% 5vw 5%;
	margin: -20px auto 0 auto;

}
.home .able .img {
	width: 100%;
	margin: 0 auto 2% auto;
}
.home .able .lead {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 0 0 35px 0;
}
/*　事業内容
----------------------------------------------------------*/
.business .cont {
	width: 100%;
	background-image: url(../img/business/cont_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 80%;
	position: relative;
	z-index: -1;
}
.business .cont_in .text {
	width: 52%;
	margin: 2% 0 0 0;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.business .cont_in .yesno {
	width: 30%;
	float: left;
	margin: 0 5% 0 7%;
}
.business .cont_in .line {
	width: 30%;
	float: left;
	margin: 0 5% 0 7% ;
}
.business .kumitate {
	background-image: url(../img/business/kumitate_img_b.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 25vw 0 0 0;
	position: relative;
	z-index: -1;
}
.business .kumitate_in {
	width: 100%;
	margin: 0 auto 5% auto;
}
.business .kumitate_in .img {
	width: 33%;
	float: left;
	margin: 0 2% 0 7% ;
}
.business .kumitate_in .text {
	width: 52%;
	margin: 0 0 0 0;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.business .kumitate_in .text .lead {
	width: 30%;
	margin: 0 auto 2% auto;
}
/*　製作事例
----------------------------------------------------------*/

.title {
	width: 70%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 1em 0;
	color: #293e76;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50vw auto;
	margin: 0 auto 4% auto;
}
.works .list {
	width: 80%;
	margin: 0 auto ;
}
.works .name {
	width: calc(80% - 1em);
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #293e76;
	padding: 2px 0 2px 1em;
	margin: 5% 10% 2% 10%;
	
}
.works ul.list:before, .works ul.list:after{
	content: "";
	display: table;
}
.works ul.list:after{
  clear: both;
}
.works .list li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.works #kakou .list li {
	width: 48%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 1% 4% 1%;
}

.works #kakou .list li.end {
	margin: 0 1% 4% 1%;
}
.works .list li {
	width: 48%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 1% 2% 1%;
}
.works .list li img {
	margin-bottom: 2%;
}
.works .list li.end {
	margin: 0 1% 2% 1%;
}

.works .list li.text {
	width: 100%;
	margin: 0 0 5% 0;

}
.works .list2 {
	width: 80%;
	margin: 0 auto ;
}
.works ul.list2:before, .works ul.list2:after{
	content: "";
	display: table;
}
.works ul.list2:after{
  clear: both;
}

.works .list2 li ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.works .list2 li {
	width: 48%;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	margin: 0 1% 5% 1%;
}
.works .list2 li:nth-child(3n){
	margin: 0 1% 5% 1%;
}
.works .list2 li img {
	margin-bottom: 2%;
}

/*　設備紹介
----------------------------------------------------------*/

.facilities .list li ul {
	width: 80%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.facilities .list li {
	width: 49%;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	float: left;
	margin: 0 2% 4% 0;
	
}
.facilities .list li img {
	margin: 0 0 2% 0;
	}
.facilities .list li span {
	width: 3em;
	text-align: center;
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
	display: block;
}
.facilities .list table {
	border-collapse: separate;
	border-spacing: 0 5px;
	}
.facilities .list li th {
	vertical-align: top;
	padding: 0 0.25em 0 0;
	}
.facilities .list li td {
	line-height: 1.2em;
	}
.facilities #machine {
	padding: 5% 0 5% 0;
	margin:auto;
}
.facilities #machine ul {
	width: 80%;
	margin: auto;
}
.facilities #machine ul li:nth-child(2n){
	margin: 0 0 4% 0;
}
.facilities #fraise {
	padding: 5% 0 5% 0;
	margin:auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #fraise ul {
	width: 80%;
	margin: auto;
}
.facilities #fraise ul li:nth-child(3n){
	margin: 0 2% 4% 0;
}
.facilities #fraise ul li:nth-child(2n){
	margin: 0 0 4% 0;
}
.facilities #major {
	width: 70%;
	padding: 5% 0 5% 0;
	margin:0 auto ;
}
.facilities #major .img {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
.facilities #major .text {
	width: 100%;
	margin: 5% 0 0 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
} 
.facilities #major .text li {
	padding-left: 1em;
	background-image: url(../img/facilities/icon.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.facilities #other {
	padding: 5% 0 5% 0;
	margin:0 auto 10% auto;
	background-color: #f4f5f8;
	position: relative;
	z-index: -1;
}
.facilities #other .text {
	width: 70%;
	margin: 0 auto 5% auto;
}

.facilities #other .text_l {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.facilities #other .text_r {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}
.facilities #other ul.list {
	width: 80%;
	margin: auto;
}
.facilities #other ul.list li{
	width: 48%;
	margin: 0 1% 1% 1%;
}
.facilities #other ul.list li:nth-child(3n){
	margin: 0 1% 1% 1%;
}
.facilities .list img {
	margin-bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #293e76;
	padding: 1em 0 1em 0 ;
	margin: 0 auto 5% auto;
}
.recruit .lead {
	background-image: url(../img/recruit/lead_back_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120% auto;
	margin: 0 auto 5% auto;
	padding: 20vw 0 0 0;
	position: relative;
	z-index: -1;
}
.recruit .lead .text {
	width: 60%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
/*　Q & A
----------------------------------------------------------*/

.faq_cont {
	width: 80%;
	margin: auto;
	padding: 0 0 5% 0;
}

.faq_cont li {
	width: 49%;
	font-size: 14px;
	line-height: 24px;
	color: #1b1464;
	float: left;
	margin: 0 2% 4% 0;
}
.faq_cont li:nth-child(3n) {margin: 0 2% 8% 0;}
.faq_cont li:nth-child(2n) {margin: 0 0 8% 0;}
/*　会社案内
----------------------------------------------------------*/

.comp_comm {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 5% auto;
}

.comp_link ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.comp_link {
	width: 80%;
	margin: 0 auto 3% auto;
}
.comp_link li {
	width: 49%;
	margin: 0 2% 4% 0;
	float: left;
}
.comp_link li:nth-child(2n) {margin: 0 0 4% 0;}

.comp_bt {
	width: 80%;
	margin: 0 auto 5% auto;
}
.comp_bt li {
	width: 49%;
	margin: 0 2% 4% 0;
	float: left;
}
.comp_bt li:nth-last-child(1) {margin: 0 0 4% 0;}
.comp_bt li:nth-child(2) {margin: 0 0 4% 0;}
.comp_pre {
	width: 90%;
	margin: 0 auto 5% auto;
	position: relative;
	z-index: -1;
}
.comp_pre_text {
	width: 70%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-image: url(../img/company/gree_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding: 5% 5% 5% 5%;
	position: relative;
	left: 0;
	top: 0;
	margin: 5% 10% 0 10%;
}

.comp_pre_text .name {
	margin: 1em 0 0 0;
	text-align: right;
}

.company .table {
	padding: 5% 5% 5% 5%;
	margin: 0 auto 10% auto;
	
}
.access_cont {
	width: 100%;
	margin: 0 auto 10% auto;
}
.access_cont .img {
	width: 80%;
	margin: 0 auto 5% auto;
}
.access_cont .add {
	width: 80%;
	margin: 0 10% 5% 10%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.access_cont .add .logo {
	font-size: 18px;
}
.access_cont .add span {
	background-color: #293e76;
	color: #fff;
	padding: 1px 5px;
}
.access_cont .map {
	width: 80%;
	height: 200px;
	margin: 0 10%;
	float: left;
}
/*　お問い合わせ
----------------------------------------------------------*/

.contact_tel {
	width: 50%;
	margin: auto ;
	padding: 5% 0 5% 0;
}
.contact_tel img {
	margin: 0 0 2% 0;
}
}