

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */



html {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	

}

*:first-child + html body {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

body{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	
	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用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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




/* PC用のスタイル記述 */

.menu{
    height: 32px;
    position: absolute;
    right: 50px;
    top: 22px;
    width: 42px;
    z-index: 99;
}
.menu__line{
    background:#333;
    display: block;
    height: 5px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 14px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 13px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 14px;
    transform: rotate(135deg);
}






/*gnav*/


.nav_logo{
	margin-bottom:50px;
}

nav.gnav ul li{
	margin-bottom:50px;
}

nav.gnav ul li:last-child{
	margin-bottom:0px;
}


.gnav{
    background:url(../img/common/menu_bg.png) repeat;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:450px;

}


.gnav__menu__item{
    margin: 0px 0 0px 20px;
    opacity: 0;
}
.gnav__menu__item a{
	font-family: 'Fjalla One', sans-serif;
	
	color:#c80404;
    font-size:50px;
    font-weight: bold;
	text-decoration: none;
    transition: .8s;
}

.gnav__menu__item a span{
	font-size:20px;
	color:#000!important;
	
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
}

.gnav__menu__item a:hover{
    color:#06C;
}



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

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


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




.container01_bg{
	width:100%;
	height:auto;
	background:url(../img/common/bg03.png) repeat;
	padding:60px 0;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:60px 15px;
	box-sizing:border-box;
}



.container01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 100px auto;
}

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

}


.container03{

	width:100%;
	height:auto;


}


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


.container_bg02{
	width:100%;
	height:auto;
	padding:60px 0;
	background:#43424d;
}

.container_bg03{
	width:100%;
	height:auto;
	background:#FFF;
	padding:60px 0;
}


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

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

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

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

}

header{	
	max-width:100%;
	width:1000%;
	height:70px;


	margin: 0 auto;
	position:relative;
}

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

.header_tel{
	width:475px;
	height:auto;
	position:absolute;
	top:20px;
	right:0;
	
	color:#FFF;
	font-size:16px;
}


.header_tel span{
	color:#FFF;
	font-size:30px;
} 


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

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


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


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


footer{
	width:100%;
	height:auto;
	padding:20px 50px;
	box-sizing:border-box;
}

.footer_in{	
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;

}

.footer_in p{
	text-align:center;
	color:#999999;
}

address{
	font-size:13px;
	line-height:120%;

	text-align:center;
	color:#000;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#000;
	text-decoration:none;
}

footer a:hover{
	color:#000;
	text-decoration:none;
}

.f_cpy{
	text-align:center;
	font-size: 14px;
	color:#000;
	line-height:140%;
	margin-bottom:15px;

}


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


h1.h1_01{
	width:194px;
	height:auto;
	position: absolute;
	top:25px;
	left:50px;
}

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


h2.h2_01{
	font-size:18px;
	line-height:120%;
	color:#000000;
	margin-bottom:30px;
	font-weight:normal;
	
	font-style:italic;
}


h2.h2_01 span{
	font-size:48px;
	color:#e10404;
	margin-right:15px;

	line-height:120%;
	font-weight:normal;

}


h2.h2_02{
	font-size:18px;
	line-height:120%;
	color:#000000;
	margin-bottom:30px;
	font-weight:normal;
	font-style:italic;
}

h2.h2_02 p{
	font-size:48px;
	color:#e10404;
	line-height:120%;
	font-weight:normal;
	margin-bottom:5px;

}

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


.top_slide{
	width:100%;
	min-height:630px;

	z-index:5;



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





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



.about_top_img{

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

.service_top_img{

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

.recruit_top_img{

	width: 100%;
	height:500px !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 60px auto;
}

.contact_top_img{

	width: 100%;
	height:500px !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 60px auto;
}

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

.news_top_img{
	width: 100%;
	height:500px !important;
	background:url(../img/news/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 60px 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;
}



/* トップ 	事業内容---------------------------------------------- */



.tp_svs_b01{
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
}

.tp_svs_b01 ul li{
	width:32.8%;
	height:auto;
	float:left;
	margin-right:0.8%;
	margin-bottom:40px;
	

}

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


.tp_svs_b01 ul li dl dt{
	color:#FFF;
	font-size:30px;
	line-height:140%;
	padding:0 15px;
	box-sizing:border-box;
	margin-bottom:20px;
	
	font-style:italic;
}

.tp_svs_b01 ul li dl dd{
	
	color:#000;
	line-height:150%;
	font-size:18px;
	
	word-break:break-all;
	word-wrap:break-word;
}




.tp_svs_b01_001{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_01.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_b01_002{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_02.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_b01_003{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_03.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_b01_004{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_04.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_b01_005{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_05.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_b01_006{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_06.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_svs_b01_007{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_07.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_b01_008{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_08.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_b01_009{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_09.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_svs_b01_010{
	width: 100%;
	height:350px !important;
	background:url(../img/top/tp_01_10.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
　　display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




/* トップ  会社情報--------------------------------------------- */

.tp_cpy_b01{
	width:100%;
	height:auto;
	margin-bottom:80px;
}


.tp_cpy_b01_l{
	width:50%;
	height:auto;
	padding:0 20px 0 0;
	box-sizing:border-box;
	float:left;
	
	font-size:18px;
	line-height:150%;
	word-break:break-all;
	word-wrap:break-word;
}

.tp_cpy_b01_r{
	width:50%;
	height:auto;
	float:right;
	
	height:400px !important;
	background:url(../img/top/tp_02.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/* トップ ニース--------------------------------------------- */

.tp_news_b{
}

.tp_news_b dl dt{
	font-size:16px;
	line-height:120%;
	float:left;
	clear:both;
	
	border:1px solid #c6c6c5;
	padding:8px;
	box-sizing:border-box;
}

.tp_news_b dl dd{
	font-size:16px;
	line-height:120%;
	padding-top:8px;
	padding-left:130px;

	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #999999;
}

.tp_news_b dl dd a{

	color:#000;
	text-decoration:none;
}


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







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




.btm_ctt_bg{
	width:100%;
	height:500px !important;
	background:url(../img/common/bottom_contact_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0 auto;
}


.btm_ctt{
	height:500px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.btm_ctt dl{
	text-align:center;
}

.btm_ctt_01_01{
	text-align:center;
}

.btm_ctt_01_02{
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;	
	
	font-size:60px;
	line-height:120%;
	margin-bottom:20px;
}


.btm_ctt_02_01{
	text-align:center;
	margin-bottom:15px !important;
}


.btm_ctt_02_02{


	
}






.btm_ctt_btn{
	max-width:500px !important;
	width:100%;
	height:auto;
	margin:0 auto;
}

.btm_ctt_btn_button {
	display: inline-block;
	max-width:500px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
	line-height:100%;
	outline: none;
	padding:15px 0;
	box-sizing:border-box;
	
	position: relative;
	z-index: 2;
	background-color: #697489;
	color: #fff;
	font-size:20px;
}

.btm_ctt_btn_button:hover {
	background-color: #fff;
	border-color: #697489;
	color: #697489;
}

.btm_ctt_btn_button::before,
.btm_ctt_btn_button::after {
	
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #202a3c;
}

.btm_ctt_btn_button::before {
  top: 0;
}

.btm_ctt_btn_button::after {
  bottom: 0;
}

.btm_ctt_btn_button:hover::before,
.btm_ctt_btn_button:hover::after {
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
  height: 0;
  background-color: #697489;
}







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



.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%;	
	color:#FFF;
}

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

	color:#FFF;
}


#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:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-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用 */
　　/*角丸*/
	
}

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);
    }
}


	
}

