

@media print {
	
	
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */

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


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

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

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

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

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


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





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




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


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


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

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

body{
    font-family: 'noto400';

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

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


}

body a:focus{
	outline:none;
}





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


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

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

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
		
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

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

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


.cp_bg{

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

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


















html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}








.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;
padding-top: 80px;
box-sizing: border-box;


z-index: 6000;

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

.slide_txt{

}










/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 65px;
    height: 65px;
	position: fixed;

	right: 15px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}







/*gnav*/




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





#g-nav-list{


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

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

#g-nav-list ul{



}

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

}

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

#g-nav-list ul li a{
	color:#412626;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:hover{
	color: #b40d0d;

}


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

}



.gnav_on{
	color: #b40d0d !important;

}





  
  
  
  
  
  


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



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


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


.tp_rrt_in{

}

.tp_rrt_in dl{
    margin-bottom: 40px;

}

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

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


.tp_rrt_in dl dd{
    font-size: 22px;
    line-height: 180%;
    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;
}
	
}

