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


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

}



/* 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:80px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    background:#FFFFFF;
    
/*    background:rgba(255,255,255,0.40);*/

}


#header{

	width:100%;
	height:80px;
	margin:0 auto;
    position: relative;

}

header{

	width:100%;
	height:80px;
	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: linear-gradient(90deg,rgba(58, 176, 191, 1) 0%, rgba(195, 230, 182, 1) 100%);
    padding: 90px 50px 60px 50px;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1400px;
	width:100%;
	height:auto;
	margin:0 auto 55px auto;
    background: rgba(255,255,255,0.50);

	padding:50px 50px;
	box-sizing:border-box;
    border-radius: 15px;
}

.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:#FFFFFF;
/*    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: linear-gradient(90deg,rgba(58, 176, 191, 1) 0%, rgba(195, 230, 182, 1) 100%);
    padding: 70px 40px 50px 40px;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1400px;
	width:100%;
	height:auto;
	margin:0 auto 55px auto;
    background: rgba(255,255,255,0.50);

	padding:40px 40px;
	box-sizing:border-box;
    border-radius: 15px;
}

.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:#FFFFFF;
/*    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: linear-gradient(90deg,rgba(58, 176, 191, 1) 0%, rgba(195, 230, 182, 1) 100%);
    padding: 50px 30px 30px 30px;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

footer{
	max-width:1400px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
    background: rgba(255,255,255,0.50);

	padding:30px 30px;
	box-sizing:border-box;
    border-radius: 15px;
}

.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: 10px;
	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: 280px;
height: auto;
position: absolute;
top:30px;

z-index: 100;

}

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



.h2_01_c{
    text-align: center !important;

}

h2.h2_01{
    height: 96px;
    margin-bottom: 55px;    
}



h2.h2_01 p{
    height: 96px;

    font-size: 30px;
    line-height: 100%;
    color: #000000;
    display: inline-block;

    vertical-align:bottom;


    
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;   


}

h2.h2_01  span{
    font-size: 50px;
    line-height: 100%;
    color: #000000;
    vertical-align: text-top;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    background: url("../img/common/h2_bg.png") right top no-repeat;
    padding-right: 50px;
    padding-bottom: 100px;
    
    display: inline-block;
}



h3.h3_01{
    height: 65px;
    font-size: 35px;
    line-height: 180%;
    color: #1a8e9f;
    background: url("../img/common/h3.jpg") left center no-repeat;
    padding-left: 35px;
    letter-spacing: 10px;
    margin-bottom: 40px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}

h4.h4_01{

    font-size: 30px;
    line-height: 180%;
    color:#000000;
    background: url("../img/common/h4.jpg") left center no-repeat;
    padding-left: 60px;
    letter-spacing: 6px;
    margin-bottom: 30px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}

h4.h4_01:first-letter{
    color: #1a8e9f;
 }




/* トップメイン画像---------------------------------------------- */


.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_out_bg{
    margin-top: 80px;

    
	position: relative;
    
    overflow: hidden;
}


.slider_out{
    padding-left: 50px;
    
}




#slider {
    width: 100%;
    height: calc(100vh - 80px) !important;
/*    height: 100vh !important;*/

  border-top-left-radius: 50px;

  border-bottom-left-radius: 50px;

}


.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}


.fade-in dl dt{
    font-size: 75px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;
}


.fade-in dl dd{
    font-size: 50px;
    line-height: 140%;
    color: #b61818;

font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;
}





@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;

    width: 100%;



	z-index: 2;
/*	top: 150px;
	left: 160px;*/
    
    bottom: 200px;
    left: 160px;




}







.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:10px;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-70px;
    left: 16px;

    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#030303;
	font-size:17px;
    line-height: 100%;
	letter-spacing:0.4em;
    
 font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 700;

  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
        
}

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


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

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








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



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







/* ボタンの基本スタイル */


.btn001{
    max-width: 280px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center !important;
    
    

}

.btn001-02 {
    width: 100%;
    max-width: 280px;
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #2d6ea3;
    font-size: 17px;
    line-height: 100%;
    color: #2d6ea3;
    background-color: #fff;
    transition: all 0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}
/* 矢印アイコン */
.btn001-02 span {
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
    
    top: 2px;
    
    right:-40px;

}
.btn001-02 span::before,
.btn001-02 span::after {
    content:"";
    position: absolute;

    right: -1px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
}
.btn001-02 span::before {
    top: 3px;
    transform: rotate(-45deg);
}
.btn001-02 span::after {
    bottom: 4px;
    transform: rotate(45deg);
}
/* ホバーアニメーション */
.btn001-02:hover {
    color: #fff;
    background-color: #2d6ea3;
}
.btn001-02:hover span {
    background-color: #fff;
}
.btn001-02:hover span::before,
.btn001-02:hover span::after {
    background-color: #fff;
}




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

/* トップ メッセージ------------------------------------------ */

.anim-box {

}
 
.stroke {
  background: #e9eef3;
  max-width:100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;

  position: relative;
  

}

.stroke_in{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.stroke_in dl dt{
    font-size: 40px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;




  background: linear-gradient(90deg, #e17834 10%, #ed2a61 36%, #09a9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stroke_in dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #000000;


    font-family: 'noto400';
}


 
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - 80px);
}
.stroke .border.top {
  border-top: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke .border.right,
.stroke .border.left {
  height: calc(100% - 80px);
}
.stroke .border.right {
  border-right: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke.is-animated .border {
  opacity: 1;
}
 
.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
 
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 80px);
    opacity: 1;
  }
}
 
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 80px);
    opacity: 1;
  }
}
   
   
   


/* トップ 会社案内　------------------------------------------ */



.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_ps_bg{
    background: #e3f4f3;

}


.tp_ps{

}

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

}

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

.tp_ps_img{
    margin-bottom: 30px;
}

.tp_ps_img img{
    
    border-radius: 12px;
}

.tp_ps_in{
    margin-bottom: 50px;
}

.tp_ps_in dl dt{
    font-size: 26px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 12px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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

}






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


.tp_igt001_btm01{
    margin-bottom: 80px;
}


.tp_igt001{
}


.tp_igt001_l{
    width: 50%;
    height: auto;
    float: left;
}


.tp_igt001_r{
    width: 50%;
    height: auto;
    float: right;
}

.tp_igt001_in{
    padding-left: 50px;

}


.tp_igt001_in_01{
    margin-bottom: 50px;
}

.tp_igt001_in_01 dl dt{
    font-size: 26px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 12px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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

}



.tp_igt001_bg01{
	height:520px !important;
	background:url("../img/top/02_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt001_bg02{
	height:520px !important;
	background:url("../img/top/02_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





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


.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_ttl{
    font-size: 24px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    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: 70px;

}

.ns_post_img{

}

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

}

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












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


.cmm_btm01{
    margin-bottom: 0 !important;
}

.cmm_btm02{
    margin-bottom: 100px !important;
}


.cmm_ctt{
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.cmm_ctt ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

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



.cmm_ctt dl dt{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'noto400'; 

}

.cmm_ctt dl dd{
    font-size: 40px;
    line-height: 130%;

    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd p{
    font-size: 18px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;  
    margin-top: -10px;
}


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

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




.cmm_ctt_btn{
    max-width: 360px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color:#FFFFFF;
}

.cmm_ctt_btn a{
    display:block;
    width: 100%;
    height: 75px;

    font-size: 20px;
    line-height: 130%;
    text-align: center;
    font-family: 'noto500';
    color: #FFFFFF !important;
    
    background:#2d6ea3;
    border: 1px solid #2d6ea3;
    border-radius: 20px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    transition: all  0.3s ease;     
}

.cmm_ctt_btn a:hover{
    color: #2d6ea3 !important;
    background: #FFFFFF;
    border: 1px solid #2d6ea3;
}


.cmm_ctt_btn a span{
    height: 29px;

    background: url("../img/common/ctt.png") left center no-repeat;
    padding-left: 60px;

}


.cmm_ctt_btn a:hover span{
filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(401%) hue-rotate(164deg) brightness(90%) contrast(92%);
}




/* 共通背景　------------------------------------------ */


.cmn_bg{
    background: url("../img/common/common_page_bg.jpg") right top no-repeat;
    margin-top: 80px;
}

/* 会社案内　------------------------------------------ */


.cpy01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;
}

.cpy01 p{
    text-align: right;
    margin-top: 20px;

}


.cpy02_btm01{
    margin-bottom: 50px !important;
}

.cpy02{
    margin-bottom: 100px;
}

.cpy02 p{
    margin-top: 15px;
    font-size: 15px;
    line-height: 160%;

}

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

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



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

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

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

.cpy02 td ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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



.cpy02 span{
    display: inline-block;


    margin-left: 10px;
    
    vertical-align: bottom;


}

.cpy02 span a{
    display: block;
    max-width: 55px;
    width: 100%;
    height: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 4px;
    color: #FFFFFF;

    font-size: 14px;
    line-height: 100%;
    text-align: center;
    background: #60bfc7;
    color: #FFFFFF;
    
    border-radius: 5px;
    transition: all  0.3s ease;     
}
.cpy02 span a:hover{
    background: #208393;
    color: #FFFFFF;
}



.cpy03{
    font-size: 16px;
    line-height: 140%;
}

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

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



/* 製品案内　------------------------------------------ */

.pdt01{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 70px;
    font-family: 'noto500'; 
}


.pdt02{
    margin-bottom: 60px;
}

.pdt02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    
    border: 3px solid #227898;
    box-sizing: border-box;
    
    padding: 20px;
    box-sizing: border-box;

}

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

.pdt02_out{

}

.pdt02_img_01{
    height:355px;
}

.pdt02_img_02{
    height:303px;
}


.pdt02_img{
    max-width: 304px;
    width: 100%;



    margin: 0 auto 30px auto;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}

.pdt02_in{


}


.pdt02_in_01{
    height: 120px;
}

.pdt02_in_02{
    height: 190px;
}


.pdt02_in dl{
    margin-bottom: 30px;


}

.pdt02_in dl dt{
    font-size: 24px;
    line-height: 130%;
    color: #227898;
    margin-bottom: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


.pdt02_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;

}



.pdt03_pb{
    margin-bottom: 0 !important;
}


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


.pdt03{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 40px;

}

.pdt03 p{
    max-width: 120px;
    width: 100%;
    height: 40px;
    border: 1px solid #2d6ea3;
    text-align: center;
    color: #2d6ea3;
    font-size: 18px;
    line-height: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.pdt04{
    text-align: center;
    margin: 0 auto 50px auto;
}



.pdt05{
    margin-bottom: 100px;
}


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

.pdt05 th{

	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;  
    background: #e7eff5;
    text-align: center;
}

.pdt05 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;   
    text-align: center;    
}

.pdt05 td ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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





.pdt06{
    border: 2px solid #4eb7c3;
    padding: 50px;
    background: #f7f7f7;
    margin-bottom: 70px;
}

.pdt06 dl dt{
	font-size:22px;
    line-height: 140%;
    color: #29939f;
    background: url("../img/products/04/list.png") left 9px no-repeat;
    padding-left: 23px;
    margin-bottom: 10px;
}

.pdt06 dl dd{
	font-size:16px;
    line-height: 160%;
    margin-bottom: 30px;
}

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


/* サービス＆サポート　------------------------------------------ */

.sas01{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 100px;
    font-family: 'noto500'; 
}


.sas02{

}

.sas02 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
    position: relative;
    padding: 40px 5px;
    box-sizing: border-box;
    
    border: 3px solid #29939f;

}

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


.sas02_mr{
    position: absolute;
    left: -3px;
    top: -5px;
    width: 90px;

}


.sas02 ul li dl dt{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;

}

.sas02 ul li dl dd{
    font-size: 18px;
    line-height: 130%;
    color: #29939f;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}




.tp_igt_btm01{
    margin-bottom: 80px;

}


.tp_igt01_001{
    height: auto;
    
}

.tp_igt01_002{
    height: auto;
}


.tp_igt01_002:last-child{
    margin-bottom: 0px; 
}


.tp_igt01_img_out{
    height: 550px;
    position:relative;
/*    background: #FFC6C7;*/

}

.tp_igt01_img_out01{
    height: 570px;
    position:relative;

    padding-top: 100px;
    box-sizing: border-box;
/*    background: #FCA7A9;*/
}


.tp_igt01_in{
    width: 100%;
    position: absolute;
    z-index: 20;
    right: 0;
    top:0px;
 
}

.tp_igt01_in_l{
width: 45%;
height: auto;
margin-top: 100px;


float:left;

padding: 0;
box-sizing: border-box;
}

.tp_igt01_in_r{
width: 55%;
height: 530px !important;
float:right;
position: relative;
}

.tp_igt02_in_l{

width: 55%;
height:530px !important;
float:left;
position: relative;
}

.tp_igt02_in_r{
width: 45%;
height: auto;
margin-top: 100px;

float:right;

padding: 0;
box-sizing: border-box;
}


.tp_igt01_in_l_in{


    padding: 30px 30px;
    box-sizing: border-box;

    height: 460px;

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

}


.tp_igt01_txt01{
    line-height: 180%;
}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 28px;
    margin-bottom: 30px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_txt01 dl dt p{
    font-size: 20px;
}


.tp_igt01_txt01 dl dd{
    color:#FFFFFF;
    font-size: 18px;
    line-height: 180%;


}

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



.tp_igt01_txt02{
    line-height: 180%;
}

.tp_igt01_txt02 dl dt{
    color:#FFFFFF;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;

    font-family: "kiwi-maru", sans-serif;
    font-weight: 400;
    font-style: normal
}

.tp_igt01_txt02 dl dt p{
    font-size: 80px;
    line-height: 110%;
}

.tp_igt01_txt02 dl dd p{
    color: #6f5d27;
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 10px;
}



.tp_igt01_txt02 dl dd{
    color: #6f5d27;
    font-size: 18px;
    line-height: 180%;
}






.tp_igt01_img_001{
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 465px !important;
 

    top: 0;
    right: 0;
     z-index: 10;
}


.tp_igt01_img_002{
    position: absolute;
    width: 1000px;
    top: 0;
    left: 0px;
     z-index: 10;
}


.tp_igt_bg01{
	height:465px !important;
	background:url("../img/service/02_01.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
     z-index: 5;

}


.tp_igt_bg02{
	height:465px !important;
	background:url("../img/service/02_02.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
     z-index: 5;

}

.tp_igt_bg03{
	height:465px !important;
	background:url("../img/service/02_03.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
     z-index: 5;

}

.tp_igt_bg04{
	height:465px !important;
	background:url("../img/service/02_04.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
     z-index: 5;

}





.blue,
.blue01{
  min-height: 450px;
  position: relative;
  z-index: 2;
  


}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  right: 0px;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg01.png") right no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg02.png") left no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.fade::before {
/*  width: calc(100% - 20%);*/
    width: 100%;
    
  border-radius: 15px;
}











/* 会社案内　------------------------------------------ */

.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_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: 100px;
}

.sv01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;

}

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


.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: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
/*    background:#C9D7EF;*/



}


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





.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: 42%;
    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: 58%;
    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{
}

.rrt003_l{
    width: 63%;
    height: auto;
    float: left;
}

.rrt003_r{
    width: 35%;
    height: auto;
    float: right;
}


.rrt003_in01{

}


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


}

.rrt003_in01 dl dd{
    font-size: 16px;
    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: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.rrt005 ul li{
width: 30%;
    height: 330px;
    
    float: left;
    
    margin-right: 5%;
    
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(3n){
    margin-right: 0%;
}

.rrt005_bg01{
    background: #b39a69;
}

.rrt005_bg02{
    background: #b7a3c1;
}

.rrt005_bg03{
    background: #80a736;
}



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




.rrrt_t01{

    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}


.rrrt_t02{

}

.rrrt_t02 dl dt{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;

    font-family: 'noto500';
}

.rrrt_t02 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;
}

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

.rrrt_t02 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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


.rrrt_t02 p{
    margin-top: 40px;
    font-size: 16px;
    line-height: 180%;

}


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


.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: 150%;
    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: 17px;
left: 30px;

z-index: 1;
}

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






h2.h2_01{
    height: 70px;
    margin-bottom: 45px;  

}



h2.h2_01 p{
    height: 70px;

    font-size: 24px;
    line-height: 100%;
    color: #000000;
    display: inline-block;

    vertical-align:bottom;


    
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;   


}

h2.h2_01  span{
    font-size: 40px;
    line-height: 100%;
    color: #000000;
    vertical-align: text-top;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    background: url("../img/common/h2_bg.png") right top no-repeat;
    background-size: 40px 70px;
    padding-right: 40px;
    padding-bottom: 80px;
    
    display: inline-block;
}



h3.h3_01{
    height: 50px;
    font-size: 28px;
    line-height: 170%;
    color: #1a8e9f;
    background: url("../img/common/h3.jpg") left center no-repeat;
    background-size: 15px 50px;
    padding-left: 30px;
    letter-spacing: 6px;
    margin-bottom: 35px;    

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}


h4.h4_01{

    font-size: 24px;
    line-height: 180%;
    color:#000000;
    background: url("../img/common/h4.jpg") left center no-repeat;
    background-size: 40px 3px;
    padding-left: 50px;
    letter-spacing: 4px;
    margin-bottom: 30px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}

h4.h4_01:first-letter{
    color: #1a8e9f;
 }


/* トップメイン画像---------------------------------------------- */


.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_out_bg{
    margin-top: 60px;

    
	position: relative;
    
    overflow: hidden;
}


.slider_out{
    padding-left: 30px;
    
}


#slider {
    width: 100%;
    height: calc(100vh - 60px) !important;
/*    height: 100vh !important;*/

  border-top-left-radius: 45px;

  border-bottom-left-radius: 45px;
}




.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}


.fade-in dl dt{
    font-size: 55px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 15px;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;
}


.fade-in dl dd{
    font-size: 30px;
    line-height: 140%;
    color: #b61818;

font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;
}






@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




.slider_in{
	position: absolute;

    width: 100%;



	z-index: 2;
/*	top: 110px;
	left: 120px;   */
    
    bottom: 200px;
    left: 70px;    
}

.slider_in img{
    width: 500px;

}






.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:10px;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-65px;
    left: 6px;

    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#030303;
	font-size:14px;
    line-height: 100%;
	letter-spacing:0.4em;
    
 font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 700;

  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    
 
}

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    left: 4px;
    /*線の形状*/
	width: 1px;
	height:10px;
	background: #030303;
    /*線の動き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; 
}




/* ボタンの基本スタイル */

.btn001{
    max-width: 220px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center !important;
    
    

}

.btn001-02 {
    width: 100%;
    max-width: 220px;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #2d6ea3;
    font-size: 15px;
    line-height: 100%;
    color: #2d6ea3;
    background-color: #fff;
    transition: all 0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}
/* 矢印アイコン */
.btn001-02 span {
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
    
    top: 2px;
    
    right:-40px;
}
.btn001-02 span::before,
.btn001-02 span::after {
    content:"";
    position: absolute;
    right: -1px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
}
.btn001-02 span::before {
    top: 3px;
    transform: rotate(-45deg);
}
.btn001-02 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}
/* ホバーアニメーション */
.btn001-02:hover {
    color: #fff;
    background-color: #2d6ea3;
}
.btn001-02:hover span {
    background-color: #fff;
}
.btn001-02:hover span::before,
.btn001-02:hover span::after {
    background-color: #fff;
}


.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); }
   }
   
   
   
/* トップ メッセージ------------------------------------------ */

.anim-box {

}
 
.stroke {
  background: #e9eef3;
  max-width:100%;
  height: auto;
  padding: 50px 30px;
  box-sizing: border-box;

  position: relative;
  
 
}

.stroke_in{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.stroke_in dl dt{
    font-size: 30px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;




  background: linear-gradient(90deg, #e17834 10%, #ed2a61 36%, #09a9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stroke_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;


    font-family: 'noto400';
}


 
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - 80px);
}
.stroke .border.top {
  border-top: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke .border.right,
.stroke .border.left {
  height: calc(100% - 80px);
}
.stroke .border.right {
  border-right: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke.is-animated .border {
  opacity: 1;
}
 
.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
 
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 80px);
    opacity: 1;
  }
}
 
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 80px);
    opacity: 1;
  }
}
   
   


/* トップ 会社案内　------------------------------------------ */



.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_ps_bg{
    background: #e3f4f3;

}


.tp_ps{

}

.tp_ps ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 45px;

}

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

.tp_ps ul li:nth-child(3){
    margin-bottom: 0px;
    margin-left: 26%;
}


.tp_ps_img{
    margin-bottom: 25px;
}

.tp_ps_img img{
    
    border-radius: 10px;
}


.tp_ps_in{
    margin-bottom: 40px;
}

.tp_ps_in dl dt{
    font-size: 22px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 10px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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

}





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


.tp_igt001_btm01{
    margin-bottom: 70px;
}


.tp_igt001{
}


.tp_igt001_l{
    width: 40%;
    height: auto;
    float: left;
}


.tp_igt001_r{
    width: 60%;
    height: auto;
    float: right;
}

.tp_igt001_in{
    padding-left: 40px;

}


.tp_igt001_in_01{
    margin-bottom:40px;
}

.tp_igt001_in_01 dl dt{
    font-size: 22px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 12px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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

}



.tp_igt001_bg01{
	height:420px !important;
	background:url("../img/top/02_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt001_bg02{
	height:420px !important;
	background:url("../img/top/02_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}









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



.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_ttl{
    font-size: 22px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    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: 180%;
    
    margin-bottom: 50px;

}


.ns_post_img{

}

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

}

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




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


.cmm_btm01{
    margin-bottom: 0 !important;
}

.cmm_btm02{
    margin-bottom: 100px !important;
}


.cmm_ctt{
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.cmm_ctt ul li{
    max-width: 370px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 50px auto;

}

.cmm_ctt ul li:nth-child(2n){
    margin: 0 auto 0px auto;
}



.cmm_ctt dl dt{
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'noto400'; 

}

.cmm_ctt dl dd{
    font-size: 34px;
    line-height: 130%;

    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd p{
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;  
    margin-top: -10px;
}


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

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




.cmm_ctt_btn{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color:#FFFFFF;
}

.cmm_ctt_btn a{
    display:block;
    width: 100%;
    height: 65px;

    font-size: 17px;
    line-height: 120%;
    text-align: center;
    font-family: 'noto500';
    color: #FFFFFF !important;
    
    background:#2d6ea3;
    border: 1px solid #2d6ea3;
    border-radius: 20px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    transition: all  0.3s ease;     
}

.cmm_ctt_btn a:hover{
    color: #2d6ea3 !important;
    background: #FFFFFF;
    border: 1px solid #2d6ea3;
}


.cmm_ctt_btn a span{
    height: 22px;

    background: url("../img/common/ctt.png") left center no-repeat;
    background-size: 33px 22px;
    padding-left: 48px;

}


.cmm_ctt_btn a:hover span{
filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(401%) hue-rotate(164deg) brightness(90%) contrast(92%);
}



/* 共通背景　------------------------------------------ */


.cmn_bg{
    background: url("../img/common/common_page_bg.jpg") right top no-repeat;
    background-size: 1000px 150px;
    margin-top: 60px;
}


/* 会社案内　------------------------------------------ */


.cpy01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 70px;
}

.cpy01 p{
    text-align: right;
    margin-top: 15px;

}


.cpy02_btm01{
    margin-bottom: 40px !important;
}


.cpy02{
    margin-bottom: 70px;
}


.cpy02 p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;

}


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

.cpy02 th{
    width: 120px;
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

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

.cpy02 td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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





.cpy02 span{
    display: inline-block;
    margin-left: 10px;

    vertical-align: bottom;
}

.cpy02 span a{
    display: block;
    max-width: 50px;
    width: 100%;
    height: 22px;
    padding: 0 8px;
    box-sizing: border-box;
    padding-top: 3px;
    color: #FFFFFF;

    font-size: 13px;
    line-height: 100%;
    text-align: center;
    background: #60bfc7;
    color: #FFFFFF;
    
    border-radius: 5px;
    transition: all  0.3s ease;     
}
.cpy02 span a:hover{
    background: #208393;
    color: #FFFFFF;
}




.cpy03{
    font-size: 15px;
    line-height: 140%;
}

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

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







/* 製品案内　------------------------------------------ */

.pdt01{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 50px;
    font-family: 'noto500'; 
}


.pdt02{
    margin-bottom: 60px;
}

.pdt02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    
    border: 3px solid #227898;
    box-sizing: border-box;
    
    padding: 20px;
    box-sizing: border-box;

}

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

.pdt02_out{

}

.pdt02_img_01{
    height:292px;
}

.pdt02_img_02{
    height:250px;
}


.pdt02_img{
    max-width: 250px;
    width: 100%;



    margin: 0 auto 30px auto;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}

.pdt02_in{


}


.pdt02_in_01{
    height: 80px;
}

.pdt02_in_02{
    height: 120px;
}


.pdt02_in dl{
    margin-bottom: 30px;


}

.pdt02_in dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #227898;
    margin-bottom: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


.pdt02_in dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #000000;

}


.pdt03_pb{
    margin-bottom: 0 !important;
}


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


.pdt03{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}

.pdt03 p{
    max-width: 90px;
    width: 100%;
    height: 34px;
    border: 1px solid #2d6ea3;
    text-align: center;
    color: #2d6ea3;
    font-size: 16px;
    line-height: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.pdt04{
    text-align: center;
    margin: 0 auto 40px auto;
}




.pdt05{
    margin-bottom: 70px;
}



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

.pdt05 th{
 
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;  
    background: #e7eff5;
    text-align: center;
}

.pdt05 td{
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;   
    text-align: center;    
}

.pdt05 td ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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




.pdt06{
    border: 2px solid #4eb7c3;
    padding: 30px;
    background: #f7f7f7;
    margin-bottom: 50px;
}

.pdt06 dl dt{
	font-size:19px;
    line-height: 140%;
    color: #29939f;
    background: url("../img/products/04/list.png") left 7px no-repeat;
    background-size: 15px 15px;
    padding-left: 23px;
    margin-bottom: 7px;
}

.pdt06 dl dd{
	font-size:15px;
    line-height: 160%;
    margin-bottom: 25px;
}

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



/* サービス＆サポート　------------------------------------------ */

.sas01{
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 70px;
    font-family: 'noto500'; 
}


.sas02{

}

.sas02 ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;
    position: relative;
    padding: 40px 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
    
    border: 3px solid #29939f;

}

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


.sas02_mr{
    position: absolute;
    left: -3px;
    top: -3px;
    width: 80px;

}


.sas02 ul li dl dt{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;

}

.sas02 ul li dl dd{
    font-size: 18px;
    line-height: 130%;
    color: #29939f;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}





.tp_igt_btm01{
    margin-bottom: 70px;

}



.tp_igt01_001{
    height: auto;
}

.tp_igt01_002{
    height: auto;
}




.tp_igt01_002:last-child{
    margin-bottom: 0px; 
}


.tp_igt01_img_out{
    height: 450px;
    position:relative;

}


.tp_igt01_img_out01{
    height: 385px;
    position:relative;

    padding-top: 35px;
    box-sizing: border-box;

}



.tp_igt01_in{
    width: 100%;
    position: absolute;
    z-index: 20;
    right: 0;
    top:0px;
 
}

.tp_igt01_in_l{
width: 50%;
height: auto;
margin-top: 35px;





float:left;

padding: 0;
box-sizing: border-box;
}

.tp_igt01_in_r{
width: 50%;
height: 330px !important;
float:right;
position: relative;


}

.tp_igt02_in_l{

width: 50%;
height:430px !important;
float:left;
position: relative;


}

.tp_igt02_in_r{
width: 50%;
height: auto;
margin-top: 50px;


float:right;

padding: 0;
box-sizing: border-box;
}


.tp_igt01_in_l_in{


    padding: 25px;
    box-sizing: border-box;

    height: 430px;


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

  
}


.tp_igt01_txt01{
    line-height: 180%;

}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 22px;
    margin-bottom: 25px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_txt01 dl dt p{
    font-size: 20px;
}


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


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





.tp_igt01_txt02{
    line-height: 180%;
}

.tp_igt01_txt02 dl dt{
    color:#FFFFFF;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_txt02 dl dt p{
    font-size: 45px;
    line-height: 110%;
}



.tp_igt01_txt02 dl dd p{
    color: #6f5d27;
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 10px;
}



.tp_igt01_txt02 dl dd{
    color: #6f5d27;
    font-size: 15px;
    line-height: 160%;
}




.tp_igt01_img_001{
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 330px !important;


    top: 0;
    right: 0;
     z-index: 800;
}




.tp_igt01_img_002{
    position: absolute;
    width: 1000px;
    top: 0;
    left: 0px;
     z-index: 800;
}


.tp_igt_bg01{
	height:330px !important;
	background:url("../img/service/02_01.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.tp_igt_bg02{
	height:330px !important;
	background:url("../img/service/02_02.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}



.tp_igt_bg03{
	height:330px !important;
	background:url("../img/service/02_03.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     

     z-index: 5;

}

.tp_igt_bg04{
	height:330px !important;
	background:url("../img/service/02_04.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     

     
     z-index: 5;

}




.blue,
.blue01{
  min-height: 400px;
  position: relative;
  z-index: 2;
}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg01.png") right no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg02.png") left no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.fade::before {
/*  width: calc(100% - 20%);*/
    width: 100%;
    
  border-radius: 20px;
}




















/* 会社案内　------------------------------------------ */

.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_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: 70px;
}

.sv01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;

}

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




.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{    
    max-width: 580px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 25px auto;

    background:#C9D7EF;

}

    
.rrt03 ul li:nth-child(2n){
    margin: 0 auto 25px auto;
}




.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: 42%;
    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: 58%;
    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{
}

.rrt003_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 40px;
}

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


.rrt003_in01{

}


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

}

.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: 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: 1200px;
    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(2){
    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_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;
}





.rrrt_t01{

    font-size: 15px;
    line-height: 170%;
    margin-bottom: 35px;

}


.rrrt_t02{

}

.rrrt_t02 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;

    font-family: 'noto500';
}

.rrrt_t02 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 35px;
}

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

.rrrt_t02 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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


.rrrt_t02 p{
    margin-top: 30px;
    font-size: 15px;
    line-height: 170%;

}







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



.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: 140%;
    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: 17px;
left: 20px;

z-index:1;
}







h2.h2_01{
    height: 55px;
    margin-bottom: 40px;  
    

}



h2.h2_01 p{
    height: 55px;

    font-size: 16px;
    line-height: 100%;
    color: #000000;
    display: inline-block;

    vertical-align:bottom;


    
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;   


}

h2.h2_01  span{
    font-size: 26px;
    line-height: 100%;
    color: #000000;
    vertical-align: text-top;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    background: url("../img/common/h2_bg.png") right top no-repeat;
    background-size: 37px 56px;
    padding-right: 30px;
    padding-bottom: 68px;
    
    display: inline-block;
}




h3.h3_01{
    height: 39px;
    font-size: 22px;
    line-height: 180%;
    color: #1a8e9f;
    background: url("../img/common/h3.jpg") left center no-repeat;
    background-size: 12px 39px;
    padding-left: 23px;
    letter-spacing: 4px;
    margin-bottom: 30px;

    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}


h4.h4_01{

    font-size: 18px;
    line-height: 180%;
    color:#000000;
    background: url("../img/common/h4.jpg") left center no-repeat;
    background-size: 32px 3px;
    padding-left: 42px;
    letter-spacing: 4px;
    margin-bottom: 22px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
}

h4.h4_01:first-letter{
    color: #1a8e9f;
 }




/* トップメイン画像---------------------------------------------- */

.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_out_bg{
    margin-top: 60px;

    
	position: relative;
    
    overflow: hidden;
}


.slider_out{
    padding-left: 20px;
    
}


#slider {
    width: 100%;
    height: calc(100vh - 60px) !important;
/*    height: 100vh !important;*/

  border-top-left-radius: 40px;

  border-bottom-left-radius: 40px;
}






.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}


.fade-in dl dt{
    font-size: 30px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;
}


.fade-in dl dd{
    font-size:18px;
    line-height: 140%;
    color: #b61818;

font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;
}






@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;

    width: 100%;



	z-index: 2;
/*	top: 100px;
	left: 70px;   */
    
    bottom: 100px;
    left: 40px;    
}

.slider_in img{
    width: 270px;

}






.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:10px;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-45px;
    left: 1px;

    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#030303;
	font-size:11px;
    line-height: 100%;
	letter-spacing:0.4em;
    
 font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 700;

  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    
 
}

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    left:0px;
    /*線の形状*/
	width: 1px;
	height:7px;
	background: #030303;
    /*線の動き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; 
}




/* ボタンの基本スタイル */



.btn001{
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-align: center !important;
    
    

}

.btn001-02 {
    width: 100%;
    max-width: 200px;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #2d6ea3;
    font-size: 14px;
    line-height: 100%;
    color: #2d6ea3;
    background-color: #fff;
    transition: all 0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}
/* 矢印アイコン */
.btn001-02 span {
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
    
    top: 2px;
    
    right:-20px;

}
.btn001-02 span::before,
.btn001-02 span::after {
    content:"";
    position: absolute;
    right: -1px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #2d6ea3;
    transition: all 0.3s ease;
}
.btn001-02 span::before {
    top: 4px;
    transform: rotate(-45deg);
}
.btn001-02 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}
/* ホバーアニメーション */
.btn001-02:hover {
    color: #fff;
    background-color: #2d6ea3;
}
.btn001-02:hover span {
    background-color: #fff;
}
.btn001-02:hover span::before,
.btn001-02:hover span::after {
    background-color: #fff;
}


.btn_btm01{
    margin-bottom: 60px !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); }
   }
   
   
   
   
   
/* トップ メッセージ------------------------------------------ */

.anim-box {

}
 
.stroke {
  background: #e9eef3;
  max-width:100%;
  height: auto;
  padding: 40px 20px;
  box-sizing: border-box;

  position: relative;
  

}

.stroke_in{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.stroke_in dl dt{
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;


font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 600;




  background: linear-gradient(90deg, #e17834 10%, #ed2a61 36%, #09a9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stroke_in dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #000000;


    font-family: 'noto400';
}


 
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - 80px);
}
.stroke .border.top {
  border-top: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke .border.right,
.stroke .border.left {
  height: calc(100% - 80px);
}
.stroke .border.right {
  border-right: 4px solid #09a9d7;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 4px solid #09a9d7;
  left: 0;
  bottom: 0;
}
 
.stroke.is-animated .border {
  opacity: 1;
}
 
.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
 
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 80px);
    opacity: 1;
  }
}
 
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 80px);
    opacity: 1;
  }
}
   
   
   
   


/* トップ 会社案内　------------------------------------------ */



.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_ps_bg{
    background: #e3f4f3;

}


.tp_ps{

}

.tp_ps ul li{
    max-width: 580px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 45px auto;


}

.tp_ps ul li:nth-child(2n){
    margin: 0 auto 45px auto;
}

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


.tp_ps_img{
    margin-bottom: 20px;
}

.tp_ps_img img{
    
    border-radius: 10px;
}


.tp_ps_in{
    margin-bottom: 30px;
}


.tp_ps_in dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 8px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_ps_in dl dd{
    font-size: 14px;
    line-height: 150%;

}



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


.tp_igt001_btm01{
    margin-bottom:60px;
}


.tp_igt001{
}


.tp_igt001_l{
    width: 100%;
    height: auto;
    float: none;

}


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

.tp_igt001_in{
    padding-left: 00px;

}


.tp_igt001_in_01{
    margin-bottom:30px;
}

.tp_igt001_in_01 dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #2d6ea3;
    margin-bottom: 8px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt001_in_01 dl dd{
    font-size: 14px;
    line-height: 150%;

}



.tp_igt001_bg01{
	height:200px !important;
	background:url("../img/top/02_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 35px auto;
}

.tp_igt001_bg02{
	height:200px !important;
	background:url("../img/top/02_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 35px auto;
}











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


.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_ttl{
    font-size: 18px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    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: 170%;
    
    margin-bottom: 40px;

}

.ns_post img{
    margin: 25px 0;

}



.ns_post_img{

}

.ns_post_img ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;

}

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

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







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


.cmm_btm01{
    margin-bottom: 0 !important;
}

.cmm_btm02{
    margin-bottom: 100px !important;
}


.cmm_ctt{
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}


.cmm_ctt ul li{
    max-width:250px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 35px auto;

}

.cmm_ctt ul li:nth-child(2n){
    margin: 0 auto 0px auto;
}



.cmm_ctt dl dt{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'noto400'; 

}

.cmm_ctt dl dd{
    font-size: 23px;
    line-height: 140%;

    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd p{
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;  
    margin-top: 0px;
}


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

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




.cmm_ctt_btn{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color:#FFFFFF;
}

.cmm_ctt_btn a{
    display:block;
    width: 100%;
    height: 45px;

    font-size: 14px;
    line-height: 110%;
    text-align: center;
    font-family: 'noto500';
    color: #FFFFFF !important;
    
    background:#2d6ea3;
    border: 1px solid #2d6ea3;
    border-radius: 20px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    transition: all  0.3s ease;     
}

.cmm_ctt_btn a:hover{
    color: #2d6ea3 !important;
    background: #FFFFFF;
    border: 1px solid #2d6ea3;
}


.cmm_ctt_btn a span{
    height: 17px;

    background: url("../img/common/ctt.png") left center no-repeat;
    background-size: 26px 17px;
    padding-left: 34px;

}


.cmm_ctt_btn a:hover span{
filter: brightness(0) saturate(100%) invert(36%) sepia(88%) saturate(401%) hue-rotate(164deg) brightness(90%) contrast(92%);
}


/* 共通背景　------------------------------------------ */


.cmn_bg{
    background: url("../img/common/common_page_bg.jpg") right top no-repeat;
    background-size: 720px 102px;
    margin-top: 60px;
}


/* 会社案内　------------------------------------------ */


.cpy01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;
}

.cpy01 p{
    text-align: right;
    margin-top: 15px;

}


.cpy02_btm01{
    margin-bottom: 30px !important;
}



.cpy02{
    margin-bottom: 50px;
}

.cpy02{
    margin-bottom: 70px;
}


.cpy02 p{
    margin-top: 12px;
    font-size: 13px;
    line-height: 140%;

}



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

.cpy02 th{
    display: block;
    width: 100%;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 7px 0px 0 0;
    border-bottom:none;
    box-sizing: border-box;   
    color:#0B9F9D;
}

.cpy02 td{
    display: block;
    width: 100%;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 5px 0px 7px 0;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cpy02 td ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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




.cpy02 span{
    display: inline-block;
    margin-left: 10px;

    vertical-align: bottom;
}

.cpy02 span a{
    display: block;
    max-width: 48px;
    width: 100%;
    height: 20px;
    padding: 0 8px;
    box-sizing: border-box;
    padding-top: 4px;
    color: #FFFFFF;

    font-size: 11px;
    line-height: 100%;
    text-align: center;
    background: #60bfc7;
    color: #FFFFFF;
    
    border-radius: 5px;
    transition: all  0.3s ease;     
}
.cpy02 span a:hover{
    background: #208393;
    color: #FFFFFF;
}



.cpy03{
    font-size: 14px;
    line-height: 140%;
}

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

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







/* 製品案内　------------------------------------------ */

.pdt01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
    font-family: 'noto500'; 
}


.pdt02{
    margin-bottom: 50px;
}

.pdt02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 15px;
    
    border: 3px solid #227898;
    box-sizing: border-box;
    
    padding: 20px 15px;
    box-sizing: border-box;

}

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

.pdt02_out{

}

.pdt02_img_01{
    height:157px;
}

.pdt02_img_02{
    height:150px;
}


.pdt02_img{
    max-width: 150px;
    width: 100%;



    margin: 0 auto 20px auto;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}

.pdt02_in{


}


.pdt02_in_01{
    height: 90px;
}

.pdt02_in_02{
    height: 190px;
}


.pdt02_in dl{
    margin-bottom: 30px;


}

.pdt02_in dl dt{
    font-size: 16px;
    line-height: 130%;
    color: #227898;
    margin-bottom: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


.pdt02_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #000000;

}




.pdt03_pb{
    margin-bottom: 0 !important;
}


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


.pdt03{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;

}

.pdt03 p{
    max-width: 75px;
    width: 100%;
    height: 30px;
    border: 1px solid #2d6ea3;
    text-align: center;
    color: #2d6ea3;
    font-size: 14px;
    line-height: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 2px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.pdt04{
    text-align: center;
    margin: 0 auto 40px auto;
}





.pdt05{
    margin-bottom: 50px;
}



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

.pdt05 th{
 
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;  
    background: #e7eff5;
    text-align: center;
}

.pdt05 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border:1px solid #b1c5d3;
    box-sizing: border-box;   
    text-align: center;    
}

.pdt05 td ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}

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

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




.pdt06{
    border: 2px solid #4eb7c3;
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.pdt06 dl dt{
	font-size:16px;
    line-height: 140%;
    color: #29939f;
    background: url("../img/products/04/list.png") left 6px no-repeat;
    background-size: 11px 11px;
    padding-left: 18px;
    margin-bottom: 7px;
}

.pdt06 dl dd{
	font-size:14px;
    line-height: 150%;
    margin-bottom: 18px;
}

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




/* サービス＆サポート　------------------------------------------ */

.sas01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 40px;
    font-family: 'noto500'; 
}


.sas02{
    margin-bottom: 0px;
}

.sas02 ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;
    position: relative;
    padding: 30px 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
    
    border: 3px solid #29939f;

}

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


.sas02_mr{
    position: absolute;
    left: -3px;
    top: -3px;
    width: 70px;

}


.sas02 ul li dl dt{
    max-width: 130px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;

}

.sas02 ul li dl dd{
    font-size: 16px;
    line-height: 130%;
    color: #29939f;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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







.tp_igt01_001{
    height: auto;
}

.tp_igt01_002{
    height: auto;
}





.tp_igt01_img_out{
    height: 500px;
    position:relative;


}

.tp_igt01_img_out01{
    height: 520px;
    position:relative;

    padding-top: 0px;
    box-sizing: border-box;

}


.tp_igt01_in{
width: 100%;
    position: absolute;
     z-index: 1000;
     right: 0;
 
}

.tp_igt01_in_l{
width: 100%;
height: auto;
float:none;
margin-top:0px;

padding: 10px;
box-sizing: border-box;

}

.tp_igt01_in_r{
width: 100%;
height: 230px !important;
float:none;
position: relative;
}

.tp_igt02_in_l{

width: 100%;
height: 230px !important;
float:none;
position: relative;


}

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



float:none;
margin-top: 0px;

padding: 10px;
box-sizing: border-box;


}


.tp_igt01_in_l_in{

    
    padding: 20px;
    box-sizing: border-box;

    height:270px;


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


.tp_igt01_txt01{
    line-height: 180%;


}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 18px;
    margin-bottom: 15px;


    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_txt01 dl dt p{
    font-size: 16px;
}


.tp_igt01_txt01 dl dd{
    color:#FFFFFF;
    font-size: 14px;
    line-height: 150%;
}

.tp_igt01_txt01 dl dd span::after{
	content: "" ;
	white-space: none ;
}





.tp_igt01_txt02{
    line-height: 180%;
}

.tp_igt01_txt02 dl dt{
    color:#FFFFFF;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_txt02 dl dt p{
    font-size: 30px;
    line-height: 110%;
}


.tp_igt01_txt02 dl dd p{
    color: #6f5d27;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}



.tp_igt01_txt02 dl dd{
    color: #6f5d27;
    font-size: 14px;
    line-height: 160%;
}





.tp_igt01_img_001{
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 250px !important;
 

    top: 0;
    right: 0;
     z-index: 800;
     

}




.tp_igt01_img_002{
    position: absolute;
    width: 1000px;
    top: 0;
    left: 0px;
     z-index: 800;
}




.tp_igt_bg01{
	height:230px !important;
	background:url("../img/service/02_01.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.tp_igt_bg02{
	height:230px !important;
	background:url("../img/service/02_02.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;


}

.tp_igt_bg03{
	height:230px !important;
	background:url("../img/service/02_03.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     

     z-index: 5;

}

.tp_igt_bg04{
	height:230px !important;
	background:url("../img/service/02_04.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     

     
     z-index: 5;

}





.blue,
.blue01{
  min-height: 320px;
  position: relative;
  z-index: 2;
}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg01.png") left no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 200px;
  right: 0;
  width: 0;
  height: 100%;
  background:url("../img/service/02_bg02.png") left no-repeat; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s;
}

.fade::before {
/*  width: calc(100% - 20%);*/
    width: 100%;
    
  border-radius: 5px;
}








/* 事業案内　------------------------------------------ */



.sv01{
    margin-bottom: 50px;
}

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



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



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





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




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

.rrt003_l{
    width: 100%;
    height: 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: 14px;
    line-height: 150%;
    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: 1100px;
    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(2){
    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_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;
}







.rrrt_t01{

    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}


.rrrt_t02{

}

.rrrt_t02 dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;

    font-family: 'noto500';
}

.rrrt_t02 dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 28px;
}

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

.rrrt_t02 dl dd a{
    color: #000000;
    text-decoration: underline;
}

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


.rrrt_t02 p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 160%;

}







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



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

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


.contact-t dl dd{
    font-size: 24px;
    line-height: 130%;
    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);
    }
}













}
