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


@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{
    margin-top: 90px !important;
}


.cp_bg{

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


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

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

}

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


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


}

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


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

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





.header_bg{

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


#header{

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

}

header{

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

	box-sizing:border-box;
}


.h_tel{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 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:-100px;
    padding-top:100px;
}


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



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

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

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

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

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

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

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

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





}



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


@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{
    margin-top: 60px !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;
}

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


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


}



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


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

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





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

    padding: 0 30px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);        
}

header{

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

	box-sizing:border-box;
 
}


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

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

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

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

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

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

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

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






}



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


@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{
    margin-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;
}

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

}

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


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


}

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


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

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





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


    padding: 0 20px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);       
}

header{

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

	box-sizing:border-box;
  
}



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

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

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

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

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

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









}




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


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

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


h1.h1_01{

width: 300px;
height: auto;
position: absolute;
top:38px;

z-index: 100;

}

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




.h2_01_wt{
    color:#FFFFFF !important;
}


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



h2.h2_01{
    font-size: 26px;
    line-height: 140%;
    color: #be1212;
 
    margin-bottom: 35px;
    

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


h2.h2_01 p{
    font-size: 36px;
    line-height: 120%;
    color: #be1212;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 2px;
}



h3.h3_01{
    font-size: 25px;
    line-height: 120%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left top no-repeat;
    padding-top: 10px;
    margin-bottom: 35px;

}

.h4_01_btm01{
    margin-bottom: 80px !important;
}



h4.h4_01{
    font-size: 20px;
    line-height: 120%;
    color:#000000;
    border-left: 8px solid #b40d0d;
    padding: 4px 0 9px 8px;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    margin-bottom: 35px;

}



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


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

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

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

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

}

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

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

    margin-bottom: 10px;
}


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

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





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


.slider_out_bg{
    margin-bottom: 80px;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}



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



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

.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_in dl dt{
margin-bottom: 20px;
text-align: center;
}


.slider_in dl dd{

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

text-align: center;
margin: 0 auto;
}







.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 500px;

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


    
    background: url("../img/top/slide_bg.png") left center no-repeat;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in01 dl dt{
    margin-bottom: 20px;
    text-align: center;
}


.slider_in01 dl dd{

    text-align: center;
    margin: 0 auto;
}

.slider_in01 dl dd img{
    text-align: center;
    margin: 0 auto;
}




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







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


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

	z-index:5;


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




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






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

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


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

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


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

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



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

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



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

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







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


.btn_b {




}

.btn_ctr{
    margin: 0 auto !important;

}


.btn{



  position: relative;
  display: inline-block;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

}

a.btn-flat {
    max-width: 300px;
    width: 100%;
    height: 60px;
    overflow: hidden;

    color: #fff;
    border-radius: 0;
    background: #222323;
    padding-bottom: 3px;
  
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #5f6064;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}








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


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




}

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

    z-index: 1;

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


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

    z-index: 1;

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

    
    box-sizing: border-box;
}






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

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

.tp_igt_b01_l{

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

    
    box-sizing: border-box;    
}

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

}




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

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

.tp_igt_b02_l{

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

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

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


}




.tp_igt_txt{


}

.tp_igt_txt dl{
    margin-bottom: 30px;

}

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

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

}



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

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






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

.news_01{
    margin-bottom: 50px;

}

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

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

}

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

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




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



.tp_rt_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/02_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         
}


.tp_rt_01{

}


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





/* ムサシノ---------------------------------------------- */

.tp_nst{

}

.tp_nst dl{
    margin-bottom: 40px;

}

.tp_nst dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #656666;
    font-family: 'noto400';
    margin-bottom: 15px;
    
    border-left: 8px solid #222323;

    padding: 5px 0 5px 10px;
}

.tp_nst dl dt p{
    font-size: 40px;
    line-height: 120%;
    color: #222323;
    font-family: 'noto700';
    margin-bottom: 7px;
}

.tp_nst dl dd{
    font-size: 18px;
    line-height: 200%;
    color: #000000;
    font-family: 'noto400';
}




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



.cmm_ctt_bg{
background: linear-gradient(90deg, rgba(34,35,35,1) 0%, rgba(73,74,77,1) 100%);
}



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

.cmm_ctt dl dt{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 25px;
    color:#FFFFFF;


}

.cmm_ctt dl dd{
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;    
}

.cmm_ctt dl dd p{
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 10px;

    font-family: 'noto700';     
}


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

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







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


.cp_01{
    margin-bottom: 100px;
}

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

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

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

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

}

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

}

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

}


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

}


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


.cp_02{
    margin-bottom: 100px;

}

.cp_02_l{
    width: 49%;
    height: auto;
    float: left;

   
}

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


.cp_02 ul li{
	font-size:16px;
    line-height: 180%;
    background: url("../img/common/list001.png") left 14px no-repeat;
    padding-left: 8px;
}


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

.cp_04{

}




.abt_op{
    margin-bottom: 100px;
}

.abt_op ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
}

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

.abt_op ul li dl dt{
    float: left;
    clear: both;
}

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



/* 設備　------------------------------------------ */


.sb_tab{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

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

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

.sb_tab ul li a{
    display: block;
    width: 100%;
    height: 55px;
    color: #494a4d;
    background:#FFFFFF;
    border: 1px solid #494a4d;
    box-sizing: border-box;
    
    transition: all  0.3s ease; 
    
    border-radius: 10px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb_tab ul li a:hover{
    color: #FFFFFF;
    background:#494a4d;
    border: 1px solid #494a4d;
    box-sizing: border-box;
}

.sb_tab_on{
    color: #FFFFFF !important;
    background:#494a4d !important;
    border: 1px solid #494a4d !important;
}



.sb01{
    margin-bottom: 40px;
}


.sb01 p{
    margin-top: 6px;
    font-size: 16px;
    line-height: 140%;

}



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

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

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


.sb02 ul li p{
    margin-top: 6px;
    font-size: 16px;
    line-height: 140%;

}



.sb03{
    margin-bottom: 80px;
}

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

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

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


.sb04{
    margin-bottom: 100px;

}

.sb04 dl dt{
    max-width: 145px;
    width: 100%;
    height: 45px;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #af5050;
    border: 1px solid #af5050;
    margin-bottom: 8px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb04 dl dd{
    font-size: 16px;
    line-height: 200%;
    color: #353434;
    margin-bottom: 35px;
}

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


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


.recruit_msg01{
    margin-bottom: 100px;
}


.recruit_msg01 dl dt{
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
    color: #b40d0d;
}

.recruit_msg01 dl dd{
    font-size: 18px;
    line-height: 200%;
    color: #3a3a3a;
}



.recruit_msg01 dl dd ul li{
    font-size: 16px;
    line-height: 140%;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;

}



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

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

.recruit_msg01 dl dd ul li a:hover{  
    color:#006C8A;
    text-decoration:none;
}

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


.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: 35px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

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

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    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: 250px;
height: auto;
position: absolute;
top: 15px;
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.h2_01{
    font-size: 21px;
    line-height: 140%;
    color: #be1212;
 
    margin-bottom: 25px;
    

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


h2.h2_01 p{
    font-size: 30px;
    line-height: 120%;
    color: #be1212;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 2px;
}



h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left top no-repeat;
    background-size: 115px 4px;
    padding-top: 10px;
    margin-bottom: 35px;

}

.h4_01_btm01{
    margin-bottom: 60px !important;
}


h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    color:#000000;
    border-left: 8px solid #b40d0d;
    padding: 4px 0 9px 10px;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    margin-bottom: 35px;

}


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


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

   



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


.slider_out_bg{
    margin-bottom: 60px;
}


.slider_out{
	position: relative;
    
    overflow: hidden;
     
}


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




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




.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 360px;

	z-index: 50;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") left center no-repeat;
    background-size: 400px 400px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in01 dl dt{
width: 460px;
margin-bottom: 20px;
text-align: center;
}


.slider_in01 dl dd{

    text-align: center;
    margin: 0 auto;
}

.slider_in01 dl dd img{
    text-align: center;
    margin: 0 auto;
}




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





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


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


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






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



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


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

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

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


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


.btn_b {




}



.btn_ctr{
    margin: 0 auto !important;

}

.btn{



  position: relative;
  display: inline-block;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

}

a.btn-flat {
    max-width: 250px;
    width: 100%;
    height: 44px;
    overflow: hidden;
    
    font-size: 15px;
    line-height: 100%;

    color: #fff;
    border-radius: 0;
    background: #222323;
    padding-bottom: 3px;
  
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #5f6064;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}





   


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


.tp_igt01_out{
    position: relative;
    height: 480px;
    margin-bottom: 40px;




}

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

    z-index: 1;

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


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

    z-index: 1;

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

    
    box-sizing: border-box;
}






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

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

.tp_igt_b01_l{

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

    
    box-sizing: border-box;    
}

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

}




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

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

.tp_igt_b02_l{

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

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

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


}




.tp_igt_txt{


}

.tp_igt_txt dl{
    margin-bottom: 30px;

}

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

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

}



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

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


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






.news_01{
    margin-bottom: 40px;

}

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

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

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



.tp_rt_bg{
	width: 100%;
	height:400px !important;
	background:url("../img/top/02_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         
}


.tp_rt_01{

}


.tp_rt_01_tx01{
    font-size: 20px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: center;
}
   
/* ムサシノ---------------------------------------------- */

.tp_nst{

}

.tp_nst dl{
    margin-bottom: 35px;

}

.tp_nst dl dt{
    font-size: 20px;
    line-height: 120%;
    color: #656666;
    font-family: 'noto400';
    margin-bottom: 15px;
    
    border-left: 8px solid #222323;

    padding: 5px 0 5px 10px;
}

.tp_nst dl dt p{
    font-size: 30px;
    line-height: 120%;
    color: #222323;
    font-family: 'noto700';
    margin-bottom: 7px;
}

.tp_nst dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto400';
}

   


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



.cmm_ctt_bg{
background: linear-gradient(90deg, rgba(34,35,35,1) 0%, rgba(73,74,77,1) 100%);
}



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

.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 25px;
    color:#FFFFFF;


}

.cmm_ctt dl dd{
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;    
}

.cmm_ctt dl dd p{
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;

    font-family: 'noto700';     
}


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

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



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


.cp_01{
    margin-bottom: 80px;
}

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

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

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

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

}

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

}

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

}


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

}


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


.cp_02{
    margin-bottom: 80px;

}

.cp_02_l{
    width: 49%;
    height: auto;
    float: left;

   
}

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


.cp_02 ul li{
	font-size:15px;
    line-height: 170%;
    background: url("../img/common/list001.png") left 14px no-repeat;
    padding-left: 8px;
    margin-bottom: 5px;
}


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

.cp_04{

}





.abt_op{
    margin-bottom: 80px;
}

.abt_op ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
}

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

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

.abt_op ul li dl dd{
    text-align: right;
    font-size: 15px;
    line-height: 120%;    
}





/* 設備　------------------------------------------ */


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

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

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

.sb_tab ul li a{
    display: block;
    width: 100%;
    height: 55px;
    color: #494a4d;
    background:#FFFFFF;
    border: 1px solid #494a4d;
    box-sizing: border-box;
    
    transition: all  0.3s ease; 
    
    border-radius: 10px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb_tab ul li a:hover{
    color: #FFFFFF;
    background:#494a4d;
    border: 1px solid #494a4d;
    box-sizing: border-box;
}

.sb_tab_on{
    color: #FFFFFF !important;
    background:#494a4d !important;
    border: 1px solid #494a4d !important;
}



.sb01{
    margin-bottom: 40px;
}


.sb01 p{
    margin-top: 6px;
    font-size: 15px;
    line-height: 140%;

}



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

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

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


.sb02 ul li p{
    margin-top: 6px;
    font-size: 15px;
    line-height: 140%;

}



.sb03{
    margin-bottom: 70px;
}

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

.sb03 th{
    width: 240px;
	font-size:15px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

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





.sb04{
    margin-bottom: 80px;

}

.sb04 dl dt{
    max-width: 130px;
    width: 100%;
    height: 38px;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #af5050;
    border: 1px solid #af5050;
    margin-bottom: 7px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb04 dl dd{
    font-size: 15px;
    line-height: 180%;
    color: #353434;
    margin-bottom: 30px;
}

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




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


.recruit_msg01{
    margin-bottom: 80px;
}


.recruit_msg01 dl dt{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #b40d0d;
}

.recruit_msg01 dl dd{
    font-size: 16px;
    line-height: 150%;
    color: #3a3a3a;
}



.recruit_msg01 dl dd ul li{
    font-size: 15px;
    line-height: 140%;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;

}



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

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

.recruit_msg01 dl dd ul li a:hover{  
    color:#006C8A;
    text-decoration:none;
}



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




.recruit_seqa{
    width: 100%;
    margin-bottom: 50px;
}

.recruit_seqa > ul > li{
    margin-bottom: 30px;
}

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

.seqa_cont01{
    width: 100%;
    max-width: 1000px;

    margin: 0px auto 50px;

    height: auto;
    overflow: auto;
}

.seqa_cont01_l{
    float: left;
    width: 50%;
    height: 320px;

    background-color: #8a9fb3;

    padding: 30px;

    box-sizing: border-box;

}

.seqa_cont01_l dt{
    font-size: 32px;
    line-height: 180%;
    color: #ffffff;

    border-bottom: 10px;


}

.seqa_cont01_l dd{
    font-size: 17px;
    line-height: 170%;
    color: #ffffff;


}

.seqa_cont01_r{
    float: right;
    width: 50%;
    height: 320px;
}

.seqa_cont01_r img{
    object-fit: cover;
    height: 320px;
}

.seqa_cont02{
    width: 100%;
    overflow: auto;
}

.seqa_cont02 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.seqa_cont02 li{
    display: flex;
    flex-direction: column;
    
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 50px;
}

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


.seqa_cont02 li dt{
    position: relative;
    
    font-size: 18px;
    line-height: 160%;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;

    border-bottom: 2px solid #a18791;
    
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.seqa_cont02 li dt::before{
    content: "Q.";

    font-size: 24px;
    color: #ff9999;
    margin-right: 5px;

}

.seqa_cont02 li dd{
    width: 100%;
    font-size: 15px;
    line-height: 170%;
}




.recruit_btn01{
    width: 100%;
    max-width: 640px;
    margin:0px auto 70px;
}

.recruit_btn01 li{
    float: left;

    width: 48%;

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

}

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

.recruit_btn01 li a{
    display: block;
	width:100%;
    height: 70px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #727297;

	border: 1px solid #727297;
     box-sizing: border-box;

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

   font-weight: 700;
   font-style: normal; 
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.recruit_btn01 li a:hover {
    background:#aaaac1;
	border: 1px solid #aaaac1;
}


.recruit_btn02{
    width: 100%;
    max-width: 640px;
    margin:0px auto 70px;
}

.recruit_btn02 li{
    float: left;

    width: 48%;

    margin-right: 4%;
    margin-bottom: 20px;
}


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

.recruit_btn02 li a{
    display: block;
	width:100%;
    height: 50px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #aaaac1;

	border: 1px solid #aaaac1;
     box-sizing: border-box;

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

   font-weight: 700;
   font-style: normal; 
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.recruit_btn02 li a:hover {
    background:#727297;
	border: 1px solid #727297;
}


.recruit_btn02 li a.active {
    background:#727297;
}






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



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

    margin-bottom: 80px;


}

.ctt_txt01 dl dt{
    font-size: 30px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

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

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    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: 180px;
height: auto;
position: absolute;
top: 18px;
left: 20px;

z-index:1;
}





.h2_01_wt{
    color:#FFFFFF !important;
}


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



h2.h2_01{
    font-size: 16px;
    line-height: 140%;
    color: #be1212;
 
    margin-bottom: 25px;
    

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


h2.h2_01 p{
    font-size: 24px;
    line-height: 120%;
    color: #be1212;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 2px;
}





h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    background: url("../img/common/h3.jpg") left top no-repeat;
    background-size: 100px 3px;
    padding-top: 10px;
    margin-bottom: 30px;

}

.h4_01_btm01{
    margin-bottom: 50px !important;
}



h4.h4_01{
    font-size: 16px;
    line-height: 140%;
    color:#000000;
    border-left: 6px solid #b40d0d;
    padding: 4px 0 9px 10px;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    margin-bottom: 30px;

}


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

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

   
   


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


.slider_out_bg{
    margin-bottom: 50px;
}


.slider_out{
	position: relative;
    
    overflow: hidden;
    
}


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



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






.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 360px;

	z-index: 50;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") -100px center no-repeat;
    background-size: 350px 350px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in01 dl dt{
width: 300px;
margin-bottom: 20px;
text-align: center;
}


.slider_in01 dl dd{
width: 250px;

text-align: center;

margin: 0 auto;
}

.slider_in01 dl dd img{
    text-align: center;
    margin: 0 auto;
}







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





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


.top_slide{
	width:100%;
	min-height:350px;
	z-index:5;

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

}





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



.company_profileimg{
	width: 100%;
	height:250px !important;
	background:url("../img/company_profile/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px 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; 
}


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




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

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





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


.btn_b {




}


.btn_ctr{
    margin: 0 auto !important;

}

.btn{



  position: relative;
  display: inline-block;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

}

a.btn-flat {
    max-width: 210px;
    width: 100%;
    height: 35px;
    overflow: hidden;
    
    font-size: 14px;
    line-height: 100%;

    color: #fff;
    border-radius: 0;
    background: #222323;
    padding-bottom: 3px;
  
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #5f6064;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


   
   
   


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


.tp_igt01_out{
    position: relative;
    height: 600px;
    margin-bottom: 60px;




}

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

    z-index: 1;

    position: absolute;
    top: 00px;
    left: 00px;
    right: 0;
    
    box-sizing: border-box;
    
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}


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

    z-index: 1;

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

    
    box-sizing: border-box;
    
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}






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

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

.tp_igt_b01_l{

    width: 100%;
    height: auto;
    float: none;
/*    background: rgba(231,196,197,1.00);*/
    margin-bottom: 30px;
    
    box-sizing: border-box;    
}

.tp_igt_b01_r{
    width: 100%;
    height: auto;
    float: none;  
/*    background: rgba(193,229,229,1.00);*/
    margin-top: 0px;
    margin-left: 0px;
    box-sizing: border-box;

    padding: 0 20px 0 20px;
}




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

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

.tp_igt_b02_l{

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

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

.tp_igt_b02_r{
    width: 100%;
    height: auto;
    float: none;
/*    background: rgba(193,229,229,1.00);*/
    margin-bottom: 30px;


}




.tp_igt_txt{


}

.tp_igt_txt dl{
    margin-bottom: 20px;

}

.tp_igt_txt dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 12px;
}

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

}



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

.tp_igtbg02{
	height:250px !important;
	background:url("../img/top/01_02.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}
   
   
   
   
/* トップ お知らせ　------------------------------------------ */




.news_01{
    margin-bottom: 30px;

}

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

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

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



.tp_rt_bg{
	width: 100%;
	height:320px !important;
	background:url("../img/top/02_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         
}


.tp_rt_01{

}


.tp_rt_01_tx01{
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 22px;
    text-align: center;
}
   
   
   
   
   
.tp_rt_01_tx01 span::before{
	content: "\A" ;
	white-space: pre ;
}

   
/* ムサシノ---------------------------------------------- */

.tp_nst{

}

.tp_nst dl{
    margin-bottom: 30px;

}

.tp_nst dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #656666;
    font-family: 'noto400';
    margin-bottom: 15px;
    
    border-left: 6px solid #222323;

    padding: 5px 0 5px 10px;
}

.tp_nst dl dt p{
    font-size: 22px;
    line-height: 120%;
    color: #222323;
    font-family: 'noto700';
    margin-bottom: 7px;
}

.tp_nst dl dd{
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    font-family: 'noto400';
}
   
   
/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_bg{
background: linear-gradient(90deg, rgba(34,35,35,1) 0%, rgba(73,74,77,1) 100%);
}



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

.cmm_ctt dl dt{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 20px;
    color:#FFFFFF;


}

.cmm_ctt dl dd{
    font-size: 13px;
    line-height: 100%;
    color:#FFFFFF;    
}

.cmm_ctt dl dd p{
    font-size: 27px;
    line-height: 100%;
    margin-bottom: 10px;

    font-family: 'noto700';     
}


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

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





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


.cp_01{
    margin-bottom: 70px;
}

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

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

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

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

}

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

}

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

}

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

   
}

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


.cp_02 ul li{
	font-size:14px;
    line-height: 150%;
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 8px;
    margin-bottom: 5px;
}


.cp_03{
	font-size:14px;
    line-height: 150%;
    margin-bottom: 30px;
}

.cp_04{

}



.abt_op{
    margin-bottom: 70px;
}

.abt_op ul li{
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999999;
}

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

.abt_op ul li dl dt{
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 120%;
}

.abt_op ul li dl dd{
    text-align: right;
    font-size: 14px;
    line-height: 120%;
}




/* 設備　------------------------------------------ */


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

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

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

.sb_tab ul li a{
    display: block;
    width: 100%;
    height: 45px;
    color: #494a4d;
    background:#FFFFFF;
    border: 1px solid #494a4d;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 100%;
    
    transition: all  0.3s ease; 
    
    border-radius: 10px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb_tab ul li a:hover{
    color: #FFFFFF;
    background:#494a4d;
    border: 1px solid #494a4d;
    box-sizing: border-box;
}

.sb_tab_on{
    color: #FFFFFF !important;
    background:#494a4d !important;
    border: 1px solid #494a4d !important;
}



.sb01{
    margin-bottom: 40px;
}


.sb01 p{
    margin-top: 5px;
    font-size: 14px;
    line-height: 140%;

}



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

.sb02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

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

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


.sb02 ul li p{
    margin-top: 5px;
    font-size: 14px;
    line-height: 140%;

}



.sb03{
    margin-bottom: 70px;
}

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

.sb03 th{
    width: 210px;
	font-size:14px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

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


.sb04{
    margin-bottom: 70px;

}

.sb04 dl dt{
    max-width: 130px;
    width: 100%;
    height: 34px;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #af5050;
    border: 1px solid #af5050;
    margin-bottom: 7px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.sb04 dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #353434;
    margin-bottom: 25px;
}

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





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


.recruit_msg01{
    margin-bottom: 60px;
}


.recruit_msg01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #b40d0d;
}

.recruit_msg01 dl dd{
    font-size: 15px;
    line-height: 150%;
    color: #3a3a3a;
}



.recruit_msg01 dl dd ul li{
    font-size: 14px;
    line-height: 140%;
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;

}



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

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

.recruit_msg01 dl dd ul li a:hover{  
    color:#006C8A;
    text-decoration:none;
}








.recruit_seqa{
    width: 100%;
    margin-bottom: 30px;
}

.recruit_seqa > ul > li{
    margin-bottom: 20px;
}

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

.seqa_cont01{
    width: 100%;
    max-width: 500px;

    margin: 0px auto 40px;

    height: auto;
    overflow: auto;
}

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

    background-color: #8a9fb3;

    padding: 20px;

    box-sizing: border-box;

}

.seqa_cont01_l dt{
    font-size: 24px;
    line-height: 180%;
    color: #ffffff;

    border-bottom: 10px;


}

.seqa_cont01_l dd{
    font-size: 16px;
    line-height: 160%;
    color: #ffffff;


}

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

.seqa_cont01_r img{
    object-fit: cover;
    height: auto;
}

.seqa_cont02{
    width: 100%;
    overflow: auto;
}

.seqa_cont02 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.seqa_cont02 li{
    display: flex;
    flex-direction: column;
    
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

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


.seqa_cont02 li dt{
    position: relative;
    
    font-size: 16px;
    line-height: 160%;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;

    border-bottom: 2px solid #a18791;
    
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.seqa_cont02 li dt::before{
    content: "Q.";

    font-size: 20px;
    color: #ff9999;
    margin-right: 5px;

}

.seqa_cont02 li dd{
    width: 100%;
    font-size: 14px;
    line-height: 160%;
}




.recruit_btn01{
    width: 100%;
    max-width: 320px;
    margin:0px auto 40px;
}

.recruit_btn01 li{
    float: left;

    width: 100%;

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

}

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

.recruit_btn01 li a{
    display: block;
	width:100%;
    height: 60px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #727297;

	border: 1px solid #727297;
     box-sizing: border-box;

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

   font-weight: 700;
   font-style: normal; 
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.recruit_btn01 li a:hover {
    background:#aaaac1;
	border: 1px solid #aaaac1;
}


.recruit_btn02{
    width: 100%;
    max-width: 320px;
    margin:0px auto 50px;
}

.recruit_btn02 li{
    float: none;

    width: 100%;

    margin-right: 0%;
    margin-bottom: 10px;
}


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

.recruit_btn02 li a{
    display: block;
	width:100%;
    height: 40px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #aaaac1;

	border: 1px solid #aaaac1;
     box-sizing: border-box;

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

   font-weight: 700;
   font-style: normal; 
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.recruit_btn02 li a:hover {
    background:#727297;
	border: 1px solid #727297;
}


.recruit_btn02 li a.active {
    background:#727297;
}







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



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

    margin-bottom: 70px;


}

.ctt_txt01 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 7px;
}

.ctt_txt01 dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 25px;

}

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

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

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









}
