

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





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


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

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

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

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

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


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

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






/* ローディング画面 ---------------------------------------------- */

/* ベースの本体 */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #6bb6ff;
  transition: all 0.5s 1.5s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}




/* 以下にローディングアニメーションCSSのコピペ */
/* 001 */
.loader001,
.loader001:before,
.loader001:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader001 {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader001:before,
.loader001:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader001:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader001:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* ローディング画面 ---------------------------------------------- */

























html {
    font-family: 'noto400';

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

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

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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


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

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




.mc_bg01{
    background: url("../img/common/bg001.png") repeat-x;
}

.mc_bg01_in{
    background: url("../img/common/bg002.png") left top no-repeat;

}




.container01_bg_tp01{
    margin-top: 90px !important;
}

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

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

}


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




.container03{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 90px 0;
}


.container03_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0px 0;
}



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


.container05{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0 80px 0;
}



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

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

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


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

  transition: .5s; 
}
#fixed-header.is-show {
 top: 0;
}


.change-color{
/*    background:#283C64;*/
    background:rgba(40,60,100,0.95);
/*    background:rgb:(0,0,0,0.60);*/
    transition: all  0.3s ease;

}


.header_bg{
	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;

}

header{
	width:100%;
	height:90px;
	margin:0 auto;
	box-sizing:border-box;
}


.header_sns{
    max-width: 180px;
    width: 100%;
    height: auto;
    
	position:absolute;

	top:16px;
	right:25px;
}

.header_sns ul li{
    width: 14%;
    height: auto;
    float: left;

    margin-right: 5%;

}

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

.header_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns ul li:hover img {
	opacity: .5;
}



.header_rrt{
	position:absolute;

	top:8px;
	right:30px;

     max-width: 180px;
    width: 100%;
    height: 35px;   
    
          
}


.header_rrt a{
    display: block;
    max-width: 180px;
    width: 100%;
    height: 35px;
    
    background:url("../img/common/h_btn_bg.jpg") repeat;
        
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 2px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;   
}



	
.header_rrt a:hover{
	opacity: .7;
}


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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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


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



.footer_menu{
    background: #2e3035;
    padding: 15px 50px ;
}

.footer_menu ul{
    text-align: center;

}

.footer_menu ul li{
    display: inline-block;
    margin-right: 20px;
}

.footer_menu ul li:last-child{
    margin-right: 0px;
}


.footer_menu ul li a{
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer_menu ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

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

.footer_in{	

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

address{
	font-size:14px;
	line-height:160%;

    font-family: 'noto400';

    text-align: center;
    margin-bottom: 20px;

}

.ad_ttl{
	font-size:16px;
	line-height:160%;
    
	margin-bottom:8px;	
    text-align: center;
    margin: 0 auto 10px auto;
  
}

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%;
    text-align:center;

    font-family: 'noto300';
}















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



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

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

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




.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;
padding-top: 80px;
box-sizing: border-box;


z-index: 6000;

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

.slide_txt{

}
















/*========= ページトップのためのCSS ===============*/


#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 22px;
  right: 10px;
  width: 60px;
  height:60px;


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

		
}
#page-top1:hover{


	opacity: .7;
}








/*gnav*/




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





#g-nav-list{

/*   
   background: #D09596;
*/
   
    position: absolute;
    z-index: 999;
    top:48px;
    right:30px;


    box-sizing: border-box;
    
 
}

#g-nav-list ul{


}
	


#g-nav-list ul li{

    float: left;
	font-size:17px;
	line-height:120%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: text-top;
    margin-right: 25px;


    letter-spacing: 0.10em;

     font-family: 'noto500';
     
  padding-bottom: 5px;
  position: relative;
}

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

}

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

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

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

}


#g-nav-list ul li::before {
  background: #FFFFFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#g-nav-list ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
 




.gnav_on{
	color: #FFFFFF !important;
    border-bottom: 2px solid #FFFFFF;

}










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

h1.h1_01{

width: 385px;
height: auto;
position: absolute;
top: 24px;
left: 30px;
}

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





h2.h2_01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 40px;
 	color:#000000;
    font-family: 'noto100';
}



h2.h2_01 p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 5px;
 	color:#00baed;

  font-family: 'noto300';
}


h2.h2_01 p::first-letter {
    color: #18288a;
}

h2.h2_02{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 40px;
 	color:#FFFFFF;
    font-family: 'noto100';
}



h2.h2_02 p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 5px;
 	color:#00baed;

  font-family: 'noto300';
}

h2.h2_02 p::first-letter {
 	color:#FFFFFF;
}





h3.h3_01{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 35px;
 	color:#999999;
    font-family: 'noto300';
}

h3.h3_01 p{
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 2px;
 	color:#010101;
    font-family: 'noto500';
}

h3.h3_01 p::first-letter{
    color: #33ccff;


}








h4.h4_01{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
    border-left: 2px solid #18288a;
    padding-top: 12px;
    padding-left: 8px;


    font-family: 'noto300';
   
}






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

.slider_out{
    width: 100%;
    
    height: calc(100vh - 90px);

/*    height: 100vh;*/
	position: relative;
}

.slider_out_bg{
    width: 100%;
    height: calc(100vh - 90px);

/*    height: 100vh;*/
/*    background: url("../img/top/slide_bg.png") left top no-repeat;
    background-size: 846px 900px;*/
}

.slider_in_bx{
	position: absolute;
    max-width: 1050px;
    width: 100%;

	z-index: 2;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align:left;
    
 font-size:170px;
    line-height: 90%;
    color: #FFFFFF;

    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.slider_in_bx::first-letter {
    color: #01b6ef;
}



.slider_in_bx_pg{
    height: 500px;

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

.slider_in_bx01{
    position: absolute;
    max-width: 1050px;
    width: 100%;
    /*    background: #F4C2C3;

*/
    text-align: left;
    font-size: 170px;
    line-height: 90%;
    color: #FFFFFF;
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    top: 200px;
}

.slider_in_bx01::first-letter {
    color: #01b6ef;
}






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

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

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

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


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





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

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

/*Scrollテキストの描写*/

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

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

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

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

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







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





.company_top_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:90px auto 0px auto;


}


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


.recruit_top_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:90px auto 0px auto;
}


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

}


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


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







/* ページ共通背景 ---------------------------------------------- */



.bg_main{

	background:url("../img/common/main_bg.png") top left no-repeat;

}





.button01{
	width:160px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
	background:url("../img/top/btn.jpg") repeat;    
}

.button01 a{
width: 160px;
display: block;
height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#55afcc;
    padding-top: 1px;

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

	background:url("../img/top/btn.jpg") repeat;
	border: 2px solid #FFFFFF;
     box-sizing: border-box;

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

}


.button01 a:hover {
    background:#FFFFFF;
	border: 2px solid #FFD255;
    color:#FFD255;
}







/* トップ　共通背景-------------------------------------------- */


.tp_cmn_bg01{
/*    background: #f6f6f4;*/
/*    background: url("../img/top/bg_01.jpg") repeat;*/


background-image: linear-gradient(90deg, #F5EFEA 0%, #e2d1c3 100%);

/*background-color: #CDDCDC;
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;*/
 
/*background-image: linear-gradient(60deg, #fdfbfb 0%, #ebedee 100%);*/

}

.tp_cmn_bg02{
background-image: linear-gradient(to right, #BDD6F2 0%, #e7f0fd 100%);
}







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



.scroll-area{
    height: 120px;

}

.tp_news{
    margin-bottom: 80px;
}

.tp_news dl{
    background:#EFEFEF;
    padding: 20px;
    margin-bottom: 30px;

}

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

    float: left;
    clear: both;
    color: #999999;


    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    color: #006699;
    margin-left: 120px;

    box-sizing: border-box;

}

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



.tp_news dl dd a{
    color: #006699;
}



.tp_news dl dd a {
font-weight:bold;
position: relative;
display: inline;
transition: .3s;
}
.tp_news dl dd a::after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 0;
height: 1px;/*下線の太さ*/
background-color:#337ab7 ;/*下線の色*/
transition: .3s;
}
.tp_news dl dd a:hover::after {
width: 100%;
}





.btn_24_cnr{
    margin: 0 auto !important;
}

.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 210px;
    height: 45px;

	border-radius: 8px;
/*	border: 1px solid #00baed;*/
	color:#FFFFFF;
    background: none;
    border: 1px solid #ffffff;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%; background-color:#00baed;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
.btn_24:hover {
 color: #ffffff;
/* border: 1px solid ;*/
}
 
.btn_24:hover:before {
 top: -35%; background-color:#00baed;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
.btn_24:hover:after {
 top: -45%; background-color:#00baed;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn_24 a{
	display: block;
    width: 100%;
    height: 100%;
    
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin-top: -2px;


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





.btn_25 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 210px;
    height: 45px;

	border-radius: 8px;
/*	border: 1px solid #00baed;*/
	color:#00baed;
    background:#FFFFFF;
    border: 1px solid #00baed;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;

}

.btn_25:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;

}
 
.btn_25:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #00baed;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
.btn_25:hover {
 color: #00baed;
/* border: 1px solid ;*/


}
 
.btn_25:hover:before {
 top: -35%;
 background-color: #00baed;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);

}
 
.btn_25:hover:after {
 top: -45%;
 background-color: #00baed;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
 
 
}

.btn_25 a{
	display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color:#00baed;
    margin-top: -2px;

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

.btn_25 a:hover{
    color:#FFFFFF !important;


}


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


.tp_msg{
margin-bottom: 100px;

}


.tp_msg dl dt p{
    font-size: 60px;
    line-height: 150%;
    text-align: center;
    
    color: #283c64333;
    
    margin-bottom: 30px;

    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
}

.tp_msg dl dt{
    font-size: 26px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 60px;
    
    font-family: 'noto300';

}

.tp_msg dl dd{
    max-width: 540px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}




.kakko01 {
max-width: 950px;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
	padding: 25px;
	position: relative;
        text-align: center;
}
.kakko01::before, .kakko01::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko01::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}
.kakko01::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}





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


.tp_bns_bg{
    background: url("../img/top/02_bg.jpg")repeat;

}



.tp_bns01{

}

.tp_bns01 ul li{
    width:32.8%;
    height:300px;
    float: left;
    margin-right:0.8%;
    position: relative;
    margin-bottom: 12px;

}

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


.tp_bns01_out{
width: 100%;
height: 100vh;
/*background: linear-gradient(to top,rgba(3,189,240,0.9),rgba(3,189,240,0.5),rgba(3,189,240,0.4),rgba(3,189,240,0.3),rgba(3,189,240,0.2),rgba(3,189,240,0.1),rgba(3,189,240,0));*/
}



.tp_bns01_in{
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    padding: 0 20px;
    box-sizing:border-box;
}

.tp_bns01_in dl{
    margin-bottom: 20px;
}

.tp_bns01_in dl dt{
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.tp_bns01_in dl dd{
    font-size: 18px;
    line-height: 140%;
    text-align: center;

    color: #FFFFFF;
}



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


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

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

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

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

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

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




.tp_bns02{
    margin-top: 70px;

}

.tp_bns02 ul li{
    width:32.8%;
    height:200px;
    float: left;
    margin-right:0.8%;
    position: relative;
    margin-bottom: 12px;
}

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

.tp_bns02 ul li a{
    width: 100%;
    height: 100%;
    display: block;

}


.tp_bns02_out{
width: 100%;
height:100%;
/*background: linear-gradient(to top,rgba(3,189,240,0.9),rgba(3,189,240,0.5),rgba(3,189,240,0.4),rgba(3,189,240,0.3),rgba(3,189,240,0.2),rgba(3,189,240,0.1),rgba(3,189,240,0));*/

background:rgba(0,0,0,0.20) ;
}



.tp_bns02_in{
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    padding: 0 20px;
    box-sizing:border-box;
 
}

.tp_bns02_in dl{
    margin-bottom: 20px;
}

.tp_bns02_in dl dt{
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.tp_bns02_in dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;

    color: #FFFFFF;
}



.tp_bns02_bg01{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg02{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg03{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg04{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg05{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_bns02_bg06{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_bns02_bg07{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn07.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* トップ　採用情報------------------------------------------ */


.tp_rrt_bg{
    background: url("../img/top/03_bg.jpg")repeat;

}



.tp_rrt_b01{
}

.tp_rrt_b01_l{
    width: 42%;

    height: auto;
    float: left;
    

}

.tp_rrt_b01_r{
    width: 58%;
    height: auto;
    float: right;

}

.tp_rrt_b01_r img{
    vertical-align: bottom;
}


.tp_rrt_b01_in{
}

.tp_rrt_b01_in dl dt{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 25px;
}

.tp_rrt_b01_in dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.tp_rrt_b01_in dl dt em{
    color: #00BAED;

}

.tp_rrt_b01_in dl dd{

}



.tp_rrt_b01_bg01{

	height:550px !important;
	background:url("../img/top/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_rrt_b01_bg02{

	height:550px !important;
	background:url("../img/top/05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* トップ　その他入口------------------------------------------ */


.tp_igt01{

}

.tp_igt01 ul li{
    width: 50%;
    height: 500px;
    float: left;
    position: relative;
    

}



.tp_igt01_out{
    width: 100%;
    height: 100vh;
/*    background-image: linear-gradient(150deg, rgba(3, 189, 240, 0.2) 15%, rgba(24, 37, 139, 0.3));*/
}

.tp_igt01_in{
    position: absolute;
    top:50%;
    left:50px;
    transform: translate(0%,-50%);
 
     

}

.tp_igt01_in dl dt{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';
    color: #FFFFFF;
    
    margin-bottom: 25px;
}




.tp_igt01_bg01{

	height:500px !important;
	background:url("../img/top/04_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt01_bg02{

	height:500px !important;
	background:url("../img/top/04_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}















/* 会社情報------------------------------------------ */



.abt_btn01{
    margin-top: 80px;
}

.abt_btn01 ul li{
    width: 32%;
    height: auto;

    box-sizing: border-box;
    margin-bottom: 15px;
    float: left;
    margin-right: 2%;

}

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

.abt_btn01 ul li p{
    text-align: center;
    background: url("../img/company/list.png") bottom center no-repeat;
    padding-bottom: 24px;

}

.abt_btn01 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 35px 10px;
    box-sizing: border-box;
    
    background: #FFFFFF;
    
    font-size: 20px;
    line-height: 100%;
    color: #18288a;

}




/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    border: 2px solid #18288a;

    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
 
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#18288a;
   
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（上から下） */
.bgtop:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top:0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#18288a;
 	width: 100%;
	height: 0;
    /*アニメーション*/
 	transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgtop:hover:before{
	 height: 100%;	
 	 background-color:#18288a;
}







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


}

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

}

.abt_tbl01 table th{
	width:150px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;

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

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

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


.abt_tbl01 table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl01 table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl01 table td dl dt{
    margin-bottom: 2px;

}

.abt_tbl01 table td dl dd{
    border-bottom: 1px dotted #999999;
    padding-bottom: 7px;
    margin-bottom: 7px;

}

.abt_tbl01 table td dl dd:last-child{
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.abt_list01{

}

.abt_list01 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    margin-right: 15px;
    display: inline-block;

}


.abt_list02{

}

.abt_list02 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    margin-right: 15px;
    margin-bottom: 4px;
}

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


.cpy_oc01{
    text-align: center;

}



.cpy_msg01{
	max-width:940px;
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
}

.cpy_msg01_l{
	width:31%;
	height:auto;
	float:left;
}

.cpy_msg01_l img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}


.cpy_msg01_r{
	width:64%;
	height:auto;
	float:right;
	
	font-size:34px;
	line-height:160%;
	
    font-family: 'noto700';
	
	min-height:310px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}




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


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

}





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


}

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

}

.abt_tbl02 table th{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 100%;
	border-collapse:collapse;
    background: #86a3bc;
    color: #FFFFFF;
    text-align: center;
    
    vertical-align: text-top;
    
    margin-right: 15px;
    
    border-right: 8px solid #FFFFFF;

}

    
.abt_tbl02 table th:nth-child(1){
    width: 150px;
}



.abt_tbl02 table th:last-child{
    border-right:none;
}


.abt_tbl02 table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

    
	text-align:left;
    border-bottom: 1px dotted #999999;
    border-right: 8px solid #FFFFFF;    
}


    
.abt_tbl02 table td:nth-child(1){
    text-align: center;
}


.abt_tbl02 table td:last-child{
    border-right:none;
}






.abt_qp01{

}

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

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


.abt_qp01 ul li{ 
    font-size: 15px;
    line-height: 120%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
    border-bottom: 1px dotted #999999;

}


.abt_qp01 ul li dl dt{
    background: url("../img/company/03/list.png") left 3px no-repeat;
    padding-left: 18px;
    float: left;
    clear: both;
}

.abt_qp01 ul li dl dd{
    text-align: right;

}




.abt_ass01{
    margin-bottom: 30px;

}

.abt_ass01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
/*    background: #D8A6A7;*/
}

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

.abt_ass01 ul li:nth-child(2){
    text-align: right;
}

.abt_ass01 dl dt{
    width: 60px;
    height: auto;
    padding: 5px 5px 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    background: #00baed;
    margin-bottom: 5px;

}

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

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

.abt_ass_map{
    margin-bottom: 70px;

}


.abt_mp01{
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 160%;
    font-family: 'noto700';
}



.abt_mp02{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;

}



.abt_mp03{
    font-size: 16px;
    line-height: 180%;
    margin-bottom:20px;

}


.abt_mp04{
    margin-bottom: 60px;
}

.abt_mp04 ul li{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
    color:#FFFFFF;
    background: #86a3bc;
    border-radius: 5px;
    
    padding: 5px 10px 8px 10px;
    list-style: decimal;
}


.abt_mp05{

}



.abt_mp05 ul li{
    float:left;
    margin-right: 20px;

}





/* 実績紹介------------------------------------------ */


.rst01{
    margin-bottom: 70px;

}

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

}

.rst01 table th{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 100%;
	border-collapse:collapse;
    background: #86a3bc;
    color: #FFFFFF;
    text-align: center;
    
    vertical-align: text-top;
    
    margin-right: 15px;
    
    border-right: 8px solid #FFFFFF;

}

    
.rst01 table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

    
	text-align:left;
    border-bottom: 1px dotted #999999;
    border-right: 8px solid #FFFFFF;    
}




    
.rst01 table th:nth-child(1){
    width: 160px;

}


.rst01 table tr:nth-child(odd){
    background: #f2f8fd;
}



.rst01_cnr{
    text-align: center !important;
    background: #FFFFFF;
}



/* 工事実績------------------------------------------ */


.wk01{

}

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

}

.wk01 table th{
    color: #a0c6e3;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #999999;
    background:rgba(255,255,255,0.70);
}

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

    
	text-align:left;
    border-bottom: 1px dotted #999999;
    background:rgba(255,255,255,0.70);
}



.wk01 table td:first-child{
    width: 150px;
}




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


.rrt01{
/*    background: #E2B4B4;*/

}

.rrt01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
/*    background:#C9D7EF;*/

}

    
.rrt01 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: #003366;
    

   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: left !important;
    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;
}






.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
  margin-bottom: 50px;
}

.rrt02_bx_l{
    width: 38%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

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


.rrt02_bx_r{
    width: 62%;
    height: auto;
    float:right;
    text-align: right;

}


.rrt02_bx_r img{
    vertical-align:bottom;

}

.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
     text-align: left !important;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

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

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







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







.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: 20px;
    line-height: 140%;
    color: #3399cc;
    font-family: 'noto500';
    padding-bottom: 5px;    
    margin-bottom: 15px;
    border-bottom: 1px dotted #006699;

}

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

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






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #3399cc;
    font-family: 'noto500';
    padding-bottom: 5px;    
    margin-bottom: 15px;
    border-bottom: 1px dotted #006699;

}


.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{
  font-size: 14px;
    line-height: 130%;
  color: #1574bc;
    font-family: 'noto500';
    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;


  }


  .timeline-content dl dd{
    font-size: 13px;
    line-height: 135%;
  }
  
  
  
  
.rrt_msg01_btm{
    margin-bottom: 70px !important;

}
  
.rrt_msg01{
}
  
.rrt_msg01 dl dt{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 20px;
}
    
.rrt_msg01 dl dd{
    font-size: 16px;
    line-height: 180%;

}
  
  
  

.rrt_r_tbl01{

}

.rrt_r_tbl01 table{
	width:100%;
	height:auto;
    border: 1px solid #999999;
    box-sizing: border-box;

}

.rrt_r_tbl01 table th{
    width: 110px;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    color: #5699b5;


    vertical-align: text-top;


	text-align:center;
    border-bottom: 1px dotted #999999;
    border-right: 1px dotted #999999;
}

.rrt_r_tbl01 table td{
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;


    vertical-align: text-top;


    border-bottom: 1px dotted #999999;
    border-right: 1px dotted #999999;
}


.rrt_r_tbl01_th_c{
    width: 40px !important;
	padding:10px 5px 10px 10px !important;
	font-size:15px;
    line-height: 100% !important;
    writing-mode: vertical-lr !important;

}


.rrt_r_tbl01 table td:nth-child(2n){
    width: 45%;
}

 
 
 .rrt_am01_btm01{
     margin-bottom: 70px;
 }
  

.rrt_am01{
}
  
.rrt_am01 ul li{
    padding: 25px 40px;
    box-sizing: border-box;
    border: 2px solid #33ccff;
    
    border-radius: 15px;
    
    margin-bottom: 30px;
}
.rrt_am01 ul li:last-child{
	margin-bottom:0px;
}
  
  
 .rrt_am01_in{
 }
  

 .rrt_am01_in_l{
     width: 150px;
     height: auto;
     float: left;
        margin-right: 30px;  
 }
  
  
.rrt_am01_in_r{
     width:auto;
     height: auto;

     
  overflow: hidden;
 }
 
 
.rrt_am01_in_l dl dt{
     width: 150px;
     height: 150px;
     background: #33ccff;
     border-radius: 50%;
     margin-bottom: 15px;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
 }
 
.rrt_am01_in_l dl dt dl dt{
     width:auto;
     height:auto;
     background:none;
     border-radius:0%;
     
     font-size: 30px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 10px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 18px;
     line-height: 120%;
     text-align: center;
     color:#FFFFFF;
  }
  
  

.rrt_am01_in_l dl dt dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
   
.rrt_am01_in_l dl dd{
    text-align: center;
}
  
  
  
  
 .rrt_am01_in01{
    font-size: 20px;
    line-height: 160%;

    font-family: 'noto700';
    
/*    background: #EBCECF;*/

 }
  
    
 .rrt_am01_in02{
    font-size: 20px;
    line-height: 160%;

    font-family: 'noto700';
    margin-bottom: 20px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     margin-top: 5px;
     font-size: 16px;
     line-height: 180%;
     font-family: 'noto400';
 }
  
  
.rrt_am01_in02 a{
    color: #0099cc;
    text-decoration: underline;
}
  
.rrt_am01_in02 a:hover{
    color: #0099cc;
    text-decoration:none;
}


 .rrt_am01_in03{
 }

    
 .rrt_am01_in03 dl dt{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 15px;
    line-height: 170%;
    font-family: 'noto400';
	margin-bottom:20px;
 
 }
 
  .rrt_am01_in03 dl dd a{
    color: #0099cc;
    text-decoration: underline;
}
  
  .rrt_am01_in03 dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}

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


 .rrt_am01_in04{
     margin-bottom: 20px;
 }
 
  .rrt_am01_in04 dl dt{
     font-size: 20px;
    line-height: 160%;

    font-family: 'noto700';
    margin-bottom: 5px;
  }
 
 
  .rrt_am01_in04 dl dd{
     font-size: 16px;
    line-height: 180%;

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 6px no-repeat;
     
     display:inline-block;
     
    padding: 0 0 0 22px;
    box-sizing: border-box;
    border: none;
    
    border-radius: 0px;
    
    margin-bottom: 5px;
     margin-right: 15px;    
 }

 .rrt_am01_in05 ul l:last-child{
	margin-right:0px;
}

    


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

} 
  
.rrt_wb02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
  
.rrt_wb02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rrt_wb02 ul li dl dt{
    font-size: 20px;
    line-height: 150%;
    color: #3399cc;
     font-family: 'noto500';
     border-bottom: 1px dotted #006699;
     padding-bottom: 4px;
     margin-bottom: 8px;
}
 
.rrt_wb02 ul li dl dd{
    font-size: 16px;
    line-height: 180%;
}

.rrt_wb02 ul li dl dd p{    
min-height:145px;
}


.rrt_wb02_img{
    margin-top: 15px;
}
   
 
.rrt_wb02_img01{
    margin-top: 5px;
}
   
  




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

.pg_mt{
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 100%;
    background: url("../img/common/list001.jpg") right 0px no-repeat;
    background-size: 27px 17px;
    padding-right: 35px;
    height: 17px;
}

.pg_mt a{
    color: #000000;
    text-decoration:none;
    padding-bottom: 2px;
}

.pg_mt a:hover{
    color: #000000;

}
.pg_mt a{
  display: inline-block;

  text-decoration:none;
  position: relative;
  transition: .3s;
}
.pg_mt a::after{
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31CBFD;
  transition: .3s;
}
.pg_mt a:hover::after{
  width: 100%;
}




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

.bns01 p{
    font-size: 30px;
    line-height: 120%;
    font-family: 'noto700';
    margin-bottom: 15px;
}



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

.bns02{
margin-bottom: 50px;

}

.bns02 ul li{
    padding: 25px 25px;
    border: 2px solid #18288a;
    margin-bottom: 30px;
    
    border-radius: 15px;
}

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

.bns02 ul li dl dt{
    font-size: 18px;
    line-height: 120%;
    border-left: 4px solid #18288a;
    padding: 5px 10px;
    margin-bottom: 8px;
    font-family: 'noto500';    
}

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



.bns02 ul li ul li{
    padding:0 0 0 12px;
    border: none;
    margin-bottom: 5px;
    margin-right: 20px;
    border-radius: 0px;
    
    font-size: 16px;
    line-height: 140%;
    background: url("../img/common/list001.png") left  11px no-repeat;
    float: left;
}





.bns02 ul li dl dd dl dt{
    font-size: 16px;
    line-height: 140%;
    border-left: none;
    padding: 0;
    margin-bottom: 2px;
    font-family: 'noto500';   
}


.bns02 ul li dl dd dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 20px;
}

.bns02 ul li dl dd dl dd:last-child{
	margin-bottom:0px;
}





.bns03{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;


}


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

    
    box-sizing: border-box;
    

    border-radius: 50%;
    
    margin-bottom: 25px;
}
.bns03 ul li:nth-child(2n){
    margin-right: 0%;
}

.bns03_in{
position: relative;

padding-top: 100%;

height: 0;

}
.bns03_in dl{
position: absolute;
 

top: calc((100% - 7em)/2);

left: 0;
right: 0;

margin: 0;

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

}

.bns03_in dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
}


.bns03_in dl dd{
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;

}



.bns03_bg01{
background: linear-gradient(120deg, rgba(169,241,231,1) 0%, rgba(70,193,222,1) 100%);
}

.bns03_bg02{
background: linear-gradient(120deg, rgba(90,212,218,1) 0%, rgba(55,179,242,1) 100%);
}

.bns03_bg03{
background:  linear-gradient(120deg, rgba(80,203,225,1) 0%, rgba(46,171,247,1) 100%);
}

.bns03_bg04{

background:  linear-gradient(120deg, rgba(59,184,239,1) 0%, rgba(33,156,255,1) 100%);
}




.bns04{
    margin-bottom: 70px;
}

.bns04 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.bns04 ul li:nth-child(2n){
    margin-right: 0%;
}

.bns04 p{
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 8px;
}

.bns04 p span{
    font-size: 13px;
}




.bns05{
    text-align: center;
    margin-bottom: 70px;
}


.bns06{
    margin-bottom: 40px;

}

.bns06 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #0099cc;
    margin-bottom: 5px;
}

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

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


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



.cmm_ctt_bg{
	height:500px !important;
	background:url("../img/common/ctt_bg.jpg")center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt_in{
    max-width: 1200px;
    width: 100%;
    height: 500px;
    margin: 0 auto;

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

 
}

.cmm_ctt{

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

.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 100%;

    color: #FFFFFF;
    font-family: 'noto700';
    margin-bottom: 15px;
}


.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 120%;

    color: #FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 35px;
}

.cmm_ctt dl dd em{
    font-size: 30px;
    line-height: 100%;

    color: #FFFFFF;
    font-family: 'noto700';
}


.cmm_ctt dl dd span{
margin-left: 20px;

}




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





.contact-t{

	margin-bottom:70px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:20px;

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

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


	padding-bottom:15px;
    font-family: 'noto700';    
}

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


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

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



.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:#283c64;
	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;
	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);
    }
}






	
}

