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


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


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

}

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

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

}


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


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

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

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

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


/* 既存のままでOK：なめらかに色が変わるように追加 */
.header_bg{
  /* 既存 */
  width:100%;
  height:120px;
  margin:0 auto;
  box-sizing: border-box;
  padding: 0 50px;


  /* 追加：背景/影の変化を滑らかに */
  transition: background-color .3s ease, box-shadow .3s ease;
}






/* スクロール後：背景色を変える */
#fixed-header.is-scrolled .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

#fixed-header.is-scrolled a{
  color: #ffffff;
}

/* hover時も白のままにする場合 */
#fixed-header.is-scrolled a:hover {
  color: #ffffff;
}



#header{
	width:100%;
	height:120px;
	margin:0 auto;
    position: relative;
}

header{

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

	box-sizing:border-box;
}

#fixed-header01 .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);

}




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





}



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


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

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

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


.ctr_t{
    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_tp{
    margin-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;

}

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


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

}

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



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

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

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

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


/* 既存のままでOK：なめらかに色が変わるように追加 */
.header_bg{
  /* 既存 */
  width:100%;
  height:60px;
  margin:0 auto;
  box-sizing: border-box;
  padding: 0 30px;


  /* 追加：背景/影の変化を滑らかに */
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* スクロール後：背景色を変える */
#fixed-header.is-scrolled .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

#fixed-header.is-scrolled a{
  color: #ffffff;
}

/* hover時も白のままにする場合 */
#fixed-header.is-scrolled a:hover {
  color: #ffffff;
}



#header{
	width:100%;
	height:60px;
	margin:0 auto;
    position: relative;
}

header{

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

	box-sizing:border-box;
}

#fixed-header01 .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);

}



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






}



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


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



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


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


.ctr_t{
    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_tp{
    margin-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;

}

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


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

}

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


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

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

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

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


/* 既存のままでOK：なめらかに色が変わるように追加 */
.header_bg{
  /* 既存 */
  width:100%;
  height:60px;
  margin:0 auto;
  box-sizing: border-box;
  padding: 0 20px;


  /* 追加：背景/影の変化を滑らかに */
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* スクロール後：背景色を変える */
#fixed-header.is-scrolled .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

#fixed-header.is-scrolled a{
  color: #ffffff;
}

/* hover時も白のままにする場合 */
#fixed-header.is-scrolled a:hover {
  color: #ffffff;
}



#header{
	width:100%;
	height:60px;
	margin:0 auto;
    position: relative;
}

header{

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

	box-sizing:border-box;
}


#fixed-header01 .header_bg{
  background:#242424;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);

}








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









}




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


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

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


h1.h1_01{

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

z-index: 100;

}

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



.h2_bm{
    margin-bottom: 50px;
}


h2.h2_01{
    font-size: 75px;
    line-height: 140%;
    color: #383231;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;    
}

h2.h2_01::first-letter {
    color: #eb613b;
}


h2.h2_01 p{
    font-size: 18px;
    line-height: 90%;
    color: #000000;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    background:url("../img/common/h2.png") left center no-repeat;
    padding-left: 18px;
}

h3.h3_01{
    font-size: 35px;
    line-height: 100%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    border-left: 12px solid #653366;
    padding:  15px 0 20px 15px;

    margin-bottom: 40px;
}



.com_bnr{
    width: 150px;
    height: auto;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9000;
}

.com_bnr a{
    transition: 0.3s;
}

.com_bnr a:hover{
    opacity: 0.8;
}

.com_bnr a img{
    width: 100%;
    height: auto;
}


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


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

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

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

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

}

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

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

    margin-bottom: 10px;
}


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

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





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


.slider_out_bg{

}

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

.slider_in{
    position: absolute;
	z-index: 2;
    bottom: -7px;
    left:50px;
}

.slider_in img{
    max-width: 800px;
}





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

.btn a {
  display: block;
  position: relative;
  margin: 0 auto;

  width: 300px;
  height: 50px;  
  color:#FFFFFF;
  font-size: 20px;
  line-height: 100%;
  text-align: center;

  background-color: #663366;
  border: 1px solid #663366;
  transition: 0.3s;
  
  font-family: futura-pt, sans-serif;
  font-style: normal;
    font-weight: 500;  

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

.btn a:hover {
    color: #663366;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #663366;
}


.btn a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFFFFF transparent;
  transition: 0.3s;
}

.btn a:hover::after {
  bottom: 8px;
  right: 8px;
  border-color: transparent transparent #663366 transparent;  
}





/* トップ サービス　------------------------------------------ */


.tp_svs{
}

.tp_svs dl{
}

.tp_svs dl dt{
    font-size: 65px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_svs dl dd{
    font-size: 22px;
    line-height: 180%;
    color: #221815;
    font-family: 'noto500';
    text-align: center;
}

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


.tp_svs01{
    margin-bottom: 100px;
}

.tp_svs01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0 0 50px 0;
}

.tp_svs01 ul li{
    padding: 30px;
    border-radius: 10px;

  flex: 0 0 calc((100% - 20px*1) / 2); 
  max-width: calc((100% - 20px*1) / 2);
  
  box-sizing: border-box;
}

.tp_svs01_in{

}

.tp_svs01_in dl dt{
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'noto700';    
}

.tp_svs01_in dl dt p{
    font-size: 80px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    
    font-style: italic;    
}

.tp_svs01_in dl dd{
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;

}

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



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

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

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

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




/* トップ 会社概要　------------------------------------------ */

.tp_cp_bg{
     background: linear-gradient(90deg,rgba(65, 65, 65, 1) 0%, rgba(8, 8, 8, 1) 100%);
}

.tp_cp01{
margin-bottom: 60px;

}

.tp_cp01 dl dt{
    font-size: 65px;
    line-height: 150%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_cp01 dl dd{
    font-size: 22px;
    line-height: 180%;
    color: #ffffff;
    font-family: 'noto500';
    text-align: center;
}

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


.sliderArea {
  position: relative;
  min-height: 200px;
  margin-bottom: 60px;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {
  aspect-ratio: 3 / 2;
  border-radius: 10px;   /* ← 好きな丸さに（12〜20pxくらい） */  
}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 5px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 3;   /* 実画像に合わせて調整 */
  object-fit: cover;
  display: block;
}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 15px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -15px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}





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


.tp_rrt_bg{
	width: 100%;
    height: auto;
	background:url("../img/top/02_bg.png") left top no-repeat;
     background-size: 1200px 847px;

}





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

.tp_rrt01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0;

}

.tp_rrt01 ul li{

  flex: 0 0 calc((100% - 20px*1) / 2); 
  max-width: calc((100% - 20px*1) / 2);
  
  box-sizing: border-box;
  
  
  display: flex;
  flex-wrap: wrap;
}


.tp_rrt_in{ 
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp_rrt_in dl{
}

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

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


.tp_rrt_in dl dd{
    font-size: 34px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto500';
    text-align: center;
}

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


.tp_rrt_in_01{
    margin: 0 auto 80px auto;
    text-align: center;
}



/* トップ お問い合わせ　------------------------------------------ */

.tp_ctt{

}

.tp_ctt dl dt{
    font-size: 24px;
    line-height: 140%;
    text-align:center;
    color: #000000;
    margin-bottom: 30px;
}

.tp_ctt dl dd{
    font-size: 55px;
    line-height: 120%;
    text-align:center;
    color: #000000;
    letter-spacing: -0.02em;

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

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

.tp_ctt dl dd span{
    margin-left: 30px;

}


.tp_ctt dl dd span::before{
	content: "" ;
	white-space: none ;
}









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

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





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


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



/* 事業内容　------------------------------------------ */



.sv_001{
    margin-bottom: 30px;
}

.sv_001 dl dt{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';    
    color: #653366;
}


.sv_001 dl dt span{
    font-size: 90px;
    margin-left: 15px;
}

.sv_001 dl dd{
    font-size: 30px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto500';
}

.sv_002{
    margin-bottom: 100px;
}

.sv_002 ul{
  display: flex;
  gap: 30px;
}

.sv_002 ul li:first-child{
  flex: 6;
}

.sv_002 ul li:last-child{
  flex: 4;
}


/*.sv_002 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sv_002 ul li{
  flex: 0 0 calc((100% - 20px*1) / 2); 
  max-width: calc((100% - 20px*1) / 2);
  box-sizing: border-box;
}

*/

.sv_002_in{

}

.sv_002_in dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'noto700';    
    background: #663366;
    padding:15px 20px 15px 20px;
    margin-bottom: 15px;
}


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

}



/* よくあるご質問　------------------------------------------ */

.qa01{
}

.qa01 ul li{
    margin-bottom: 40px;
    background: #f9f9f9;
    padding: 30px 30px;

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

.qa01 ul li dl dt{
/*    min-height: 50px;
    background: url("../img/qa/q.jpg") left 10px no-repeat;*/
    
    font-size: 20px;
    line-height: 140%;

    
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d6d6;
}

.qa01 ul li dl dd{
/*    min-height: 50px;
    background: url("../img/qa/a.jpg") left 10px no-repeat;*/
    
    font-size: 20px;
    line-height: 140%;


}

.qa01 ul li dl dt,
.qa01 ul li dl dd{
  display:flex;
  align-items:center;


}

.qa_icon{
  width:45px;
  height:45px;
  flex-shrink:0;
}

.qa_icon.q{
  background:url("../img/qa/q.jpg") center / contain no-repeat;
      padding-left: 30px;
}

.qa_icon.a{
  background:url("../img/qa/a.jpg") center / contain no-repeat;
      padding-left: 30px;  
}






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


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

.ctt_txt01 dl dd{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 30px;

}


.ctt_txt01 dl dd span{
    font-size: 50px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-right: 30px;

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




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

.ctt_txt01 a:hover{
    color:#000000;
    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: 220px;
height: auto;
position: absolute;
top: 14px;
left: 0px;

z-index: 1;
}

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

.h2_bm{
    margin-bottom: 40px;
}

h2.h2_01{
    font-size: 50px;
    line-height: 140%;
    color: #383231;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;    
}

h2.h2_01::first-letter {
    color: #eb613b;
}


h2.h2_01 p{
    font-size: 16px;
    line-height: 90%;
    color: #000000;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    background:url("../img/common/h2.png") left center no-repeat;
    background-size: 10px 10px;
    padding-left: 14px;
}

h3.h3_01{
    font-size: 30px;
    line-height: 100%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    border-left: 10px solid #653366;
    padding:  11px 0 16px 12px;

    margin-bottom: 35px;
}


.com_bnr{
    width: 100px;
    height: auto;
    display: block;
    position: fixed;
    right: 24px;
    bottom: 85px;
    z-index: 9000;
}

.com_bnr a{
    transition: 0.3s;
}

.com_bnr a:hover{
    opacity: 0.8;
}

.com_bnr a img{
    width: 100%;
    height: auto;
}



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


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

}

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

.slider_in{
    position: absolute;
	z-index: 2;
    bottom: -7px;
    left:30px;
}

.slider_in img{
    max-width: 500px;
}



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

.btn a {
  display: block;
  position: relative;
  margin: 0 auto;

  width: 260px;
  height: 46px;  
  color:#FFFFFF;
  font-size: 20px;
  line-height: 100%;
  text-align: center;

  background-color: #663366;
  border: 1px solid #663366;
  transition: 0.3s;
  
  font-family: futura-pt, sans-serif;
  font-style: normal;
    font-weight: 500;  

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

.btn a:hover {
    color: #663366;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #663366;
}


.btn a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFFFFF transparent;
  transition: 0.3s;
}

.btn a:hover::after {
  bottom: 8px;
  right: 8px;
  border-color: transparent transparent #663366 transparent;  
}






/* トップ サービス　------------------------------------------ */


.tp_svs{
}

.tp_svs dl{
}

.tp_svs dl dt{
    font-size: 40px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_svs dl dd{
    font-size: 19px;
    line-height: 180%;
    color: #221815;
    font-family: 'noto500';
    text-align: center;
}

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


.tp_svs01{
    margin-bottom: 80px;
}


.tp_svs01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0 0 40px 0;
}

.tp_svs01 ul li{
    padding: 30px;
    border-radius: 10px;

  flex: 0 0 calc((100% - 15px*1) / 2); 
  max-width: calc((100% - 15px*1) / 2);
  
  box-sizing: border-box;
}

.tp_svs01_in{

}

.tp_svs01_in dl dt{
    font-size: 28px;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'noto700';    
}

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


.tp_svs01_in dl dt p{
    font-size: 45px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    
    font-style: italic;    
}

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

}

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



.tp_svs01_bg01{
	width: 100%;
	height:280px !important;
    background: #011433;
/*	background:url("../img/top/01_01.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg02{
	width: 100%;
	height:280px !important;
    background: #011433;    
/*	background:url("../img/top/01_02.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg03{
	width: 100%;
	height:280px !important;
    background: #011433;    
/*	background:url("../img/top/01_03.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg04{
	width: 100%;
	height:280px !important;
    background: #011433;    
/*	background:url("../img/top/01_04.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* トップ 会社概要　------------------------------------------ */

.tp_cp_bg{
     background: linear-gradient(90deg,rgba(65, 65, 65, 1) 0%, rgba(8, 8, 8, 1) 100%);
}

.tp_cp01{
margin-bottom: 60px;

}

.tp_cp01 dl dt{
    font-size: 40px;
    line-height: 150%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_cp01 dl dd{
    font-size: 19px;
    line-height: 180%;
    color: #ffffff;
    font-family: 'noto500';
    text-align: center;
}

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



.sliderArea {
  position: relative;
  min-height: 200px;
  margin-bottom: 50px;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {
  aspect-ratio: 3 / 2;
  border-radius: 10px;   /* ← 好きな丸さに（12〜20pxくらい） */  
}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 5px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 3;   /* 実画像に合わせて調整 */
  object-fit: cover;
  display: block;
}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 15px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -15px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}











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


.tp_rrt_bg{
	width: 100%;
    height: auto;
	background:url("../img/top/02_bg.png") left top no-repeat;
    background-size: 1300px 918px;
}





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

.tp_rrt01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 0px;
  padding: 0;

}

.tp_rrt01 ul li{
    max-width: 930px;
    width: 100%;
    text-align:center !important;
    margin: 0 auto !important;
    
  flex: 0 0 calc((100% - 0px*0) / 1); 
  max-width: calc((100% - 0px*0) / 1);
  
  box-sizing: border-box;

  
  display: flex;
  flex-wrap: wrap;
}




.tp_rrt_in{ 
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
    margin-bottom: 50px;  
}

.tp_rrt_in dl{
}


.tp_rrt_in dl dt{
    font-size: 40px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

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


.tp_rrt_in dl dd{
    font-size: 29px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto500';
    text-align: center;
}

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



.tp_rrt_in_01{
    margin: 0 auto 30px auto;
    text-align: center;
}




/* トップ お問い合わせ　------------------------------------------ */

.tp_ctt{

}

.tp_ctt dl dt{
    font-size: 18px;
    line-height: 160%;
    text-align:center;
    color: #000000;
    margin-bottom: 25px;
}

.tp_ctt dl dd{
    font-size: 50px;
    line-height: 110%;
    text-align:center;
    color: #000000;
    letter-spacing: -0.02em;

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

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

.tp_ctt dl dd span{
    margin-left: 0px;
}

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











   

   


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






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

   

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


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




/* 事業内容　------------------------------------------ */



.sv_001{
    margin-bottom: 30px;
}

.sv_001 dl dt{
    font-size: 26px;
    line-height: 140%;
    font-family: 'noto700';    
    color: #653366;
    margin-bottom: 5px;
}


.sv_001 dl dt span{
    font-size: 60px;
    margin-left: 15px;
}

.sv_001 dl dd{
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto500';
}


.sv_002{
    margin-bottom: 60px;
}

.sv_002 ul{
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.sv_002 ul li{
  flex: none;
  margin-bottom: 25px;
}

.sv_002 ul li:nth-child(2){
    text-align: center;
    margin-bottom: 0;
}




/*.sv_002 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sv_002 ul li{
  flex: 0 0 calc((100% - 20px*1) / 2); 
  max-width: calc((100% - 20px*1) / 2);
  box-sizing: border-box;
}

*/

.sv_002_in{

}

.sv_002_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'noto700';    
    background: #663366;
    padding:12px 17px 12px 17px;
    margin-bottom: 15px;
    box-sizing: border-box;
}


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

}




/* よくあるご質問　------------------------------------------ */

.qa01{
}

.qa01 ul li{
    margin-bottom: 35px;
    background: #f9f9f9;
    padding: 25px 20px;

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

.qa01 ul li dl dt{
/*    min-height: 50px;
    background: url("../img/qa/q.jpg") left 10px no-repeat;*/
    
    font-size: 18px;
    line-height: 140%;

    
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d7d6d6;
}

.qa01 ul li dl dd{
/*    min-height: 50px;
    background: url("../img/qa/a.jpg") left 10px no-repeat;*/

    font-size: 18px;
    line-height: 140%;
}

.qa01 ul li dl dt,
.qa01 ul li dl dd{
  display:flex;
  align-items:center;


}

.qa_icon{
  width:40px;
  height:40px;
  flex-shrink:0;
}

.qa_icon.q{
  background:url("../img/qa/q.jpg") center / contain no-repeat;
      padding-left: 30px;
}

.qa_icon.a{
  background:url("../img/qa/a.jpg") center / contain no-repeat;
      padding-left: 30px;  
}



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



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

.ctt_txt01 dl dd{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 30px;

}


.ctt_txt01 dl dd span{
    font-size: 36px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-right: 30px;

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

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

.ctt_txt01 a:hover{
    color:#000000;
    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: 200px;
height: auto;
position: absolute;
top: 15px;
left: 0px;

z-index:1;
}





.h2_01_wt{
    color:#FFFFFF !important;
}


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


.h2_bm{
    margin-bottom: 35px;
}

h2.h2_01{
    font-size: 37px;
    line-height: 140%;
    color: #383231;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;    
}

h2.h2_01::first-letter {
    color: #eb613b;
}


h2.h2_01 p{
    font-size: 15px;
    line-height: 90%;
    color: #000000;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    
    background:url("../img/common/h2.png") left center no-repeat;
    background-size: 8px 8px;
    padding-left: 12px;
}



h3.h3_01{
    font-size: 24px;
    line-height: 100%;
    color:#000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    
    border-left: 7px solid #653366;
    padding:  6px 0 11px 10px;

    margin-bottom: 35px;
}



.com_bnr{
    width: 70px;
    height: auto;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 9000;
}

.com_bnr a{
    transition: 0.3s;
}

.com_bnr a:hover{
    opacity: 0.8;
}

.com_bnr a img{
    width: 100%;
    height: auto;
}



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

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

}

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

.slider_in{
    position: absolute;
	z-index: 2;
    bottom: -7px;
    left:20px;
}

.slider_in img{
    max-width: 350px;
}






.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;
	right:90%;
	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{
    max-width: 220px;
    width: 100%;
    height: 42px;
    margin: 0 auto;
}

.btn a {
  display: block;
  position: relative;
  margin: 0 auto;

  width: 220px;
  height: 42px;  
  color:#FFFFFF;
  font-size:18px;
  line-height: 100%;
  text-align: center;

  background-color: #663366;
  border: 1px solid #663366;
  transition: 0.3s;
  
  font-family: futura-pt, sans-serif;
  font-style: normal;
    font-weight: 500;  

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

.btn a:hover {
    color: #663366;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #663366;
}


.btn a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFFFFF transparent;
  transition: 0.3s;
}

.btn a:hover::after {
  bottom: 8px;
  right: 8px;
  border-color: transparent transparent #663366 transparent;  
}

/* トップ サービス　------------------------------------------ */


.tp_svs{
}

.tp_svs dl{
}

.tp_svs dl dt{
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_svs dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #221815;
    font-family: 'noto500';
    text-align:left;
}

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


.tp_svs01{
    margin-bottom: 50px;
}


.tp_svs01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 30px 0;
}

.tp_svs01 ul li{

    padding: 20px 20px;
    border-radius: 10px;

  flex: 0 0 calc((100% - 10px*0) / 1); 
  max-width: calc((100% - 10px*0) / 1);
  
  box-sizing: border-box;
  

  width: 100%;        /* 念のため */
  height: 100%;       /* 念のため */
  display: flex;      /* 既にあるならOK */
  

    box-sizing: border-box;

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

.tp_svs01_in{

}

.tp_svs01_in dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'noto700';    
}

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


.tp_svs01_in dl dt p{
    font-size: 40px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    
    font-style: italic;    
}

.tp_svs01_in dl dd{
    font-size: 17px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;

}

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



.tp_svs01_bg01{
	width: 100%;
	height:210px !important;
    background: #011433;
/*	background:url("../img/top/01_01.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg02{
	width: 100%;
	height:210px !important;
    background: #011433;    
/*	background:url("../img/top/01_02.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg03{
	width: 100%;
	height:210px !important;
    background: #011433;    
/*	background:url("../img/top/01_03.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs01_bg04{
	width: 100%;
	height:210px !important;
    background: #011433;    
/*	background:url("../img/top/01_04.jpg") center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* トップ 会社概要　------------------------------------------ */

.tp_cp_bg{
     background: linear-gradient(90deg,rgba(65, 65, 65, 1) 0%, rgba(8, 8, 8, 1) 100%);
}

.tp_cp01{
margin-bottom: 40px;

}

.tp_cp01 dl dt{
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.tp_cp01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #ffffff;
    font-family: 'noto500';
    text-align:left;
}

.tp_cp01 dl dd span::before{
	content: "" ;
	white-space: none ;
}




.sliderArea {
  position: relative;
  min-height: 200px;
  margin-bottom: 40px;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {
  aspect-ratio: 3 / 2;
  border-radius: 10px;   /* ← 好きな丸さに（12〜20pxくらい） */  
}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 5px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 3;   /* 実画像に合わせて調整 */
  object-fit: cover;
  display: block;
}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 15px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -15px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}






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


.tp_rrt_bg{
	width: 100%;
    height: auto;
	background:url("../img/top/02_bg.png") left top no-repeat;
    background-size: 850px 600px;

}





.tp_rrt01{
    max-width: 1900px;
    width: 100%;
    height: auto;
    margin:0 auto 10px auto;
}

.tp_rrt01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 0px;
  padding: 0;

}

.tp_rrt01 ul li{
    max-width: 930px;
    width: 100%;
    text-align:center !important;
    margin: 0 auto !important;
    
  flex: 0 0 calc((100% - 0px*0) / 1); 
  max-width: calc((100% - 0px*0) / 1);
  
  box-sizing: border-box;
}


.tp_rrt_in{
    margin-bottom: 30px;
}

.tp_rrt_in dl{


}

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

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


.tp_rrt_in dl dd{
     font-size: 20px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto500';
    text-align: left;
}

.tp_rrt_in dl dd span::before{
	content: "" ;
	white-space:none;
}





.tp_rrt_in_01{
    margin: 0 auto 30px auto;
    text-align: center;
}


/* トップ お問い合わせ　------------------------------------------ */

.tp_ctt{

}

.tp_ctt dl dt{
    font-size: 16px;
    line-height: 160%;
    text-align:center;
    color: #000000;
    margin-bottom: 20px;
}

.tp_ctt dl dd{
    font-size: 30px;
    line-height: 130%;
    text-align:center;
    color: #000000;
    letter-spacing: -0.02em;

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

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


.tp_ctt dl dd span{
    margin-left: 0px;
}

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






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




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

   
   
   


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


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

/* 事業内容　------------------------------------------ */



.sv_001{
    margin-bottom: 25px;
}

.sv_001 dl dt{
    font-size: 19px;
    line-height: 140%;
    font-family: 'noto700';    
    color: #653366;
    margin-bottom: 5px;
}


.sv_001 dl dt span{
    font-size: 38px;
    margin-left: 10px;
}

.sv_001 dl dd{
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto500';
}




.sv_002{
    margin-bottom: 40px;
}

.sv_002 ul{
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.sv_002 ul li{
  flex: none;
  margin-bottom: 20px;
}

.sv_002 ul li:nth-child(2){
    text-align: center;
    margin-bottom: 0;
}




/*.sv_002 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sv_002 ul li{
  flex: 0 0 calc((100% - 20px*1) / 2); 
  max-width: calc((100% - 20px*1) / 2);
  box-sizing: border-box;
}

*/

.sv_002_in{

}

.sv_002_in dl dt{
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'noto700';    
    background: #663366;
    padding:10px 14px 10px 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
}


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

}



/* よくあるご質問　------------------------------------------ */

.qa01{
}

.qa01 ul li{
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px 15px;

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

.qa01 ul li dl dt{
/*    min-height: 50px;
    background: url("../img/qa/q.jpg") left 10px no-repeat;*/
    
    font-size: 14px;
    line-height: 140%;

    
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d7d6d6;
}

.qa01 ul li dl dd{
/*    min-height: 50px;
    background: url("../img/qa/a.jpg") left 10px no-repeat;*/

    font-size: 14px;
    line-height: 140%;
}

.qa01 ul li dl dt,
.qa01 ul li dl dd{
  display:flex;
  align-items:center;


}

.qa_icon{
  width:30px;
  height:30px;
  flex-shrink:0;
}

.qa_icon.q{
  background:url("../img/qa/q.jpg") center / contain no-repeat;
      padding-left: 25px;
}

.qa_icon.a{
  background:url("../img/qa/a.jpg") center / contain no-repeat;
      padding-left: 25px;
}




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



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


}


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

.ctt_txt01 dl dd{
    font-size: 14px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 30px;

}


.ctt_txt01 dl dd span{
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-right: 10px;
    letter-spacing: -0.01em;

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

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

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



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

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









}
