

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





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


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

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

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

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

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



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

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





html {
    font-family: 'noto400';

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

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

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

.slicknav_menu {
	display:none;
}

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

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


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

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




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

}


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

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

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


.hdr_logo{
width: 294px;
height: auto;
position: absolute;
top: 11px;
left: 30px;
}



#header {

/*  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;*/
  
  position:absolute;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
/*  transform: translateY(-100%);*/
}


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

}

header{

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

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:5px;
	right:30px;
    background: url("../img/common/h_tel.jpg") left 4px no-repeat;
    padding-left: 40px;
    
    
    font-size: 35px;
    line-height: 120%;
    color: #000000;
    
    
          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


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


}

.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:140%;
	color:#000;

    letter-spacing: 0.02em;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    letter-spacing: 0.03em;
}

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

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


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}








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



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

  

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

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




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


z-index: 6000;

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

.slide_txt{

}












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

/*リンクを右下に固定*/
#page-top {
    width: 50px;
    height: 38px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}









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





#g-nav-list{
position: absolute;
width: 595px;
top: 41px;
left: 400px;

/*
background: #DBA7A8;*/

}


#g-nav-list ul{


}
	


#g-nav-list ul li{

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


    letter-spacing: 0.10em;

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

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

}

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

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

}

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

}


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




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

}






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


h1.h1_01{

width: 294px;
height: auto;
position: absolute;
top: 30px;
left: 30px;


}

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







h2.h2_01{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
    text-align: center;
 	color:#000000;

    font-family: 'noto400';
}


h2.h2_01 p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 0px;

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

}


h2.h2_01 p::first-letter {
    color: #a0c6e3 !important;
}

.h2_cr01{
    padding-top: 25px;
    color: #FFFFFF !important;
}

.h2_cr02{
    padding-top: 30px;
}




.h3_01{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 35px;

 	color:#000000;

    font-family: 'noto400';
}


.h3_01::first-letter {
    color: #a0c6e3 !important;
}


.h3_01 span{
    font-size: 18px;

}








/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}



.slider_out{
	position: relative;
}

.slider_in{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}






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







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



.top_img_in{
    margin-top: 45px;


}

.top_img_in img{

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



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

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

}



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

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

}



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

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

}


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

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

}


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

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

}










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



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










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


.tp_msg01{
    margin-bottom: 80px;

}

.tp_msg01 dl dt{
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    font-family: 'noto700';
    color: #000000;
    margin-bottom: 30px;
}

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

}





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


.tp_igt01{
    margin-bottom: 50px;

}

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

    border-radius: 15px;
}
    
.tp_igt01 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_igt01 ul li a{
    display: block;
    width: 100%;
    height:350px;
    
    border-radius: 15px;

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

    transition: all  0.3s ease;
}

.tp_igt01 ul li a:hover{
background-image:linear-gradient(180deg,#00B4DB 0,#0083B0 100%);
background: linear-gradient(rgba(0,180,219,0.5),rgba(0,131,176,0.5));
}

.tp_igt01_clc{
    font-size: 28px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}




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

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

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

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



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


.tp_news{
    margin-bottom: 80px;
}

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

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

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

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    color: #000000;
    padding: 10px 10px 10px 120px;
    box-sizing: border-box;

    border: 1px solid #a0c6e3;
    border-radius: 5px;
    background: #FFFFFF;
}

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


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



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

.abt_msg01{
    font-size: 18px;
    line-height: 190%;
    margin-bottom: 80px;
    
    word-break: break-all;
    word-wrap: break-word;
}


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

}



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

}

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

}

.abt_tbl01 table th{
	width:150px;

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


    vertical-align: text-top;

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

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

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


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


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



.abt_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 12px 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 12px no-repeat;
    padding-left: 8px;
    
    float: left;
    margin-right: 20px;

}

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

}




.abt_001{
    margin-bottom: 80px;

}


.abt_001_l{
    width: 50%;
    height: auto;
    float: left;

}

.abt_001_r{
    width: 50%;
    height: auto;
    float: left;

}


.abt_001_in{

}


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

}

.abt_001_in table th{
	width:230px;

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


    vertical-align: text-top;

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

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





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


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




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


.bns01{
    margin-bottom: 80px;

}


.bns01 dl dt{
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;

}

.bns01 dl dd{
    font-size: 18px;
    line-height: 180%;


}



.bns02{
    margin-bottom: 80px;
    
    border: 1px solid #0e99c6;
    padding: 40px 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 10px;
}


.bns02 dl dt{
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;
    color: #0e99c6;

}

.bns02 dl dd{
    font-size: 18px;
    line-height: 180%;


}






.bns03{
    margin-bottom: 60px;
}

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

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




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


.rrt01{
    margin-bottom: 80px;


}


.rrt01 dl dt{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 20px;

}

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

}


.rrt02{
    margin-bottom: 80px;
}

.rrt02 dl dt{
    font-size: 20px;
    line-height: 120%;

    font-family: 'noto700';
    margin-bottom: 20px;
    padding: 15px;
    
    background: #4ccbde;
    color: #FFFFFF;
    
    border-radius: 15px;

}

.rrt02 dl dt:first-letter{
    font-size: 30px;

}


.rrt02 dl dd{
    font-size: 16px;
    line-height: 180%;
    background: #FFFFFF;
    
    padding: 25px;
    border: 1px solid #4ccbde;
    
    border-radius: 15px;
    margin-bottom: 40px;
}

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


.rrt03{
    margin-bottom: 80px;
}

.rrt03 ul li{
    width: 48.5%;
    height: auto;
    margin-right: 3%;
    float: left;
}

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


.rrt03_img{
    text-align: center;
    margin-bottom: 20px;
}



.rrt03_01{
    margin-bottom: 25px;
}

.rrt03_01 dl dt{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;

}

.rrt03_01 dl dd{
    font-size: 36px;
    line-height: 100%;

}



.rrt03_02{
    margin-bottom: 80px;
}

.rrt03_02 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    color: #508fbe;
    font-family: 'noto500';
}

.rrt03_02 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;
    
    margin-bottom: 30px;

}








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

    

    box-sizing: border-box;

}

.rrt_btn01 p a{
    max-width: 800px;
    width: 100%;
    height: 180px;
    display: block;

    
    padding: 30px 10px;
    box-sizing: border-box;
    
    border: 1px solid #0068b7;
    
    transition: all  0.3s ease;    
}

.rrt_btn01 p a:hover{
    height: 180px;
    
    border-radius: 50px;
    

}

.rrt_btn01 p{

    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;

}



























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



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


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

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

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


.cmm_ctt_l{
    width: 50%;
    height: auto;
    float: left;
    
    

}

.cmm_ctt_l_in{
    max-width: 300px;
    width: 100%;
    height: 300px;
    background:rgba(255,255,255,0.80);
    border-radius: 50%;

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

}


.cmm_ctt_r{
    width: 50%;
    height: 300px;
    float: right;
    

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

.cmm_ctt_r dl dt{
    font-size: 27px;
    line-height: 100%;

    color: #FFFFFF;
    font-family: 'noto500'

}


.cmm_ctt_r dl dd{
    font-size: 48px;
    line-height: 100%;
    margin-top: 10px;

    color: #FFFFFF;
    font-family: 'noto700';
    
    background: url("../img/common/ctt_01.png") left 5px no-repeat;
    padding-left: 55px;
    margin-bottom: 25px;
}




.cmm_ctt_btn{

	max-width:380px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

}


.cmm_ctt_btn a{
    display: block;
    height: 45px;
    font-size: 20px;
    line-height: 100%;
    color:#FFFFFF;


    background:#a0c6e3;

     box-sizing: border-box;

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

}

.cmm_ctt_btn a:hover{
    background:#55afcc;
    color:#ffff9e;
}










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




.ctt_tel{
    margin-bottom: 80px;

}

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


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

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


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

    
    font-size: 26px;
    line-height: 140%;

}

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


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




.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

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

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

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

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








	
}

