

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



@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}








/* webフォントのちらつき対応 ---------------------------------------------- */


html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}






html {



     font-feature-settings : "palt";
     letter-spacing:1px;
     
     
}


body{


	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	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ベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	



.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}



.container02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}

.container03{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container04{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0 0 0;
}



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

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

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


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 100;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;
    
/*    background:rgba(255,255,255,0.90);*/

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}




.header_tel_bg{
    width: 140px;
    height: 100px;

    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 -9px 0 auto;
}


.header_tel{
}

.header_tel a{
    display: block;
    width: 100%;
     height:100px;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto700';

    background: #0d0f11;
  transition: 0.3s;    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.header_tel a:hover{

    color: #0d0f11;
    font-family: 'noto700';
    
    background: #d1d3d3;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}






.header_tel001{
    position: absolute;

    top:10px;
    right:150px;
    
    font-size:30px;
	line-height:150%;
    color:#172d8a;
    
    font-family: 'noto700';
    font-weight: normal;

}

.header_tel001 a{
    color:#172d8a;
    text-decoration: none;
}

.header_tel001 a:hover{
    color:#172d8a;
    text-decoration: none;
}









#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-150px;
    padding-top:150px;
}


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


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


footer{
	max-width:100%;  
	width:100%;
    height: auto;
	margin:0px auto 0 auto;
 
	padding:0 0px;
	box-sizing:border-box;
}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 0 30px 0;
	box-sizing:border-box;
}

address{
	font-size:14px;
	line-height:180%;
	color:#000000;
    text-align: center;
    margin-bottom: 12px;
}

.ad_ttl{
	font-size:16px;
	line-height:120%;
	margin-bottom:8px;	
}

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

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

.f_cpy{

	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
	color:#666565;
    text-align: center;

}








html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
/*.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}*/




.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;

box-sizing: border-box;
z-index: 10;
}

.slide_txt{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 29;
    top:58%;
    left:0%;
    transform: translate(0%,-58%);
/*    
   background:#E3B1B1;*/
 
      opacity:1;
}

.slide_txt_in{
    width: 140px;
    margin: 0 auto;
    text-align: center;


}


.slide_txt01{
    width: 100%;
    height: 500px;
    margin: 0 auto;
/*   background:#E3B1B1;*/
       opacity:1;
}

.slide_txt_in01{
    width: 120px;
    padding-top: 55px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}







/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #010101;
	font-size: 12px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#010101;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#010101;
}




}



@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */
html,
body {
  margin: 0;
  height: 100%;
}
.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.06);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01_t.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02_t.jpg);
}
/*.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03_t.jpg);
}*/




.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;

box-sizing: border-box;
z-index: 10;
}



.slide_txt{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 29;
    top:58%;
    left:0%;
    transform: translate(0%,-58%);
/*    
   background:#E3B1B1;*/
 
      opacity:1;
}




.slide_txt_in{
    width: 100px;
    margin: 0 auto;
    text-align: center;


}



.slide_txt01{
    width: 100%;
    height: 350px;
    margin: 0 auto;
/*   background:#E3B1B1;*/
       opacity:1;
}

.slide_txt_in01{
    width: 90px;
    padding-top: 35px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}









/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #010101;
	font-size: 11px;
	letter-spacing: 0.1em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#010101;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#010101;
}









/*========= ページトップのためのCSS ===============*/
#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 10px;
  width: 50px;
  height:23px;


  color: #fff;
  text-align: center;
  text-decoration: none; 
 

		
}
#page-top1:hover{


	opacity: .7;
}




/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{

/*   
   background: #D09596;
*/
   
    position: absolute;
    z-index: 999;

    top:39px;
    right:160px;
    box-sizing: border-box;
}

#g-nav-list ul{


}

#g-nav-list ul li{
    
    float: left;

    font-size:18px;
	line-height:150%;
	margin-right:26px;

    
    
    font-family: 'noto400';
    font-weight: normal;


}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#353434;
	text-decoration: none;
	position: relative;


  	transition: .3s;    

}

#g-nav-list ul li a:hover{
    color: #999999;
}


#g-nav-list ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color:#d79300;
  transition: .3s;
}

#g-nav-list ul li a:hover::after {
  width: 100%;
}

#g-nav-list ul li a::after {
  position: absolute;
  top:27px;

  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color:#999999;
  transition: .5s;
}

#g-nav-list ul li a:hover::after {
  width: 100%;
}



.gnav_on{
    color: #999999 !important;
	line-height:150%;
	padding:1px 0 0px 0 !important;
	border-bottom:3px solid #999999;


}



#g-nav li span{
    display: none;
}


  
  
  

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



h1.h1_01{

width: 300px;
height: auto;
position: absolute;
top: 27px;
left: 50px;



}

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



.h2_cnr{
    text-align: center !important;
}


.h2_btm00{
    margin-bottom: 0px !important;
}


.h2_btm01{
    margin-bottom: 25px !important;
}

h2.h2_01{
    font-size: 60px;
    line-height: 110%;
    color: #999999;
    margin-bottom: 45px;
 
    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;
}

h2.h2_01 p{
    font-size: 20px;
    line-height: 120%;
    color: #000000;

    font-family: ryo-text-plusn, serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_01 span{
    color: #000000;
}



h2.h2_02{
    font-size: 60px;
    line-height: 110%;
    color: #cccccc;
    margin-bottom: 45px;
 
    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;
}

h2.h2_02 p{
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;

    font-family: ryo-text-plusn, serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_02 span{
    color: #ffffff;
}



h3.h3_01{
    bottom: 0;
    height: 58px;
   font-size: 26px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 40px;
    
    background: url("../img/common/h3.jpg") left  no-repeat;
    background-size: 6px 58px;
    
    padding-top: 29px;
    padding-left: 13px;
    box-sizing: border-box;

    vertical-align: text-bottom;

    font-family: ryo-text-plusn, serif;
    font-style: normal;
    font-weight: 500;
}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
}

.slider_in{
	position: absolute;
    width: 900px;

	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;
    

    
    text-align: center;

animation-name:sd_ani;
animation-duration:3s;
animation-delay:.3s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;

}



@keyframes sd_ani{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


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

.slider_in01{
	position: absolute;
    width: 360px;


	z-index: 2;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	text-align:left;
}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#000000;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#000000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}









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



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

.services_main_bg{
	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:100px auto 0px auto;
}

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


.recruit_main_bg{
	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:100px auto 0px auto;
}

.contact_main_bg{
	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:100px auto 0px auto;
}





.p_main_in{
    width: 100%;
    height: 200px;
    margin: 100px 0 0 0;
    padding: 0 50px;
    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
}









.button01{
}

.button01 a{
    font-size: 20px;
    line-height: 100%;
    color: #999999;    
    padding-left: 24px;
    padding-top: 3px;
    
    background: url("../img/common/btn.png") left center no-repeat;

    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;

	position: relative;
  	transition: .3s;     
}

.button01 a:hover{
    color: #0d0f11;
}

.button01 a::after {
  position: absolute;
  top:27px;

  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color:#0d0f11;
  transition: .5s;
}

.button01 a:hover::after {
  width: 100%;
}



.button01_01{
}

.button01_01 a{
    font-size: 20px;
    line-height: 100%;
    color:#FFFFFF;  
    padding-left: 24px;
    padding-top: 3px;
    
    background: url("../img/common/btn.png") left center no-repeat;

    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;

	position: relative;
  	transition: .3s;     
}

.button01_01 a:hover{
    color:#BBBBBB;
}

.button01_01 a::after {
  position: absolute;
  top:27px;

  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color:#FFFFFF;
  transition: .5s;
}

.button01_01 a:hover::after {
  width: 100%;
}














.button02{
    max-width: 400px;
    width: 100%;
    height: 50px;
    margin: 0 auto;

    text-align: center;
    

}

.button02 a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 100%;
    color:#FFFFFF;


    font-family: 'noto500';  
    background:#000000;
    
  	transition: .3s;     
    border-radius: 30px;   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       
}

.button02 a span{
    background: url("../img/common/ctt_list.png") left center no-repeat;
    padding-left: 24px;    
}


.button02 a:hover{
    color: #0d0f11;
    background: #D1D3D3;
}






/* トップ 業務内容------------------------------------------ */
.tp_rrt_bg{
	width: 100%;
	height:420px !important;
	background:url("../img/top/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
        

}


.tp_svs_bg{
	width: 100%;
	height:420px !important;
	background:url("../img/top/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
        

}

.tp_svs_in{

    max-width: 700px;
    width: 100%;

    height: auto;
    box-sizing: border-box;

}

.tp_svs_in dl{
    margin-bottom: 30px;

}

.tp_svs_in dl dd{
    font-size: 18px;
    line-height: 200%;
    color: #ffffff;

}







/* トップ　お知らせ------------------------------------------ */


.tp_news{
    

}

.tp_news dl{
    margin-bottom: 40px;
}


.tp_news dl dt{
    font-size: 16px;
    line-height: 180%;

    float: left;
    clear: both;
    color: #3a3a3a;
    
    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    color: #3a3a3a;
    padding: 0 0 15px 140px;
    box-sizing: border-box;
    border-bottom: 1px dotted #828883;
}

.tp_news dl dd a{
    color: #3a3a3a;
}

.tp_news dl dd a:hover{
    color: #3a3a3a;
    text-decoration: underline;
}





.pst_ttl{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    border-bottom: 1px solid #828282;

}


.pst_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.pst_in{
    font-size: 16px;
    line-height: 190%;
    
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 50px;

}

.pst_in a{
    color: #000000;
    text-decoration: underline;
}

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


.pst_in img{
    margin: 25px 0 25px 0;
}









/* トップ 入口------------------------------------------ */


.tp_igc{

}

.tp_igc ul li{
    width: 50%;

    float: left;
    
    padding: 0 50px;
    box-sizing: border-box;

    height: 420px;

       
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_igc_in_01{

}

.tp_igc_in{

    max-width: 800px;
    width: 100%;


    padding: 0px 15px;

}

.tp_igc_in dl{
    max-width: 600px;
    margin-bottom: 30px;

}

.tp_igc_in dl dd{
    font-size: 18px;
    line-height: 200%;
    color: #ffffff;
}

.tp_igc_bg01{
	width: 100%;
	height:420px !important;
	background:url("../img/top/02_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
        

}

.tp_igc_bg02{
	width: 100%;
	height:420px !important;
	background:url("../img/top/02_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
        

}






/* トップ　お問い合わせ------------------------------------------ */


.tp_ctt01_bg{
	width: 100%;
    height: auto;
/*    background: #f2f2f2;*/
    background: url("../img/common/ctt_bg.png") repeat;
}

.tp_ctt01_in{
}

.tp_ctt01_in dl dt{
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000000;

    font-family: 'noto500';  
}

.tp_ctt01_in dl dt p{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    
font-family: ryo-text-plusn, serif;
font-style: normal;
font-weight: 500;
}

.tp_ctt01_in dl dt span{
    font-size: 30px;

}








/* 会社概要------------------------------------------ */


.cpy01{
    margin-bottom: 100px;

}

.cpy01 dl dt{
    font-size:40px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;
    color:#08264F;
    font-family: 'noto700';  

}

.cpy01 dl dd{
    font-size: 18px;
    line-height: 200%;
}

.cpy01 dl dd p{
    text-align: right;
    margin-top: 10px;
}



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

}

.cpy02 table{
	width:100%;
	height:auto;

}

.cpy02 table th{
	width:120px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 170%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #585858;
}

.cpy02 table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 170%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #585858;
}

.cpy02 table td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    margin-right: 18px;
    margin-bottom: 7px;
    display: inline-block;

}

.cpy02 table td ul li:last-child{
    margin-right: 0px;
}


.cpy02 table td dl dt{
    font-family: 'noto500';
    margin-bottom: 1px;
}

.cpy02 table td dl dd{
margin-bottom: 15px;
}

.cpy02 table td dl dd:last-child{
	margin-bottom:0px;
}

.cpy02 table td dl dd span{
    margin-left: 10px;

}

.cpy02 table td dl dd span a{
    width: 80px;
    padding: 2px 5px;
    background: #02A9DC;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all  0.3s ease;  
    
    border-radius: 2px;
}

.cpy02 table td dl dd span a:hover{
    background:#007396;
    color: #FFFFFF;
}



.cpy03{
    margin-bottom: 80px;
}

.cpy03 ul li{
    font-size: 16px;
    line-height: 140%;
    background: url("../img/common/list002.png") left 7px no-repeat;
    background-size: 10px 10px;
    padding-left: 14px;
    margin-bottom: 7px;

}

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



.cpy04{
    font-size: 16px;
    line-height: 180%;
}

.cpy05{
    margin-bottom: 100px;
}




/* 事業内容------------------------------------------ */

.svs001{

}

.svs001 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 60px;
}

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


.svs001 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto500';
    margin-bottom: 25px;
    
    padding-bottom: 10px;
    
    border-bottom: 3px solid #5E5E5E;
}

.svs001 ul li dl dd{
}














/* 採用情報------------------------------------------ */



.rrt_msg{
    margin-bottom: 100px;

}

.rrt_msg dl dt{
    font-size: 40px;
    line-height: 140%;
    color: #5E5E5E;
    margin-bottom: 25px;

    
    font-family: 'noto700';    
}

.rrt_msg dl dd{
    font-size: 20px;
    line-height: 180%;
    font-family: 'noto500';    
}





.rrt_b_in{
}

.rrt_b_in_l{
    width: 49%;
    height: auto;
    float: left;
}


.rrt_b_in_r{
    width: 49%;
    height: auto;
    float: right;
}



.rrt_b_in_tx{
}

.rrt_b_in_tx dl dt{
    font-size: 30px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 15px;
}


.rrt_b_in_tx dl dd{
    font-size: 16px;
    line-height: 160%;

    margin-bottom: 15px;
}

.rrt_b_in_tx dl dd p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
}

.rrt_b_in_tx dl dd p span{
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;
}




.rrt_b_bg01{
    background: #f0f4f6;
}

.rrt_b_bg02{
    background: #dae1e6;
}

































/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;
    font-family: 'noto700';    
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 35px;

}









/* お問い合わせフォーム ---------------------------------------------- */



.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 100px;
    
    background: #FFFFFF;
    
    border: 1px solid #437509;
    padding: 30px 30px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 14px;
    text-align: center;
}



.ctt_txt01 dl dd{
    font-size: 45px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
    text-align: center;
}


.ctt_txt01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #000000;
    text-decoration: none;
}


.ctt_txt02{

    margin-bottom: 60px;

}

.ctt_txt02 ul li{
    margin-bottom: 30px;

}

.ctt_txt02 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 24px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}





.f_text01{
}

.f_text01 a{
    font-size: 14px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 14px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}



.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:25px;
    text-align: center;
    color: #4299ac;

	line-height:120%;
	margin-bottom:15px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:47px;
	line-height:140%;

    font-family: 'noto700';    
}

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


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

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


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




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#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:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

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


	background:url(../img/contact/bg.png) repeat;
}


#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;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

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

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


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





	
}

