

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


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}





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




html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

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

body{
    font-family: 'noto400';

	
	padding:0;
	margin:0;
	font-size:16px;

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


}

body a:focus{
	outline:none;
}




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


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

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

/* 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:#333333;
	text-align:left;
}	 

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

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


.cp_bg{

    background: url("../img/common/common_page_bg.png") left top no-repeat;
    
    padding-top: 100px;
}


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

}

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


.container02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;


}

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


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

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{

	width:100%;
	height:100px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    
    
    background:#FFFFFF;
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}


#header{

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

}

header{

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

	box-sizing:border-box;
}


.h_tel{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 30px;
    line-height: 100%;
    font-family: 'noto700';
	color:#0570c1;
}

.h_tel a{
	color:#0570c1;
}

.h_tel a:hover{
	color:#0570c1;
}


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


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



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

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

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

address{
	font-size:15px;
	line-height:170%;
    margin-bottom:15px;
}

.ad_ttl{
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto500';
    margin-bottom: 10px;
}

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

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

.f_cpy{
	font-size: 13px;
	box-sizing:border-box;
	line-height:120%;
    color:#4A4A4A;
    text-align: center;
}










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: 65px;
    height: 65px;
	position: fixed;

	right: 15px;
	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);
  }
}







/*gnav*/




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





#g-nav-list{


    text-align: right;
    position: absolute;
    z-index: 9;
    width: 100%;
    top:28px;

    box-sizing: border-box;
    
 
    font-family: 'noto400';
}

#g-nav-list ul{



}

#g-nav-list ul li{
    display: inline-block;
    font-size:18px;
	line-height:150%;
	margin-right:25px;

}

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

#g-nav-list ul li a{
	color:#000000;
	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: #0570c1;

}


#g-nav-list ul li span{
    display: none;

}



.gnav_on{
	color: #0570c1 !important;

}




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


h1.h1_01{

width: 280px;
height: auto;
position: absolute;
top:20px;

z-index: 100;

}

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








h2.h2_01{
    font-size: 26px;
    line-height: 120%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 40px;
    
    text-align: center;
        
}


h2.h2_01 p{
    font-size: 90px;
    line-height: 100%;
    color: #0570c1;
    margin-bottom: 2px;


    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    font-style: normal;
}


h3.h3_01{
    font-size: 24px;
    line-height: 100%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 35px;
    
    background: url("../img/common/h3.png") left center no-repeat;
    padding-left: 15px;

}





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


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
    text-align:left;
    
    padding:0 50px;
    box-sizing: border-box;

}

.tp_mg_in dl dt{
/*    font-size: 214px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;*/

    margin-bottom: 10px;
}


.tp_mg_in dl dt em{
    font-size: 146px;
    line-height: 100%;
    color:#000000;
    margin-left: -25px;
    margin-right: -30px;

}
 
  
.tp_mg_in dl dd{
    font-size: 50px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;    
}
    





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


.slider_out_bg{

}



.slider_out{


	position: relative;
    
    overflow: hidden;
    
}



.fade-in{
   opacity: 0;
   animation-name: fadein;
   animation-duration: 14s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}





.slider_in{
display: block;
max-width: 850px;
width:100%;

/*    background: #ADADAD;*/
    position: absolute;
	z-index: 2;
    top:65%;
    left:50%;
    transform: translate(-50%,-65%);
    
    padding: 0 50px;
    box-sizing: border-box;    
}




.slider_in dl dt{
    font-size: 120px;
    line-height: 90%;
    color: #ffffff;
margin-bottom: 20px;


font-family: "bebas-neue-by-fontfabric", sans-serif;
font-weight: 300;
font-style: normal;
}


.slider_in dl dd p{
    font-size: 20px;
    line-height: 110%;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'noto700';
}


.slider_in dl dd{
    font-size: 34px;
    line-height: 110%;
    color: #ffffff;

    font-family: 'noto700';
}


.slider_in01{

    max-width: 850px;
    width:100%;
	z-index: 2;
    padding: 0 30px;
    box-sizing: border-box;
}


.slider_in01 dl dt{
    font-size: 90px;
    line-height: 95%;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: left;

    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.slider_in01 dl dd p{
    font-size: 20px;
    line-height: 110%;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: 'noto700';
}

.slider_in01 dl dd{
    font-size: 32px;
    line-height: 110%;
    color: #ffffff;
    margin-bottom: 7px;
    font-family: 'noto700';
}




.fade-in-text {


  opacity: 0; /* 初めは透明に設定 */
  transform: translateX(50px); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromleft 3s forwards; /* フェードインアニメーションの設定 */
}

@keyframes fadeInFromleft {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateX(0); /* アニメーション終了時の位置 */
  }
}



.fade-in-text01 {
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100px); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 6s forwards; /* フェードインアニメーションの設定 */
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}









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

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

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

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


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

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







/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:750px;

	z-index:5;


	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




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






.company_main_bg{
	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:100px auto 0px auto;
     

     
     z-index: 1;

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


.service_img{
	width: 100%;
	height:500px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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


.work_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:100px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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



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

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



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

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







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

.btn_c{
    margin: 0 auto !important;

}

.btn{
    width: 120px;
    height: 120px;
    

}

.btn a{
    display: block;
    width: 120px;
    height: 120px;
    
    border-radius: 50%;
    background: #0570c1;
    
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
     writing-mode:horizontal-tb;


    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    font-style: normal;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
   
    transition: all  0.3s ease; 
}

.btn a:hover{
    background: #0d4e80;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
}

.arrow {
  position: relative;
  width: 50px;
  height:30px; 
  margin: 0 auto;

}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: 1px solid #FFFFFF;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top:-35px;
  left: 5px;
  transform: rotate(224deg);
  width: 9px;
  height: 9px;
}

@keyframes arrow {
  0% {
    transform: rotate(224deg) translate(0, 0);
  }
  60% {
    transform: rotate(224deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}


.container_04 {
  position: relative;
    width: 120px;
    height: 120px;    
/*    background: #E79697;*/

}

.scrollbar_04 {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translateX(-50%);
  bottom: 0px;
    transform:rotate(-90deg);   
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
/*  width: 1px;
  height: 100px;
  background: #fff;*/
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 12px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}





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


.tp_srv_bg{
	width: 100%;
	height:1100px !important;
	background:url("../img/top/01_bg.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;
}

.tp_srv_all{

}


.tp_srv01_out{
    max-width: 1200px;
    width: 100%;
    height: 720px;
/*    background: #E1888A;  */
    position: relative;    
}

.tp_srv01{
}

.tp_srv01 ul li{
    width: 49%;
    height: 350px;
    margin-right: 2%;
    margin-bottom: 25px;
    float: left;
    
    border-radius: 15px;
  
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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

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

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


.tp_srv01 ul li p{
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    font-family: 'noto700';
}
   
   
.tp_srv01_bg01{
	height:350px !important;
	background:url("../img/top/01_01_bg.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}
   
.tp_srv01_bg02{
	height:350px !important;
	background:url("../img/top/01_02_bg.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

   
.tp_srv01_bg03{
	height:350px !important;
	background:url("../img/top/01_03_bg.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

   
.tp_srv01_bg04{
	height:350px !important;
	background:url("../img/top/01_04_bg.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




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

    max-width: 300px;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.90);
    padding: 40px 0;
    
    border-radius: 15px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   

}


.tp_srv02_in{

}

.tp_srv02_in ul li{
    font-size: 26px;
    line-height: 160%;
    color:#000000;
    font-family: 'noto700';   
    
 writing-mode: vertical-rl;  


 margin:0 auto;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}



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




.tp_ns_bg{
	width: 100%;
	height:750px !important;
	background:url("../img/top/02_bg.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;
}




.news_01{


}

.news_01 dl{
    margin-bottom: 50px;
}

.news_01 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 110px;
    color: #0570c1;
}

.news_01 dl dd{
    padding-left: 130px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c8cac9;

}

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

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}







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


.tp_ig01{

}

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

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


.tp_ig01_in{
    height: 550px;
    padding: 20px;
    box-sizing: border-box;

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

}

.tp_ig01_in_box{

}

.tp_ig01_in_box_t{
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 30px;
}

.tp_ig01_in_box_t span::before{
	content: "\A" ;
	white-space: pre ;
}




.tp_ig01_bgc01{
    background: #e4f6fe;
}


.tp_ig01_bgc02{
    background: #feefe9;
}



.tp_ig01_bg01{

	height:550px !important;
	background:url("../img/top/03_01.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;
}



.tp_ig01_bg02{

	height:550px !important;
	background:url("../img/top/03_02.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;
}





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


.tp_igt01_out{
    position: relative;
    height: 500px;
    margin-bottom:100px;




}

.tp_igt01{
	height:500px !important;
	background:url("../img/top/01_bg01.jpg") right  top no-repeat; 

    z-index: 1;

    position: absolute;
    top:40px;
    left: 120px;
    right: 0;
    
    box-sizing: border-box;
}


.tp_igt02{
	height:500px !important;
	background:url("../img/top/01_bg02.jpg") left  top no-repeat; 

    z-index: 1;

    position: absolute;
    top: 40px;
    left: 0;    
    right: 120px;

    
    box-sizing: border-box;
}






.tp_igt_b01{
    position: relative;
    top: 0;
    left: 0px;    

    z-index: 10;
    box-sizing: border-box;  
    padding: 0 50px;
}

.tp_igt_b01_l{

    width: 45%;
    height: auto;
    float: left;
/*    background: rgba(231,196,197,1.00);*/

    
    box-sizing: border-box;    
}

.tp_igt_b01_r{
    width: 53%;
    height: auto;
    float: right;    
/*    background: rgba(193,229,229,1.00);*/
    margin-top: 70px;

}




.tp_igt_b02{
    position: relative;
    top: 0;
    left: 0px;    

    z-index: 10;
    box-sizing: border-box;  
    padding: 0 50px;
}

.tp_igt_b02_l{

    width: 53%;
    height: auto;
    float: left;
/*    background: rgba(231,196,197,1.00);*/

    margin-top: 70px;    
    box-sizing: border-box;    
}

.tp_igt_b02_r{
    width: 45%;
    height: auto;
    float: right;    
/*    background: rgba(193,229,229,1.00);*/


}




.tp_igt_txt{


}

.tp_igt_txt dl{
    margin-bottom: 30px;

}

.tp_igt_txt dl dt{
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
}

.tp_igt_txt dl dd{
    font-size: 18px;
    line-height: 200%;
    color: #000000;
    font-family: 'noto400';
    
    word-break: break-all;
    word-wrap: break-word;

}



.tp_igtbg01{
	height:486px !important;
	background:url("../img/top/01_01.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igtbg02{
	height:486px !important;
	background:url("../img/top/01_02.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





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



.tp_rt_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/02_bg.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;         
}


.tp_rt_01{

}


.tp_rt_01_tx01{
    font-size: 24px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}









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


.cmm_ctt00{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 auto 40px auto;    

    font-family: 'noto700';    
}

.cmm_ctt_img{
    max-width: 80px;
    width: 100%;
    height: 80px;
    margin: 0 auto 30px auto;

}



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

.cmm_ctt dl dt{
    max-width: 200px;
    width: 100%;
    height: 25px;
    background: #9ab6cb;
    font-size: 16px;
    line-height: 100%;

    color:#FFFFFF;
    border-radius: 15px;
    padding-bottom: 4px;
    padding-top: 1px;
    margin: 0 auto 12px auto;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}

.cmm_ctt dl dd{
    font-size: 60px;
    line-height: 100%;
    color:#0570c1;
    text-align: center;
    margin: 0 auto 30px auto;
    

    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    font-style: normal;    
}

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

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

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

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

}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: #0570c1;
    color:#FFFFFF;
    padding-bottom: 2px;
    border: 2px solid #0570c1;
    box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
   border-radius: 40px;
    
    transition: all  0.3s ease;    
}


.cmm_ctt_btn a:hover{

    background: #FFFFFF;
    color:#0570c1;
    padding-bottom: 2px;
    border: 2px solid #0570c1;

}







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


.cp_00{
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 50px;
    font-family: 'noto700';
    text-align: center;
}


.cp_img{
    margin-bottom: 100px;

}

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

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






.cp_01{
    margin-bottom: 100px;
}

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

.cp_01 th{
    width: 140px;
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_01 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_01 td strong{
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;

}

.cp_01 td ul li{
    float: left;
    margin-right: 25px;
    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 8px;

}

.cp_01 td dl dt{
    clear: both;
    float: left;
    

}


.cp_01 td dl dd{
    padding-left: 140px;

}


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


.cp_02{
    font-size: 18px;
    line-height: 140%;
    padding: 0 0 20px 0;
    
    border-bottom: 5px solid;
    
  border-image: linear-gradient(to right, #41BEF8, #0570C1) 1;
    margin-bottom: 100px;

}


.cp_03{
    


}






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

.wk001{
    margin-bottom: 100px;

}

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

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


.wk001 p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 160%;

}



/* 施工事例　------------------------------------------ */

.wrk01{
    margin: 0 0 50px 0px;
    padding: 0 0 50px 0px;
    border-bottom: 1px dotted #999999;

}

.wrk01 ul{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.wrk01 ul li{
/*    width:calc(48% + 30px);*/
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;
    
/*    background: url("../img/work/list.png") right -10px center no-repeat;*/

    box-sizing: border-box;
    
    position: relative;
}


.wrk01 ul li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border: 35px solid transparent;
    border-left: 35px solid #2a75bf;
}


.wrk01 ul li:nth-child(2n){
/*    width:calc(48%);
    margin-right: 0%;
    background:no-repeat;
    padding-right: 0px;    
    padding-left: 20px;*/
    
    margin-right: 0%;
    background:no-repeat;    
}

.wrk01 ul li p{
      margin-top: 7px;

    font-size: 16px;
    line-height: 180%;  
    text-align: center;


}

.wrk01_tx{
    margin-top: 30px;

    font-size: 16px;
    line-height: 180%;


}




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


.recruit_msg01{
    border: 1px solid #176fa6;
    padding: 50px;
    margin-bottom: 100px;
    
    font-size: 20px;
    line-height: 180%;
    color: #176fa6;
    font-family: 'noto500'; 
    text-align: center;
    
    border-radius: 10px;
    
    box-sizing: border-box;
}





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


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;

}

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


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



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 30px;
    
    font-size: 16px;
    line-height: 180%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


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


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:16px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:16px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


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




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




.ctt_txt01{
    border: 1px solid #176fa6;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;

    margin-bottom: 100px;
}

.ctt_txt01 dl dt{
    float: left;
    clear: both;
    
    max-width: 120px;
    width: 100%;
    height: 30px;
    background: #666666;
    padding-bottom: 3px;
    
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.ctt_txt01 dl dd{
    padding-left: 150px;
    font-size: 30px;
    line-height: 100%;
    color: #176fa6;
    font-family: 'noto700';    
    margin-bottom: 30px;

}

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

.ctt_txt01 dl dd a{
    color: #176fa6;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #176fa6;
    text-decoration: none;
}






.ctt_txt02{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 30px;

}




.contact-t{

    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:24px;

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


.contact-t dl dd{
    font-size: 45px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


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

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









.ctt_tel{
    margin-bottom: 80px;

}

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


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

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

}

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

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








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

}


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

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

}

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


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




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

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

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


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



.f_text01 a{
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{

    color: #000000;
    text-decoration:underline;
}





	
}

