/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@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 {

scroll-behavior: smooth;

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


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#000000;
	text-align:left;
    
    font-family: 'noto400';
    font-weight: normal;

}	 

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




.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;

}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {

body{
	padding:0;
	margin:0;
	font-size:17px;
	line-height:180%;    
	color:#000000;
	text-align:left;
    
    font-family: 'noto400';
    font-weight: normal;
   
}	 

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


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

.container00{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}




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

}



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

}


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

}


.container04{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 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:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
    
/*    background:rgba(255,255,255,0.90);*/


}

header{

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

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

.header_tel_bg{
    width: 120px;
    height: 60px;

    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 60px 0 auto;
}

.header_tel{
}

.header_tel a{
    display: block;
    width: 100%;
     height:60px;
    font-size: 14px;
    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;     
}




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

/* 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:13px;
	line-height:160%;
	color:#000000;
    text-align: center;
    margin-bottom: 12px;
}

.ad_ttl{
	font-size:15px;
	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: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#666565;
    text-align: center;

}


}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:160%;    
	color:#000000;
	text-align:left;
    
    font-family: 'noto400';
    font-weight: normal;

}	 

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



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



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

}



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

}


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

}


.container04{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 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:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
    
/*    background:rgba(255,255,255,0.90);*/


}

header{

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

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



.header_tel_bg{
    width: 90px;
    height: 60px;

    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 50px 0 auto;
}

.header_tel{
}

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

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





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



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:25px 0 25px 0;
	box-sizing:border-box;
}

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

.ad_ttl{
	font-size:14px;
	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: 11px;
	box-sizing:border-box;
	line-height:120%;
	color:#666565;
    text-align: center;

}






}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* 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{
    display: inline-block;
    margin-top: 14px;
    float: right;
    clear: both;

}

.cpy01 dl dd span{
    font-size: 18px;
    line-height: 140%;    
    font-family: 'noto500';
    display: block;
    text-align: left;
}


.cpy01_01{
    font-size:26px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 100px;
}


.cpy01_02{
    margin-bottom: 100px;
}

.cpy01_02 dl dt{
    font-size:26px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 7px;

}

.cpy01_02 dl dd{
    font-size:22px;
    line-height: 150%;
    padding-left: 60px;

    color:#000000;
    font-family: 'noto500';  
    margin-bottom: 35px;
}
  
.cpy01_02 dl dd:last-child{
    margin-bottom: 0px;
}



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

.cpy02 strong{
    font-family: 'noto500';
    text-decoration: underline;
}



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




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

.svs000{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:0 auto 50px auto;
}

.svs000 p{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 13px;
}


.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{

    width: 100%;
    height: auto;
}

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


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

}

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

.rrt_b_in_tx dl dd p span{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';    
}


.rrt_b_in_tx_w01{    
    margin: 0 0 0 auto!important; 
}

.rrt_b_in_tx_w01.rrt_b_in_tx{
    text-align: right;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd p{
    text-align:right!important;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd{
    text-align:left !important;
}




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





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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

h1.h1_01{
width: 250px;
height: auto;
position: absolute;
top: 11px;
left: 30px;

}

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


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

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

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

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

h2.h2_01 p{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 2px;
    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: 40px;
    line-height: 110%;
    color: #cccccc;
    margin-bottom: 35px;
 
    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;
}

h2.h2_02 p{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 2px;    
    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: 45px;
   font-size: 22px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 35px;
    
    background: url("../img/common/h3.jpg") left  no-repeat;
    background-size: 5px 45px;
    
    padding-top: 23px;
    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:100dvh !important;
}



.slider_out{
	position: relative;
}


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

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



    text-align: center;

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

}

.slider_in img{

    width: 640px;
filter: drop-shadow(0px 0px 5px #FFFFFF);
}


@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: 300px;

	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:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#000000;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

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









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

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



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


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

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



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

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





.p_main_in{
    width: 100%;
    height: 150px;
    margin: 60px 0 0 0;
    padding: 0 30px;
    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;
    background-size: 17px 17px;

    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;
    background-size: 17px 17px;

    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: 320px;
    width: 100%;
    height: 45px;
    margin: 0 auto;

    text-align: center;
}

.button02 a{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-bottom: 3px;


    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 1px no-repeat;
    background-size: 17px 17px;    
    padding-left: 24px;    
}


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




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

.tp_rrt_bg{
	width: 100%;
	height:320px !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:320px !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;
    margin: 0 auto;
}

.tp_svs_in dl{
    margin-bottom: 20px;

}

.tp_svs_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #ffffff;
}




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


.tp_news{

}

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


.tp_news dl dt{
    font-size: 15px;
    line-height: 160%;

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

.tp_news dl dd{
    font-size: 15px;
    line-height: 160%;
    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: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    border-bottom: 1px solid #828282;

}


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

.pst_in{
    font-size: 15px;
    line-height: 170%;
    
    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: 20px 0 20px 0;
}







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


.tp_igc{

}

.tp_igc ul li{
    width: 100%;
    height: auto;
    float: none;
    
    padding: 0 30px;
    box-sizing: border-box;

    box-sizing: border-box;
      display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;   
}


.tp_igc_in{

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

    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}

.tp_igc_in dl{
    margin-bottom: 20px;

}

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





.tp_igc_bg01{
	width: 100%;
	height:320px !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; 
        

}

.tp_igc_bg02{
	width: 100%;
	height:320px !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; 
        

}







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


.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: 36px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 17px;
    color: #000000;

    font-family: 'noto500';  
}

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

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

}










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


.cpy01{
    margin-bottom: 80px;

}

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

}

.cpy01 dl dd{
    font-size: 16px;
    line-height: 180%;
}

.cpy01 dl dd p{
      display: inline-block;
    margin-top: 25px;
    float: right;
    clear: both;
}
.cpy01 dl dd span{
    font-size: 18px;
    font-family: 'noto500';
}

.cpy01 dl dd span{
    font-size: 16px;
    line-height: 140%;    
    font-family: 'noto500';
    display: block;
}



.cpy01_01{
    font-size:20px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 80px;
}
  
.cpy01_02{
    margin-bottom: 80px;
}

.cpy01_02 dl dt{
    font-size:20px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 5px;

}

.cpy01_02 dl dd{
    font-size:16px;
    line-height: 150%;
    padding-left: 47px;
    
    color:#000000;
    font-family: 'noto500';  
    margin-bottom: 35px;
}
  
.cpy01_02 dl dd:last-child{
    margin-bottom: 0px;
}

  
  


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

}

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

}

.cpy02 table th{
	width:100px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	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:15px;
    line-height: 160%;
	border-collapse:collapse;

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

.cpy02 table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    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 4px 5px;
    background: #02A9DC;
    font-size: 12px;
    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;
}

.cpy02 strong{
    font-family: 'noto500';
    text-decoration: underline;
}


.cpy03{
    margin-bottom: 60px;
}

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

}

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



.cpy04{
    font-size: 15px;
    line-height: 170%;
}



.cpy05{
    margin-bottom: 80px;
}







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

.svs000{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:0 auto 50px auto;

}

.svs000 p{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 13px;
}

.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: 18px;
    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: 80px;

}

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

    
    font-family: 'noto700';    
}

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





.rrt_b_in{
}

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


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



.rrt_b_in_tx{

    width: 100%;
    height: auto;
}

.rrt_b_in_tx dl dt{
    font-size: 28px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'noto700';       
}


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

}

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

.rrt_b_in_tx dl dd p span{
    font-size: 26px;
    line-height: 160%;
    font-family: 'noto700';    
}


.rrt_b_in_tx_w01{    
    margin: 0 0 0 auto!important; 
}

.rrt_b_in_tx_w01.rrt_b_in_tx{
    text-align: right;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd p{
    text-align:right!important;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd{
    text-align:left !important;
}







.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: 80px;
    
    background: #FFFFFF;
    
    border: 1px solid #437509;
    padding: 30px 30px;
    box-sizing: border-box;

}

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



.ctt_txt01 dl dd{
    font-size: 35px;
    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: 50px;

}

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

}

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

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

.ctt_txt02 ul li dl dd span{
    font-size: 21px;
    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: 50px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;
    text-align: center;
    color: #4299ac;
    
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:32px;
	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: 60px;

}

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


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

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    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 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


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

    
    font-size: 24px;
    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 00px 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:100%;
	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:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



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



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 200px;
height: auto;
position: absolute;
top: 14px;
left: 20px;
}


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

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


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

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

h2.h2_01 p{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 2px;
    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: 30px;
    line-height: 100%;
    color: #cccccc;
    margin-bottom: 30px;
 
    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    font-style: normal;
}

h2.h2_02 p{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 2px;    
    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: 35px;
   font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 30px;
    
    background: url("../img/common/h3.jpg") left  no-repeat;
    background-size: 4px 35px;
    
    padding-top: 18px;
    padding-left: 10px;
    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: 100dvh !important;
}



.slider_out{
	position: relative;
}

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

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

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


.slider_in img{

    width: 360px;
filter: drop-shadow(1px 1px 2px #FFFFFF);
}


@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: 200px;


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




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

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

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

.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:280px !important;
	background:url("../img/company/main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


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

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



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


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




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

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






.button01{
   
}

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

    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: 2px;
  background-color:#0d0f11;
  transition: .5s;
}

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



.button01_01{
}

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

    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: 2px;
  background-color:#FFFFFF;
  transition: .5s;
}

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








.button02{
    max-width: 260px;
    width: 100%;
    height: 40px;
    margin: 0 auto;

    text-align: center;
}

.button02 a{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-bottom: 3px;


    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{
    height: 15px;
    background: url("../img/common/ctt_list.png") left 1px no-repeat;
    background-size: 14px 14px;    
    padding-left: 21px;    
}


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



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


.tp_rrt_bg{
	width: 100%;
	height:320px !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:320px !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%;
    padding: 20px 15px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}

.tp_svs_in dl{
    margin-bottom: 15px;

}

.tp_svs_in dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #ffffff;
}




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


.tp_news{

}

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

.tp_news dl dt{
    font-size: 14px;
    line-height: 150%;

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

.tp_news dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #3a3a3a;
    padding: 0 0 10px 120px;
    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: 15px;
    line-height: 140%;
    margin-bottom: 20px;
    border-bottom: 1px solid #828282;

}


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

.pst_in{
    font-size: 14px;
    line-height: 160%;
    
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 30px;

}

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

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


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






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


.tp_igc{

}

.tp_igc ul li{
    width: 100%;
    height: auto;
    float: none;
    
    padding: 0 20px;
    box-sizing: border-box;

    box-sizing: border-box;
      display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;   
}



.tp_igc_in{

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

    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}

.tp_igc_in dl{
    margin-bottom: 15px;

}

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




.tp_igc_bg01{
	width: 100%;
	height:320px !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; 
        

}

.tp_igc_bg02{
	width: 100%;
	height:320px !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; 
        

}















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



.tp_ctt01_bg{
	width: 100%;
	height:220px !important;
	background:url("../img/common/ctt_bg.jpg") 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_in{
}

.tp_ctt01_in dl dt{
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #2e4eb6;
    font-family: 'noto700';    
}

.tp_ctt01_in dl dt p{
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;
    
    font-family: 'noto500';  
}


.tp_ctt01_in dl dd{
}









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


.cpy01{
    margin-bottom: 60px;

}

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

}

.cpy01 dl dd{
    font-size: 15px;
    line-height: 160%;
}

.cpy01 dl dd p{
    display: inline-block;
    margin-top: 25px;
    float: right;
    clear: both;
}

.cpy01 dl dd span{
    font-size: 15px;
    line-height: 140%;    
    font-family: 'noto500';
    display: block;
}




.cpy01_01{
    font-size:18px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 60px;
}

  
.cpy01_02{
    margin-bottom: 60px;
}

.cpy01_02 dl dt{
    font-size:18px;
    line-height: 150%;

    color:#08264F;
    font-family: 'noto700';  
    margin-bottom: 5px;

}

.cpy01_02 dl dd{
    font-size:15px;
    line-height: 150%;
    padding-left: 43px;
    
    color:#000000;
    font-family: 'noto500';  
    margin-bottom: 25px;
}
  
.cpy01_02 dl dd:last-child{
    margin-bottom: 0px;
}

  

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

}

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

}

.cpy02 table th{
	width:90px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	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:14px;
    line-height: 150%;
	border-collapse:collapse;

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

.cpy02 table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    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: 7px;

}

.cpy02 table td dl dd span a{
    width: 70px;
    padding: 1px 5px 3px 5px;
    background: #02A9DC;
    font-size: 11px;
    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;
}

.cpy02 strong{
    font-family: 'noto500';
    text-decoration: underline;
}


.cpy03{
    margin-bottom: 50px;
}

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

}

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



.cpy04{
    font-size: 15px;
    line-height: 170%;
}


.cpy05{
    margin-bottom: 60px;
}



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

.svs000{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:0 auto 40px auto;

}

.svs000 p{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
}


.svs001{
    max-width: 580px;
    margin: 0 auto;
}

.svs001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 50px;
}

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


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

.svs001 ul li dl dd{
}









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




.rrt_msg{
    margin-bottom: 60px;

}

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

    
    font-family: 'noto700';    
}

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







.rrt_b_in{
}


.rrt_b_in_l{
    width: 100%;
    height: auto;
    float: none;
}


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


.rrt_b_in_c{
    text-align: center !important;
    margin: 0 auto 15px auto;
}

.rrt_b_in_c img {
    max-width: 480px;
    width: 100%;
height: 210px;
margin: 0 auto;
  object-fit: cover; /* この一行を追加するだけ！ */
}



.rrt_b_in_tx{

    width: 100%;
    height: auto;
}

.rrt_b_in_tx dl dt{
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;

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


.rrt_b_in_tx dl dt{
    font-size: 28px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'noto700';       
}


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

}

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

.rrt_b_in_tx dl dd p span{
    font-size: 22px;
    line-height: 160%;
    font-family: 'noto700';    
}

.rrt_b_in_tx_w01{    
    margin: 0 0 0 auto!important; 
}

.rrt_b_in_tx_w01.rrt_b_in_tx{
    text-align: right;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd p{
    text-align:right!important;
}

.rrt_b_in_tx_w01.rrt_b_in_tx dl dd{
    text-align:left !important;
}







.rrt_b_bg01{
    background: #f0f4f6;
}

.rrt_b_bg02{
    background: #dae1e6;
}






























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


.privacy{
}


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

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


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 25px;

}














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




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

}

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



.ctt_txt01 dl dd{
    font-size: 25px;
    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: 50px;

}

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

}

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

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

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

.ctt_txt02 ul li dl dd span::after{
	content: "\A" ;
	white-space: pre ;
}





.f_text01{
}

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

}

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

}



.contact-t{
    margin-bottom: 40px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;
    text-align: center;
    color: #4299ac;
    
	line-height:120%;
	margin-bottom:8px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:17px;
	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: 50px;

}

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


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

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    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 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


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

    
    font-size: 17px;
    line-height: 160%;

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

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













}
