/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@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');
}


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}




/* webフォントのちらつき対応 ---------------------------------------------- */



/*html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}*/


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';

	
	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:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */

.ctr_t{
    margin-top: 90px !important;
}

.cp_bg_tp{
    margin-top: 90px;
}


.cp_bg{

    background: url("../img/common/common_page_bg.png") top right no-repeat,#e1dfe4;
    background-size: 2000px 1050px;
}


.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0;

}

.container01_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}

.container01_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0 0 0;

}




.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0;

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}

.container02_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0 0 0;

}


/* header ---------------------------------------------- */

#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 10;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}






.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    background:#263e62;
    
/*    background:rgba(255,255,255,0.40);*/

}


#header{

	width:100%;
	height:90px;
	margin:0 auto;
    position: relative;

}

header{

	width:100%;
	height:90px;
	margin:0 auto;

	box-sizing:border-box;
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */



.fr_bg{

	width: 100%;
    height: auto;
	background:#e1dfe4;
    padding: 90px 0;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;
}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 60px;
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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: #000000;
    text-align: center;
}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:160%;    
	color:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */


.ctr_t{
    margin-top: 60px !important;
}

.cp_bg_tp{
    margin-top: 60px;
}


.cp_bg{
    background: url("../img/common/common_page_bg.png") top right no-repeat,#e1dfe4;
    background-size: 1060px auto;
}


.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container01_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}

.container01_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}



.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container02_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}


/* header ---------------------------------------------- */

#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 10;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}



.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background:#263e62;
/*    background:rgba(255,255,255,0.40);*/

    padding: 0 30px;
    

}

header{

	width:100%;
	height:60px;
	margin:0 auto;

	box-sizing:border-box;
 
}



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}


.header_time{
    display: none;  
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */

.fr_bg{

	width: 100%;
    height: auto;
	background:#e1dfe4;
    padding: 60px 0;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 30px;
	box-sizing:border-box;
}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 60px;
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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: #000000;
    text-align: center;
}




}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#333333;
	text-align:left;
}	 


/* container ---------------------------------------------- */


.ctr_t{
    margin-top: 60px !important;
}

.cp_bg_tp{
    margin-top: 60px;
}


.cp_bg{
    background: url("../img/common/common_page_bg.png") top right no-repeat,#e1dfe4;
    background-size: 720px auto;
}



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}

.container01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container01_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}

.container01_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0;

}


.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container02_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0;

}



/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 10;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}



.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background:#263e62;
/*    background:rgba(255,255,255,0.40);*/

    padding: 0 20px;
    

}

header{

	width:100%;
	height:50px;
	margin:0 auto;

	box-sizing:border-box;
  
}




.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}




/* footer ---------------------------------------------- */

.fr_bg{

	width: 100%;
    height: auto;
	background:#e1dfe4;
    padding: 50px 0;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 20px;
	box-sizing:border-box;
}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 60px;
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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: #000000;
    text-align: center;
}









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{

width: 286px;
height: auto;
position: absolute;
top:30px;

z-index: 100;

}

h1 img{
	width:100%;
	height:auto;
}



h2.h2_01{
    font-size: 40px;
    line-height: 140%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 55px;
    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;      
}

h2.h2_01 span{
    color: #263e62;
}


h2.h2_01 p{
    font-size: 24px;
    line-height: 120%;
    color: #263e62;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1px;
}



h3.h3_01 {
    width: 100%;
    height: 30px;

    position: relative;
    display: block;

    text-align: center;
  
/*    background: #E94D4F;*/

    margin-bottom: 55px;
}

h3.h3_01:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #cac6d1;
  z-index: 0;
}

h3.h3_01 p{
  width: 100%;
  position: absolute;
  font-size: 32px;
  line-height: 65%;
  font-family: 'noto500';   
  text-align: center; 
  
  z-index: 5;
    
  background: url("../img/common/h3.png") left center no-repeat,url("../img/common/h3.png") right center no-repeat;
}




h4.h4_01{
  font-size: 26px;
  line-height: 120%;
  font-family: 'noto400';
  font-style: normal;

    
  border-left: 5px solid #6c6083;
  padding-left: 8px;
  padding-top: 30px;
    margin-bottom: 30px;
}




/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
    text-align:left;
    
    padding:0 50px;
    box-sizing: border-box;

}

.tp_mg_in dl dt{
/*    font-size: 214px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;*/

    margin-bottom: 10px;
}


.tp_mg_in dl dt em{
    font-size: 146px;
    line-height: 100%;
    color:#000000;
    margin-left: -25px;
    margin-right: -30px;

}
 
  
.tp_mg_in dl dd{
    font-size: 50px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;    
}
    





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}



.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 530px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;



    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}







.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 500px;

	z-index: 2;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -60%);
    text-align: center;



    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}




/*====== 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:#FFFFFF;
	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: #FFFFFF;
    /*線の動き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;
	}
}







/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:750px;

	z-index:5;


	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/* 各ページイメージ ---------------------------------------------- */



.company_img{
	width: 100%;
	height:500px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.service_img{
	width: 100%;
	height:500px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.recruit_img{
	width: 100%;
	height:500px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.contact_img{
	width: 100%;
	height:500px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}







/* ボタンの基本スタイル */



.btn_btm01{
    margin-bottom: 90px !important;

}

.btn{
  max-width: 600px;
  width: 100%;
  height: 70px;
  margin: 0 auto;

}


.btn a {

  display: block;
  max-width: 600px;
  width: 100%;
  height: 70px;
  padding: 0 0 0px 0;
  background-color: #21BE78;
  font-size: 20px;

  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#263e62;

  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;

  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;  

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
}




/* ホバー時のスタイル */
.btn a:hover {
  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#34527f;
  font-size: 20px;
  color: #FFFFFF;
  padding-left: 5px;
}










/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   


/* トップ 会社案内　------------------------------------------ */



.tp_cp01{


}


.tp_cp01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cp01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cp01_in_tx_w100{
    max-width: 100% !important;

}

.tp_cp01_in_tx_lh140{
    line-height: 140% !important;

}

.tp_cp01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cp01_in_tx dl dt{
    font-size: 48px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.tp_cp01_in_tx dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_cp01_bg01{


	height:480px !important;
	background:url("../img/top/01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}




/* トップ お知らせ　------------------------------------------ */


.tp_ns_bg{
	width: 100%;
	height:720px !important;
	background:url("../img/top/02_bg.png") 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;   
   
   border-radius: 15px;
}


.news_01{
    margin-bottom: 50px;
    padding: 0 50px;
}

.news_01 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 110px;
    color:#263e62;
}

.news_01 dl dd{
    padding-left: 140px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #263e62;

}

.news_01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}


.ns_cont{
    margin: -60px auto 80px;
    padding-top: 60px;
}

.ns_ttl{
    font-size: 24px;
    line-height: 160%;
    border-bottom: 2px solid #263e62;
    padding-bottom: 5px;
    margin-bottom: 30px;

}


.ns_day{
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 18px;
    line-height: 200%;
    
    margin-bottom: 60px;
}

.ns_post_img{
    max-width: 800px;
    margin: 0px auto;
}

.ns_post_img ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;

}

.ns_post_img ul li:nth-child(2n){
    margin-right: 0%;
}







/* トップ リクルート------------------------------------------ */





.tp_rrt{
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.tp_rrt dl dt{
    font-size: 48px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 30px;
}

.tp_rrt dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_rrt01{

}

.tp_rrt01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;    
}

.tp_rrt01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_rrt01 ul li a{
    display: block;
    width: 100%;
    height:480px;
    
    border-radius: 15px;

    


    transition: all  0.3s ease;
}

.tp_rrt01 ul li a:hover{
background-image:linear-gradient(180deg,#00B4DB 0,#0083B0 100%);
background: linear-gradient(rgba(0,180,219,0.5),rgba(0,131,176,0.5));
}


.tp_igt01_clc{
    font-size: 28px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}


.tp_rrt01 ul li p{
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 50px;
    background: rgba(108,96,131,0.80);
    margin: 30px auto 0 0;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_rrt01_bg01{
	height:480px !important;
	background:url("../img/top/03_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg02{
	height:480px !important;
	background:url("../img/top/03_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg03{
	height:480px !important;
	background:url("../img/top/03_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg04{
	height:480px !important;
	background:url("../img/top/03_04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ 会社案内　------------------------------------------ */


.tp_cpy_bg{
    width: 100%;
	height:680px !important;
	background:url("../img/top/04_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 0 50px;
     box-sizing: border-box;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
   border-radius: 15px;
}


.tp_cpy01{
}

.tp_cpy01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cpy01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cpy01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cpy01_in_tx dl dt{
    font-size: 48px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.tp_cpy01_in_tx dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_cpy01_bg01{


	height:480px !important;
	background:url("../img/top/04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}





/* 共通採用ボタン---------------------------------------------- */





.recruit_bnr{
    width: 150px;
    height: auto;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9000;
}

.recruit_bnr a{
    transition: 0.3s;
}

.recruit_bnr a:hover{
    opacity: 0.8;
}

.recruit_bnr a img{
    width: 100%;
    height: auto;
}




/* 共通お問い合わせ---------------------------------------------- */


.cmm_btm01{
    margin-bottom: 0 !important;
}

.cmm_btm02{
    margin-bottom: 100px !important;
}


.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cmm_ctt dl dt{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'noto500'; 

}

.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 100%;
    text-align:center;
    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}










/* 会社案内　------------------------------------------ */

.cp_01{
}

.cp_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    


}

.cp_01 ul li:nth-child(2n){
    margin-right: 0%;
}

.cp_01 ul li img{


    border-radius: 20px;
}

.cp_02{
    margin-bottom: 90px;
}

.cp_02 table{
	width:100%;
	height:auto;
}

.cp_02 th{
    width: 150px;
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td ul li{
    background: url("../img/common/list001.png") left center no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}




.cp_02 td a{
    color: #000000;
    text-decoration: none;
}

.cp_02 td a:hover{
    color: #000000;
    text-decoration:underline;
}


.cp_03{
    width: 100%;
    height: auto;
    margin-bottom: 90px;

}

.cp_03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.cp_03 ul li:nth-child(2n){
    margin-right: 0%;
}

.cp_03 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 8px;    
}

.cp_03 ul li ul li:last-child{
    margin-bottom: 0px; 
}

.cp_04{

}




/* 事業案内　------------------------------------------ */




.sv01{
    margin-bottom: 80px;
}


.sv01_herf{
    clear: both;
    overflow: auto;
}

.sv01_fl{
    width: 50%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
    
}

.sv01_fr{
    width: 50%;
    float: right;
    padding-left: 1%;
    box-sizing: border-box;
}


.sv01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}



.sv01_fl .sv01 ul li,
.sv01_fr .sv01 ul li{
    width: calc(50 / 49 * 47%);
    height: auto;
    margin-right: calc(50 / 49 * 4%);
}

.sv01_fl .sv01 ul li:nth-child(2n),
.sv01_fr .sv01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv01 ul li img{
    border-radius: 15px;
}


.sv01 ul li:nth-child(4n){
    margin-right: 0%;
}


.sv02_t{
	width:100%;
	height:auto;
    margin-bottom: 100px;    
}

.sv02_t table{
	width:100%;
	height:auto;
}

.sv02_t th{

	font-size:16px;
    line-height: 170%;
    color: #FFFFFF;
    text-align: center;
	border-collapse:collapse;

    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;    
    background: #263E62;
}

.sv02_t td{
	font-size:16px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;  
    background: #FFFFFF;
}





.sv02{
    margin-bottom: 100px;
}

.sv02 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.sv02 ul li:nth-child(2n){
    margin-right: 0%;
}


.sv02 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    float: left;
    clear: both;


}

.sv02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;

}




/* 施工実績　------------------------------------------ */


.con01{
    margin-bottom: 100px;
}

.con01 ul li{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
}

.con01 ul li dl dd:last-child{
    margin-bottom: 0px;
}


/* 採用　------------------------------------------ */



.rrt000{
    margin: 0 auto 70px auto;
}

.rrt000 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt000 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt000 ul li a{
    display: block;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    font-size: 22px;
    line-height: 100%;
    color:#263e62;
    padding-bottom: 2px;
    
    border: 1px solid #263e62;
    box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;      
}

.rrt000 ul li a:hover{
    color: #FFFFFF;
    border: 1px solid #263e62;
    box-sizing: border-box;
    background:#263e62;
}

.rrt000_on{
    color: #FFFFFF !important;
    border: 1px solid #263e62 !important;
    box-sizing: border-box !important;
    background:#263e62 !important;
}





  
.rrt001{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
/*    background: #C77F80;*/
}

.rrt001 ul li{
    width: calc(22% - 30px);
/*    width: 22%;*/
    height: auto;
    float: left;
    margin-right: 4%;
    margin-left: 30px;
}

.rrt001 ul li:nth-child(4n){
    margin-right: 0%;
    
}


.rrt001 ul li a{

    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 46px;
    background: rgba(108,96,131,0.80);
    margin: 120px auto 0 -30px;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

   
    transition: all  0.3s ease;   
}

.rrt001 ul li a:hover{
    background: rgba(108,96,131,1);
}



.rrt001_bg01{
    height:200px !important;
	background:url("../img/recruit/m_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}
    
.rrt001_bg02{
    height:200px !important;
	background:url("../img/recruit/m_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}
     
.rrt001_bg03{
    height:200px !important;
	background:url("../img/recruit/m_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}   
     
.rrt001_bg04{
    height:200px !important;
	background:url("../img/recruit/m_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}   


.rrt002{
}

.rrt002 dl dt{
    
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto700'; 
    
    padding: 10px;
    margin-bottom: 20px;
    
    background: #031444;
}

.rrt002 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 60px;

}

.rrt002 dl dd:last-child{
    margin-bottom: 0px;
}









.rrt03{
/*    background: #E2B4B4;*/

}

.rrt03 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
/*    background:#C9D7EF;*/



}


    
.rrt03 ul li:nth-child(3n){
    margin-right: 0%;
}



.rrt01_bx_01{
    height: 350px;

}




.rrt00_ttl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 50px auto;
    padding-bottom: 7px;
    
    font-size: 26px;
    line-height: 140%;
    font-family: 'noto700';
    
    border-bottom: 5px solid #2B4F7A;


}


.rrt00_bx{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.rrt00_bx_l{
    width: calc(100% - 260px);
    height: 346px;
    background: #031444;
    box-sizing: border-box;
    float:left;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.rrt00_bx_r{
    width: 260px;
    float: right;
    
    background: #F89B9C;
}

.rrt00_bx_r img{
    vertical-align:bottom;

}



.rrt00_bx_in{
}

.rrt00_bx_in dl{
    margin-bottom: 20px;

}

.rrt00_bx_in dl dt{
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt00_bx_in dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}







.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  

}

.rrt01_bx_l{
    width: 52%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #031444;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 48%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}


.arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #FF0000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -20px;
  left: 43px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}
.att{
  font-size:16px;
  font-weight:bold;
  color: #FF0000;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}





.rrt04{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
/*    background: #EB9294;  */  
}



.rrt04_in{

    margin: 0 auto 60px auto;
    
 

}



.rrt04_in_01{ 
    position:relative;
    margin-bottom: -125px;
    z-index: 50;


    
    max-width: 250px;
    width: 100%;
    height: 250px;
   background: #031444;
    
    border-radius: 50%;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
}

.rrt04_in_01 dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}


.rrt04_in_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}


.rrt04_in_02{


    z-index: 10;
    
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}









.rrt003{
margin-bottom: 100px;



}

.rrt003_l{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    height: auto;
    /* float: left; */
}

.rrt003_r{
    width: 35%;
    height: auto;
    float: right;
}


.rrt003_in01{

}


.rrt003_in01 dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;


}

.rrt003_in01 dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 50px;
    
    word-break: break-all;
    word-wrap: break-word;    
}

.rrt003_in01 dl dd:last-child{
	margin-bottom:0px;
}






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}


.rrt_timeline_b{

}

.timeline {
  list-style: none;
}
.timeline li {
      width:auto;
    height: 95px;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;
    
    background:#dcdddd;
    
    padding: 0 14px;

    box-sizing: border-box;
}


.timeline li:nth-child(2n){
    background:#eeefef;
}



  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #0e335f solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0e335f;
    position: absolute;
    left:10px;
    top: 10px;
    border-radius: 100%;
  }

  .timeline-content dl dt{

    padding: 0;
    background: none;
    
    font-size: 14px;
    line-height: 130%;
        text-align: left;
    color: #1574bc;
    font-family: 'noto500';
    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;


  }


  .timeline-content dl dd{
    font-size: 13px;
    line-height: 135%;
  }
  

.rrt05{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.rrt05 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.rrt05 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt05 ul li dl dt{
    max-width: 198px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.rrt05 ul li dl dd p{
    background: #2b96e1;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px 0 7px 0;
    border-radius: 20px;
}

.rrt05 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    height: 85px;

}



.rrt005{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.rrt005 ul li{
width: 23.5%;
    height: 240px;
    
    float: left;
    
    margin-right: 2%;
    
border-radius: 20px;



box-sizing: border-box;

    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt005 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt005_bg01{
    background: #b39a69;
}

.rrt005_bg02{
    background: #b7a3c1;
}

.rrt005_bg03{
    background: #80a736;
}

.rrt005_bg04{
    background: #4c6cb3;
}



.rrt005_in{

}

.rrt005_in dl dt{
    font-size: 25px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.rrt005_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.rrt005_in dl dd{
    font-size: 75px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}

.rrt005_in dl dd em{
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}


.rrt005_in p{
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}











/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;

}

.privacy dd a{
    color: #000000;
    text-decoration: none;
}


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 30px;
    
    font-size: 16px;
    line-height: 180%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


.privacy dd ul li:last-child{
    margin-bottom: 0px;
}


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:16px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:16px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


.privacy dl dd dl dd:last-child{
    margin-bottom: 0px;
}




/* お問い合わせフォーム ---------------------------------------------- */

.f_text01{
}

.f_text01 a{
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #000000;
    text-decoration:underline;
}



.ctt_txt02{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 100px;

}


.ctt_txt02 span{
    font-size: 18px;
    line-height: 140%;
    margin-left: 15px;
}


.ctt_txt02 a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt02 a:hover{
    color: #000000;
    text-decoration: none;
}




.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: 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;
}




.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:24px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 45px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}









.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: 200px;
height: auto;
position: absolute;
top: 15px;
left: 30px;

z-index: 1;
}

h1 img{
	width:100%;
	height:auto;
}





h2.h2_01{
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 45px;
    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;      
}

h2.h2_01 span{
    color: #263e62;
}

h2.h2_01 p{
    font-size: 20px;
    line-height: 110%;
    color: #263e62;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1px;
}




h3.h3_01 {
    width: 100%;
    height: 30px;

    position: relative;
    display: block;

    text-align: center;
  
/*    background: #E94D4F;*/

    margin-bottom: 45px;
}



h3.h3_01:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #cac6d1;
  z-index: 0;
}

h3.h3_01 p{
  width: 100%;
  position: absolute;
  font-size: 30px;
  line-height: 93%;
  font-family: 'noto500';   
  text-align: center; 
  
  z-index: 5;
    
  background: url("../img/common/h3.png") left center no-repeat,url("../img/common/h3.png") right center no-repeat;
}





h4.h4_01{
  font-size: 22px;
  line-height: 120%;
  font-family: 'noto400';  
  font-style: normal;
    
  border-left: 5px solid #6c6083;
  padding-left: 7px;
  padding-top: 24px;
    margin-bottom: 26px;
}






/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main_t.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 30px;
    box-sizing: border-box;  

}

   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    
    
    max-width: 800px;
    box-sizing:border-box;
    width: 100%;


    padding:0 30px;
    box-sizing: border-box;    
}

.tp_mg_in dl dt{
/*    font-size: 170px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;*/


    margin-bottom: 10px;
}

.tp_mg_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.tp_mg_in dl dt em{
    font-size: 126px;
    line-height: 100%;
    color:#000000;
    margin-left: -15px;


}
 
  
.tp_mg_in dl dd{
    font-size: 40px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: right;
}

   



/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
     
}


.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 400px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;


    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.slider_in img{
width: 400px;
margin-bottom: 20px;
text-align: center;
}



.slider_in img img{

text-align: center;
margin: 0 auto;
}





.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 400px;

	z-index: 2;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -60%);
    text-align: center;



    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.slider_in01 img{
width: 350px;

text-align: center;
}



.slider_in01 img img{

text-align: center;
margin: 0 auto;
}



/*====== 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:#FFFFFF;
	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: #FFFFFF;
    /*線の動き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;
	}
}





/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:450px;


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */



.company_img{
	width: 100%;
	height:400px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}





.service_img{
	width: 100%;
	height:400px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.recruit_img{
	width: 100%;
	height:400px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.contact_img{
	width: 100%;
	height:360px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




/* ボタンの基本スタイル */



.btn_btm01{
    margin-bottom: 60px !important;

}


.btn{
  max-width: 500px;
  width: 100%;
  height: 60px;
  margin: 0 auto;

}


.btn a {

  display: block;
  max-width: 500px;
  width: 100%;
  height: 60px;
  padding: 0 0 0px 0;
  background-color: #21BE78;
  font-size: 18px;

  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#263e62;

  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;

  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;  

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
}




/* ホバー時のスタイル */
.btn a:hover {
  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#34527f;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 5px;
}





/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   


/* トップ 会社案内　------------------------------------------ */



.tp_cp01{


}


.tp_cp01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cp01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cp01_in_tx_w100{
    max-width: 100% !important;

}

.tp_cp01_in_tx_lh140{
    line-height: 140% !important;

}


.tp_cp01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cp01_in_tx dl dt{
    font-size: 32px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;
}

.tp_cp01_in_tx dl dd{
    text-align:left;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

}


.tp_cp01_bg01{


	height:480px !important;
	background:url("../img/top/01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}







/* トップ お知らせ　------------------------------------------ */



.tp_ns_bg{
	width: 100%;
	height:520px !important;
	background:url("../img/top/02_bg.png") 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;   
   
   border-radius: 15px;
}


.news_01{
    margin-bottom: 40px;
    padding: 0 30px;
}

.news_01 dl dt{
    font-size: 15px;
    line-height: 170%;
    float: left;
    clear: both;
    width: 100px;
    color:#263e62;
}

.news_01 dl dd{
    padding-left: 130px;
    font-size: 15px;
    line-height: 170%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #263e62;

}

.news_01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}





.ns_cont{
    margin: -50px auto 70px;
    padding-top: 50px;
}

.ns_ttl{
    font-size: 22px;
    line-height: 160%;
    border-bottom: 2px solid #263e62;
    padding-bottom: 5px;
    margin-bottom:25px;

}


.ns_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 16px;
    line-height: 200%;
    
    margin-bottom: 50px;
}

.ns_post_img{
    max-width: 700px;
    margin: 0px auto;
}

.ns_post_img ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;

}

.ns_post_img ul li:nth-child(2n){
    margin-right: 0%;
}



/* トップ リクルート------------------------------------------ */




.tp_rrt{

    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.tp_rrt dl dt{
    font-size: 32px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 30px;
}

.tp_rrt dl dd{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align:left;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

}


.tp_rrt01{

}

.tp_rrt01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;    
}

.tp_rrt01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_rrt01 ul li a{
    display: block;
    width: 100%;
    height:240px;
    
    border-radius: 15px;

    transition: all  0.3s ease;
}

.tp_rrt01 ul li a:hover{
background-image:linear-gradient(180deg,#00B4DB 0,#0083B0 100%);
background: linear-gradient(rgba(0,180,219,0.5),rgba(0,131,176,0.5));
}


.tp_igt01_clc{
    font-size: 22px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}


.tp_rrt01 ul li p{
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 42px;
    background: rgba(108,96,131,0.80);
    margin: 25px auto 0 0;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_rrt01_bg01{
	height:240px !important;
	background:url("../img/top/03_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg02{
	height:240px !important;
	background:url("../img/top/03_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg03{
	height:240px !important;
	background:url("../img/top/03_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg04{
	height:240px !important;
	background:url("../img/top/03_04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ 会社案内　------------------------------------------ */


.tp_cpy_bg{
    width: 100%;
	height:580px !important;
	background:url("../img/top/04_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 0 30px;
     box-sizing: border-box;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
   border-radius: 15px;
}


.tp_cpy01{
}

.tp_cpy01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cpy01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cpy01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cpy01_in_tx dl dt{
    font-size: 32px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;
}

.tp_cpy01_in_tx dl dd{
    text-align:left;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

}


.tp_cpy01_bg01{


	height:400px !important;
	background:url("../img/top/04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}


/* 共通採用ボタン---------------------------------------------- */





.recruit_bnr{
    width: 120px;
    height: auto;
    display: block;
    position: fixed;
    right: 10px;
    bottom:30px;
    z-index: 9000;
}

.recruit_bnr a{
    transition: 0.3s;
}

.recruit_bnr a:hover{
    opacity: 0.8;
}

.recruit_bnr a img{
    width: 100%;
    height: auto;
}




/* 共通お問い合わせ---------------------------------------------- */


.cmm_btm01{
    margin-bottom: 0 !important;
}


.cmm_btm02{
    margin-bottom: 70px !important;
}



.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cmm_ctt dl dt{
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'noto500'; 

}

.cmm_ctt dl dd{
    font-size: 40px;
    line-height: 100%;
    text-align:center;
    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}







/* 会社案内　------------------------------------------ */

.cp_01{
}

.cp_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
  
}

.cp_01 ul li:nth-child(2n){
    margin-right: 0%;
}
.cp_01 ul li img{


    border-radius: 20px;
}


.cp_02{
    margin-bottom: 70px;
}

.cp_02 table{
	width:100%;
	height:auto;
}

.cp_02 th{
    width: 130px;
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td{
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td ul li{
    background: url("../img/common/list001.png") left center no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}




.cp_02 td a{
    color: #000000;
    text-decoration: none;
}

.cp_02 td a:hover{
    color: #000000;
    text-decoration:underline;
}


.cp_03{
    width: 100%;
    height: auto;
    margin-bottom: 70px;

}

.cp_03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
   
    
	font-size:15px;
    line-height: 170%;

}

.cp_03 ul li:nth-child(2n){
    margin-right: 0%;
}

.cp_03 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 8px;    
}

.cp_03 ul li ul li:last-child{
    margin-bottom: 0px; 
}

.cp_04{

}



/* 事業案内　------------------------------------------ */



.sv01{
    margin-bottom: 60px;
}

.sv01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
    

}

.sv01 ul li img{
    border-radius: 15px;
}



.sv01 ul li:nth-child(4n){
    margin-right: 0%;
}



.cg_01{
    margin-bottom: 60px;
    padding-bottom: 10px;
    overflow-x: auto;     
}

.cg_01::-webkit-scrollbar {
  height: 10px; /* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ã®é«˜ã• */
}
 
.cg_01::-webkit-scrollbar-thumb {
  background: #d2b48c; /* ãƒ„ãƒžãƒŸã®è‰² */
  border-radius: 7px; /* ãƒ„ãƒžãƒŸä¸¡ç«¯ã®ä¸¸ã¿ */
}
 
.cg_01::-webkit-scrollbar-track {
  background: #f5deb3; /* ãƒˆãƒ©ãƒƒã‚¯ã®è‰² */
  border-radius: 7px; /* ãƒˆãƒ©ãƒƒã‚¯ä¸¡ç«¯ã®ä¸¸ã¿ */
}







.sv02_t{
	width:100%;
	height:auto;
    margin-bottom: 70px;   
    padding-bottom: 10px;
    overflow-x: auto;     
}


.sv02_t::-webkit-scrollbar {
  height: 10px; 
}
 
.sv02_t::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.sv02_t::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px; 
}


.sv02_t table{
	width:100%;
	height:auto;
    white-space: nowrap;
}

.sv02_t th{

	font-size:15px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
	border-collapse:collapse;

    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;    
    background: #263E62;
    
    white-space: nowrap;
}

.sv02_t td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;  
    background: #FFFFFF;
    
    white-space: nowrap;
}



.sv02{
    margin-bottom: 70px;
}

.sv02 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.sv02 ul li:nth-child(2n){
    margin-right: 0%;
}


.sv02 ul li dl dt{
    font-size: 15px;
    line-height: 140%;
    float: left;
    clear: both;


}

.sv02 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;

}


/* 施工実績　------------------------------------------ */


.con01{
    margin-bottom: 70px;
}

.con01 ul li{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
}

.con01 ul li dl dd:last-child{
    margin-bottom: 0px;
}

 




/* 採用　------------------------------------------ */

  
  
  .rrt000{
    margin: 0 auto 60px auto;
}

.rrt000 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt000 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt000 ul li a{
    display: block;
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    font-size: 18px;
    line-height: 100%;
    color:#263e62;
    padding-bottom: 2px;
    
    border: 1px solid #263e62;
    box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;      
}

.rrt000 ul li a:hover{
    color: #FFFFFF;
    border: 1px solid #263e62;
    box-sizing: border-box;
    background:#263e62;
}

.rrt000_on{
    color: #FFFFFF !important;
    border: 1px solid #263e62 !important;
    box-sizing: border-box !important;
    background:#263e62 !important;
}



.rrt001{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
/*    background: #C77F80;*/
}

.rrt001 ul li{
    width: calc(22.75% - 20px);
/*    width: 22%;*/
    height: auto;
    float: left;
    margin-right: 3%;
    margin-left: 20px;
}

.rrt001 ul li:nth-child(4n){
    margin-right: 0%;
    
}


.rrt001 ul li a{

    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 42px;
    background: rgba(108,96,131,0.80);
    margin: 90px auto 0 -20px;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       

   
    transition: all  0.3s ease;   
}

.rrt001 ul li a:hover{
    background: rgba(108,96,131,1);
}



.rrt001_bg01{
    height:150px !important;
	background:url("../img/recruit/m_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
}
    
.rrt001_bg02{
    height:150px !important;
	background:url("../img/recruit/m_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     border-radius: 20px;

}
     
.rrt001_bg03{
    height:150px !important;
	background:url("../img/recruit/m_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
}   
     
.rrt001_bg04{
    height:150px !important;
	background:url("../img/recruit/m_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
}  




.rrt002{
}

.rrt002 dl dt{
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto700'; 
    
    padding: 8px;
    margin-bottom: 20px;
    
    background: #031444;
}

.rrt002 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;

}

.rrt002 dl dd:last-child{
    margin-bottom: 0px;
}





.rrt03{
/*    background: #E2B4B4;*/

}

.rrt03 ul li{    

    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;

    background:#C9D7EF;

}

    
.rrt03 ul li:nth-child(2n){
    margin-right: 0%;
}



.rrt00_ttl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 40px auto;
    padding-bottom: 7px;
    
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto700';
    
    border-bottom: 5px solid #2B4F7A;


}


.rrt00_bx{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.rrt00_bx_l{
    width: calc(100% - 210px);
    height: 280px;
    background: #031444;
    box-sizing: border-box;
    float:left;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.rrt00_bx_r{
    width: 210px;
    float: right;
    
    background: #F89B9C;
}

.rrt00_bx_r img{
    vertical-align:bottom;

}



.rrt00_bx_in{
}

.rrt00_bx_in dl{
    margin-bottom: 20px;

}

.rrt00_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt00_bx_in dl dd{
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}















.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.rrt01_bx_l{
    width: 50%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #031444;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 50%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;    
}




.arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #FF0000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -20px;
  left: 43px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}
.att{
  font-size:16px;
  font-weight:bold;
  color: #FF0000;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}






.rrt04{
    max-width: 840px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
/*    background: #EB9294;  */  
}

.rrt04_in{
    margin: 0 auto 60px auto;

}

.rrt04_in_01{ 
    position:relative;
    margin-bottom: -90px;
    z-index: 50;


    
    max-width:180px;
    width: 100%;
    height: 180px;
    background: #031444;
    
    border-radius: 50%;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
}

.rrt04_in_01 dl dt{
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}


.rrt04_in_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}


.rrt04_in_02{


    z-index: 10;
    
    max-width: 660px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}








.rrt003{
margin-bottom: 70px;
}

.rrt003_l{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    float: none;
    /* margin-bottom: 40px; */
}

.rrt003_r{
    width: 100%;
    height: auto;
    float: none;
}


.rrt003_in01{

}


.rrt003_in01 dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}

.rrt003_in01 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;    
}

.rrt003_in01 dl dd:last-child{
	margin-bottom:0px;
}






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}


.rrt_timeline_b{

}

.timeline {
  list-style: none;
}
.timeline li {
      width:auto;
    height: 75px;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;
    
    background:#dcdddd;
    
    padding: 0 14px;

    box-sizing: border-box;
}


.timeline li:nth-child(2n){
    background:#eeefef;
}



  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #0e335f solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0e335f;
    position: absolute;
    left:10px;
    top: 10px;
    border-radius: 100%;
  }

  .timeline-content dl dt{
  
    padding: 0;
    background: none;
    
    font-size: 14px;
    line-height: 130%;
        text-align: left;
    color: #1574bc;
    font-family: 'noto500';
    padding-bottom: 0px;    
    margin-bottom: 5px;
    border-bottom: none;
    



  }


  .timeline-content dl dd{
    font-size: 13px;
    line-height: 140%;
  }
  






.rrt05{
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.rrt05 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.rrt05 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt05 ul li dl dt{
    max-width: 198px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.rrt05 ul li dl dd p{
    background: #2b96e1;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px 0 7px 0;
    border-radius: 20px;
}

.rrt05 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    height: 85px;

}







.rrt005{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.rrt005 ul li{
width: 49%;
    height: 210px;
    
    float:left;
    
    margin-right: 2%;
    margin-bottom: 15px;
    



border-radius: 20px;
box-sizing: border-box;

    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}

.rrt005 ul li:nth-child(2n){
    margin-right: 0%;
    /* margin-bottom: 0px;     */
}



/* .rrt005 ul li:nth-child(3n){
    margin-left: 25.5%;
    margin-right: 0%;
    margin-bottom: 0px;    
} */


.rrt005_bg01{
    background: #b39a69;
}

.rrt005_bg02{
    background: #b7a3c1;
}

.rrt005_bg03{
    background: #80a736;
}

.rrt005_bg04{
    background: #4c6cb3;
}


.rrt005_in{

}

.rrt005_in dl dt{
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.rrt005_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.rrt005_in dl dd{
    font-size: 65px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}

.rrt005_in dl dd em{
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}


.rrt005_in p{
    font-size: 17px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}












/* プライバシー ---------------------------------------------- */



.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 35px;

}

.privacy dd a{
    color: #000000;
    text-decoration: none;
}


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 25px;
    
    font-size:15px;
    line-height: 170%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


.privacy dd ul li:last-child{
    margin-bottom: 0px;
}


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:15px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:15px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


.privacy dl dd dl dd:last-child{
    margin-bottom: 0px;
}




















/* お問い合わせフォーム---------------------------------------------- */

.f_text01{
}

.f_text01 a{
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #000000;
    text-decoration:underline;
}
.ctt_txt02{
    font-size: 26px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 60px;

}


.ctt_txt02 span{
    font-size: 16px;
    line-height: 140%;
    margin-left: 15px;
}


.ctt_txt02 a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt02 a:hover{
    color: #000000;
    text-decoration: none;
}





.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 60px;
    
    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;
}





.contact-t{
    margin-bottom: 60px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 35px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}







.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: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;

z-index:1;
}





h2.h2_01{
    font-size: 26px;
    line-height: 140%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 40px;
    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;      
}

h2.h2_01 span{
    color: #263e62;
}


h2.h2_01 p{
    font-size: 16px;
    line-height: 110%;
    color: #263e62;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1px;
}



h3.h3_01 {
    width: 100%;
    height: 27px;

    position: relative;
    display: block;

    text-align: center;
  

/*    background: #E94D4F;*/

    margin-bottom: 35px;
}

h3.h3_01:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #cac6d1;
  z-index: 0;
}

h3.h3_01 p{
  width: 100%;
  position: absolute;
  font-size: 24px;
  line-height: 95%;
  font-family: 'noto500';   
  text-align: center; 
  
  z-index: 5;
    
  background: url("../img/common/h3.png") left center no-repeat,url("../img/common/h3.png") right center no-repeat;
  background-size: 8px 8px;
}





h4.h4_01{
  font-size: 19px;
  line-height: 120%;
  font-family: 'noto400';  
  font-style: normal;
    
  border-left: 4px solid #6c6083;
  padding-left: 5px;
  padding-top: 21px;
    margin-bottom: 24px;
}






/* トップメイン画像---------------------------------------------- */

.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main_s.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 20px;
    box-sizing: border-box;  

}

   
   
   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    


    
    max-width: 500px;
    box-sizing:border-box;
    width: 100%;


    padding:0 20px;
    box-sizing: border-box;    
}

.tp_mg_in dl dt{
    font-size: 100px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;

}

.tp_mg_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.tp_mg_in dl dt em{
    font-size: 70px;
    line-height: 100%;
    color:#000000;
    margin-left: -10px;
    margin-right: 0px;

}
 
  
.tp_mg_in dl dd{
    font-size: 26px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: right;
}

   
   


/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}


.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 350px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") -100px center no-repeat;
    background-size: 350px 350px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in img {
width: 280px;
margin-bottom: 20px;
text-align: center;
margin: 0 auto;
}








.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 300px;

	z-index: 2;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;



    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.slider_in01 img{
width: 250px;

text-align: center;
}



.slider_in01 img img{

text-align: center;
margin: 0 auto;
}







/*====== 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:#FFFFFF;
	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:#FFFFFF;
    /*線の動き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;
	}
}





/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:350px;
	z-index:5;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}





/* 各ページイメージ ---------------------------------------------- */



.company_img{
	width: 100%;
	height:300px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.service_img{
	width: 100%;
	height:300px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.recruit_img{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.contact_img{
	width: 100%;
	height:250px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




/* ボタンの基本スタイル */



.btn_btm01{
    margin-bottom: 50px !important;

}


.btn{
  max-width: 250px;
  width: 100%;
  height: 45px;
  margin: 0 auto;

}


.btn a {

  display: block;
  max-width: 250px;
  width: 100%;
  height: 45px;
  padding: 0 0 0px 0;
  background-color: #21BE78;
  font-size: 15px;

  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#263e62;
  background-size: 20px 20px;

  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;

  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;  

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
}




/* ホバー時のスタイル */
.btn a:hover {
  background: url("../img/common/cmn_btn.png") 5px 5px  no-repeat,#34527f;
  background-size: 20px 20px;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: 5px;
}






/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   


/* トップ 会社案内　------------------------------------------ */



.tp_cp01{


}


.tp_cp01_l{
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 40px auto;

}

.tp_cp01_r{
    width: 100%;
    height: auto;
    float: none;
}

.tp_cp01_in_tx_w100{
    max-width: 100% !important;

}

.tp_cp01_in_tx_lh140{
    line-height: 140% !important;

}



.tp_cp01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cp01_in_tx dl dt{
    font-size: 21px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;
}

.tp_cp01_in_tx dl dd{
    text-align:left;
    font-size: 15px;
    line-height: 170%;
    color: #000000;

}


.tp_cp01_bg01{


	height:220px !important;
	background:url("../img/top/01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}











/* トップ お知らせ　------------------------------------------ */


.tp_ns_bg{
	width: 100%;
	height:490px !important;
	background:url("../img/top/02_bg.png") 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;   
   
   border-radius: 15px;
}


.news_01{
    margin-bottom: 30px;
    padding: 0 20px;
}

.news_01 dl dt{
    font-size: 14px;
    line-height: 160%;
    float: none;
    clear: both;
    width: 100px;
    color:#263e62;
    margin-bottom: 2px;
}




.news_01 dl dd{
    padding-left: 0px;
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #263e62;

}

.news_01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}







.ns_cont{
    margin: -40px auto 60px;
    padding-top: 40px;
}

.ns_ttl{
    font-size: 20px;
    line-height: 160%;
    border-bottom: 2px solid #263e62;
    padding-bottom: 5px;
    margin-bottom:20px;

}


.ns_day{
    font-size: 13px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 15px;
    line-height: 200%;
    
    margin-bottom: 40px;
}

.ns_post_img{
    max-width: 400px;
    margin: 0px auto;
}

.ns_post_img ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 4%;
    margin-bottom: 20px;

}

.ns_post_img ul li:nth-child(2n){
    margin-right: 0%;
}




/* トップ リクルート------------------------------------------ */






.tp_rrt{

    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.tp_rrt dl dt{
    font-size: 25px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.tp_rrt dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}


.tp_rrt dl dd{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align:left;
    font-size: 15px;
    line-height: 170%;
    color: #000000;

}


.tp_rrt01{

}

.tp_rrt01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 25px;    
}

.tp_rrt01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_rrt01 ul li:last-child{
    margin-bottom: 0px;
}



.tp_rrt01 ul li a{
    display: block;
    width: 100%;
    height:190px;
    
    border-radius: 10px;

    transition: all  0.3s ease;
}

.tp_rrt01 ul li a:hover{
background-image:linear-gradient(180deg,#00B4DB 0,#0083B0 100%);
background: linear-gradient(rgba(0,180,219,0.5),rgba(0,131,176,0.5));
}


.tp_igt01_clc{
    font-size: 22px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}


.tp_rrt01 ul li p{
    font-size: 17px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 160px;
    width: 100%;
    height: 32px;
    background: rgba(108,96,131,0.80);
    margin: 25px auto 0 0;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_rrt01_bg01{
	height:190px !important;
	background:url("../img/top/03_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg02{
	height:190px !important;
	background:url("../img/top/03_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg03{
	height:190px !important;
	background:url("../img/top/03_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg04{
	height:190px !important;
	background:url("../img/top/03_04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ 会社案内　------------------------------------------ */


.tp_cpy_bg{
    width: 100%;
	height:680px !important;
	background:url("../img/top/04_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 0 30px;
     box-sizing: border-box;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
   border-radius: 15px;
}


.tp_cpy01{
}

.tp_cpy01_l{
    width: 100%;
    height: auto;
    float: none;

}

.tp_cpy01_r{
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 40px auto;    
}

.tp_cpy01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cpy01_in_tx dl dt{
    font-size: 25px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;
}

.tp_cpy01_in_tx dl dd{
    text-align:left;
    font-size: 15px;
    line-height: 170%;
    color: #000000;

}


.tp_cpy01_bg01{


	height:220px !important;
	background:url("../img/top/04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}





/* 共通採用ボタン---------------------------------------------- */





.recruit_bnr{
    width: 90px;
    height: auto;
    display: block;
    position: fixed;
    right: 10px;
    bottom:60px;
    z-index: 9000;
}

.recruit_bnr a{
    transition: 0.3s;
}

.recruit_bnr a:hover{
    opacity: 0.8;
}

.recruit_bnr a img{
    width: 100%;
    height: auto;
}



/* 共通お問い合わせ---------------------------------------------- */

.cmm_btm01{
    margin-bottom: 0 !important;
}



.cmm_btm02{
    margin-bottom: 60px !important;
}

.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cmm_ctt dl dt{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'noto500'; 

}

.cmm_ctt dl dd{
    font-size: 30px;
    line-height: 100%;
    text-align:center;
    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}




/* 会社案内　------------------------------------------ */

.cp_01{
}

.cp_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.cp_01 ul li:nth-child(2n){
    margin-right: 0%;
}

.cp_01 ul li img{


    border-radius: 15px;
}


.cp_02{
    margin-bottom: 70px;
}

.cp_02 table{
	width:100%;
	height:auto;
}

.cp_02 th{
    width: 100px;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td ul li{
    background: url("../img/common/list001.png") left center no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}




.cp_02 td a{
    color: #000000;
    text-decoration: none;
}

.cp_02 td a:hover{
    color: #000000;
    text-decoration:underline;
}


.cp_03{
    width: 100%;
    height: auto;
    margin-bottom: 70px;

}

.cp_03 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 8px;

    
	font-size:14px;
    line-height: 150%;

}

.cp_03 ul li:nth-child(2n){
    margin-right: 0%;
}

.cp_03 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 8px;    
}

.cp_03 ul li ul li:last-child{
    margin-bottom: 0px; 
}

.cp_04{

}




/* 事業案内　------------------------------------------ */



.sv01{
    margin-bottom: 45px;
}

.sv01 ul li{
    width: 48.5%;
    height: auto;
    margin-right: 3%;
    float: left;
    margin-bottom: 12px;
}


.sv01 ul li img{
    border-radius: 10px;
}




.sv01 ul li:nth-child(2n){
    margin-right: 0%;
}



.sv01 ul li:nth-child(4n){
    margin-right: 0%;
}



.sv02_t{
	width:100%;
	height:auto;
    margin-bottom: 60px;    
    padding-bottom: 10px;
    overflow-x: auto;     
}


.sv02_t::-webkit-scrollbar {
  height: 10px; 
}
 
.sv02_t::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.sv02_t::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px; 
}

.sv02_t table{
	width:100%;
	height:auto;
    white-space: nowrap;
}

.sv02_t th{

	font-size:14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
	border-collapse:collapse;

    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;    
    background: #263E62;
}

.sv02_t td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;  
    background: #FFFFFF;
}




.sv02{
    margin-bottom: 60px;
}

.sv02 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;
}

.sv02 ul li:nth-child(2n){
    margin-right: 0%;
}


.sv02 ul li dl dt{
    font-size: 14px;
    line-height: 140%;
    float: left;
    clear: both;


}

.sv02 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;

}




/* 施工実績　------------------------------------------ */


.con01{
    margin-bottom: 50px;
}

.con01 ul li{
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cac6d1;
}

.con01 ul li dl dd:last-child{
    margin-bottom: 0px;
}


 




/* 採用　------------------------------------------ */


  .rrt000{
    margin: 0 auto 50px auto;
}

.rrt000 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rrt000 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt000 ul li a{
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    color:#263e62;
    padding-bottom: 2px;
    
    border: 1px solid #263e62;
    box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;      
}

.rrt000 ul li a:hover{
    color: #FFFFFF;
    border: 1px solid #263e62;
    box-sizing: border-box;
    background:#263e62;
}

.rrt000_on{
    color: #FFFFFF !important;
    border: 1px solid #263e62 !important;
    box-sizing: border-box !important;
    background:#263e62 !important;
}



  
.rrt001{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 35px auto;
/*    background: #C77F80;*/
}

.rrt001 ul li{
    width: calc(48.5% - 20px);
/*    width: 22%;*/
    height: auto;
    float: left;
    margin-right: 3%;
    margin-left: 20px;
    margin-bottom: 10px;
}

.rrt001 ul li:nth-child(2n){
    margin-right: 0%;
    
}

.rrt001 ul li:nth-child(4n){
    margin-right: 0%;
    
}


.rrt001 ul li a{

    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 160px;
    width: 100%;
    height: 32px;
    background: rgba(108,96,131,0.80);
    margin: 57px auto 0 -20px;
    box-sizing: border-box;

  border-top-right-radius: 30px;
  border-bottom-right-radius:30px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       

   
    transition: all  0.3s ease;   
}

.rrt001 ul li a:hover{
    background: rgba(108,96,131,1);
}



.rrt001_bg01{
    height:100px !important;
	background:url("../img/recruit/m_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
}
    
.rrt001_bg02{
    height:100px !important;
	background:url("../img/recruit/m_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
}
     
.rrt001_bg03{
    height:100px !important;
	background:url("../img/recruit/m_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
}   
     
.rrt001_bg04{
    height:100px !important;
	background:url("../img/recruit/m_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     border-radius: 10px;
}  




.rrt002{
}

.rrt002 dl dt{
    
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto700'; 
    
    padding: 7px;
    margin-bottom: 20px;
    
    background: #031444;
}

.rrt002 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 45px;

}

.rrt002 dl dd:last-child{
    margin-bottom: 0px;
}





.rrt03{
/*    background: #E2B4B4;*/

}

.rrt03 ul li{    
    max-width: 580px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 20px auto;

    background:#C9D7EF;

}

    
.rrt03 ul li:nth-child(2n){
    margin: 0 auto 25px auto;
}




.rrt00_ttl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 30px auto;
    padding-bottom: 7px;
    
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto700';
    
    border-bottom: 5px solid #2B4F7A;


}


.rrt00_bx{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.rrt00_bx_l{
    width: calc(100% - 141px);
    height: 187.9px;
    background: #031444;
    box-sizing: border-box;
    float:left;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.rrt00_bx_r{
    width: 141px;
    float: right;
    
    background: #F89B9C;
}

.rrt00_bx_r img{
    vertical-align:bottom;

}



.rrt00_bx_in{
}

.rrt00_bx_in dl{
    margin-bottom: 20px;

}

.rrt00_bx_in dl dt{
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt00_bx_in dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;
    text-align: center;
}








.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.rrt01_bx_l{
    width: 47%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #031444;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 53%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 12px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 5px 2px 5px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;    
}


.arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #FF0000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -22px;
  left: 43px;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
}
.att{
  font-size:16px;
  font-weight:bold;
  color: #FF0000;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}








.rrt04{
    max-width: 840px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
/*    background: #EB9294;  */   
}

.rrt04_in{
    margin: 0 auto 40px auto;

}

.rrt04_in_01{ 
    position:relative;
    margin-bottom: -90px;

    margin-left: 15px;
    z-index: 50;


    
    max-width:100px;
    width: 100%;
    height: 100px;
   background: #031444;
    
    border-radius: 50%;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
}

.rrt04_in_01 dl dt{
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}


.rrt04_in_01 dl dd{
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}


.rrt04_in_02{


    z-index: 10;
    
    max-width: 660px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}





.rrt003{
margin-bottom: 50px;
}

.rrt003_l{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    float: none;
    /* margin-bottom: 40px; */
}

.rrt003_r{
    width: 100%;
    height: auto;
    float: none;
}


.rrt003_in01{

}


.rrt003_in01 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}

.rrt003_in01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;
}

.rrt003_in01 dl dd:last-child{
	margin-bottom:0px;
}






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}


.rrt_timeline_b{

}

.timeline {
  list-style: none;
}
.timeline li {
      width:auto;
    height:95px;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;
    
    background:#dcdddd;
    
    padding: 0 14px;

    box-sizing: border-box;
}


.timeline li:nth-child(2n){
    background:#eeefef;
}



  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #0e335f solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0e335f;
    position: absolute;
    left:10px;
    top: 10px;
    border-radius: 100%;
  }

  .timeline-content dl dt{

  
    padding: 0;
    background: none;
    
    font-size: 14px;
    line-height: 140%;
        text-align: left;
    color: #1574bc;
    font-family: 'noto500';
    padding-bottom: 0px;    
    margin-bottom: 5px;
    border-bottom: none;
    



  }


  .timeline-content dl dd{
    font-size: 12px;
    font-size: 12px;
    line-height: 140%;
  }






.rrt05{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.rrt05 ul li{
    width: 47%;
    height: auto;
    float: left;
    margin-right: 6%;
    margin-bottom: 40px;
}

.rrt05 ul li:nth-child(2n){
    margin-right: 0%;
}

.rrt05 ul li:nth-child(4n){
    margin-right: 0%;
}

.rrt05 ul li dl dt{
    max-width: 198px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.rrt05 ul li dl dd p{
    background: #2b96e1;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px 0 7px 0;
    border-radius: 20px;
}

.rrt05 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    height: 85px;

}




.rrt005{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.rrt005 ul li{
width: 48.5%;
    height: 190px;
    
    float:left;
    
    margin-right: 3%;
    margin-bottom: 12px;
    padding: 15px;
    box-sizing: border-box;
    



    border-radius: 10px;
box-sizing: border-box;

    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}

.rrt005 ul li:nth-child(2n){
    margin-right: 0%;
    /* margin-bottom: 0px;     */
}



/* .rrt005 ul li:nth-child(3n){
    margin-left: 25.5%;
    margin-right: 0%;
    margin-bottom: 0px;    
} */



.rrt005_bg01{
    background: #b39a69;
}

.rrt005_bg02{
    background: #b7a3c1;
}

.rrt005_bg03{
    background: #80a736;
}

.rrt005_bg04{
    background: #4c6cb3;
}


.rrt005_in{

}

.rrt005_in dl dt{
    font-size: 18px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.rrt005_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.rrt005_in dl dd{
    font-size: 55px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}

.rrt005_in dl dd em{
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}


.rrt005_in p{
    font-size: 17px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}











/* プライバシー ---------------------------------------------- */



.privacy{
}


.privacy dt {
    font-size:15px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 6px;
    margin-bottom: 12px;

}


.privacy dd {
    font-size:14px;
    line-height: 160%;
    margin-bottom: 30px;

}

.privacy dd a{
    color: #000000;
    text-decoration: none;
}


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 25px;
    
    font-size:14px;
    line-height: 160%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


.privacy dd ul li:last-child{
    margin-bottom: 0px;
}


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:14px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:14px;
    line-height: 140%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 30px;
}


.privacy dl dd dl dd:last-child{
    margin-bottom: 0px;
}















/* お問い合わせフォーム---------------------------------------------- */


.f_text01{
}

.f_text01 a{
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #000000;
    text-decoration:underline;
}

.ctt_txt02{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 60px;

}


.ctt_txt02 span{
    font-size: 13px;
    line-height: 140%;
    margin-left: 12px;
}


.ctt_txt02 a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt02 a:hover{
    color: #000000;
    text-decoration: none;
}





.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 50px;
    
    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;
}



.contact-t{
    margin-bottom: 50px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:16px;

	line-height:120%;
	margin-bottom:15px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 27px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}







.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);
    }
}













}
