


@media print {

html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}




.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}




/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/bg_01.jpg) repeat;
	padding:40px 0 60px 0;
}

.container_bg01_01{
	width:100%;
	height:auto;
	background:url(../img/common/bg_01.jpg) repeat;
	padding:60px 0 60px 0;
}



.container_bg02{
	width:100%;
	height:auto;
	background:#ecebeb;
	padding:40px 0 60px 0;
	background:url(../img/common/main_bg_01.jpg) repeat;
}

.container_bg02_01{
	width:100%;
	height:auto;
	background:#ecebeb;
	padding:60px 0 60px 0;
	background:url(../img/common/main_bg_01.jpg) repeat;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;
	
	background:#FFF;
	
/*	position: absolute;
	z-index:600;*/
}

header{
	max-width:90%;
	width:1000px;
	height:170px;
	margin: 0 auto;
	position:relative;
	z-index:800;
}

.header_txt{
	position: absolute;
	top:13px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
	text-align:left;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:60px;
	right:0;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:78px;
	right:338px;
}

.header_sns_blog img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:78px;
	right:380px;
}


.header_sns_fb img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_fb:hover img {
	opacity: .6;
}

.header_youtube{
	width:80px;
	height:auto;
	position:absolute;
	top:78px;
	right:250px;
}

.header_youtube img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_youtube:hover img {
	opacity: .6;
}


nav{
	width: 100%;
	height: auto;
	position: absolute;
	top: 135px;
	right: 3px;
	z-index: 600;

}

nav ul{
	margin:0;
	padding:0;
	text-align:center;
}

nav ul li{

	display:inline-block;
	list-style-type:none;
	color:#000000;
	font-size:16px;
	text-align:center;
	box-sizing:border-box;	
	line-height:140%;
	font-weight:bold;
	font-family: "Noto Sans Japanese";
	margin-right:48px;
}

nav ul li:nth-child(7){
	margin-right:0;

}

nav ul li a{
	color:#000000;
	text-decoration:none;

}

nav ul li a:hover{
	color:#2f9c27;



}


.nav_h{
	color:#2f9c27 !important;
	text-decoration:none;

}


.hb_menu{
	display:none;
}


#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}




/* フッター固定　電話 メール ---------------------------------------------- */

.footer_area{
	display: none;
}	

.footer_area_01{
	display: none;
}



/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:auto;
	padding:25px 0;
}

.footer_bg01{
	width:100%;
	height:45px;
	background:#333333;
}

footer{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}


.footer_b01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}


.f_sns{
	width:168px;
	height: auto;
	position: absolute;
	top: 25px;
	right:0;


}

.f_sns ul li{
	float:left;
	margin-right:10px;
}


.f_sns ul li:nth-child(3){
	float:left;
	margin-right:0;
}

.f_sns ul li img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display:block;
}

.f_sns ul li:hover img {
	opacity: .6;
}


address{
	font-size: 13px;
	line-height: 140%;
	color:#000000;
	width:100%;
	text-align:left;
}

.address_t{
	font-size:13px;
	margin-bottom:6px;
}


address img{
	vertical-align:middle;
	margin-right:5px;
}

.footer_b01 p{
	position:absolute;
	top:15px;
	right:0;
	font-size: 12px;
	color:#FFF;
	text-align:right;
}


.footer_b01 a{
	color:#000000;
	text-decoration:none;
}

.footer_b01 a:hover{
	color:#000000;
	text-decoration:none;
}


.footer_menu{
	position:absolute;
	top:15px;
	left:0;
	
}

.footer_menu ul li{
	font-size: 12px;
	color:#FFF;
	float:left;
}

.footer_menu ul li a{
	color:#FFF;
	text-decoration:none;
}

.footer_menu ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:325px;
	height:auto;
	position: absolute;
	top:40px;
	left:0;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:36px;
	color:#339933;
	margin:0 0 50px 0;
	line-height:120%;
}

h2.h2_01 p{
	margin-bottom:2px;

}

h2.h2_01 p span{
	font-size:18px;
	color:#ff3333;
	border-bottom:1px solid #ff3333;
}

h3.h3_01{
	background:url(../img/common/h3_bg.png) left no-repeat;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	font-size:28px;
	padding-left:35px;
	min-height:36px;
	line-height:120%;
	margin-bottom:35px;
}


h3.h3_02{
	background:#ff3300;
	color:#ffffff;
	font-family: "Noto Sans Japanese";
	text-align:center;
	line-height:120%;
	font-weight:bold;
	font-size:28px;
	padding:6px 10px 8px 12px;
	box-sizing:border-box;
	margin-bottom:35px;
}

h4.h4_01{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}

/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;

	
}

.top_slide{
	width:100%;
	height:700px;


	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* 各ページイメージ ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:550px !important;
	background:url(../img/top/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}

.service01_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/01/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.service02_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/02/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.service03_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/03/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.service04_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/04/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.service05_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/05/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.service06_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/service/06/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}



.company_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/company/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.results_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/results/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.q_a_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/q_a/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.recruit_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/recruit/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* トップ--------------------------------------------- */


.t01_bg{
	padding:60px 0;
	background:#5de0e8;
}
.t01{
	max-width:1000px;
	width: 100%;
	height:380px !important;
	background:url(../img/top/01.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto;
}

.t01_s{
	display:none;
}


.t01_img{
	text-align:center;
}








.t_m_bg{
	background:url(../img/top/t_menu_bg.jpg) repeat;
	padding:50px 0;
}

.t_mb01_ttl{
	text-align:center;
	margin-bottom:30px;
}

.t_mb01{
	width:100%;
	height:auto;
}

.t_mb01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	
	background:#47c808;
	padding:20px;
	box-sizing:border-box;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
}

.t_mb01 ul li:nth-child(2n){
	margin-right:0;
}


.t_mb01_l{
	width:65%;
	height:auto;
	float:left;
}

.t_mb01_r{
	width:31%;
	height:auto;
	float:right;
}

.t_mb01_l dl{
	margin-bottom:20px;
}

.t_mb01_l dl dt{
	margin-bottom:10px;
}

.t_mb01_l dl dd{
	font-size:17px;
	font-family: "Rounded Mplus 1c";
	line-height:130%;
	color:#FFF;
	height:60px;
}

.t_mb01_l p a{
	background:url(../img/top/t_more_bg.jpg) repeat;
	color:#FFF;
	padding:2px 5px;
	font-size:13px;
	line-height:120%;
}

.t_mb01_l p a:hover{
	color:#FFF;
	text-decoration:underline;
}


.t_mb01_l p a:after{
	content:url(../img/top/t_list.png);
	margin-left:5px;
}


  

.t02{
}


.t02 ul li{
	width:23.8%;
	height:auto;
	float:left;
	margin-right:1.6%;
}


.t02 ul li:last-child{
	margin-right:0%;
}

.t02 ul li img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	margin-bottom:15px;
}
	
.t02 ul li:hover img {
	opacity: .7;
}

.t02 ul li dl dt{
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#003366;
	line-height:130%;
	margin-bottom:15px;
}

.t02 ul li  dl dd{
	font-size:16px;
	color:#000000;
	text-align:center;
	line-height:130%;
}

.t02 ul li a{
	color:#000;
	text-decoration:none;
}

.t02 ul li a:hover{
	color:#000;
	text-decoration:underline;
}







.t04_img{
	width: 100%;
	height:540px !important;
	background:url(../img/top/04.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}



.t05_ttl{
	margin:0 auto 30px auto;
	text-align:center;
}

.t05{
}


.t05 ul li{
	width:23.8%;
	height:auto;
	float:left;
	margin-right:1.6%;
}



.t05 ul li:nth-child(4){
	margin-right:0;
}



.t05 ul li:last-child{
	margin-right:0%;
}

.t05 ul li img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	margin-bottom:15px;
}
	
.t05 ul li:hover img {
	opacity: .7;
}

.t05 ul li dl dt{
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#3399cc;
	line-height:130%;
	margin-bottom:15px;
}

.t05 ul li  dl dd{
	font-size:16px;
	color:#000000;
	text-align:center;
	line-height:130%;
}

.t05 ul li a{
	color:#000;
	text-decoration:none;
}

.t05 ul li a:hover{
	color:#000;
	text-decoration:underline;
}





.t06{

}


.t06 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}


.t06 ul li:last-child{
	margin-right:0%;
}

.t06 ul li img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	margin-bottom:15px;
}
	
.t06 ul li:hover img {
	opacity: .7;
}


.t06_s01{
	width: 100%;
	min-height:295px;
	background:url(../img/top/06-01.png) center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.t06_s02{
	width: 100%;
	min-height:295px;
	background:url(../img/top/06-02.png) center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.t06_sp{
	display:none;
}



.t07_img{
	width: 100%;
	height:400px !important;
	background:url(../img/top/07.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}


.t_area_ttl{
	font-size:36px;
	margin-bottom:30px;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	color:#000;
	text-align:center;
	font-weight:bold;
}


.t_area_ttl p{
	font-size:18px;
}

.t_area_b01{
	padding:30px 40px;
	box-sizing:border-box;
	border:5px solid #ff9933;
	background:#FFF;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.t_area_b01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.t_area_b01 dl dd{
	height:auto;
	border-bottom:1px solid #c6c8c8;
	margin-bottom:15px;
	padding-bottom:8px;
}

.t_area_b01 dl dd ul li{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	line-height:130%;
}

.t_area_b01 dl dd:last-child{
	margin-bottom:0;
}


/* サービス--------------------------------------------- */

.svc_s{
	max-width:200px;
	width:100%;
	height:auto;
	margin:30px auto 0 auto;
	text-align:center;
	font-family: "Rounded Mplus 1c";
	background:#ff3333;

	line-height:120%;
	color:#FFF;
	font-size:16px;
}

.svc_s a{
	padding:8px;
	display:block;
	color:#FFF;
}

.svc_s a:hover{
	display:block;
	color:#FFF;
	text-decoration:underline;
}

.svc_t01{
	max-width:670px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:32px;
	line-height:130%;
}

.svc_t02{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:24px;
	line-height:130%;
	margin-bottom:30px;
}




.svc_b01{
}


.svc_b01 ul li{
	width:23.8%;
	height:auto;
	float:left;
	margin-right:1.6%;
	margin-bottom:20px;
}



.svc_b01 ul li:nth-child(4){
	margin-right:0;
}



.svc_b01 ul li:last-child{
	margin-right:0%;
}

.svc_b01 ul li img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	margin-bottom:15px;
}
	
.svc_b01 ul li:hover img {
	opacity: .7;
}

.svc_b01 ul li dl dt{
	font-family: "Rounded Mplus 1c";
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#3399cc;
	line-height:130%;
	margin-bottom:15px;
}

.svc_b01 ul li  dl dd{
	font-size:16px;
	color:#000000;
	text-align:center;
	line-height:130%;
}

.svc_b01 ul li a{
	color:#000;
	text-decoration:none;
}

.svc_b01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}


.svc_b01 ul li:nth-child(5){
	margin-bottom:0px;
}

.svc_b01 ul li:nth-child(6){
	margin-bottom:0px;
}



.svc_b02_bg{
	width: 100%;
	height:650px !important;
	background:url(../img/service/01bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
	padding-top:45px;
}

.svc_b02_ttl{
	text-align:center;
	margin-bottom:20px;
}

.svc_b02_b01{
	width:100%;
	height:auto;
}

.svc_b02_b01 ul li{
	width:48%;
	min-height:188px;
	height:auto;
	float:left;
	margin-right:4%;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
	
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius:8px;     /* CSS3 */
}

.svc_b02_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.svc_b02_b01 ul li:nth-child(3){
	margin-bottom:0px;
}

.svc_b02_b01 ul li:nth-child(4){
	margin-bottom:0px;
}

.svc_b02_b01 ul li dl dt{
	background:#FFF;
	text-align:center;
	padding:15px 5px;
	box-sizing:border-box;
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	text-align:center;
	font-weight:bold;
	font-size:23px;
	margin-bottom:20px;

	-webkit-border-radius:12px;     /* for Safari and Chrome */
	moz-border-radius: 12px;    /* for Firefox */
	-o-border-radius: 12px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:12px;   /* Linux browsers */
	border-radius:12px;     /* CSS3 */
}

.svc_b02_b01 ul li dl dd{
	font-size:16px;
	line-height:150%;
	color:#FFF;
}


.svc_b02_b01_bg01{
	background:#009933;
}

.svc_b02_b01_bg02{
	background:#e57091;
}

.svc_b02_b01_bg03{
	background:#0896c4;
}

.svc_b02_b01_bg04{
	background:#8f798f;
}


.svc_b02_b01_txt01{
	color:#009933;
}

.svc_b02_b01_txt02{
	color:#e57091;
}

.svc_b02_b01_txt03{
	color:#0896c4;
}

.svc_b02_b01_txt04{
	color:#8f798f;
}



.svc_b03_txt{
	margin-bottom:30px;
}

.svc_b03_txt dl dt{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-weight:bold;
	font-size:20px;
	margin-bottom:12px;
}

.svc_b03_txt dl dd{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:16px;

}


.svc_b03{
}

.svc_b03 dl dt{
	line-height:140%;
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
	color:#3399cc;
}

.svc_b03 dl dd{
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:150%;
	border-bottom:1px dotted #999999;
}


.svc_tab{
	margin-bottom:40px;
}

.svc_tab ul li{
	width:19%;
	height:auto;
	float:left;
	margin-right:1.25%;
	margin-bottom:15px;
	background:url(../img/service/tab_bg.jpg) repeat;


	text-align:center;
	

   	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */

}


.svc_tab ul li a{
	min-height:90px;
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:url(../img/service/tab_bg.jpg) repeat;
	padding:0 8px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}


.svc_tab ul li a:hover{
	color:#FFF;
	background:url(../img/service/tab_bg_on.jpg) repeat;
}

.svc_tab_on{
	background:url(../img/service/tab_bg_on.jpg) repeat !important;
}

.svc_tab ul li:nth-child(5n){
	margin-right:0%;
}




.svc_tab01{
	margin-bottom:40px;
}

.svc_tab01 ul li{
	width:15.75%;
	height:auto;
	float:left;
	margin-right:1.1%;
	margin-bottom:15px;
}

.svc_tab01 ul li:last-child{
	margin-right:0%;
}





.svc_b04{
	margin-bottom:40px;
}

.svc_b04 dl dt{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}

.svc_b04 dl dd{
	font-family: "Rounded Mplus 1c";
	line-height:140%;
	font-size:16px;
	margin-bottom:30px;
}


.svc_b04 dl dd p{
	font-size:18px;
	font-weight:bold;
	color:#ff9999;
	margin-bottom:8px;
}

.svc_b04 dl dd:last-child{
	margin-bottom:0px;
}

.svc_b04 span{
	font-family: "Rounded Mplus 1c";
	color:#ff0000;
}



.svc_b05{
	margin-bottom:60px;
}

.svc_b05 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svc_b05 ul li:nth-child(2n){
	margin-right:0%;
}


.svc_b06{
}


.svc_b06 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svc_b06 ul li:nth-child(2n){
	margin-right:0%;
}



.svc_b07{
}


.svc_b07 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.svc_b07 ul li:nth-child(3n){
	margin-right:0%;
}


.svc_b08{
	text-align:center;
	margin-bottom:40px;
}

.svc_b08_01{
	text-align:center;
}


.svc_b09{
}


.svc_b09 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svc_b09 ul li:nth-child(2n){
	margin-right:0%;
}


.svc_seizen_nayami_bg{
	background:#ff9933;
	padding:20px 0 0 0;
}

.svc_seizen_nayami_ttl{
	text-align:center;
	margin-bottom:5px;
}

.svc_seizen_nayami_img{
	text-align:center;
}

.svc_seizen_nayami_img img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}



.svc_banner{
	text-align:center;
}

.svc_banner img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	padding:0;
	margin:0;
	vertical-align:bottom;
}
	
.svc_banner:hover img {
	opacity: .6;
}




.svs_price_ttl{
	font-size:36px;
	margin-bottom:30px;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	color:#000;
	text-align:center;
	font-weight:bold;
}

.svs_price_txt01{
	max-width:680px;
	font-size:22px;
	margin:0 auto 40px auto;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	color:#ff6633;
	text-align:center;

}




.svs_price_t{
	padding-bottom:10px;
	overflow: auto;
	white-space: nowrap;
}

.svs_price_t table{
	width:100%;
	height:auto;
}

.svs_price_t table th{
	font-family: "Noto Sans Japanese";
	line-height:120%;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:10px 5px  10px 5px;
	box-sizing:border-box;

	background:#ff3300;
	border:1px solid #ff3300;
}

.svs_price_t table td{
	font-family: "Noto Sans Japanese";
	line-height:120%;
	background:#FFF;
	font-size:15px;
	padding:0px 0;
	line-height:140%;

	padding:10px 5px  10px 5px;
	box-sizing:border-box;
	border:1px solid #ff3300;
	text-align:center;

}

.svs_price_t table td p{
	color:#ff3300;
	font-weight:bold;
}


.svs_huyou_k_bg{
	background:#f75f5f;
	padding:20px 0;
}

.svs_huyou_k_ttl{
	text-align:center;
	margin-bottom:20px;
}

.svs_huyou_k{
	margin-bottom:20px;
}

.svs_huyou_k ul li{
	text-align:center;
}

.svs_huyou_k_other{
	text-align:center;
}






.svs_seisou_irai_bg{
	background:#0a4679;
	padding:20px 0;
}

.svs_seisou_irai_ttl{
	text-align:center;
	margin-bottom:20px;
}

.svs_seisou_img01{
	text-align:center;
}



.svs_nioi_komari_bg{
	background:#d4a32d;
	padding:20px 0;
}

.svs_nioi_komari_ttl{
	text-align:center;
	margin-bottom:20px;
}



.svs_nioi_b01{
	margin-bottom:30px;
}


.svs_nioi_b01 dl dt{
	text-align:center;
	margin-bottom:20px;
}

.svs_nioi_b01 dl dd{
	text-align:center;
}


.svs_nioi_b02{
	
	margin-bottom:40px;
}

.svs_nioi_b02 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.svs_nioi_b02 ul li:last-child{
	margin-right:0%;
}

.svs_nioi_b02 ul li p{
	text-align:center;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-size:16px;
	margin-top:10px;
}

.svs_nioi_b03{
	text-align:center;
}

.svs_nioi_b03 p{
	text-align:center;
	font-family: "Noto Sans Japanese";
	line-height:120%;
	font-size:16px;
	margin-top:10px;
}


/* 会社情報--------------------------------------------- */




.cmpy_b01{
	margin-bottom:40px;
}

.cmpy_b01 dl dt{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}

.cmpy_b01 dl dd{
	font-family: "Rounded Mplus 1c";
	line-height:160%;
	font-size:16px;
	margin-bottom:20px;
}

.cmpy_b01 dl dd:last-child{
	margin-bottom:0px;
}



.cmpy_img01{
	text-align:center;
	margin-bottom:60px;
}


.gaiyou_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.gaiyou_b01 table{
	width:100%;
	height:auto;
}

.gaiyou_b01 table th{
	width:150px;
	height:auto;
	padding:10px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:top;
	border-bottom:1px dotted #999999;
	
}

.gaiyou_b01 table td{
	font-size:16px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px dotted #999999;
	
}

.gaiyou_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.gaiyou_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}


#map01{
	width:100%;
	height:500px;
	box-sizing:border-box;
	border:1px solid #CCC;
	margin-bottom:60px;
}


.cmpy_b02{
	max-width:580px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.cmpy_b02 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;	
}

.cmpy_b02 ul li:last-child{
	margin-right:0%;
}

.cmpy_b02_txt01{
	max-width:750px;
	color:#339900;
	font-family: "Rounded Mplus 1c";
	line-height:160%;
	font-size:24px;
	font-weight:bold;
	margin:0 auto 30px auto;
}


.cmpy_b02_txt02{
	background:#ffffcc;
	padding:25px;
	box-sizing:border-box;
	margin-bottom:50px;

   	-webkit-border-radius:6px;     /* for Safari and Chrome */
	moz-border-radius: 6px;    /* for Firefox */
	-o-border-radius: 6px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:6px;   /* Linux browsers */
	border-radius: 6px;     /* CSS3 */
}



.cmpy_b02_txt02 dl dt{
	color:#ff6600;
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.cmpy_b02_txt02 dl dd{
	font-family: "Rounded Mplus 1c";
	font-size:17px;
	line-height:120%;
}

.cmpy_b02_txt02 dl dd ul li{
	list-style:decimal;
	margin-bottom:4px;
	margin-left:25px;
}

.cmpy_b02_txt02 dl dd ul li:last-child{
	margin-bottom:0px;
}



.cmpy_b03{
	width:100%;
	height:auto;
	margin:0 auto 90px auto;
}

.cmpy_b03 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;	
}

.cmpy_b03 ul li:last-child{
	margin-right:0%;
}


.cmpy_img02{
	text-align:center;
}





/* 実績紹介--------------------------------------------- */




.r_b01{
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
}

.r_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

.r_b01 ul li:nth-child(3n){
	margin-right:0%;
}



.r_b02{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.r_b02 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	text-align:center;
}

.r_b02 ul li p{
	font-size:16px;
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	margin-top:8px;
}


.r_b02 ul li:last-child{
	margin-right:0%;
	margin-bottom:0;
}

.r_b02_img01{
	text-align:center;
	margin-bottom:30px;
}

.r_b02_img01 p{
	font-size:16px;
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	margin-top:8px;
}


/* Q&A--------------------------------------------- */


.q_a_b01{
}

.q_a_b01 dl{
 	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999; 
}

.q_a_b01 dl dt{
	background:url(../img/q_a/q.png) left no-repeat;
	height:77px;
	padding-left:70px;

	font-family: "Rounded Mplus 1c";
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   
   word-break: break-all;
}

.q_a_b01 dl dd{
	background:url(../img/q_a/a.png) left no-repeat;
	height:60px;
	padding-left:70px;
	
	font-family: "Rounded Mplus 1c";
	font-size:16px;
	line-height:140%;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   
   word-break: break-all;
}



/* 求人情報--------------------------------------------- */

.recruit_b01{
	margin-bottom:40px;
}

.recruit_b01 dl dt{
	font-family: "Rounded Mplus 1c";
	line-height:120%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}

.recruit_b01 dl dd{
	font-family: "Rounded Mplus 1c";
	line-height:160%;
	font-size:16px;
}

.recruit_b01 dl dd a{
	color:#000;
	text-decoration:underline;
}

.recruit_b01 dl dd a:hover{
	color:#000;
	text-decoration:none;
}

.recruit_img01{
	text-align:center;
	margin-bottom:40px;
}



.recruit_t{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_t table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.recruit_t table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}







/* お問い合わせ ---------------------------------------------- */



.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:60px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;

    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













	
}










