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


/* @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;
}


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

/* 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{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}




.container03{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 90px 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;
}





.header_bg{
	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;
    
    border-bottom: 1px solid #EDEDED;


}

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{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

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


.ftr_in{
    margin-bottom: 25px;

}


.ftr_l{

    width: 100%;
    height: auto;
    float: none;
    
/*    width: 24%;
    height: auto;
    float: left;*/
/*    
    background: #EFCBCB;*/
}

.ftr_r{
    width: 100%;
    height: auto;
    float: none;
    
    margin-bottom: 25px;
    
/*    width:74%;
    height: auto;
    float: right;*/
    
/*    background: #2F7E9F;*/
}

.footer_in{	

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


}



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

    font-family: 'noto400';

    letter-spacing: 0.025em;
    text-align: center;

}

.ad_ttl{
    max-width: 255px;
    width: 100%;

	margin-bottom:8px;	
    text-align: center;
    margin: 0 auto;

    
}





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

.ftr_nav ul li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ftr_nav ul li:nth-child(5n){

    margin-right: 0%;

}


.ftr_nav dl dt{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
}

.ftr_nav dl dt a{

    color: #19268c;
    text-decoration: none;    

    font-family: 'noto500';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.ftr_nav dl dt a:hover{
    color: #19268c;
    text-decoration: underline;
}




.ftr_nav dd{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

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




.ftr_nav dd a{

    color:#000000;
    text-decoration: none;

    font-family: 'noto400';

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

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




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





}



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


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

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:170%;    
	color:#000000;
	text-align:left;
}	 

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




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

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



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



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

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

}


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




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


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

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




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

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

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


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

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





.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    border-bottom: 1px solid #EDEDED;
}

header{

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

	box-sizing:border-box;
}




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

	top:15px;
	right:70px;
}

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

    margin-right: 5%;

}

.header_sns ul li:nth-child(3n){
    width: 58%;
    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{
    display: none;
	position:absolute;
	top:8px;
	right:30px;

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



.header_rrt01{


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


.header_rrt01 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_rrt01 a:hover{
	opacity: .7;
}


.header_rrt01{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}



#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 ---------------------------------------------- */


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

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




}


.ftr_in{
    margin-bottom: 10px;

}


.ftr_l{
    width: 100%;
    height: auto;
    float: none;
/*    
    background: #EFCBCB;*/
}

.ftr_r{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    
/*    background: #2F7E9F;*/
}


.footer_in{	

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


}



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

    font-family: 'noto400';

    letter-spacing: 0.02em;

    margin-bottom: 15px;

}

.ad_ttl{
    max-width: 220px;
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	

    font-family: 'noto500';
    letter-spacing: 0.03em;    
}







.ftr_nav{
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto
}

.ftr_nav ul li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ftr_nav ul li:nth-child(5n){

    margin-right: 0%;

}


.ftr_nav dl dt{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 18px;
}

.ftr_nav dl dt a{

    color: #19268c;
    text-decoration: none;    

    font-family: 'noto500';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.ftr_nav dl dt a:hover{
    color: #19268c;
    text-decoration: underline;
}




.ftr_nav dd{
    font-size: 13px;
    line-height: 130%;
    margin-bottom:11px;

}

.ftr_nav dd a{

    color:#000000;
    text-decoration: none;

    font-family: 'noto400';

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

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







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

    font-family: 'noto300';
}










}



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


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#000000;
	text-align:left;
}	 


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




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

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



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



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

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

}



.container02{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}




.container03{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 50px 0;
}




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


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




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

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


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


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

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




.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    border-bottom: 1px solid #EDEDED;
}

header{

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

	box-sizing:border-box;
}





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

	top:14px;
	right:50px;
}

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

    margin-right: 5%;

}

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

.header_sns ul li img{
    vertical-align:middle;
}

.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{
    display: none;
	position:absolute;
	top:8px;
	right:30px;

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



.header_rrt01{
    max-width: 160px;
    width: 100%;
    height: 35px;   
    margin: 0 auto;
    
          
}


.header_rrt01 a{
    display: block;
    max-width: 160px;
    width: 100%;
    height: 28px;
    
    background:url("../img/common/h_btn_bg.jpg") repeat;
        
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 4px;
    
   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_rrt01 a:hover{
	opacity: .7;
}


.header_rrt01{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}







#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 ---------------------------------------------- */


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

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

}


.ftr_in{
    margin-bottom: 10px;

}


.ftr_l{
    width: 100%;
    height: auto;
    float: none;
/*    
    background: #EFCBCB;*/
}

.ftr_r{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    
/*    background: #2F7E9F;*/
}


.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:12px 0 15px 0;
	box-sizing:border-box;


}



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

    letter-spacing: 0.02em;

    margin-bottom: 10px;

}

.ad_ttl{
    max-width: 210px;
	font-size:13px;
	line-height:140%;
	margin-bottom:4px;	

    font-family: 'noto500';
    letter-spacing: 0.03em;    
}



.ftr_nav{
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto
}

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

.ftr_nav ul li:nth-child(3n){

    margin-right: 0%;

}


.ftr_nav dl{
    height: 190px;

}

.ftr_nav dl dt{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 13px;
}

.ftr_nav dl dt a{

    color: #19268c;
    text-decoration: none;    

    font-family: 'noto500';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.ftr_nav dl dt a:hover{
    color: #19268c;
    text-decoration: underline;
}




.ftr_nav dd{

    font-size: 11px;
    line-height: 110%;
    margin-bottom:8px;

}

.ftr_nav dd a{

    color:#000000;
    text-decoration: none;

    font-family: 'noto400';

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

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






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

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


.f_cpy{
	font-size: 9px;
	box-sizing:border-box;
	line-height:120%;

    font-family: 'noto500';   

}









}




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


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

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


h1.h1_01{

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

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





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



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

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


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

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



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

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

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;


}


h3.h3_02{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 25px;

    font-family: 'noto300';
    
    padding: 7px 15px 9px 15px;
    
    border-radius: 5px;
}

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




.h3_01_clr01{
    background: #9aba86 !important;
    color:#FFFFFF;
}

.h3_01_clr02{
    background: #86A3BC !important;
    color:#FFFFFF;
}







h4.h4_01{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
    border-left: 4px solid #86A3BC;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;


    font-family: 'noto300';
   
}




h5.h5_01{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
    font-family: 'noto300';   
}

h5.h5_01 span{
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}


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

.slider_out{
    width: 100%;
    
    height: calc(100vh - 90px);
    
    margin-top: 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_bx00{
	position: absolute;
    max-width: 1050px;
    width: 100%;
    


    padding: 0 30px;
    box-sizing: border-box;
    
	z-index: 2;
	top: 51%;
	left: 53%;
	transform: translate(-53%, -51%);
	text-align:left;
    
 font-size:125px;
    line-height: 110%;
    color: #FFFFFF;

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

letter-spacing: -0.02em;



}


.slider_in_bx00_i{
  transform: skewX(-10deg);
}


.slider_in_bx00 p::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;
}





.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}




/*====== 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:300px !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:300px !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:300px !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:300px !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:300px !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:300px !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;
    overflow-y: auto;
}

.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_ctr{
    margin: 0 auto !important;
}

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


}




.btn_26_ctr{
    margin: 0 auto !important;
}

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

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

    margin: 0px auto;

}

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


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

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

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

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

.btn_26 a:hover{
    color:#00baed !important;


}

.rtt_btn01{
width: 100%;
max-width: 800px;

margin: 0px auto 70px;
overflow: auto;
}


.rtt_btn01 ul{
width: 100%;
}

.rtt_btn01 ul li{
    width: 48%;
    float: left;

    margin-right: 4%;


	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    height: 55px;

	border-radius: 8px;
/*	border: 1px solid #00baed;*/
	color:#00baed;
    background:#FFFFFF;
    border: 1px solid #00baed;
    box-sizing: border-box;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
.rtt_btn01 ul li:nth-child(2n){
    margin-right: 0%;
}

.rtt_btn01 ul li: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;

}
 
.rtt_btn01 ul li: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;
}
 
.rtt_btn01 ul li:hover {
 color: #00baed;
/* border: 1px solid ;*/


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

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

.rtt_btn01 ul li a{
	display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    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;     
}

.rtt_btn01 ul li 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: #333333;
    
    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;*/
    background: #f2f2f3;

}



.tp_bns01{

}

.tp_bns01 ul{
    margin-bottom: 40px;

}

.tp_bns01 ul li{
    width:24.4%;
    height:450px;
    float: left;
    margin-right:0.8%;
    position: relative;
 

}

.tp_bns01 ul li:nth-child(4n){
    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%;
    height: 220px;
    bottom: 0px;
    text-align: center;
    padding: 0 20px 30px 20px;
    box-sizing:border-box;
    
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.8),rgba(000,000,000,0.7),rgba(000,000,000,0.6),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.1),rgba(000,000,000,0))
}

.tp_bns01_in dl{
    position: absolute;


    bottom: 20px;
    left:50%;
    transform: translate(-50%,0%);
}

.tp_bns01_in dl dt{
    font-size: 35px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: 'noto500';    
}

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

    color: #FFFFFF;
    margin-bottom: 20px;
    
}



.tp_bns01_bg01{
	width: 100%;
	height:450px !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:450px !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:450px !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_bg03_01{
	width: 100%;
	height:450px !important;
	background:url("../img/top/02_03_01.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:450px !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:450px !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:450px !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:450px !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: 70px auto;
}

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

.tp_bns02 ul li:nth-child(4n){
    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_bns02_bg08{
	width: 100%;
	height:200px !important;
	background:url("../img/business/btn08.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;*/
    background: #FFFFFF;
}



.tp_rrt_b01{
    position: relative;
}

.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_sdgs{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;


    box-sizing: border-box;
    text-align: left;
}


.tp_rrt_b01_sdgs p{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 10px;
}

.tp_rrt_b01_sdgs img{
    margin-bottom: 25px;
}





.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_btn001{
    margin-bottom: 40px;

}

.abt_btn001 ul li{
    width: 16%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;

}

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

.abt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.abt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.abt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}




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



	text-align:center;
    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_tbl01_dd_b{
    border-bottom:none !important;
    padding-bottom:0px !important;
    margin-bottom: 7px !important;

}



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

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

.abt_list02 ul li ul li{
    background:none;
    padding-left:0;
    margin-right:0;
    margin-bottom: 3px;
}

.abt_list02 ul li 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_tbl02 table tr:nth-child(odd){
background:#F2F8FD;
}



.abt_qp01{

}

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

.abt_qp01_r{
    width: 48%;
    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 5px no-repeat;
    background-size: 10px 10px;    
    padding-left: 18px;
    float: left;
    clear: both;
}

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

}




.abt_ass01{
    margin-bottom: 30px;

}

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

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

}

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

}



.abt_ass01 dl dt{
    width: 70px;
    height: auto;
    padding: 5px 5px 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    background: #86A3BC;
    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_ass01 dl dd ul li{
    width:auto;
    height: auto;
    float: none;
    margin-right: 0%;
    
    background: url("../img/common/list001.png") left 12px no-repeat;
    margin-bottom: 5px;
    padding-left: 10px;
}

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

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


.abt_ass01 dl dd ul li a{
    color: #000000;
    text-decoration: underline;
}

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


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

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


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


    list-style: decimal;
}





.abt_mp05{

}



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

}





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






.rst01_btn001{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;


}

.rst01_btn001 ul li{
    width: 32.8%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.rst01_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rst01_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rst01_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}






.rst01{
    margin-bottom: 70px;

}

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

}

.rst01 table th{
	padding:10px 10px 10px 10px;	
	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 10px 10px 10px;	
	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:14%;
}
    
.rst01 table th:nth-child(2){
    width: 43%;
}

.rst01 table th:nth-child(3){
    width: 43%;
}

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




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





.rrt_btn001{
    margin-bottom: 40px;

}

.rrt_btn001 ul li{
    width: 24.4%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.rrt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rrt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rrt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}




.rrt_tab01{

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


}

.rrt_tab01 ul li{
    width: 49.6%;
    height: auto;
    margin-right: 0.8%;
    float: left;

    background:url("../img/recruit/bg001.jpg") repeat;
    


}

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

.rrt_tab01 ul li a{
    display: block;
    width: 100%;
    border: 1px solid #0474a3;
    background:url("../img/recruit/bg001.jpg") repeat;
    font-size: 20px;
    line-height: 100%;
    color: #0474a3;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 10px;
    font-family: 'noto700';
    
    border-radius: 10px;    
}

.rrt_tab01 ul li a:hover{
    color:#FFFFFF;
    background: rgba(4,116,163,0.80);
}

.rrt_tab01_on{
    color:#FFFFFF !important;
    background: rgba(4,116,163,0.80) !important;
}





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






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







.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{
    margin-bottom: 70px;
}
  
.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_msg_yt_bg{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
  
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}
  

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





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

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





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

}

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

}

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





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

.rrt_r_tbl02 table td{
    width: 40%; /*3つ　width: 27%;*/
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;





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


.rrt_r_tbl02_td_t{
    vertical-align: text-top !important;
}



 
 .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: 17px;
    line-height: 180%;

    font-family: 'noto700';
    margin-bottom: 20px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 23px;
     line-height: 180%;
     font-family: 'noto700';
     color: #368FB5;
     margin-top: 18px;     
 }
  
  
.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 li:last-child{
	margin-right:0px;
}


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

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

} 
  
.rrt_wb02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    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: 15px;
    line-height: 170%;
}

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


.rrt_wb02_img{
    margin-top: 15px;
}
   
 
.rrt_wb02_img01{
    margin-top: 5px;
}
   
.rrt_wb02_img01 img{
    width: 100%;


  height: 330px;
  object-fit: cover; /* この一行を追加するだけ！ */
}



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







.bns_btn001{
    margin-bottom: 40px;

}

.bns_btn001 ul li{
    width: 24.4%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.bns_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.bns_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.bns_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}







.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 8px 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 80px auto;


}


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

    
    box-sizing: border-box;
    

    border-radius: 10px;
    
    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;
}



/* SDGｓ------------------------------------------ */


.sdgs01{
    margin-bottom: 50px;

}

.sdgs01 dl dt{
    font-size: 30px;
    line-height: 180%;
    margin-bottom: 1px;
    font-weight: bold;
}

.sdgs01 dl dt p{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 2px;
    font-weight: normal;
}

.sdgs01 dl dd{
    font-size: 20px;
    line-height: 200%;

}


.sdgs02{
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #33ccff;
    border-radius: 15px;
    margin-bottom: 40px;
    background: #FFFFFF;
}


.sdgs02_in01{
    margin-bottom: 20px;

}

.sdgs02_in01 dl dt{
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs02_in01 dl dt:first-letter{
    color: #33ccff;
}


.sdgs02_in01 dl dd{
    font-size: 21px;
    line-height: 200%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in01 dl dd span{
    color: #999999;
}


.sdgs02_in02{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 20px;
    font-weight: bold;
}




.sdgs02_in03{
    margin-bottom: 20px;
}

.sdgs02_in03 dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 7px;
    font-weight: bold;
}

.sdgs02_in03 dl dd ul li{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
    
    list-style:disc;
    margin-left: 20px;
    
}


.sdgs02_in04{
}

.sdgs02_in04 dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in04 dl dd ul li{
    float: left;
    margin-left: 4px;
}


.sdgs03{
    margin-bottom: 40px;
}

.sdgs03 dl dt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs03 dl dt span{
    color: #33ccff;
    font-size: 30px;    
}

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

.sdgs03 dl dd span{
    color: #33ccff;
}


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

}




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



.cmm_ctt_bg{

    background: #162b8d;

/*	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:auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;

   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: 10px;
}


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

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

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

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


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

}

.cmm_ctt dl dd span::before {
/*	content: "\A" ;
	white-space: pre ;*/
}


.cmm_ctt dl dd a{
    color: #FFFFFF;
}

.cmm_ctt dl dd a:hover{
    color: #FFFFFF;
}


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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}

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





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


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

    color: #cc0000;
}




.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;
	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: 260px;
height: auto;
position: absolute;
top: 16px;
left: 30px;


}

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







h2.h2_01{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
 	color:#000000;
    font-family: 'noto300';
}



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

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

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



h2.h2_02{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 35px;
 	color:#FFFFFF;
    font-family: 'noto300';
}



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

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

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







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

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

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



h3.h3_02{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 20px;

    font-family: 'noto300';
    
    padding: 7px 15px 9px 15px;
    
    border-radius: 5px;
}

h3.h3_02 p{
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 4px;
    font-family: 'noto500';
}




.h3_01_clr01{
    background: #9aba86 !important;
    color:#FFFFFF;
}

.h3_01_clr02{
    background: #86A3BC !important;
    color:#FFFFFF;
}




h4.h4_01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 27px;
    border-left: 4px solid #86A3BC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;


    font-family: 'noto300';
   
}


h5.h5_01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 27px;
    font-family: 'noto300';   
}

h5.h5_01 span{
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}





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

.slider_out{
    width: 100%;
     height: calc(100dvh - 60px);
 
     margin-top: 60px;
     
/*    height: 100dvh;*/
	position: relative;
}

.slider_out_bg{
    width: 100%;
     height: calc(100dvh - 60px);
     
/*    height: 100dvh;*/
/*    background: url("../img/top/slide_bg.png") left top no-repeat;
    background-size: 580px 617px;*/

}



.slider_in_bx{
	position: absolute;
    width: 100%;

	z-index: 2;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align:left;
    
    
   font-size: 15.8vw;
    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_bx00{
	position: absolute;
    width: 100%;

	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align:left;
    
    padding: 0 30px;
    box-sizing: border-box;
    
    
   font-size: 11.0vw;
    line-height:120%;
    color: #FFFFFF;

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

}


.slider_in_bx00_i{
  transform: skewX(-10deg);
}


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


.slider_in_bx_pg{
    height: 350px;

   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: 15.8vw;
    line-height: 90%;
    color: #FFFFFF;

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

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


.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


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

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

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

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



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



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


    


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



.contact_top_img{
	width: 100%;
	height:270px !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;
}


.business_top_img{
	width: 100%;
	height:270px !important;
	background:url("../img/business/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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: 35px;
    font-size: 15px;
    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: 60px;
}


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

}



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

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


    box-sizing: border-box;
}

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

    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 {

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

	border-radius: 7px;
/*	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{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: -2px;

}




.btn_25_ctr{
    margin: 0 auto !important;
}

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

	border-radius: 7px;
/*	border: 1px solid #00baed;*/
	color:#FFFFFF;
    background:#FFFFFF;
    border: 1px solid #00baed;
	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_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: #ffffff;
/* 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;


}



.btn_26_ctr{
    margin: 0 auto !important;
}

.btn_26 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
    height: 40px;

	border-radius: 7px;
/*	border: 1px solid #00baed;*/
	color:#FFFFFF;
    background:#00baed;
    border: 1px solid #00baed;
	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;
   margin: 0px auto;
}
.btn_26: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_26: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_26:hover {
 color: #ffffff;
/* border: 1px solid ;*/
}
 
.btn_26:hover:before {
 top: -35%; background-color:#fff;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
.btn_26:hover:after {
 top: -45%; background-color:#fff;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn_26 a{
	display: block;
    width: 100%;
    height: 100%;
    
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color:#fff;
    margin-top: -2px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.btn_26 a:hover{
    color:#00baed !important;


}


.rtt_btn01{
width: 100%;
max-width: 700px;

margin: 0px auto 60px;
overflow: auto;
}


.rtt_btn01 ul{
width: 100%;
}

.rtt_btn01 ul li{
    width: 48%;
    float: left;

    margin-right: 4%;


	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    height: 50px;

	border-radius: 8px;
/*	border: 1px solid #00baed;*/
	color:#00baed;
    background:#FFFFFF;
    border: 1px solid #00baed;
    box-sizing: border-box;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
.rtt_btn01 ul li:nth-child(2n){
    margin-right: 0%;
}

.rtt_btn01 ul li: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;

}
 
.rtt_btn01 ul li: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;
}
 
.rtt_btn01 ul li:hover {
 color: #00baed;
/* border: 1px solid ;*/


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

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

.rtt_btn01 ul li a{
	display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    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;     
}

.rtt_btn01 ul li a:hover{
    color:#FFFFFF !important;
}



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


.tp_msg{
margin-bottom: 70px;

}


.tp_msg dl dt p{
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    
    color: #333333;
    
    margin-bottom: 20px;

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


.tp_msg dl dt{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;

    
    font-family: 'noto300';  
}

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

}




.kakko01 {
max-width: 650px;
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;*/
    background: #f2f2f3;

}


.tp_bns01{

}


.tp_bns01 ul{
    margin-bottom: 35px;

}


.tp_bns01 ul li{
    width: 49%;
    height: 350px;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
}

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




.tp_bns01_in{
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0px;
    text-align: center;
    padding: 0 20px 20px 20px;
    box-sizing:border-box;
    
background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.8),rgba(000,000,000,0.7),rgba(000,000,000,0.6),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.1),rgba(000,000,000,0))
}

.tp_bns01_in dl{
    position: absolute;
    width: 100%;

    bottom: 20px;
    left:50%;
    transform: translate(-50%,0%);
}

.tp_bns01_in dl dt{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: 'noto500';   
}

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

    color: #FFFFFF;
    margin-bottom: 15px;
}



.tp_bns01_bg01{
	width: 100%;
	height:350px !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:350px !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:350px !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_bg03_01{
	width: 100%;
	height:350px !important;
	background:url("../img/top/02_03_01.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:350px !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:350px !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:350px !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:350px !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: 60px;

}

.tp_bns02 ul li{
    width:49%;
    height:150px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 12px;
}

.tp_bns02 ul li:nth-child(2n){
    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: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
}

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

    color: #FFFFFF;
}



.tp_bns02_bg01{
	width: 100%;
	height:150px !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:150px !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:150px !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:150px !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:150px !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:150px !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:150px !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_bns02_bg08{
	width: 100%;
	height:150px !important;
	background:url("../img/business/btn08.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;*/
    background: #FFFFFF;
}


.tp_rrt_b01{
}

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

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

}

.tp_rrt_b01_r img{
    vertical-align: bottom;
}


.tp_rrt_b01_sdgs{

    width: auto;

    margin-top: 40px;

    box-sizing: border-box;
    text-align: left;
}


.tp_rrt_b01_sdgs p{
    font-size: 30px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 10px;
}

.tp_rrt_b01_sdgs img{
    margin-bottom: 25px;
}


.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:300px !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:300px !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:30px;
    transform: translate(0%,-50%);
    
}

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




.tp_igt01_bg01{

	height:320px !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:320px !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: 60px;
}


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

    box-sizing: border-box;
    margin-bottom: 11px;
    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: 22px;

}

.abt_btn01 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 25px 10px;
    box-sizing: border-box;
    
    background: #FFFFFF;
    
    font-size: 17px;
    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_btn001{
    margin-bottom: 30px;

}

.abt_btn001 ul li{
    width: 32%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

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

.abt_btn001 ul li:nth-child(4){
    margin-bottom: 0px;
}

.abt_btn001 ul li:nth-child(5){
    margin-bottom: 0px;
}


.abt_btn001 ul li:nth-child(6){
    margin-bottom: 0px;
}


.abt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 12px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.abt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.abt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}






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

}

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

}

.abt_tbl01 table th{
	width:110px;

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




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

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


.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_tbl01_dd_b{
    border-bottom:none !important;
    padding-bottom:0px !important;
    margin-bottom: 7px !important;

}


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

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

.abt_list02 ul li ul li{
    background:none;
    padding-left:0;
    margin-right:0;
    margin-bottom: 3px;
}

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


.cpy_oc01{
    text-align: center;

}



.cpy_msg01{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 50px 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:28px;
	line-height:140%;
	
    font-family: 'noto700';

	
	min-height:280px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



.cpy_msg02{
    font-size: 15px;
    line-height: 160%;
}


.cpy_msg02 p{
    max-width:180px;
    margin: 0 0 0 auto;
    text-align: right;
    margin-top: 20px;

}







.abt_tbl02{
	width:100%;
	height:auto;
/*
    overflow-x: auto;  */   
}

/*.abt_tbl02::-webkit-scrollbar {
  height: 10px;
}
 
.abt_tbl02::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.abt_tbl02::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

.abt_tbl02 table th{
	padding:8px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    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: 100px;
}



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


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

    
	text-align:left;
    border-bottom: 1px dotted #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_tbl02 table tr:nth-child(odd){
background:#F2F8FD;
}





.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: 14px;
    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 4px no-repeat;
    background-size: 9px 9px;
    padding-left: 12px;
    float: left;
    clear: both;
    letter-spacing: -0.01em;
}

.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: 70px;
    height: auto;
    padding: 5px 3px 7px 3px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    background: #86A3BC;
    margin-bottom: 5px;

}

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

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

.abt_ass01 dl dd ul li{
    width:auto;
    height: auto;
    float: none;
    margin-right: 0%;
    
    background: url("../img/common/list001.png") left 12px no-repeat;
    margin-bottom: 5px;
    padding-left: 10px;
}

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

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


.abt_ass01 dl dd ul li a{
    color: #000000;
    text-decoration: underline;
}

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

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

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


.abt_ass_map{
    margin-bottom: 60px;

}




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



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

}



.abt_mp03{
    font-size: 15px;
    line-height: 160%;
    margin-bottom:20px;

}


.abt_mp04{
    margin-bottom: 50px;
}

.abt_mp04 ul li{
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 140%;

    list-style: decimal;
    margin-left: 20px;
}




.abt_mp05{

}



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

}






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






.rst01_btn001{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;


}

.rst01_btn001 ul li{
    width: 32.8%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.rst01_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 8px 5px 10px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rst01_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rst01_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}




.rst01{
    margin-bottom: 60px;


    overflow-x: auto;     
}

.abt_tbl02::-webkit-scrollbar {
  height: 10px;
}
 
.abt_tbl02::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.abt_tbl02::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}



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


}

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

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

.rst01 table td span::before {
	content: "\A" ;
	white-space: pre ;
}
   

    
.rst01 table th:nth-child(1){
    width:12%;
}
    
.rst01 table th:nth-child(2){
    width: 44%;
}

.rst01 table th:nth-child(3){
    width: 44%;
}

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


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    color: #a0c6e3;


    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:15px;
    line-height: 150%;
	border-collapse:collapse;

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



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




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






.rrt_btn001{
    margin-bottom: 30px;

}

.rrt_btn001 ul li{
    width: 24.4%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.rrt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 8px 5px 10px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rrt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rrt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}

.rrt_btn001 ul li em::before {
	content: "\A" ;
	white-space: pre ;
}





.rrt_tab01{

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


}

.rrt_tab01 ul li{
    width: 49.6%;
    height: auto;
    margin-right: 0.8%;
    float: left;

    background:url("../img/recruit/bg001.jpg") repeat;

}

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

.rrt_tab01 ul li a{
    display: block;
    width: 100%;
    border: 1px solid #0474a3;
    background:url("../img/recruit/bg001.jpg") repeat;
    font-size: 17px;
    line-height: 100%;
    color: #0474a3;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
    font-family: 'noto700';
    
    border-radius: 10px;
}

.rrt_tab01 ul li a:hover{
    color:#FFFFFF;
    background: rgba(4,116,163,0.80);
}

.rrt_tab01_on{
    color:#FFFFFF !important;
    background: rgba(4,116,163,0.80) !important;
}




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

}

.rrt01 ul li{    
    max-width: 580px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 25px auto;

    background:#C9D7EF;

}

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






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

.rrt02_bx_l{
    width: 45%;
    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: 55%;
    height: auto;
    float:right;

}



.rrt02_bx_r img{
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
    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:center;
    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;
    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;
  }
}









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

}

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

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






.rrt003_in02{

}


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

}


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


  }


  .timeline-content dl dd{
    font-size: 13px;
    line-height: 140%;
  }
  





.rrt_msg01_btm{
    margin-bottom: 60px !important;

}
  
  
.rrt_msg01{
    margin-bottom: 60px;
}
 
 
 
.rrt_msg01 dl dt{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 20px;
}
    
.rrt_msg01 dl dd{
    font-size: 15px;
    line-height: 160%;

}




    
.rrt_msg_yt_bg{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
  
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}
  


  
  

.rrt_r_tbl01{

/*
    overflow-x: auto;    */ 
}

/*.rrt_r_tbl01::-webkit-scrollbar {
  height: 10px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

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




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

.rrt_r_tbl01 table td{
    width: 40%;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;



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


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

}
*/



.rrt_r_tbl01 table th span::before {
	content: "\A" ;
	white-space: pre ;
}
   





.rrt_r_tbl02{

/*
    overflow-x: auto;    */ 
}

/*.rrt_r_tbl01::-webkit-scrollbar {
  height: 10px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

.rrt_r_tbl02 table th{
    width: 80px;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    color: #5699b5;




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

.rrt_r_tbl02 table td{
    width: 38%; /*3つ　width: 26%;*/
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;





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


.rrt_r_tbl02_td_t{
    vertical-align: text-top !important;
}


/*.rrt_r_tbl02_th_c{
    width: 40px !important;
	padding:10px 8px 10px 10px !important;
	font-size:15px;
    line-height: 100% !important;
    writing-mode: vertical-lr !important;

}
*/



.rrt_r_tbl02 table th span::before {
	content: "\A" ;
	white-space: pre ;
}
   




  
 .rrt_am01_btm01{
     margin-bottom: 60px;
 } 
  

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

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

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


   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: 23px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 10px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 15px;
     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: 16px;
    line-height: 160%;

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

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

    font-family: 'noto700';
    margin-bottom: 17px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 20px;
     line-height: 180%;
     font-family: 'noto700';
     color: #368FB5;
     margin-top: 18px;     
 }
  
  
.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: 15px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 14px;
    line-height: 160%;
    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: 16px;
    line-height: 160%;

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

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 1px no-repeat;
     background-size: 13px 13px;
     
     font-size: 15px;
     line-height: 100%;
     
     display:inline-block;
     
    padding: 0 0 0 19px;
    box-sizing: border-box;
    border: none;
    
    border-radius: 0px;
    
    margin-bottom: 5px;
     margin-right: 15px;    
 }

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

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

    
    

  
.rrt_wb01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
}
 
  
.rrt_wb02{
margin-bottom: 60px;
} 
  
.rrt_wb02 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;
}
  
.rrt_wb02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rrt_wb02 ul li dl dt{
    font-size: 17px;
    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: 15px;
    line-height: 170%;
}


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


.rrt_wb02_img{
    margin-top: 15px;
}
   
 
.rrt_wb02_img01{
    margin-top: 15px;
    text-align: center;
}
   
   
.rrt_wb02_img01 img{


  height: 330px;
  object-fit: cover; /* この一行を追加するだけ！ */
}






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





.bns_btn001{
    margin-bottom: 30px;

}

.bns_btn001 ul li{
    width: 24.4%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 10px;

}

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

.bns_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 8px 5px 10px 5px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    color: #18288a;
    transition: all  0.3s ease;
}

.bns_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.bns_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}





.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: 22px 14px;
    padding-right: 30px;
    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: 15px;
    line-height: 170%;
    margin-bottom: 30px;
}


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


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

.bns02{
margin-bottom: 40px;

}

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

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

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

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



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


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


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

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





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




}


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

    
    box-sizing: border-box;
    
    border-radius: 10px;
    
    margin-bottom: 20px;
}
.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% - 8em)/2);

left: 0;
right: 0;

margin: 0;

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

}

.bns03_in dl dt{
    font-size: 26px;
    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: 15px;
    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: 60px;
}

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


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


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




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


.bns06{
    margin-bottom: 30px;

}

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

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

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







/* SDGｓ------------------------------------------ */


.sdgs01{
    margin-bottom: 40px;

}

.sdgs01 dl dt{
    font-size: 22px;
    line-height: 180%;
    margin-bottom: 1px;
    font-weight: bold;
}

.sdgs01 dl dt p{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 2px;
    font-weight: normal;
}

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

}


.sdgs02{
    padding: 25px;
    box-sizing: border-box;
    border: 2px solid #33ccff;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #FFFFFF;
}


.sdgs02_in01{
    margin-bottom: 15px;

}

.sdgs02_in01 dl dt{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs02_in01 dl dt:first-letter{
    color: #33ccff;
}


.sdgs02_in01 dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in01 dl dd span{
    color: #999999;
}


.sdgs02_in02{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 15px;
    font-weight: bold;
}




.sdgs02_in03{
    margin-bottom: 20px;
}

.sdgs02_in03 dl dt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 7px;
    font-weight: bold;
}

.sdgs02_in03 dl dd ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
    
    list-style:disc;
    margin-left: 20px;
    
}


.sdgs02_in04{
}

.sdgs02_in04 dl dt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in04 dl dd ul li{
    float: left;
    margin-right: 4px;
}

.sdgs02_in04 dl dd ul li img{
    max-width: 80px;
}


.sdgs03{
    margin-bottom: 30px;
}

.sdgs03 dl dt{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs03 dl dt span{
    color: #33ccff;
    font-size: 26px;    
}

.sdgs03 dl dd{
    font-size: 15px;
    line-height: 170%;
}

.sdgs03 dl dd span{
    color: #33ccff;
}


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

}

















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



.cmm_ctt_bg{

    background: #162b8d;

/*	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:auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;

   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: 17px;
    line-height: 100%;

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


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

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

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

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


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

}


.cmm_ctt dl dd span::before {
/*	content: "\A" ;
	white-space: pre ;*/
}


.cmm_ctt dl dd a{
    color: #FFFFFF;
}

.cmm_ctt dl dd a:hover{
    color: #FFFFFF;
}
























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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















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




.contact-t{

	margin-bottom:60px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

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

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

    font-family: 'noto700';    
}

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


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

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

.cnt01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;

    color: #cc0000;
}





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



}



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

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


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









h2.h2_01{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 25px;
 	color:#000000;
    font-family: 'noto300';
}



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

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


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




h2.h2_02{

    font-size: 14px;
    line-height: 140%;
    margin-bottom: 25px;
 	color:#FFFFFF;
    font-family: 'noto300';
}



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

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

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




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

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

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




h3.h3_02{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;

    font-family: 'noto300';
    
    padding: 5px 15px 7px 15px;
    
    border-radius: 5px;
}

h3.h3_02 p{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 4px;
    font-family: 'noto500';
}




.h3_01_clr01{
    background: #9aba86 !important;
    color:#FFFFFF;
}

.h3_01_clr02{
    background: #86A3BC !important;
    color:#FFFFFF;
}




h4.h4_01{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
    border-left: 3px solid #86A3BC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;


    font-family: 'noto300';
   
}

h5.h5_01{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
    font-family: 'noto300';   
}

h5.h5_01 span{
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}







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

.slider_out{
    width: 100%;
     height: calc(100dvh - 50px);

    margin-top: 50px;
    
/*    height: 100dvh;*/
	position: relative;
}

.slider_out_bg{
    width: 100%;
     height: calc(100dvh - 50px);
    
/*    height: 100dvh;*/
/*    background: url("../img/top/slide_bg_s.png") -65px top no-repeat;
    background-size: 350px 570px;*/
}

.slider_in_bx{
	position: absolute;
    width:100%;

	z-index: 2;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -57%);
	text-align:left;
    
    
    
     font-size: 15.2vw;
    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_bx00{
	position: absolute;
    width: 100%;

	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align:left;
    
    padding: 0 20px;
    box-sizing: border-box;
    
    
   font-size: 10.8vw;
    line-height:120%;
    color: #FFFFFF;

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

}


.slider_in_bx00_i{
  transform: skewX(-10deg);
}


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



.slider_in_bx_pg{
    height: 250px;

   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: 15.2vw;
    line-height: 90%;
    color: #FFFFFF;
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    left: -3px;
}

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



.vegas-animation-kenburnsDown {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}






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

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

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

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 25px;
	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:25px;
		opacity: 1;
	}
	100%{
		height:0;
		top:40px;
		opacity: 0;
	}
}






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

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:7px;
	bottom:13px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.6rem;
	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;
}






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



.top_img_in{
    margin-top: 30px;


}

.top_img_in img{

    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



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




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

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

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


.contact_top_img{
	width: 100%;
	height:160px !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;
}



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


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





.bg_main{

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

}




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

.button01 a{
width: 150px;
display: block;
height: 30px;
    font-size: 14px;
    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: 150px;

}



.tp_news{
    margin-bottom: 50px;
}

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


}


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

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


    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #006699;
    margin-left: 0px;

    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 {

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;
    max-width: 160px;
	width: 100%;
    height: 28px;

	border-radius: 6px;
/*	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{
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-top: -3px;

}

.btn_25_ctr{
    margin: 0 auto !important;
}

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

	border-radius: 6px;
/*	border: 1px solid #00baed;*/
	color:#FFFFFF;
    background:#FFFFFF;
    border: 1px solid #00baed;
	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_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: #ffffff;
/* 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: 12px;
    line-height: 120%;
    text-align: center;
    color:#00baed;
    margin-top: -3px;
    
   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;


}

.btn_26_ctr{
    margin: 0 auto !important;
}

.btn_26 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
    height: 40px;

	border-radius: 7px;
/*	border: 1px solid #00baed;*/
	color:#FFFFFF;
    background:#00baed;
    border: 1px solid #00baed;
	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_26: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_26:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%; background-color:#fff;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
.btn_26:hover {
 color: #00baed;
/* border: 1px solid ;*/
}
 
.btn_26:hover:before {
 top: -35%; background-color:#fff;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
.btn_26:hover:after {
 top: -45%; background-color:#fff;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn_26 a{
	display: block;
    width: 100%;
    height: 100%;
    
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color:#fff;
    margin-top: -2px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.btn_26 a:hover{
    color:#00baed !important;


}



.rtt_btn01{
width: 100%;
max-width: 400px;

margin: 0px auto 50px;
overflow: auto;
}


.rtt_btn01 ul{
width: 100%;
}

.rtt_btn01 ul li{
    width: 100%;
    float: none;

    margin-right: 0%;
    margin-bottom: 20px;


	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    height: 50px;

	border-radius: 8px;
/*	border: 1px solid #00baed;*/
	color:#00baed;
    background:#FFFFFF;
    border: 1px solid #00baed;
    box-sizing: border-box;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
.rtt_btn01 ul li:nth-child(2n){
    margin-right: 0%;
    margin-bottom: 0px;
}

.rtt_btn01 ul li: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;

}
 
.rtt_btn01 ul li: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;
}
 
.rtt_btn01 ul li:hover {
 color: #00baed;
/* border: 1px solid ;*/


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

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

.rtt_btn01 ul li a{
	display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    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;     
}

.rtt_btn01 ul li a:hover{
    color:#FFFFFF !important;
}



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

.tp_msg{
margin-bottom: 60px;

}


.tp_msg dl dt p{
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    
    color: #333333;
    
    margin-bottom: 15px;

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


.tp_msg dl dt{
    font-size: 14px;
    line-height: 190%;
    text-align: center;
    margin-bottom: 30px;

    font-family: 'noto400';
}

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

}





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





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


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

}



.tp_bns01{

}


.tp_bns01 ul{
    margin-bottom: 30px;

}


.tp_bns01 ul li{
    width: 49%;
    height: 300px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 10px;




}

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





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

background: linear-gradient(to top,rgba(000,000,000,0.9),rgba(000,000,000,0.8),rgba(000,000,000,0.7),rgba(000,000,000,0.6),rgba(000,000,000,0.4),rgba(000,000,000,0.3),rgba(000,000,000,0.1),rgba(000,000,000,0))
}

.tp_bns01_in dl{
    position: absolute;


    bottom: 10px;
    left:50%;
    transform: translate(-50%,0%);
}

.tp_bns01_in dl dt{
    font-size: 19px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: 'noto500';   
}

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

    color: #FFFFFF;
    margin-bottom: 10px;
}



.tp_bns01_bg01{
	width: 100%;
	height:260px !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:260px !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:260px !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_bg03_01{
	width: 100%;
	height:260px !important;
	background:url("../img/top/02_03_01.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:260px !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:260px !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:260px !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:260px !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: 50px;

}

.tp_bns02 ul li{
    width:49%;
    height:120px;
    float: left;
    margin-right:2%;
    position: relative;
    margin-bottom: 12px;
}

.tp_bns02 ul li:nth-child(2n){
    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 10px;
    box-sizing:border-box;
}

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

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

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

    color: #FFFFFF;
    
    display: none;
}



.tp_bns02_bg01{
	width: 100%;
	height:120px !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:120px !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:120px !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:120px !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:120px !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:120px !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:120px !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_bns02_bg08{
	width: 100%;
	height:120px !important;
	background:url("../img/business/btn08.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;*/
    background: #FFFFFF;
}


.tp_rrt_b01{
}

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

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

}

.tp_rrt_b01_r img{
    vertical-align: bottom;
}

.tp_rrt_b01_sdgs{

    width: auto;

    margin-top: 30px;


    box-sizing: border-box;
    text-align: left;
}


.tp_rrt_b01_sdgs p{
    font-size: 18px;
    line-height: 160%;
    font-family: 'noto700';
    
    margin-bottom: 10px;
}

.tp_rrt_b01_sdgs img{
    margin-bottom: 20px;
}


.tp_rrt_b01_in{
}

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

.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:200px !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:200px !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: 100%;
    height: 220px;
    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:30px;
    transform: translate(0%,-50%);

    
}

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




.tp_igt01_bg01{

	height:280px !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:280px !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: 50px;
}




.abt_btn01 ul li{
    width: 32%;
    height: 65px;

    box-sizing: border-box;
    margin-bottom: 8px;
    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;
    background-size:  5px 8px;
    padding-bottom: 14px;

}

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

}


.abt_btn01 ul li em::before {
	content: "\A" ;
	white-space: pre ;
}

.abt_btn01_tp{
    padding-top: 15px !important;
}



/*== ボタン共通設定 */
.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_btn001{
    margin-bottom: 25px;

}

.abt_btn001 ul li{
    width: 32%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;
}

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

.abt_btn001 ul li:nth-child(4){
    margin-bottom: 0px;
}

.abt_btn001 ul li:nth-child(5){
    margin-bottom: 0px;
}


.abt_btn001 ul li:nth-child(6){
    margin-bottom: 0px;
}


.abt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 9px 2px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 12px;
    line-height: 100%;
    color: #18288a;
    transition: all  0.3s ease;
}

.abt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.abt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}








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

    margin-bottom: 50px;
}

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

}

.abt_tbl01 table th{
    display: block;
	width:100%;

	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    
    font-family: 'noto500';
    
    color: #2F4A88;



	text-align:left;
    border-bottom:none;
}

.abt_tbl01 table td{
    display: block;
	width:100%;
	padding:3px 0px 5px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 150%;
	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;
    font-family: 'noto500';
}

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

}

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


.abt_tbl01_dd_b{
    border-bottom:none !important;
    padding-bottom:0px !important;
    margin-bottom: 7px !important;

}


.abt_tbl01 table td dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}





.abt_list01{

}

.abt_list01 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-right: 11px;
    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: 6px;
}

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

.abt_list02 ul li ul li{
    background:none;
    padding-left:0;
    margin-right:0;
    margin-bottom: 3px;
}

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

.cpy_oc01{
    text-align: center;

}



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




.cpy_msg01_l{

	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin-bottom:15px;

}

.cpy_msg01_l img{
    max-width: 220px;
	padding:0;
	margin:0;
	vertical-align:bottom;
}


.cpy_msg01_r{
	width:100%;
	height:auto;
	float:none;
	
	font-size:20px;
	line-height:140%;
	text-align:center;

	min-height:0px;
 
   display:block;
   display:block;


}




.cpy_msg02{
    font-size: 14px;
    line-height: 150%;
}


.cpy_msg02 p{
    max-width:160px;
    margin: 0 0 0 auto;
    text-align: right;
    margin-top: 20px;

}








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

/*    overflow-x: auto;   */  
}

/*.abt_tbl02::-webkit-scrollbar {
  height: 10px;
}
 
.abt_tbl02::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.abt_tbl02::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

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

}

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



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


.abt_tbl02 table td{
	padding:8px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;

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


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


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


.abt_tbl02 table th:nth-child(3){
    display:none;
}

.abt_tbl02 table td:nth-child(3){
    display:none;
}

.abt_tbl02 table tr:nth-child(odd){
background:#F2F8FD;
}





.abt_qp01{

}

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

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


.abt_qp01 ul li{ 
    font-size: 13px;
    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 5px no-repeat;
    background-size: 7px 7px;
    padding-left: 14px;
    float: left;
    clear: both;
}

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

}





.abt_ass01{
    margin-bottom: 25px;

}

.abt_ass01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 20px;
    
/*    background: #D8A6A7;*/
}

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

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

.abt_ass01 dl dt{
    width: 65px;
    height: auto;
    padding: 5px 3px 7px 3px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    background: #86A3BC;
    margin-bottom: 5px;

}

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

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

}


.abt_ass01 dl dd ul li{
    width:auto;
    height: auto;
    float: none;
    margin-right: 0%;
    
    background: url("../img/common/list001.png") left 9px no-repeat;
    margin-bottom: 8px;
    padding-left: 10px;
}

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

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


.abt_ass01 dl dd ul li a{
    color: #000000;
    text-decoration: underline;
}

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

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

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


.abt_ass01 ul li img{
    text-align: center !important;
    margin: 0 auto;

}

.abt_ass_map{
    margin-bottom: 50px;

}







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

.abt_mp01 span::before {
	content: "\A" ;
	white-space: pre ;
}




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

}



.abt_mp03{
    font-size: 14px;
    line-height: 150%;
    margin-bottom:15px;

}


.abt_mp04{
    margin-bottom: 40px;
}

.abt_mp04 ul li{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 140%;

    list-style: decimal;
    
    margin-left: 18px;
}




.abt_mp05{

}



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

}










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




.rst01_btn001{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;


}

.rst01_btn001 ul li{
    width: 49%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 6px;

}

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



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





.rst01_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 6px 2px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 12px;
    line-height: 130%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rst01_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rst01_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}


.rst01_btn001 ul li em::before {
	content: "\A" ;
	white-space: pre ;
}







.rst01{
    margin-bottom: 50px;


    overflow-x: auto;     
}

.abt_tbl02::-webkit-scrollbar {
  height: 10px;
}
 
.abt_tbl02::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.abt_tbl02::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}



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


}

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

}

    
.rst01 table td{
	padding:8px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:12px;
    line-height: 140%;
	border-collapse:collapse;

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




    
.rst01 table td span::before {
	content: "\A" ;
	white-space: pre ;
}
   

    
.rst01 table th:nth-child(1){
    width:16%;
}
    
.rst01 table th:nth-child(2){
    width: 42%;
}

.rst01 table th:nth-child(3){
    width: 42%;
}


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



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










.abt_td001{

}


.abt_td001 dl dt{
margin-bottom: 2px;

}

.abt_td001 dl dd{
    margin-bottom:18px;
}

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



.abt_td001 dl dd ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    
    float: left;
    margin-right: 20px;

}
.abt_td001 dl dd ul li:last-child{
    margin-right: 0px;

}




.abt_td002 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    
    float: left;
    margin-right: 20px;

}

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

}




.abt_001{
    margin-bottom: 50px;

}


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

}

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

}


.abt_001_in{

}


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

}

.abt_001_in table th{
	width:210px;

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


    vertical-align: text-top;

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

.abt_001_in table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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











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


.wk01{

}

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

}

.wk01 table th{


	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    color: #a0c6e3;


    vertical-align: text-top;

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

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

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



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











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




.rrt_btn001{
    margin-bottom: 30px;
}

.rrt_btn001 ul li{
    width: 24.4%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 6px;

}

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

.rrt_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 6px 2px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 12px;
    line-height: 130%;
    color: #18288a;
    transition: all  0.3s ease;
}

.rrt_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.rrt_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}

.rrt_btn001 ul li em::before {
	content: "\A" ;
	white-space: pre ;
}






.rrt_tab01{

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


}

.rrt_tab01 ul li{
    width: 49.6%;
    height: auto;
    margin-right: 0.8%;
    float: left;

    background:url("../img/recruit/bg001.jpg") repeat;

}

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

.rrt_tab01 ul li a{
    display: block;
    width: 100%;
    border: 1px solid #0474a3;
    background:url("../img/recruit/bg001.jpg") repeat;
    font-size: 14px;
    line-height: 100%;
    color: #0474a3;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 10px;
    font-family: 'noto700';
    
    border-radius: 8px;
}

.rrt_tab01 ul li a:hover{
    color:#FFFFFF;
    background: rgba(4,116,163,0.80);
}

.rrt_tab01_on{
    color:#FFFFFF !important;
    background: rgba(4,116,163,0.80) !important;
}



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

}

.rrt01 ul li{    
    max-width: 580px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 20px auto;

    background:#C9D7EF;

}

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

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








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

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

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

}


.rrt02_bx_r img{
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
    vertical-align:bottom;

}


.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

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

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

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









.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: #3399cc;
    font-family: 'noto500';
    padding-bottom: 5px;    
    margin-bottom: 10px;
    border-bottom: 1px dotted #006699;

}

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

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






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #3399cc;
    font-family: 'noto500';
    padding-bottom: 5px;    
    margin-bottom: 10px;
    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: 140%;
  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%;
  }
  


.rrt_msg01_btm{
    margin-bottom: 50px !important;

}

  
.rrt_msg01{
    margin-bottom: 50px;
}
 
  
.rrt_msg01 dl dt{
    font-size: 19px;
    line-height: 150%;
    font-family: 'noto700';
    margin-bottom: 20px;
}

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

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

}




    
.rrt_msg_yt_bg{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
  
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}
  



  
  

.rrt_r_tbl01{


/*    overflow-x: auto; */    
}

/*.rrt_r_tbl01::-webkit-scrollbar {
  height: 10px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

.rrt_r_tbl01 table th{
    width: 95px;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    color: #5699b5;



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

.rrt_r_tbl01 table td{
    width: 34%;
	padding:10px 5px 10px 5px;
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;




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


/*.rrt_r_tbl01_th_c{
    width: 30px !important;
	padding:10px 8px 10px 10px !important;
	font-size:15px;
    line-height: 100% !important;
    writing-mode: vertical-lr !important;

}*/





.rrt_r_tbl01 table th span::before {
	content: "\A" ;
	white-space: pre ;
}
   






.rrt_r_tbl02{


/*    overflow-x: auto; */    
}

/*.rrt_r_tbl01::-webkit-scrollbar {
  height: 10px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.rrt_r_tbl01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}
*/


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

/*    white-space: nowrap;*/
}

.rrt_r_tbl02 table th{
    width: 95px;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    color: #5699b5;



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

.rrt_r_tbl02 table td{
    width: 35%; /*3つ　width: 22.5%;*/
	padding:10px 5px 10px 5px;
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;





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


.rrt_r_tbl02_td_t{
    vertical-align: text-top !important;
}




/*.rrt_r_tbl02_th_c{
    width: 30px !important;
	padding:10px 8px 10px 10px !important;
	font-size:15px;
    line-height: 100% !important;
    writing-mode: vertical-lr !important;

}*/





.rrt_r_tbl02 table th span::before {
	content: "\A" ;
	white-space: pre ;
}
  


 
 .rrt_am01_btm01{
     margin-bottom: 50px;
 }
  
  

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

  
  
 }
  

 .rrt_am01_in_l{
     width:90px;
     height: auto;
     float: none;
     margin: 0 auto 15px auto;

 }
  
  
.rrt_am01_in_r{
     width:auto;
     height: auto;

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


   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: 16px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 6px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 13px;
     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: 14px;
    line-height: 150%;

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

 }
  
 .rrt_am01_in02{
    font-size: 14px;
    line-height: 150%;

    font-family: 'noto500';
    margin-bottom: 12px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 16px;
     line-height: 180%;
     font-family: 'noto700';
     color: #368FB5;
     margin-top: 18px;     
 }
  
  
  
.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: 14px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 13px;
    line-height: 150%;
    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: 15px;
    line-height: 150%;

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

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 2px no-repeat;
     background-size: 12px 12px;
     
     font-size: 14px;
     line-height: 100%;
     
     display:inline-block;
     
    padding: 0 0 0 17px;
    box-sizing: border-box;
    border: none;
    
    border-radius: 0px;
    
    margin-bottom: 5px;
     margin-right: 15px;    
 }

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

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



  
.rrt_wb01{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
}
 
  
.rrt_wb02{
margin-bottom: 50px;
} 
  
.rrt_wb02 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 25px;
}
  
.rrt_wb02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rrt_wb02 ul li dl dt{
    font-size: 16px;
    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: 14px;
    line-height: 150%;
}



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


.rrt_wb02_img{
    margin-top: 15px;
}
   
 
.rrt_wb02_img01{
    margin-top: 15px;
    text-align: center;
}

   
.rrt_wb02_img01 img{
    width: 100%;


  height: 220px;
  object-fit: cover; /* この一行を追加するだけ！ */
}








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




.bns_btn001{
    margin-bottom: 20px;

}

.bns_btn001 ul li{
    width: 49%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;

}

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

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


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

.bns_btn001 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #18288a;
    padding: 6px 2px;
    box-sizing: border-box;
    text-align: center;
    
    background: #FFFFFF;
    
    font-size: 12px;
    line-height: 130%;
    color: #18288a;
    transition: all  0.3s ease;
}

.bns_btn001 ul li a:hover{
    color: #FFFFFF;
 	background-color:#18288a;
}

.bns_btn001_on{
    color: #FFFFFF !important;
 	background-color:#18288a !important;
}

.bns_btn001 ul li em::before {
	content: "\A" ;
	white-space: pre ;
}




.pg_mt{
    margin-bottom: 15px;
    text-align: right;
    font-size: 13px;
    line-height: 100%;
    background: url("../img/common/list001.jpg") right 1px no-repeat;
    background-size: 19px 12px;
    padding-right: 25px;
    height: 12px;
}

.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: 14px;
    line-height: 160%;
    margin-bottom: 25px;
}



.bns01 p{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 10px;
}

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

.bns02{
margin-bottom: 30px;

}

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

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

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

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



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


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


.bns02 ul li dl dd dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
}

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







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




}


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

    
    box-sizing: border-box;
    
    border-radius: 10px;
    
    margin-bottom: 15px;
}
.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% - 8.5em)/2);

left: 0;
right: 0;

margin: 0;

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

}

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

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


.bns03_in dl dd{
    font-size: 13px;
    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: 50px;
}

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



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



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




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


.bns06{
    margin-bottom: 25px;

}

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

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

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








/* SDGｓ------------------------------------------ */


.sdgs01{
    margin-bottom: 30px;

}

.sdgs01 dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 5px;
    font-weight: bold;
}

.sdgs01 dl dt p{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.sdgs01 dl dd{
    font-size: 15px;
    line-height: 170%;

}


.sdgs02{
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #33ccff;
    border-radius: 15px;
    margin-bottom: 25px;
    background: #FFFFFF;
}


.sdgs02_in01{
    margin-bottom: 15px;

}

.sdgs02_in01 dl dt{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs02_in01 dl dt:first-letter{
    color: #33ccff;
}


.sdgs02_in01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in01 dl dd span{
    color: #999999;
}


.sdgs02_in02{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    font-weight: bold;
}




.sdgs02_in03{
    margin-bottom: 20px;
}

.sdgs02_in03 dl dt{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 7px;
    font-weight: bold;
}

.sdgs02_in03 dl dd ul li{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    
    list-style:disc;
    margin-left: 20px;
    
}


.sdgs02_in04{
}

.sdgs02_in04 dl dt{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 7px;
    font-weight: bold;
}


.sdgs02_in04 dl dd{
    max-width: 420px;
    width: 100%;
    height: auto;
    margin:0 auto;
}


.sdgs02_in04 dl dd ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
}


.sdgs02_in04 dl dd ul li:nth-child(4n){
    margin-right: 0%;

}



.sdgs02_in04 dl dd ul li img{
    max-width: 100px;
    max-width: 100%;
}


.sdgs03{
    margin-bottom: 30px;
}

.sdgs03 dl dt{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 4px;
    font-weight: bold;
}

.sdgs03 dl dt span{
    color: #33ccff;
    font-size: 20px;    
}

.sdgs03 dl dd{
    font-size: 14px;
    line-height: 160%;
}

.sdgs03 dl dd span{
    color: #33ccff;
}


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

}







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



.cmm_ctt_bg{

    background: #162b8d;

/*	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:auto;
    margin: 0 auto;
    padding: 20px 0 25px 0;

   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: 17px;
    line-height: 120%;

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

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



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

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

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

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


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

}

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



.cmm_ctt dl dd a{
    color: #FFFFFF;
}

.cmm_ctt dl dd a:hover{
    color: #FFFFFF;
}















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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













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





.contact-t{

	margin-bottom:50px;	
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;

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

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

    font-family: 'noto700';    
}

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


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

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

.cnt01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;

    color: #cc0000;
}




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













}
