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

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


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

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

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

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

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





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


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


html {
    font-family: 'noto400';

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

}

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

body{
    font-family: 'noto400';
}

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;
	color:#000;
	line-height:180%;
	text-align:left;

}	 

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

.container_tp{
    margin-top: 100px;
}


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

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



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

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


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


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


.container_p{
	padding:0 50px;
}



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




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


#header {

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


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

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





.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;

	position:relative;



}

header{

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

	box-sizing:border-box;
}



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


/* headerの色を変える */
.header.change-color {

background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(146, 197, 241, 1) 100%);
}

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

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



.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}





/* first-v */
.first-v {

}



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


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


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



.footer_bg01{
	width: 100%;
    height: auto;
    background: url("../img/common/footer_bg.jpg") repeat;
    padding: 100px 0;
  
}

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 40px;
}





address dl dt p{
    font-size: 18px;
    font-family: 'noto500';
}

address dl dt{

    font-size: 16px;
    line-height: 180%;
    color:#362d2d;

    font-family: 'noto400';
    margin-bottom: 20px;
}

address dl dd{
    font-size: 30px;
    line-height: 150%;
    color:#362d2d;
    font-family: 'noto500';    
}


address dl dd a{
    color:#362d2d;
}

address dl dd a:hover{
    color:#362d2d;
}



.f_cpy{
    margin-top: 20px;

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 20px;


}





}



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


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


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

}	

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



.container_tp{
    margin-top: 70px;
}

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



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

.container01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;
}

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


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



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



.container_p{
	padding:0 30px;
}


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


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


#header {

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

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}


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


/* headerの色を変える */
.header.change-color {
background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(146, 197, 241, 1) 100%);
}



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

.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}



/* first-v */
.first-v {

}




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


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





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



.footer_bg01{
	width: 100%;
    height: auto;
    background: url("../img/common/footer_bg.jpg") repeat;
    padding: 70px 0;
  
}

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 30px;
}





address dl dt p{
    font-size: 18px;
    font-family: 'noto500';
}

address dl dt{

    font-size: 15px;
    line-height: 180%;
    color:#362d2d;

    font-family: 'noto400';
    margin-bottom: 20px;
}

address dl dd{
    font-size: 30px;
    line-height: 150%;
    color:#362d2d;
    font-family: 'noto500';    
}


address dl dd a{
    color:#362d2d;
}

address dl dd a:hover{
    color:#362d2d;
}



.f_cpy{
    margin-top: 20px;

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 20px;


}





}



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


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



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

}	



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

.container_tp{
    margin-top: 60px;
}


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

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



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

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


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



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


.container_p{
	padding:0 20px;
}


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


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


#header {

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

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
/*    padding: 0 20px;*/
    box-sizing: border-box;
	position:relative;

}

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

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



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


/* headerの色を変える */
.header.change-color {
background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(146, 197, 241, 1) 100%);
}



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


.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}



/* first-v */
.first-v {

}



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



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





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



.footer_bg01{
	width: 100%;
    height: auto;
    background: url("../img/common/footer_bg.jpg") repeat;
    padding: 50px 0;
  
}

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 20px;
}





address dl dt p{
    font-size: 16px;
    font-family: 'noto500';
}

address dl dt{

    font-size: 13px;
    line-height: 180%;
    color:#362d2d;

    font-family: 'noto400';
    margin-bottom: 10px;
}

address dl dd{
    font-size: 23px;
    line-height: 150%;
    color:#362d2d;
    font-family: 'noto500';    
}


address dl dd a{
    color:#362d2d;
}

address dl dd a:hover{
    color:#362d2d;
}



.f_cpy{
    margin-top: 15px;

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 15px;


}









}




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


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

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


h1.h1_01{
width: 350px;
height: auto;
position: absolute;
top: 24px;
left: 50px;
}






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



h2.h2_01{
    margin-bottom: 50px;
}

h2.h2_01 dl dt{
    font-size: 80px;
    line-height: 100%;
    color: #c0dae9;
    
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_01 dl dd{
    font-size: 35px;
    line-height: 140%;
    background: url("../img/common/h2.jpg") left center no-repeat;
    padding-left: 45px;
    background-size: 40px 2px;
    color: #3d3d3d;
    margin-top: -20px;

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



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

    margin-bottom: 40px;

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

h3.h3_01 p{
    font-size: 25px;
    line-height: 100%;
    color: #c05534;
    margin-bottom: 8px;
    background:url("../img/common/h3.png") left center no-repeat;
    padding-left: 17px;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}



h4.h4_01{
    font-size: 24px;
    line-height: 100%;

    margin-bottom: 40px;
    
    border-left: 12px solid #244c94;
    padding: 22px 0 0 15px;


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



/* スライド上の文字 ---------------------------------------------- */

.tp_mt{
    max-width: 960px;
    width: 100%;
    height: 390px;

    margin-top: 100px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
   font-size: 53px;
   line-height: 120%;
   color: #c05534;
   margin-bottom: 5px;
   letter-spacing: 5px;

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



.tp_mt dl dd{
   font-size: 65px;
   line-height: 150%;
   color: #242424;

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

.tp_mt dl dd span{
    border-bottom: 4px solid #242424;
}

@keyframes showTextFromBottom{
0%{
 transform: translateY( 110% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 1s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.2s backwards;
}



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

}



.slider_out_bg{


}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 604px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;


	z-index: 2;

}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in01{
    max-width: 1400px;
    width: 100%;
    height: 604px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{
    opacity: 1;

}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 2vw;
    line-height: 120%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 7vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}







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





/* スライド上の文字 ---------------------------------------------- */

.tmup_tx{
    margin-top: 150px;
    margin-bottom: 40px;
}



.tmup_tx dl dt{
    font-size: 70px;
    line-height: 120%;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 8px;
}


.tmup_tx dl dd{
    font-size: 26px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}


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

.split-slideshow_out{
/*    padding: 0 50px;*/
    box-sizing: border-box;

}

.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 700px;
    
/*    margin-bottom: 100px;*/


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 750px;
    overflow: hidden;
    

    box-sizing: border-box;    
    


    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 700px;
    z-index: 2;



   box-sizing: border-box;
   
/*   background: #FDBEBF;*/
}
.slideshow .slider * {
outline: none;

}
.slideshow .slider .item {
    height: 100vh;
    max-height: 700px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;

}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
     

    object-fit: cover;
}





.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 60px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
    
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}




/*

.slide_txt_out{
position:relative;
width: 100%;
height: 490px;
margin: 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 42px;
line-height: 140%;
color: #fff;
text-align: center;

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


}*/







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

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

     border-radius: 10px;
}

.service_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/service/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}

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

     border-radius: 10px;
}





.products_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/products/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.environment_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/environment/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.contact_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}







*/










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


.button01_l{
    margin: 0 auto 0 0 !important;


}

.button01{
    max-width: 255px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 0 0 auto;

}

.button01 a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;

background:url("../img/common/btn.png") right 25px center no-repeat,#3356a5;
border: 2px solid #3356a5;

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius:30px;

    box-sizing: border-box;

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

    transition: all  0.3s ease;

}

.button01 a:hover{
    color: #3356a5;
background:url("../img/common/btn.png") right 25px center no-repeat,#FFFFFF;
border: 2px solid #3356a5;

}





/* トップ 品質とこだわり ---------------------------------------------- */






.tp_qt{
    margin-bottom: 100px;

}

.tp_qt ul li{
    width:32%;
    height: 360px;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    
    padding: 45px 30px;
    box-sizing: border-box;
    
    background: url("../img/top/01_bg.jpg") repeat;
    
    border: 3px solid #cbac19;
    
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

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


.tp_qt ul li dl dt{
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #c27f09;

}

.tp_qt ul li dl dd p{
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.tp_qt ul li dl dd{
    font-size: 17px;
    line-height: 180%;

}






/* トップ　ニュース-------------------------------------------- */




.tp_news{
    margin-bottom: 40px;
}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
color: #abc4cc;

}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 120px;

border-bottom: 1px dotted #999999;
}

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


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

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





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


.tp_ig01{

}

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

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


.tp_ig01_in{
    width: 100%;
}

.tp_ig01_in dl dt{

}

.tp_ig01_in dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;

}


.tp_ig01_bg01{

	height:450px !important;
	background:url("../img/top/02_01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bg02{

	height:450px !important;
	background:url("../img/top/02_02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bgc{    
    height: 450px;
    background: #eaf6f8;
    padding: 0 50px;
    box-sizing: border-box;
    
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
 
}






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

.cp_cont01{
    margin-bottom: 100px;
}

.cp_cont01 dl dt{
    font-size: 32px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto500';
    
    margin-bottom: 20px;

}

.cp_cont01 dl dd{
    font-size: 18px;
    line-height: 200%;

}

.cp_cont01 dl dd img{
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: bottom;

}

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

}

.cp_cont02{
    margin-bottom: 100px;
}

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


.cp_cont02 th{
    width: 160px;
	font-size:16px;
    line-height: 160%;
	padding:15px;    
	border-collapse:collapse;

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

.cp_cont02 td{
	font-size:16px;
    line-height: 160%;
	padding:15px;    
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px dotted #828883;
}

.cp_cont02 td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    background-size: 3px 3px;
    padding-left: 12px;
    margin-bottom: 10px;
}


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

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

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



.cp_cont03{
    font-size: 32px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto700';
    
    margin-bottom: 50px;
}

.cp_cont03_img{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}




.cp_cont04{
    margin-bottom: 50px;
}

.cp_cont04 dl dt{
    max-width: 300px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;;
    font-family: 'noto700';
    margin-bottom: 15px;
    background: #244c94;
    border-radius: 30px;

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

.cp_cont04 dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 50px;

}

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


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

.cp_cont05 ul li{
    width: 32%;
    height: auto;
    padding: 25px 30px 30px 30px;
    box-sizing: border-box;


    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    
    background: linear-gradient(120deg,rgba(17, 121, 182, 0.83) 0%, rgba(0, 201, 217, 1) 100%);    
   border-radius: 20px;
}

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

.cp_cont05 ul li:nth-child(4){

    margin-left: 17%;
}

.cp_cont05 ul li dl{

}


.cp_cont05 ul li dl dt{

    
    font-size: 120px;
    line-height: 100%;
    padding-bottom: 0px;
    color:rgba(255,255,255,0.25);
    text-align: center;

    

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



.cp_cont05 ul li dl dd{
    font-size: 35px;
    line-height: 100%;
    color: #FFFFFF;

    margin-top: -50px;
    text-align: center;


    font-family: 'noto700'; 
}





.cp_map{

    margin-bottom: 100px;
}



.cp_map li iframe{
    width: 100%;

    height: 550px;
}



.cp_map_img{
    margin: 0 auto 25px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}











/* 業務内容--------------------------------------------- */


.bns01{
    margin-bottom: 100px;

}

.bns01 ul li{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.bns01 ul li dl dt{
    font-size: 22px;
    
    line-height: 140%;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 10px;
}

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

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



.bns02{
    margin-bottom: 100px;
}

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


.bns02 table tr{
    background: #edf1f4;
}


.bns02 table tr:nth-child(odd){
background:#e5eff6 !important;
}

.bns02 th{
    width: 160px;
	font-size:16px;
    line-height: 160%;
    color: #3a3a3a;
	padding:15px;    
	border-collapse:collapse;

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

.bns02 td{
	font-size:16px;
    line-height: 160%;
    color: #3a3a3a;
	padding:15px;    
	border-collapse:collapse;
	text-align:left;
    border-bottom: 4px solid #FFFFFF;
}

.bns02 td ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;

}

.bns02 td ul li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}


.bns02 td dl dt{
    clear: both;
    float: left;
}


.bns02 td dl dd{
padding-left: 250px;
}

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


.bns04{
    margin-bottom: 100px;
}

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

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
















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


.privacy{

}


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

    margin-bottom: 8px;

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


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

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














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



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

}

.contact-t dl{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 40px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.contact-t dl dt{
    font-size: 24px;    
    line-height: 150%;
    text-align: center;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 20px;
}

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

.contact-t dl dd{
    font-size: 34px;
    line-height: 180%;
    color: #cc2727;
    text-align: center;   
    font-family: 'noto700';
}
.contact-t dl dd span{
     background: linear-gradient(transparent 70%, #f3ecc2 70%);

}



.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:300px;
    height: 35px !important;

	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;
    box-sizing: border-box;



}




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





}


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



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


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

h1.h1_01{
width: 250px;
	height:auto;
	position: absolute;
    top: 18px;
}

.h1_01_l{
    width: 29px;
    float: left;
}

.h1_01_r{
    width: 181px;
    float: right;
}

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




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

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


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

.h2_cr01{
    color: #000000 !important;
}



h2.h2_01{
    margin-bottom: 45px;
}

h2.h2_01 dl dt{
    font-size: 60px;
    line-height: 100%;
    color: #c0dae9;
    
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_01 dl dd{
    font-size: 28px;
    line-height: 140%;
    background: url("../img/common/h2.jpg") left center no-repeat;
    padding-left: 45px;
    background-size: 40px 2px;
    color: #3d3d3d;
    margin-top: -20px;

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






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

    margin-bottom: 40px;

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

h3.h3_01 p{
    font-size: 21px;
    line-height: 100%;
    color: #c05534;
    margin-bottom: 8px;
    background:url("../img/common/h3.png") left center no-repeat;
    background-size: 8px 8px;
    padding-left: 14px;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}



h4.h4_01{
    font-size: 18px;
    line-height: 100%;

    margin-bottom: 40px;
    
    border-left: 10px solid #244c94;
    padding: 22px 0 0 12px;


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










/* スライド上の文字 ---------------------------------------------- */

.tp_mt{
    max-width: 960px;
    width: 100%;
    height: 250px;

    margin-top: 70px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
   font-size: 26px;
   line-height: 120%;
   color: #c05534;
   margin-bottom: 5px;
   letter-spacing: 5px;

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

.tp_mt dl dd{
   font-size: 36px;
   line-height: 150%;
   color: #242424;

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


.tp_mt dl dd span{
    border-bottom: 4px solid #242424;
}

@keyframes showTextFromBottom{
0%{
 transform: translateY( 100% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 3s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.5s backwards;
}









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

}

.slider_out_bg{

}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 451px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 450px 451px;


	z-index: 2;

}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in01{
    max-width: 1400px;
    width: 100%;
    height: 451px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{
    opacity: 1;

}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 2vw;
    line-height: 120%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 7vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}



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















 
 
 

/* スライド上の文字 ---------------------------------------------- */

.tmup_tx{
    margin-top: 100px;
    margin-bottom: 30px;
}



.tmup_tx dl dt{
    font-size: 45px;
    line-height: 120%;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 8px;
}


.tmup_tx dl dd{
    font-size: 21px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}





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

.split-slideshow_out{
/*    padding: 0 30px;*/
    box-sizing: border-box;
}


.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 400px;
    
/*    margin-bottom: 70px;*/


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 400px;
    overflow: hidden;

    box-sizing: border-box;    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 400px;
    z-index: 2;
    
   padding: 0 0px;
   box-sizing: border-box;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    max-height: 400px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}



.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 40px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}





/*
.slide_txt_out{
position:relative;
width: 100%;
height: 400px;
margin: 0 auto;
padding: 0 30px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 36px;
line-height: 140%;
color: #fff;
text-align: center;

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


}
*/









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

/*

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

    border-radius: 10px;
}

.service_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/service/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
}

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

    border-radius: 10px;
}


.products_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/products/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 50px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.environment_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/environment/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 50px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.contact_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 50px auto;
     padding-top: 0px;
     box-sizing: border-box;
}


*/

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


.button01_l{
    margin: 0 auto 0 0 !important;


}

.button01{
    max-width: 225px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 0 0 auto;

}

.button01 a{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;

background:url("../img/common/btn.png") right 25px center no-repeat,#3356a5;
border: 2px solid #3356a5;

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius:30px;

    box-sizing: border-box;

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

    transition: all  0.3s ease;

}

.button01 a:hover{
    color: #3356a5;
background:url("../img/common/btn.png") right 25px center no-repeat,#FFFFFF;
border: 2px solid #3356a5;

}





/* トップ 品質とこだわり ---------------------------------------------- */






.tp_qt{
    margin-bottom: 70px;

}

.tp_qt ul li{
    width:48.5%;
    height: 320px;
    box-sizing: border-box;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    
    padding: 45px 30px;
    box-sizing: border-box;
    
    background: url("../img/top/01_bg.jpg") repeat;
    
    border: 3px solid #cbac19;
    
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

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

.tp_qt ul li:nth-child(3){
    margin-right: 0%;
    margin-left: 25.75%;
    margin-bottom: 0px;    
}


.tp_qt ul li dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #c27f09;

}

.tp_qt ul li dl dd p{
    max-width: 60px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.tp_qt ul li dl dd{
    font-size: 16px;
    line-height: 170%;

}




/* トップ　ニュース-------------------------------------------- */




.tp_news{
    margin-bottom: 40px;
}


.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: none;
clear: both;
margin-bottom: 7px;
color: #abc4cc;

}

.tp_news dl dd{
font-size: 15px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 0px;

border-bottom: 1px dotted #999999;
}


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


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

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








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


.tp_ig01{

}

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

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


.tp_ig01_in{
    width: 100%;
}

.tp_ig01_in dl dt{

}

.tp_ig01_in dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;

}


.tp_ig01_bg01{

	height:380px !important;
	background:url("../img/top/02_01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bg02{

	height:380px !important;
	background:url("../img/top/02_02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bgc{    
    height: 380px;
    background: #eaf6f8;
    padding: 0 50px;
    box-sizing: border-box;
    
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
 
}










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

.cp_cont01{
    margin-bottom: 70px;
}

.cp_cont01 dl dt{
    font-size: 28px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto500';
    
    margin-bottom: 20px;

}

.cp_cont01 dl dd{
    font-size: 16px;
    line-height: 190%;

}

.cp_cont01 dl dd img{
    width: 40px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: bottom;

}

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

}

.cp_cont02{
    margin-bottom: 70px;
}

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


.cp_cont02 th{
    width: 150px;
	font-size:15px;
    line-height: 160%;
	padding:15px;    
	border-collapse:collapse;

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

.cp_cont02 td{
	font-size:15px;
    line-height: 160%;
	padding:15px;    
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px dotted #828883;
}

.cp_cont02 td ul li{
    background: url("../img/common/list001.png") left 11px no-repeat;
    background-size: 3px 3px;
    padding-left: 12px;
    margin-bottom: 10px;
}


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

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

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



.cp_cont03{
    font-size: 28px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto700';
    
    margin-bottom: 30px;
}

.cp_cont03_img{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}




.cp_cont04{
    margin-bottom: 40px;
}

.cp_cont04 dl dt{
    max-width: 250px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;;
    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 2px;
    background: #244c94;
    border-radius: 30px;

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

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

}

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


.cp_cont05{
    width: 100%;
    height: auto;
    margin: 0 0 70px 0;
}

.cp_cont05 ul li{
    width: 48.5%;
    height: auto;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;


    float: left;
    margin-right: 3%;
    margin-bottom: 25px;
    
    background: linear-gradient(120deg,rgba(17, 121, 182, 0.83) 0%, rgba(0, 201, 217, 1) 100%);    
   border-radius: 20px;
}

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

.cp_cont05 ul li:nth-child(5){

    margin-left: 25.75%;
}

.cp_cont05 ul li dl{

}


.cp_cont05 ul li dl dt{

    
    font-size: 90px;
    line-height: 100%;
    padding-bottom: 0px;
    color:rgba(255,255,255,0.25);
    text-align: center;
    

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



.cp_cont05 ul li dl dd{
    font-size: 27px;
    line-height: 100%;
    color: #FFFFFF;

    margin-top: -40px;
    text-align: center;


    font-family: 'noto700'; 
}





.cp_map{
    margin-bottom: 70px;
}



.cp_map li iframe{
    width: 100%;

    height: 550px;
}



.cp_map_img{
    margin: 0 auto 25px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}










/* 業務内容--------------------------------------------- */


.bns01{
    margin-bottom: 70px;

}

.bns01 ul li{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 25px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bns01 ul li dl dt{
    font-size: 19px;
    
    line-height: 140%;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 10px;
}

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

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



.bns02{
    margin-bottom:70px;
}

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


.bns02 table tr{
    background: #edf1f4;
}


.bns02 table tr:nth-child(odd){
background:#e5eff6 !important;
}

.bns02 th{
    width: 120px;
	font-size:15px;
    line-height: 160%;
    color: #3a3a3a;
	padding:15px 10px;    
	border-collapse:collapse;

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

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




.bns02 td{
	font-size:15px;
    line-height: 160%;
    color: #3a3a3a;
	padding:15px 10px;  
	border-collapse:collapse;
	text-align:left;
    border-bottom: 4px solid #FFFFFF;
}

.bns02 td ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;

}

.bns02 td ul li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}


.bns02 td dl dt{
    clear: both;
    float: left;
}


.bns02 td dl dd{
padding-left: 210px;
}

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


.bns04{
    margin-bottom: 70px;
}

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

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















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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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





















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


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

}

.contact-t dl{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 25px 30px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.contact-t dl dt{
    font-size: 16px;    
    line-height: 150%;
    text-align: center;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 15px;
}

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

.contact-t dl dd{
    font-size: 24px;
    line-height: 180%;
    color: #cc2727;
    text-align: center;  
    font-family: 'noto700';    
}
.contact-t dl dd span{
     background: linear-gradient(transparent 70%, #f3ecc2 70%);

}




#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:300px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}


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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

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


h1.h1_01{
width: 200px;
	height:auto;
	position: absolute;
     top: 16px;
}



.h1_01_l{
    width: 26px;
    float: left;
}

.h1_01_r{
    width: 164px;
    float: right;
}


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


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

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

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

.h2_cr01{
    color: #000000 !important;
}






h2.h2_01{
    margin-bottom: 40px;
}

h2.h2_01 dl dt{
    font-size: 35px;
    line-height: 100%;
    color: #c0dae9;
    
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_01 dl dd{
    font-size: 18px;
    line-height: 140%;
    background: url("../img/common/h2.jpg") left center no-repeat;
    padding-left: 30px;
    background-size: 25px 2px;
    color: #3d3d3d;
    margin-top: -10px;

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





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

    margin-bottom: 40px;

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

h3.h3_01 p{
    font-size: 16px;
    line-height: 140%;
    color: #c05534;
    margin-bottom: 5px;
    background:url("../img/common/h3.png") left 7px no-repeat;
    background-size: 5px 5px;
    padding-left: 9px;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 500;
}



h4.h4_01{
    font-size: 16px;
    line-height: 100%;

    margin-bottom: 40px;
    
    border-left: 8px solid #244c94;
    padding: 18px 0 0 8px;


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









/* スライド上の文字 ---------------------------------------------- */

.tp_mt{
    max-width: 960px;
    width: 100%;
    height: 200px;

    margin-top: 60px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
   font-size: 15px;
   line-height: 100%;
   color: #c05534;
   margin-bottom: 10px;
   letter-spacing: 2px;

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



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



.tp_mt dl dd{
   font-size: 25px;
   line-height: 150%;
   color: #242424;

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


.tp_mt dl dd span{
    border-bottom: 3px solid #242424;
}


@keyframes showTextFromBottom{
0%{
 transform: translateY( 100% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 3s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.5s backwards;
}





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

}

.slider_out_bg{

}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 301px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 300px 301px;


	z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in01{
    max-width: 1400px;
    width: 100%;
    height: 301px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{

    opacity: 1;
}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 3vw;
    line-height: 100%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 8vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}




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








/* スライド上の文字 ---------------------------------------------- */

.tmup_tx{
    margin-top: 75px;
    margin-bottom: 20px;
}



.tmup_tx dl dt{
    font-size: 23px;
    line-height: 130%;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 4px;
}


.tmup_tx dl dd{
    font-size: 14px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}






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


.split-slideshow_out{
/*    padding: 0 20px;*/
    box-sizing: border-box;
}



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 320px;
    
/*    margin-bottom: 60px;*/


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 320px;
    overflow: hidden;
    

    box-sizing: border-box;
    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 320px;
    z-index: 2;
    
   padding: 0 0px;
   box-sizing: border-box;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    max-height: 320px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}




.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 30px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






/*.slide_txt_out{
position:relative;
width: 100%;
height: 320px;
margin: 0 auto;
padding: 0 20px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 21px;
line-height: 200%;
color: #fff;
text-align: center;

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


}
*/




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


/*



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

     border-radius: 10px;
}

.service_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/service/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}

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

     border-radius: 10px;
}



.products_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/products/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 40px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.environment_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/environment/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 40px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.contact_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 40px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

*/

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


.button01_l{
    margin: 0 auto 0 0 !important;


}

.button01{
    max-width: 185px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 0 0 auto;

}

.button01 a{
    display: block;
    width: 100%;
    height: 41px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;

background:url("../img/common/btn.png") right 13px center no-repeat,#3356a5;
background-size: 15px 15px;
border: 1px solid #3356a5;

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius:30px;

    box-sizing: border-box;

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

    transition: all  0.3s ease;

}

.button01 a:hover{
    color: #3356a5;
    background:url("../img/common/btn.png") right 13px center no-repeat,#FFFFFF;
    background-size: 15px 15px;
    border: 1px solid #3356a5;

}








/* トップ 品質とこだわり ---------------------------------------------- */






.tp_qt{
    margin-bottom: 60px;

}

.tp_qt ul li{
    width:100%;
    height: 230px;
    box-sizing: border-box;
    float: left;
    margin-right: 0%;
    margin-bottom: 25px;
    
    padding: 30px 20px;
    box-sizing: border-box;
    
    background: url("../img/top/01_bg.jpg") repeat;
    
    border: 2px solid #cbac19;
    
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

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

.tp_qt ul li:nth-child(3){
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;    
}


.tp_qt ul li dl dt{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
    color: #c27f09;

}

.tp_qt ul li dl dd p{
    max-width: 40px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.tp_qt ul li dl dd{
    font-size: 15px;
    line-height: 160%;

}




/* トップ　ニュース-------------------------------------------- */





.tp_news{
    margin-bottom: 30px;
}

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
margin-bottom: 7px;
color: #abc4cc;

}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 0px;

border-bottom: 1px dotted #999999;
}


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


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

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










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


.tp_ig01{

}

.tp_ig01_l{
    width: 100%;
    height: 280px;
    float: none;
}

.tp_ig01_r{
    width: 100%;
    height: 280px;
    float: none;
}


.tp_ig01_in{
    width: 100%;
}

.tp_ig01_in dl dt{

}

.tp_ig01_in dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;

}


.tp_ig01_bg01{

	height:200px !important;
	background:url("../img/top/02_01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bg02{

	height:200px !important;
	background:url("../img/top/02_02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;
 
}

.tp_ig01_bgc{    
    height: 280px;
    background: #eaf6f8;
    padding: 0 20px;
    box-sizing: border-box;
    
      
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
 
}










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

.cp_cont01{
    margin-bottom: 60px;
}

.cp_cont01 dl dt{
    font-size: 19px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto500';
    
    margin-bottom: 20px;

}

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

}

.cp_cont01 dl dd img{
    width: 30px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: bottom;

}

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

}

.cp_cont02{
    margin-bottom: 60px;
}

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


.cp_cont02 th{
    width: 80px;
	font-size:14px;
    line-height: 150%;
	padding:15px;    
	border-collapse:collapse;

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

.cp_cont02 td{
	font-size:14px;
    line-height: 150%;
	padding:15px;    
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px dotted #828883;
}

.cp_cont02 td ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    background-size: 3px 3px;
    padding-left: 9px;
    margin-bottom: 10px;
}


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

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

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



.cp_cont03{
    font-size: 19px;
    line-height: 160%;
    color: #244c94;
    font-family: 'noto700';
    
    margin-bottom: 15px;
}

.cp_cont03_img{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}




.cp_cont04{
    margin-bottom: 30px;
}

.cp_cont04 dl dt{
    max-width: 200px;
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;;
    font-family: 'noto700';
    margin-bottom: 8px;
    padding-bottom: 2px;
    background: #244c94;
    border-radius: 30px;

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

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

}

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


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

.cp_cont05 ul li{
    width: 48.5%;
    height: auto;
    padding: 5px 20px 5px 20px;
    box-sizing: border-box;


    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    
    background: linear-gradient(120deg,rgba(17, 121, 182, 0.83) 0%, rgba(0, 201, 217, 1) 100%);    
   border-radius: 15px;
}

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

.cp_cont05 ul li:nth-child(5){

    margin-left: 25.75%;
}

.cp_cont05 ul li dl{

}


.cp_cont05 ul li dl dt{

    
    font-size: 80px;
    line-height: 100%;
    padding-bottom: 0px;
    color:rgba(255,255,255,0.25);
    text-align: center;

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



.cp_cont05 ul li dl dd{
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;

    margin-top: -40px;
    text-align: center;


    font-family: 'noto700'; 
}





.cp_map{
    margin-bottom: 60px;
}



.cp_map li iframe{
    width: 100%;

    height: 550px;
}



.cp_map_img{
    margin: 0 auto 25px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}

/* 業務内容--------------------------------------------- */


.bns01{
    margin-bottom: 60px;

}

.bns01 ul li{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bns01 ul li dl dt{
    font-size: 16px;
    
    line-height: 140%;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 7px;
}

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

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



.bns02{
    margin-bottom: 60px;
}

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


.bns02 table tr{
    background: #edf1f4;
}


.bns02 table tr:nth-child(odd){
background:#e5eff6 !important;
}

.bns02 th{
    width: 80px;
	font-size:13px;
    line-height: 150%;
    color: #3a3a3a;
	padding:15px 10px;    
	border-collapse:collapse;

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

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




.bns02 td{
	font-size:13px;
    line-height: 150%;
    color: #3a3a3a;
	padding:15px 10px;  
	border-collapse:collapse;
	text-align:left;
    border-bottom: 4px solid #FFFFFF;
}

.bns02 td ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;

}

.bns02 td ul li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}


.bns02 td dl dt{
    clear: both;
    float: left;
}


.bns02 td dl dd{
padding-left: 210px;
}

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


.bns04{
    margin-bottom: 60px;
}

.bns04 ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

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











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


.privacy{
}


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

    margin-bottom: 5px;

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


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

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













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


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

}

.contact-t dl{
    background: #f7f7f7;
    border: 2px solid #244c94;
    border-radius: 15px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.contact-t dl dt{
    font-size: 14px;    
    line-height: 150%;
    text-align:left;
    color: #244c94;
    font-family: 'noto700';  
    margin-bottom: 10px;
}

.contact-t dl dt span::before {
	content: "" ;
	white-space: none ;
}

.contact-t dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #cc2727;
    text-align: center;    
    font-family: 'noto700';    
}
.contact-t dl dd span{
     background: linear-gradient(transparent 70%, #f3ecc2 70%);

}


.contact-t a{
    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:14px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:15px 10px 15px 10px;	
	box-sizing:border-box;


}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:280px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}




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

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


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

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

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


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

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

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




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

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

}

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







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

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




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













}
