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


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


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

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

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

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

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


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




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



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


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


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

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

body{
    font-family: 'noto400';

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

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


}

body a:focus{
	outline:none;
}




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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

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

.ctr_t{
    padding-top: 80px !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;
}

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


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

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

}

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


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



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

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


#header {

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

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

}

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




.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    position: relative;
    
 	background:#FFF;   
    border-radius: 10px;
    



}



header{

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


	box-sizing:border-box;
}



.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}

.header.change-color a{
    color:#000000 !important;
}

.header.change-color a.gnav_on{
    color:#000000 !important;
}



.h_tel{
    position: absolute;
    top: 12px;
    right: 50px;
    font-size: 30px;
    line-height: 100%;
    font-family: 'noto700';
	color:#089fce;
}

.h_tel a{
	color:#089fce;
}

.h_tel a:hover{
	color:#089fce;
}


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


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



footer{


	width:100%;
	height:auto;
	margin:0 auto;
    background: #eeeeee;

	padding:80px 50px;
	box-sizing:border-box;
    
  border-top: 10px solid;
  border-image: linear-gradient(to right, #10abda, #93c1d2) 1;    
}

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

.footer_b_l{
    width: 50%;
    float: left;
}

.footer_b_r{
    width: 50%;
    float: right;
}

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

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

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


.f_ct{
    max-width: 500px;
    width: 100%;
}

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

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

.f_ct ul li a{
    display: block;
    width: 100%;
    height: 220px;
    background: #09bbc6;
    border-radius: 10px;    
    color: #FFFFFF;
    
    transition: 0.3s;

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

.f_ct ul li a:hover{
    background: #0a8991;

}

.f_ct ul li dl dt{
    text-align: center;
    margin-bottom: 10px;

}

.f_ct ul li dl dd{
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

.f_ct ul li dl dd p{
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';   
    margin-bottom: 5px;
}

.f_ct_ar{
    background: url("../img/common/f_01_01.png") bottom center no-repeat;
    padding-bottom: 30px;

}

.f_ct_a{
pointer-events: none;
}




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:#4A4A4A;
    text-align: center;

}





}



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


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

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

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


.ctr_t{
    padding-top: 70px !important;
}


.cp_bg{

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


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

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


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

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



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


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


}



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



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
    padding: 20px 30px 0 30px;

    box-sizing: border-box;
/*	background:#FFF;*/
}

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




.header_bg{
	width:100%;
	height:70px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
 	background:#FFF;   
    border-radius: 10px;
    

    
/*  background-image: linear-gradient(90deg, #ffffff 55%, transparent 85%);  */
}

header{

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


	box-sizing:border-box;
}



.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}

.header.change-color a{
    color:#000000 !important;
}

.header.change-color a.gnav_on{
    color:#000000 !important;
}



.h_tel{
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 100%;
    font-family: 'noto700';
	color:#412626;
}

.h_tel a{
	color:#412626;
}

.h_tel a:hover{
    color: #000000;
}






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

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


footer{


	width:100%;
	height:auto;
	margin:0 auto;
    background: #eeeeee;

	padding:50px 30px;
	box-sizing:border-box;
    
  border-top: 10px solid;
  border-image: linear-gradient(to right, #10abda, #93c1d2) 1;    
}

.footer_b{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;

}

.footer_b_l{
    width: 52%;
    float: left;

}

.footer_b_r{
    width: 46%;
    float: right;
}

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

}

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

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


.f_ct{
    max-width: 500px;
    width: 100%;
}

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

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

.f_ct ul li a{
    display: block;
    width: 100%;
    height: 150px;
    background: #09bbc6;
    border-radius: 10px;    
    color: #FFFFFF;
    
    transition: 0.3s;

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

.f_ct ul li a:hover{
    background: #0a8991;

}

.f_ct ul li dl dt{
    max-width: 40px;
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;

}

.f_ct ul li dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

.f_ct ul li dl dd p{
    font-size: 17px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';   
    margin-bottom: 5px;
}

.f_ct_ar{
    background: url("../img/common/f_01_01.png") bottom center no-repeat;
    padding-bottom: 25px;
    background-size: 18px 18px;

}

/*.f_ct_a{
pointer-events: none;
}


*/

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

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

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






}



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


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



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


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


.ctr_t{
    padding-top: 60px !important;
}



.cp_bg{

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



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

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


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

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

}

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



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

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


}

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



#header {

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

    padding: 10px 20px 0 20px;
    box-sizing: border-box;
/*	background:#FFF;*/
}

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


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

    
 	background:#FFF;   
    border-radius: 10px;

    
/*  background-image: linear-gradient(90deg, #ffffff 65%, transparent 90%);  */
}


header{

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


	box-sizing:border-box;
}



.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}

.header.change-color a{
    color:#000000 !important;
}

.header.change-color a.gnav_on{
    color:#000000 !important;
}




.h_tel{
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 100%;
    font-family: 'noto700';
	color:#412626;
}

.h_tel a{
	color:#412626;
}

.h_tel a:hover{
    color: #000000;
}









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


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



footer{


	width:100%;
	height:auto;
	margin:0 auto;
    background: #eeeeee;

	padding:35px 20px;
	box-sizing:border-box;
    
  border-top: 10px solid;
  border-image: linear-gradient(to right, #10abda, #93c1d2) 1;    
}

.footer_b{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    

}

.footer_b_l{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.footer_b_r{
    width: 100%;
    float: none;
  
}

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

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

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


.f_ct{
    max-width: 290px;
    width: 100%;
}

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

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

.f_ct ul li a{
    display: block;
    width: 100%;
    height: 120px;
    background: #09bbc6;
    border-radius: 10px;    
    color: #FFFFFF;
    
    padding: 0 10px;
    box-sizing: border-box;
    
    transition: 0.3s;

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

.f_ct ul li a:hover{
    background: #0a8991;

}

.f_ct ul li dl dt{
    max-width: 35px;
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;

}

.f_ct ul li dl dd{
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

.f_ct ul li dl dd p{
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';   
    margin-bottom: 5px;
}

.f_ct_ar{
    background: url("../img/common/f_01_01.png") bottom center no-repeat;
    padding-bottom: 20px;
    background-size: 15px 15px;

}

/*.f_ct_a{
pointer-events: none;
}*/




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

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

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






}




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


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

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


h1.h1_01{

width: 250px;
height: auto;
position: absolute;
top:18px;
left: 50px;

z-index: 100;

}

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


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

.h2_01_btm00{
    margin-bottom: 0px !important;
}


h2.h2_01{
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 45px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
        
}

h2.h2_01 p{


    font-size: 24px;
    line-height: 100%;
    color:#3d3d3d;
    margin-bottom: 7px;
    margin-left: 2px;

    font-family: 'noto500';
    font-weight: normal;      
}

h2.h2_01 span{
    color:#09bbc6;
}

h3.h3_01{
    font-size: 30px;
    line-height: 100%;
    color:#131313;

    background: url("../img/common/h3.jpg") left top no-repeat;
    padding-top: 15px;
    margin-bottom: 40px;

    font-family: 'noto700';
    font-weight: normal;
}


h4.h4_01{
    font-size: 26px;
    line-height: 100%;
    color:#2492a7;
    border-left: 12px solid #09bbc6;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 30px;

    font-family: 'noto500';
    font-weight: normal;
}




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


.slider_out{
    width: 100%;
}

.slider_b{
}

.slider_b_l{
    width: 50%;
    height: auto;
    float: left;
    
	position: relative;      
}

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


.slider_b_l_bg{

	height:100dvh;
	background:url("../img/top/slide_l.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



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

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

  container-type: inline-size;
}

.slider_in ul li{
}

.slider_in ul li:nth-child(1){
  font-size: 8.7cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 12px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
    
/*    background: #ECC8C9;*/
}


.slider_in ul li:nth-child(2){
  font-size: 8cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 10px;

    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}



.slider_in ul li:nth-child(3){
  font-size: 8cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 18px;
    
    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}


.slider_in ul li:nth-child(4){
  font-size: 8.7cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 15px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
}



.slider_in dl dt{
    font-size: 100px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 15px;
    color:#ffffff;

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

.slider_in dl dd{
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}





.slider_in01{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.slider_in01 dl dt{
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 15px;
    color:#ffffff;

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

.slider_in01 dl dd{
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}





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


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



/* メイン画像 ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:100vh;
	background:url("../img/top/main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.main_top_in{
    max-width: 1000px;
    width: 100%;
	height:100vh;
    position: relative;
    margin: 0 auto;

}

.main_top_b{

    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.main_top_b dl dt p{
    margin-top: -100px;
    
    font-size: 60px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.main_top_b dl dt{
    font-size: 450px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 30px;   
}

.main_top_b dl dd{
    font-size: 48px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 200;
 
   animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;

}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
 








.p_main_top_in{
    max-width: 1000px;
    width: 100%;
	height:550px;
    position: relative;
    margin: 0 auto;

}



.p_main_top_in_b{

    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.p_main_top_in_b dl dt p{
    margin-top: -100px;
    
    font-size: 60px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.p_main_top_in_b dl dt{
    font-size: 450px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 30px;   
}

.p_main_top_in_b dl dd{
    font-size: 48px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

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


}


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





.bg_main01{

	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;  
}



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






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

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


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

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



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

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



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

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







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



.button_b{
/*    background: #D14244;*/
}

.button {
    height: 55px;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  
  font-size: 22px;
  line-height: 100%;
 color: #1c9198; 
 font-family: 'noto400';  
    

  box-sizing: border-box;

/*  width: fit-content;
  gap: 1em;*/
}

.btn_txt{
    margin-right: 10px;
    padding-bottom: 5px;

}

.circle_btn {
  position: relative;
  background: #09bbc6; 
  color: #fff; 
  padding: 0.7rem;
  border-radius: 100vh;
  width: 1.1rem; 
  height: 1.1rem; 
  text-align: center;
  transition: 0.3s;

}

.circle_btn:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 1px);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button:hover .circle_btn {
  transform: scale(1.15); 
  background:#FFFFFF;
  border: 1px solid #09bbc6;
}

.button:hover .circle_btn:after {
  border-top: 3px solid #09bbc6;
  border-right: 3px solid #09bbc6;
}

















/* トップ　会社情報　------------------------------------------ */

.t_cy01{

}

.t_cy01_l{
    width: 50%;
    height: auto;
    float: left;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}

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

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

.t_cy01_l dl dt{
    font-size: 41px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


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

.t_cy01_l dl dt em{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

.t_cy01_l dl dd{
    font-size: 19px;
    line-height: 180%;
   
}



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

.t_bus01_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 100px auto;
     
     position:relative;
     
     z-index: 1;
     
     padding: 0 50px;
     box-sizing: border-box;

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



.t_bus01{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255,255,255,0.80);
    padding: 60px 60px 60px 60px;
    box-sizing: border-box;
}

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

.t_bus01 dl dt{
    font-size: 41px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_bus01 dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

/*.t_bus01 dt span::before{
	content: "\A" ;
	white-space: pre ;
}*/

.t_bus01 dl dd{
    font-size: 19px;
    line-height: 180%; 
}


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



.t_ig{

}


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

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


.t_ig_in{
    padding:35px 40px 0 50px;
}

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

.t_ig_in dl dt{
    font-size: 41px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_ig_in dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}


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

.t_ig_in dl dt em{
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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

.t_ig_in dl dd{
    font-size: 19px;
    line-height: 180%; 
}



.t_ig_bg01{

	height:450px !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;
     
     z-index: 1;
}

.t_ig_bg02{

	height:450px !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;
     
     z-index: 1;
}


















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





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

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


.news_day{
    text-align: right;
    font-size: 15px;
    margin-bottom: 15px;

}

.news_pst{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 60px;

}

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

}





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


.cp_00{
    margin-bottom: 100px;
}

.cp_00 dl dt{
    font-size: 40px;
    line-height: 120%;

    font-family: 'noto700';
    margin-bottom: 25px;
}

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


    word-break: break-all;
    word-wrap: break-word;
}

.cp_00 dl dd p{
    text-align: right;
    margin-top: 20px;
}




.cp_01{
    margin-bottom: 100px;
}

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

.cp_01 table tr:nth-child(odd){
    background:#e0e8ee;
}

.cp_01 table tr:nth-child(even){
    background:#efecec;
}


.cp_01 th{
    width: 140px;
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:center;
    padding: 10px 10px;
    margin-right: 8px;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid #FFFFFF;
    box-sizing: border-box;    
}

.cp_01 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 20px;
    border-bottom: 6px solid #FFFFFF;
    box-sizing: border-box;    
}


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

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


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


}





.sv02{
    margin-bottom: 100px;
}

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

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

.sv02 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    float: left;
    clear: both;
}

.sv02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;
}





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



.tp_igt01{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:50px;
}

.tp_igt02{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:50px;
}


.tp_igt01_001{
    height: auto;
    
}

.tp_igt01_002{
    height: auto;
}


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


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

}

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

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


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

.tp_igt01_in_l{
width: 48%;
height: auto;
margin-top: 70px;



float:left;

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

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

.tp_igt02_in_l{

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

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

float:right;

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


.tp_igt01_in_l_in{
  padding: 30px 30px;
    box-sizing: border-box;

    height: 420px;

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

}


.tp_igt01_txt01{
    line-height: 180%;
}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
    font-family: 'noto700';  
}


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

}

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





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

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


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


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

}


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

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


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


.tp_igt_bg05{
	height:465px !important;
	background:url("../img/services/01_05.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}

.tp_igt_bg06{
	height:465px !important;
	background:url("../img/services/01_06.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}

.tp_igt_bg07{
	height:465px !important;
	background:url("../img/services/01_07.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}






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

}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  
  border-radius: 15px;  
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  border-radius: 15px;  
}

.fade::before {
  width: calc(100% - 5%);
}





/* 社員研修　------------------------------------------ */


.et01{
    margin-bottom: 100px;
}


.et01 dl dt{
    position: relative;
    font-size: 35px;
    line-height: 150%;
    font-family: 'noto500';   
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.et01 dl dt span{
    color: #1684c9;
}

.et01 dl dt::before,
.et01 dl dt::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.et01 dl dt::before {
    border-left: solid 3px #1684c9;
    border-top: solid 3px #1684c9;
    top: 0;
    left: 0;
}

.et01 dl dt::after {
    border-right: solid 3px #1684c9;
    border-bottom: solid 3px #1684c9;
    bottom: 0;
    right: 0;
}

.et01 dl dd{
    font-size: 22px;
    line-height: 180%;
}



.et02{

}

.et02 ul li{
    width: 32%;
    height: 320px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 30px;
    background:url("../img/employee_training/bg.jpg") repeat;
    
    border-radius: 15px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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

.et02 ul li dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #FBFBFB;
    font-family: 'noto500'; 
    margin-bottom: 15px;
    text-align: center;

}

.et02 ul li dl dd p{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.et02 ul li dl dd{
    font-size: 18px;
    line-height: 140%;
    color: #FBFBFB;
  
}




















/* 施工実績　------------------------------------------ */

.twk_01{
    margin-bottom: 100px;
}

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

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

.twk_01 ul li p{
    text-align: center;
    margin-top: 7px;
    font-size: 16px;

}





/* 施工実績　------------------------------------------ */

.wk_01{
    margin-bottom: 100px;

}

.wk_01 dl dt{
    font-size: 16px;
    line-height: 140%;
    clear: both;
    float: left;
}

.wk_01 dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999999;
    padding-left: 130px;
}







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



.rrt_msg{
    margin-bottom: 100px;

}

.rrt_msg dl dt{
    font-size: 40px;
    line-height: 140%;
    color: #5E5E5E;
    margin-bottom: 25px;

    
    font-family: 'noto700';    
}

.rrt_msg dl dd{
    font-size: 20px;
    line-height: 180%;
    font-family: 'noto500';    
}





.rrt_b_in{
}

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


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



.rrt_b_in_tx{
}

.rrt_b_in_tx dl dt{
    font-size: 30px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 15px;
}


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

    margin-bottom: 15px;
}

.rrt_b_in_tx dl dd p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
}

.rrt_b_in_tx dl dd p span{
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;
}




.rrt_b_bg01{
    background: #f0f4f6;
}

.rrt_b_bg02{
    background: #dae1e6;
}



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


.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{
    margin-bottom: 100px;
}

.ctt_txt01 dl dt{
    font-size: 30px;
    line-height: 110%;
    font-family: 'noto700';   
    margin-bottom: 10px;
 
    color: #1684c9;    
}


.ctt_txt01 dl dd{

    font-size: 40px;
    line-height: 150%;
    color: #333333;
    font-family: 'noto700';  
}


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

}

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



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

.ctt_txt01 dl dd a:hover{
    color: #333333;
    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;
}


}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


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

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

h1.h1_01{
width: 200px;
height: auto;
position: absolute;
top: 13px;
left: 30px;

z-index: 1;
}

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





.h2_01_wt{
    color:#FFFFFF !important;
}

.h2_01_ctr{
    text-align: center !important;
    margin-bottom: 22px !important;
}





.h2_01_btm01{
    margin-bottom: 20px !important;
}


.h2_01_btm00{
    margin-bottom: 0px !important;
}

h2.h2_01{
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 40px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
        
}

h2.h2_01 p{

    font-size: 20px;
    line-height: 100%;
    color:#3d3d3d;
    margin-bottom: 7px;
    margin-left: 2px;

    font-family: 'noto500';
    font-weight: normal;      
}

h2.h2_01 span{
    color:#09bbc6;
}

h3.h3_01{
    font-size: 26px;
    line-height: 100%;
    color:#131313;

    background: url("../img/common/h3.jpg") left top no-repeat;
    background-size: 50px 4px; 
    padding-top: 12px;
    margin-bottom: 32px;

    font-family: 'noto700';
    font-weight: normal;    
}


h4.h4_01{
    font-size: 20px;
    line-height: 100%;
    color:#2492a7;
    border-left: 8px solid #09bbc6;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    margin-bottom: 30px;

    font-family: 'noto500';
    font-weight: normal;
}





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


.slider_out{
    width: 100%;
}

.slider_b{
}

.slider_b_l{
    width: 100%;
    height: auto;
    float: none;
    
	position: relative;      
}

.slider_b_r{
    width: 100%;
	height:50dvh !important;
    float: none;
  
}


.slider_b_l_bg{

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



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

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

  container-type: inline-size;
}

.slider_in ul li{
}

.slider_in ul li:nth-child(1){
  font-size: 7cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 12px;
    margin-top: 8px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
    
/*    background: #ECC8C9;*/
}


.slider_in ul li:nth-child(2){
  font-size: 6.5cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 10px;

    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}



.slider_in ul li:nth-child(3){
  font-size: 6.5cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 18px;
    
    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}


.slider_in ul li:nth-child(4){
  font-size: 7cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 15px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
}




/*
.slider_out{
    width: 100%;
	position: relative;
}

.slider_in{
    width: 100%;
    text-align: center;

	position: absolute;

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


}

.slider_in dl dt{
    font-size: 58px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 15px;
    color:#ffffff;


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

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


.slider_in dl dd{
    font-size: 34px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.slider_in01{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.slider_in01 dl dt{
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color:#ffffff;

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

.slider_in01 dl dd{
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}


*/

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


.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


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

}

   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    
    
    max-width: 800px;
    box-sizing:border-box;
    width: 100%;


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

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

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


    margin-bottom: 10px;
}

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




.tp_mg_in dl dt em{
    font-size: 126px;
    line-height: 100%;
    color:#000000;
    margin-left: -15px;


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

   




/* メイン画像 ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:100vh;
	background:url("../img/top/main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.main_top_in{
    max-width: 1000px;
    width: 100%;
	height:100vh;
    position: relative;
    margin: 0 auto;

}

.main_top_b{
    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_top_b dl dt p{
    margin-top: -70px;
    
    font-size: 45px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.main_top_b dl dt{
    font-size: 280px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 30px;   
}

.main_top_b dl dd{
    font-size: 30px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 200;
 
   animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;

}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}




.p_main_top_in{
    max-width: 1000px;
    width: 100%;
	height:400px;
    position: relative;
    margin: 0 auto;

}



.p_main_top_in_b{

    position: absolute;
	z-index: 2;
	top: 52%;
	left: 50%;
	transform: translate(-52%, -50%);

}

.p_main_top_in_b dl dt p{
    margin-top: -70px;
    
    font-size: 45px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.p_main_top_in_b dl dt{
    font-size: 280px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 30px; 
}

.p_main_top_in_b dl dd{
    font-size: 30px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

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



}


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







.bg_main01{

	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;  
}





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



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

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




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

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


.work_img{
	width: 100%;
	height:300px !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;
     
     position:relative;
     
     z-index: 1;

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



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

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



.contact_img{
	width: 100%;
	height:300px !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;
     
     position:relative;
     
     z-index: 1;

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


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



.button_b{
/*   background: #D14244;*/
}

.button {
    height: 46px;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  
  font-size: 18px;
  line-height: 100%;
 color: #1c9198; 
 font-family: 'noto400';  
    

  box-sizing: border-box;

/*  width: fit-content;
  gap: 1em;*/
}

.btn_txt{
    margin-right: 8px;
    padding-bottom: 2px;

}

.circle_btn {
  position: relative;
  background: #09bbc6; 
  color: #fff; 
  padding: 0.7rem;
  border-radius: 100vh;
  width: 0.9rem; 
  height: 0.9rem; 
  text-align: center;
  transition: 0.3s;

}

.circle_btn:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 1px);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button:hover .circle_btn {
  transform: scale(1.10); 
  background:#FFFFFF;
  border: 1px solid #09bbc6;
}

.button:hover .circle_btn:after {
  border-top: 3px solid #09bbc6;
  border-right: 3px solid #09bbc6;
}


/* トップ　会社情報　------------------------------------------ */

.t_cy01{

}

.t_cy01_l{
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0px 0 0;
    box-sizing: border-box;
}

.t_cy01_r{
    max-width: 900px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;
}

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

.t_cy01_l dl dt{
    font-size: 37px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}


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

.t_cy01_l dl dt em{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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




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

.t_bus01_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 80px auto;
     
     position:relative;
     
     z-index: 1;
     
     padding: 0 30px;
     box-sizing: border-box;

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



.t_bus01{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255,255,255,0.80);
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
}

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

.t_bus01 dl dt{
    font-size: 37px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;   
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_bus01 dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

/*.t_bus01 dt span::before{
	content: "\A" ;
	white-space: pre ;
}*/

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




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



.t_ig{

}


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

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


.t_ig_in{
    padding:25px 30px 25px 30px;
}

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

.t_ig_in dl dt{
    font-size: 37px;
    line-height: 130%;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
  
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_ig_in dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}


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

.t_ig_in dl dt em{
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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

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



.t_ig_bg01{

	height:250px !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;
     
     z-index: 1;
}

.t_ig_bg02{

	height:250px !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;
     
     z-index: 1;
}










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




.tp_ns_bg{
	width: 100%;
	height:580px !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: 40px;
}

.news_01 dl dt{
    font-size: 15px;
    line-height: 170%;
    float: left;
    clear: both;
    width: 90px;

    color: #999999;
}

.news_01 dl dd{
    padding-left: 110px;
    font-size: 15px;
    line-height: 170%;
    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;
}

   
   
   

.news_day{
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;

}

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

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

}






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


.cp_00{
    margin-bottom: 80px;
}

.cp_00 dl dt{
    font-size: 30px;
    line-height: 120%;

    font-family: 'noto700';
    margin-bottom: 25px;
}

.cp_00 dl dd{
    font-size: 16px;
    line-height: 170%;

    word-break: break-all;
    word-wrap: break-word;
}

.cp_00 dl dd p{
    text-align: right;
    margin-top: 20px;
}




.cp_01{
    margin-bottom: 80px;
}

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

.cp_01 table tr:nth-child(odd){
    background:#e0e8ee;
}

.cp_01 table tr:nth-child(even){
    background:#efecec;
}


.cp_01 th{
    width: 130px;
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:center;
    padding: 10px 15px;
    border-bottom: 1px dotted #999999;
    border-right: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;    
    box-sizing: border-box;    
}

.cp_01 td{
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 15px;
    border-bottom: 5px solid #FFFFFF;    
    box-sizing: border-box;    
}

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

}

.cp_01 td ul li{

    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;

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



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


}





.sv02{
    margin-bottom: 80px;
}

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

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

.sv02 ul li dl dt{
    font-size: 15px;
    line-height: 140%;
    float: left;
    clear: both;
}

.sv02 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;
}


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




.tp_igt01{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:60px;
}

.tp_igt02{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:60px;
}



.tp_igt01_001{
    height: auto;
}

.tp_igt01_002{
    height: auto;
}




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


.tp_igt01_img_out{
    height: 380px;
    position:relative;
}


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

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

}



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

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





float:left;

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

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


}

.tp_igt02_in_l{

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


}

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


float:right;

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


.tp_igt01_in_l_in{


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

    height: 330px;


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

  
}


.tp_igt01_txt01{
    line-height: 180%;
}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
    font-family: 'noto700';      
}


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

}

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







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


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




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


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

}


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

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


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


.tp_igt_bg05{
	height:300px !important;
	background:url("../img/services/01_05.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}

.tp_igt_bg06{
	height:300px !important;
	background:url("../img/services/01_06.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}

.tp_igt_bg07{
	height:300px !important;
	background:url("../img/services/01_07.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 20px;
     
         z-index: 5; 
}


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

}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  
  border-radius: 15px;  
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  border-radius: 15px;  
}

.fade::before {
  width: calc(100% - 5%);
}


/* 社員研修　------------------------------------------ */


.et01{
    margin-bottom: 80px;
}


.et01 dl dt{
    position: relative;
    font-size: 26px;
    line-height: 150%;
    font-family: 'noto500';   
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.et01 dl dt span{
    color: #1684c9;
}

.et01 dl dt::before,
.et01 dl dt::after {
    position: absolute;
    width: 26px;
    height: 26px;
    content: '';
}

.et01 dl dt::before {
    border-left: solid 3px #1684c9;
    border-top: solid 3px #1684c9;
    top: 0;
    left: 0;
}

.et01 dl dt::after {
    border-right: solid 3px #1684c9;
    border-bottom: solid 3px #1684c9;
    bottom: 0;
    right: 0;
}

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



.et02{

}

.et02 ul li{
    width: 32%;
    height: 280px;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 20px;
    background:url("../img/employee_training/bg.jpg") repeat;
    
    border-radius: 15px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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

.et02 ul li dl dt{
    font-size: 20px;
    line-height: 150%;
    color: #FBFBFB;
    font-family: 'noto500'; 
    margin-bottom: 15px;
    text-align: center;

}

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




.et02 ul li dl dd p{
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

.et02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    color: #FBFBFB;
  
}






















/* 施工実績　------------------------------------------ */

.twk_01{
    margin-bottom: 70px;
}

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

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

.twk_01 ul li p{
    text-align: center;
    margin-top: 5px;
    font-size: 15px;

}


/* 施工実績　------------------------------------------ */

.wk_01{
    margin-bottom: 80px;

}

.wk_01 dl dt{
    font-size: 15px;
    line-height: 140%;
    clear: both;
    float: left;
}

.wk_01 dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #999999;
    padding-left: 125px;
}




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




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


.rrt_msg{
    margin-bottom: 80px;

}

.rrt_msg dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #5E5E5E;
    margin-bottom: 20px;

    
    font-family: 'noto700';    
}

.rrt_msg dl dd{
    font-size: 17px;
    line-height: 180%;
    font-family: 'noto500';    
}





.rrt_b_in{
}

.rrt_b_in_l{
    width: 48.5%;
    height: auto;
    float: left;
}


.rrt_b_in_r{
    width: 48.5%;
    height: auto;
    float: right;
}



.rrt_b_in_tx{
}

.rrt_b_in_tx dl dt{
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 10px;
}


.rrt_b_in_tx dl dd{
    font-size: 15px;
    line-height: 150%;

    margin-bottom: 10px;
}

.rrt_b_in_tx dl dd p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
}

.rrt_b_in_tx dl dd p span{
    font-size: 17px;
    line-height: 160%;
    font-weight: 700;
}






.rrt_b_bg01{
    background: #f0f4f6;
}

.rrt_b_bg02{
    background: #dae1e6;
}
















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



.privacy{
}


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

}


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

}

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


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



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


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


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

}

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

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


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




















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

.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 60px;
    
    background: #FFFFFF;
    
    border: 1px solid #333333;
    padding: 30px 30px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 14px;
    text-align: center;
    color: #333333;    
}


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



.ctt_txt01 dl dd{
    max-width: 485px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 30px;
    line-height: 150%;
    color: #333333;
    font-family: 'noto700';  
    text-align: center;
}


.ctt_txt01 dl dd span{
    font-size: 20px;
    margin-left: 10px;
}



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

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


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

}





.contact-t{
    margin-bottom: 60px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;

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


.contact-t dl dd{
    font-size: 35px;
    line-height: 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: 60px;

}

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


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

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

}

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

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




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


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

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

}

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


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


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



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

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

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

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

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

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

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

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


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

}

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

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

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



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

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

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

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

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


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


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

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




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

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

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






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

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




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



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

.f_text01 a:hover{

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




}



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

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 170px;
height: auto;
position: absolute;
top: 14px;
left: 20px;

z-index:1;
}





.h2_01_wt{
    color:#FFFFFF !important;
}


.h2_01_ctr{
    text-align: center !important;
    margin-bottom: 22px !important;
}



.h2_01_cr_cnr{
    text-align: center !important;
}


.h2_01_cr01{
    color:#363c4c !important;
}



.h2_01_btm00{
    margin-bottom: 0px !important;
}

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


h2.h2_01{
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 37px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
        
}

h2.h2_01 p{

    font-size: 16px;
    line-height: 100%;
    color:#3d3d3d;
    margin-bottom: 7px;
    margin-left: 2px;

    font-family: 'noto500';
    font-weight: normal;      
}

h2.h2_01 span{
    color:#09bbc6;
}



h3.h3_01{
    font-size: 20px;
    line-height: 100%;
    color:#131313;

    background: url("../img/common/h3.jpg") left top no-repeat;
    background-size: 40px 3px; 
    padding-top: 10px;
    margin-bottom: 28px;

    font-family: 'noto700';
    font-weight: normal;    
}



h4.h4_01{
    font-size: 18px;
    line-height: 100%;
    color:#2492a7;
    border-left: 6px solid #09bbc6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 25px;

    font-family: 'noto500';
    font-weight: normal;
}




 
/*==================================================
スライダーのためのcss
===================================*/

#slider {
    width: 100%;
    height:100%; !important;
}


.slider_out{
    width: 100%;
}

.slider_b{
}

.slider_b_l{
    width: 100%;
    height: auto;
    float: none;
    
	position: relative;      
}

.slider_b_r{
    width: 100%;
    height:65dvh !important;
    float: none;

  
}


.slider_b_l_bg{

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



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

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

  container-type: inline-size;
}

.slider_in ul li{
}

.slider_in ul li:nth-child(1){
  font-size: 7.5cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 10px;
    margin-top:10px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
    
/*    background: #ECC8C9;*/
}


.slider_in ul li:nth-child(2){
  font-size: 7cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 8px;

    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}



.slider_in ul li:nth-child(3){
  font-size: 7cqw;
/*    font-size: 70px;*/
    line-height: 100%;
    margin-bottom: 13px;
    
    background: linear-gradient(135deg, #1b89e1 0%, #42c8b5 68%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;    
}


.slider_in ul li:nth-child(4){
  font-size: 7.5cqw;

/*    font-size: 73px;*/
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d3134;
    margin-bottom: 15px;

    font-family: mochiy-pop, sans-serif;
    font-weight: 400;
    font-style: normal;
}





/*
.slider_in{
    width: 100%;
    text-align: center;

	position: absolute;

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


}

.slider_in dl dt{
    font-size: 45px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 10px;
    color:#ffffff;


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

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


.slider_in dl dd{
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.slider_in01{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.slider_in01 dl dt{
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    color:#ffffff;

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

.slider_in01 dl dd{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #4ac1df;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}

*/

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

.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


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

}

   
   
   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    


    
    max-width: 500px;
    box-sizing:border-box;
    width: 100%;


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

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

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;

}

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




.tp_mg_in dl dt em{
    font-size: 70px;
    line-height: 100%;
    color:#000000;
    margin-left: -10px;
    margin-right: 0px;

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

   
   


/* メイン画像 ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:100vh;
	background:url("../img/top/main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.main_top_in{
    max-width: 1000px;
    width: 100%;
	height:100vh;
    position: relative;
    margin: 0 auto;
    
    overflow: hidden;

}

.main_top_b{
    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_top_b dl dt p{
    margin-top: -50px;
    
    font-size: 35px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.main_top_b dl dt{
    font-size: 180px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 20px;   
}

.main_top_b dl dd{
    font-size: 20px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 200;
 
   animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;

}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}




.p_main_top_in{
    max-width: 1000px;
    width: 100%;
	height:270px;
    position: relative;
    margin: 0 auto;

}



.p_main_top_in_b{

    position: absolute;
	z-index: 2;
	top: 54%;
	left: 50%;
	transform: translate(-54%, -50%);

}

.p_main_top_in_b dl dt p{
    margin-top: -50px;
    
    font-size: 35px;
    line-height: 100%;
    color:rgba(222,3,3,0.60);
    text-align: right;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.p_main_top_in_b dl dt{
    font-size: 180px;
    line-height: 100%;
    color:rgba(255,255,255,0.80);

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    margin-bottom: 20px;    
}

.p_main_top_in_b dl dd{
    font-size: 20px;
    line-height: 100%;
    color:#ffffff;
    text-align: center;

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

 



}


/*====== 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:11px;
	letter-spacing:0.4em;
    
 
}

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






.bg_main01{

	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;  
}




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



.company_main_bg{
	width: 100%;
	height:250px !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;
   
     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:250px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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




.work_img{
	width: 100%;
	height:250px !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;
     
     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:250px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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




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

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





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

.button_b{
/*  background: #D14244;*/
}

.button {
    height: 34px;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  
  font-size: 16px;
  line-height: 100%;
 color: #1c9198; 
 font-family: 'noto400';  
    

  box-sizing: border-box;

/*  width: fit-content;
  gap: 1em;*/
}

.btn_txt{
    margin-right: 8px;
    padding-bottom: 1px;

}

.circle_btn {
  position: relative;
  background: #09bbc6; 
  color: #fff; 
  padding: 0.5rem;
  border-radius: 100vh;
  width: 0.8rem; 
  height: 0.8rem; 
  text-align: center;
  transition: 0.3s;

}

.circle_btn:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 1px);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button:hover .circle_btn {
  transform: scale(1.10); 
  background:#FFFFFF;
  border: 1px solid #09bbc6;
}

.button:hover .circle_btn:after {
  border-top: 2px solid #09bbc6;
  border-right: 2px solid #09bbc6;
}




/* トップ　会社情報　------------------------------------------ */

.t_cy01{

}

.t_cy01_l{
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0px 0 0;
    box-sizing: border-box;
}

.t_cy01_r{
    max-width: 900px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 15px auto;
}

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

.t_cy01_l dl dt{
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 7px;
    
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}


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

.t_cy01_l dl dt em{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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



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

.t_bus01_bg{
	width: 100%;
	height:320px !important;
	background:url("../img/top/02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 60px auto;
     
     position:relative;
     
     z-index: 1;
     
     padding: 0 20px;
     box-sizing: border-box;

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



.t_bus01{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255,255,255,0.80);
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
}

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

.t_bus01 dl dt{
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 7px;
    
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900; 
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_bus01 dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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

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


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



.t_ig{

}


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

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


.t_ig_in{
    padding:25px 30px 25px 30px;
}

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

.t_ig_in dl dt{
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 7px;
    
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900; 
    
/*    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 900;*/
}


.t_ig_in dl dt span{
    color: #146aac;
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}


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

.t_ig_in dl dt em{
     font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 900;  
}

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

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



.t_ig_bg01{

	height:150px !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;
     
     z-index: 1;
}

.t_ig_bg02{
	height:150px !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;
     
     z-index: 1;
}









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




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




.news_01{


}

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

.news_01 dl dt{
    font-size: 14px;
    line-height: 150%;
    float: left;
    clear: both;
    width:100px;

    color: #999999;    
}

.news_01 dl dd{
    padding-left:100px;
    font-size: 14px;
    line-height: 150%;
    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;
}
   


.news_day{
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;

}

.news_pst{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
}

.news_img01{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}






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



.cp_00{
    margin-bottom: 70px;
}

.cp_00 dl dt{
    font-size: 21px;
    line-height: 120%;

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

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

    word-break: break-all;
    word-wrap: break-word;
}

.cp_00 dl dd p{
    text-align: right;
    margin-top: 15px;
}





.cp_01{
    margin-bottom: 60px;
}

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

.cp_01 th{
    width: 80px;
	font-size:14px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:center;
    padding: 7px 5px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;    
    box-sizing: border-box;    
}

.cp_01 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
	text-align:left;
    padding: 7px 10px;
    border-bottom: 3px solid #FFFFFF;   
    box-sizing: border-box;    
}

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

}

.cp_01 td ul li{

    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 8px;
    margin-bottom: 7px;

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


.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: 15px;
    line-height: 140%;
    padding: 0 0 12px 0;
    
    border-bottom: 3px solid;
    
  border-image: linear-gradient(to right, #41BEF8, #0570C1) 1;
    margin-bottom: 70px;

}


.cp_03{
    

}






.sv02{
    margin-bottom: 70px;
}

.sv02 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0%;
}


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


.sv02 ul li dl dt{
    font-size: 14px;
    line-height: 140%;
    float: left;
    clear: both;
}

.sv02 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;
}


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



.tp_igt01{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:40px;
}

.tp_igt02{
    width: 100%;
    padding: 0px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom:40px;
    
}



.tp_igt01_001{
    height: auto;
}

.tp_igt01_002{
    height: auto;
}





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


}

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

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

}


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

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

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

}

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

.tp_igt02_in_l{

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


}

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



float:none;
margin-top: 0px;

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


}


.tp_igt01_in_l_in{

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

    height:180px;


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


.tp_igt01_txt01{
    line-height: 180%;


}

.tp_igt01_txt01 dl dt{
    color:#FFFFFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
    font-family: 'noto700';   
}

.tp_igt01_txt01 dl dd{

    color:#FFFFFF;
    font-size: 14px;
    line-height: 150%;
}

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







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

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

}




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




.tp_igt_bg01{
	height:200px !important;
	background:url("../img/services/01_01.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
     z-index: 5;

}


.tp_igt_bg02{
	height:200px !important;
	background:url("../img/services/01_02.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
         z-index: 5; 
}

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

     border-radius: 10px;
     
         z-index: 5; 
}


.tp_igt_bg04{
	height:200px !important;
	background:url("../img/services/01_04.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
         z-index: 5; 
}


.tp_igt_bg05{
	height:200px !important;
	background:url("../img/services/01_05.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
         z-index: 5; 
}

.tp_igt_bg06{
	height:200px !important;
	background:url("../img/services/01_06.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
         z-index: 5; 
}

.tp_igt_bg07{
	height:200px !important;
	background:url("../img/services/01_07.png") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 10px;
     
         z-index: 5; 
}




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

}

.blue01::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  
  border-radius: 10px;  
}

.blue::before{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(44, 183, 199, 1) 0%, rgba(22, 132, 201, 1) 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.8s;
  border-radius: 10px;  
}

.fade::before {
  width: 100%;
}




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

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

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

.fade::before {
  width: 100%;
}

*/




/* 社員研修　------------------------------------------ */


.et01{
    margin-bottom: 60px;
}


.et01 dl dt{
    position: relative;
    font-size: 17px;
    line-height: 150%;
    font-family: 'noto500';   
    padding: 15px;
    display: inline-block;
    margin-bottom: 25px;
}

.et01 dl dt span{
    color: #1684c9;
}

.et01 dl dt::before,
.et01 dl dt::after {
    position: absolute;
    width: 22px;
    height: 22px;
    content: '';
}

.et01 dl dt::before {
    border-left: solid 3px #1684c9;
    border-top: solid 3px #1684c9;
    top: 0;
    left: 0;
}

.et01 dl dt::after {
    border-right: solid 3px #1684c9;
    border-bottom: solid 3px #1684c9;
    bottom: 0;
    right: 0;
}

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



.et02{

}

.et02 ul li{
    width: 49%;
    height: 240px;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 10px;
    background:url("../img/employee_training/bg.jpg") repeat;
    
    border-radius: 10px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


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

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

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


.et02 ul li dl dt{
    font-size: 17px;
    line-height: 150%;
    color: #FBFBFB;
    font-family: 'noto500'; 
    margin-bottom: 15px;
    text-align: center;

}

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




.et02 ul li dl dd p{
    max-width: 70px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

.et02 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    color: #FBFBFB;
  
}

















/* 施工実績　------------------------------------------ */

.twk_01{
    margin-bottom: 60px;
}

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

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

.twk_01 ul li p{
    text-align: center;
    margin-top: 5px;
    font-size: 15px;

}



/* 施工実績　------------------------------------------ */

.wk_01{
    margin-bottom: 70px;

}

.wk_01 dl dt{
    font-size: 15px;
    line-height: 140%;
    clear: both;
    float: left;
}

.wk_01 dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #999999;
    padding-left: 125px;
}






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




.rrt_msg{
    margin-bottom: 60px;

}

.rrt_msg dl dt{
    font-size: 19px;
    line-height: 140%;
    color: #5E5E5E;
    margin-bottom: 20px;

    
    font-family: 'noto700';    
}

.rrt_msg dl dd{
    font-size: 15px;
    line-height: 170%;
    font-family: 'noto500';    
}







.rrt_b_in{
}


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


.rrt_b_in_r{
    width: 100%;
    height: auto;
    float: right;
}


.rrt_b_in_c{
    text-align: center !important;
    margin: 0 auto 15px auto;
}

.rrt_b_in_c img {
    max-width: 480px;
    width: 100%;
height: 210px;
margin: 0 auto;
  object-fit: cover; /* この一行を追加するだけ！ */
}



.rrt_b_in_tx{
}

.rrt_b_in_tx dl dt{
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;

    margin-bottom: 6px;
}


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

    margin-bottom: 6px;
}

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

.rrt_b_in_tx dl dd p span{
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
}






.rrt_b_bg01{
    background: #f0f4f6;
}

.rrt_b_bg02{
    background: #dae1e6;
}
















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



.privacy{
}


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

}


.privacy dd {
    font-size:14px;
    line-height: 160%;
    margin-bottom: 30px;

}

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


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



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


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


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

}

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

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


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














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




.ctt_txt01{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 50px;
    
    background: #FFFFFF;
    
    border: 1px solid #333333;
    padding: 15px 20px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 15px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 5px;
    text-align: center;
    color: #333333;    
}

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


.ctt_txt01 dl dd{
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    font-family: 'noto700';  
    text-align: center;

}


.ctt_txt01 dl dd span{
    font-size: 12px;
    margin-left: 3px;
}



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

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





.ctt_txt02{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;

}


.contact-t{
    margin-bottom: 50px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:16px;

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


.contact-t dl dd{
    font-size: 27px;
    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: 50px;

}

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


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

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

}

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

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









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


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

    
    font-size: 17px;
    line-height: 160%;

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


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

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

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


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

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

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




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

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

}

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







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

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




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






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

.f_text01 a:hover{

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









}
