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


@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 ---------------------------------------------- */



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


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

}

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

.container_tp_l{
    width: 70px;
    float: left;
}

.container_tp_r{
    width: calc(100% - 120px);
    float: right;

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


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


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

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





.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    
    background: #FFFFFF;

/* 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); */
}


#header{

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

}

header{

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

	box-sizing:border-box;
}


.h_tel{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 100%;

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  
	color:#2c5d9f;
}

.h_tel a{
	color:#2c7d2c;
}

.h_tel a:hover{
    color: #2c7d2c;
}


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


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


.f_bg{

}

.f_bx{

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

.f_bx ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: stretch;

}

.f_bx ul li{
  display: flex;
  flex: 0 0 calc((100% - 0px*1) / 2); 
  max-width: calc((100% - 0px*1) / 2);

  padding: 60px 30px;
  box-sizing: border-box;

}


.f_bx ul li:first-child{
    background: #dce4f1;
}

.f_bx ul li:last-child{
    background: #eaf3f4;
}




.f_bx_01{

}

.f_bx_01 dl{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.f_bx_01 dl dt{
    font-size:30px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 20px;
    
    font-family: 'noto500';
}

.f_bx_01 dl dd{
    font-size: 20px;
    line-height: 150%;

    font-family: 'noto500';
    margin-bottom: 30px;
}



.f_bx_02{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background:rgba(255,255,255,0.70);
    padding: 20px 0 22px 0;

    display: flex;
    flex-wrap: wrap;

    align-items: stretch;
}

.f_bx_02 dl{

    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.f_bx_02 dl dt{
    font-size:30px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 20px;
    
    font-family: 'noto500';
}

.f_bx_02 dl dd p{
    font-size: 39px;
    line-height: 120%;
    color: #1374c2;

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

.f_bx_02 dl dd{
    font-size: 18px;
    line-height: 150%;
    color: #000000;

    font-family: 'noto400';    
}


footer{

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

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

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

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





}



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


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

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

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


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


.cp_bg{

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


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

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

}


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

.container_tp_l{
    width: 45px;
    float: left;
}

.container_tp_r{
    width: calc(100% - 75px);
    float: right;
    box-sizing: border-box; 
/*    background: #DB6F71;*/
}

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


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

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





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

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

header{

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

	box-sizing:border-box;
 
}


.h_tel{
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 100%;

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  
	color:#2c5d9f;
}

.h_tel a{
	color:#412626;
}

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






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

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


.f_bg{

}

.f_bx{

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

.f_bx ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: stretch;

}

.f_bx ul li{
  display: flex;
  flex: 0 0 calc((100% - 0px*0) / 1); 
  max-width: calc((100% - 0px*0) / 1);

  padding: 40px 30px;
  box-sizing: border-box;

}


.f_bx ul li:first-child{
    background: #dce4f1;
}

.f_bx ul li:last-child{
    background: #eaf3f4;
}




.f_bx_01{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.f_bx_01 dl{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.f_bx_01 dl dt{
    font-size:26px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 15px;
    
    font-family: 'noto500';
}

.f_bx_01 dl dd{
    font-size: 16px;
    line-height: 150%;

    font-family: 'noto500';
    margin-bottom: 30px;
}



.f_bx_02{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background:rgba(255,255,255,0.70);
    padding: 20px 0 22px 0;

    display: flex;
    flex-wrap: wrap;

    align-items: stretch;
}

.f_bx_02 dl{

    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.f_bx_02 dl dt{
    font-size:26px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 15px;
    
    font-family: 'noto500';
}

.f_bx_02 dl dd p{
    font-size: 30px;
    line-height: 120%;
    color: #1374c2;

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

.f_bx_02 dl dd{
    font-size: 15px;
    line-height: 150%;
    color: #000000;

    font-family: 'noto400';    
}










footer{

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

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

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

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






}



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


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



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


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


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



.cp_bg{

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



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

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

}


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

.container_tp_l{
    width: 40px;
    float: left;
}

.container_tp_r{
    width: calc(100% - 55px);
    float: right;

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

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


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

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





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

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

header{

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

	box-sizing:border-box;
  
}



.h_tel{
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 100%;

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  
	color:#2c5d9f;
}

.h_tel a{
	color:#412626;
}

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









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


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


.f_bg{

}

.f_bx{

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

.f_bx ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: stretch;

}

.f_bx ul li{
  display: flex;
  flex: 0 0 calc((100% - 0px*0) / 1); 
  max-width: calc((100% - 0px*0) / 1);

  padding: 30px 20px;
  box-sizing: border-box;

}


.f_bx ul li:first-child{
    background: #dce4f1;
}

.f_bx ul li:last-child{
    background: #eaf3f4;
}




.f_bx_01{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.f_bx_01 dl{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.f_bx_01 dl dt{
    font-size:18px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 10px;
    
    font-family: 'noto500';
}

.f_bx_01 dl dd{
    font-size: 14px;
    line-height: 150%;

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



.f_bx_02{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background:rgba(255,255,255,0.70);
    padding: 20px 0 20px 0;

    display: flex;
    flex-wrap: wrap;

    align-items: stretch;
}

.f_bx_02 dl{

    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.f_bx_02 dl dt{
    font-size:18px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 10px;
    
    font-family: 'noto500';
}

.f_bx_02 dl dd p{
    font-size: 23px;
    line-height: 120%;
    color: #1374c2;

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

.f_bx_02 dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #000000;

    font-family: 'noto400';    
}





footer{

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

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

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

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









}




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


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

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


h1.h1_01{

width: 330px;
height: auto;
position: absolute;
top:30px;

z-index: 100;

}

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

h2.h2_01{
    font-size:40px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 40px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}

h2.h2_01 p{
    font-size:22px;
    color:#555555;
    margin-bottom: 5px;

    letter-spacing:-0.02em;
}


h3.h3_01{
    font-size:32px;
    line-height:1.0;
    color:#000000;
    border-left: 8px solid #1f4498;
    padding: 12px 0 17px 10px;
    margin-bottom: 35px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}



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


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

/*    padding: 0 50px;*/
    box-sizing: border-box;
    margin-top: 90px;

}

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

#slider {
/*    border-radius: 15px;*/
    width: 100%;
    height: calc(100vh - 90px) !important;
}



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



.slider_in{
    max-width: 1600px;
    width: 100%;
/*    background: #DF9495;*/

    margin: 0 50px;
    box-sizing: border-box;
    
    position: absolute;
	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.slider_in dl dt{
    
    font-size: 80px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(0, 0, 0, 0.18);    
}

.slider_in dl dd{
    font-size: 35px;
    line-height: 140%;
    color: #ffffff;

    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(0, 0, 0, 0.2);    
}


.slider_in img{
    max-width: 210px;
    margin-top: -60px;

/*

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











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








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


.page_m_bg{
    margin-top: 90px;
    background: url("../img/common/page_main.png") top right no-repeat;

}



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

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

.button a {
    background: #1374c2;
    
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;


    max-width: 250px;
    padding: 15px 25px 17px 25px;
    box-sizing: border-box;

  font-family: 'noto500';
  
    text-decoration: none;
    color:#FFFFFF;
    font-size: 18px;
    line-height: 1.0;
    transition: 0.3s ease-in-out;

}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}



/* トップ　横スライド----------------------------------------- */

.sliderArea {
    position: relative;
    margin: 100px 0;
    overflow: hidden;
}

/* 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 10px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    opacity: .2;
}

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

/* 画像 */
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* 左右の余白を相殺 */
.slick-list {
    margin: 0 -10px;
    overflow: hidden;
}

/* 矢印 */
.slick-prev,
.slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    opacity: 1;
}

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



/* トップ　動き------------------------------------------ */

.tech-wave-area_tp{
    margin-top: 90px;
}

.tech-wave-area {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

#tech-wave-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .9;
  pointer-events: none;
}

.container01_bg,
.container01,
.tp_msg01 {
  position: relative;
  z-index: 5;
}



/* page 背景------------------------------------------ */
/*====================================
 COMPANY 見出し / 流れるライン
====================================*/
/*====================================
 COMPANY Heading
====================================*/

.company_head{
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);

    width: 100%;

}

/*------------------------------------
 見出し
------------------------------------*/

.company_head .h2_01{
    flex: 0 0 auto;

    position: relative;
    z-index: 2;
}

/*------------------------------------
 ラインエリア
------------------------------------*/

.company_line{
    position: relative;

    flex: 1 1 auto;

    height: 2px;

    background: rgba(0,120,180,.16);

    overflow: hidden;
}

/*------------------------------------
 流れるライン
------------------------------------*/

.company_line span{

    position: absolute;

    top: 0;
    left: -90px;

    width: 80px;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(0,128,192,0),
        #0080c0 18%,
        #0080c0 82%,
        rgba(0,128,192,0)
    );

    animation: company_line_move 5s linear infinite;

}

/*------------------------------------
 アニメーション
------------------------------------*/

@keyframes company_line_move{

    0%{

        left: -90px;
        opacity: 0;

    }

    10%{

        opacity: 1;

    }

    90%{

        opacity: 1;

    }

    100%{

        left: calc(100% + 90px);
        opacity: 0;

    }

}





/* トップ　文言------------------------------------------ */

.tp_msg01{
    z-index: 10;

}

.tp_msg01 dl dt{
    font-size: 45px;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    

}   

.tp_msg01 dl dd{
    font-size: 20px;
    line-height: 180%;
}    

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



/* トップ　技術と品質へのこだわり */
.tp_gh_k01{
  border: 3px solid #1560d0;
  padding: 50px 0;
  box-sizing: border-box;
  border-radius: 20px;
    margin: 0 0 0px 0;
  background: rgba(255,255,255,.92);
  position: relative;
  z-index: 5;
}

.tp_gh_k01 ul{
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_gh_k01 ul li{
  flex: 1;
  max-width: none;
  border-right: 2px solid #dce4f1;
  box-sizing: border-box;
}

.tp_gh_k01 ul li:last-child{
  border-right: none;
}

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

.tp_gh_k01_in dl{
  margin: 0;
}

.tp_gh_k01_in dl dt{
  max-width: 54px;
  width: 100%;
  height: auto;
  margin: 0 auto 18px;
}

.tp_gh_k01_in dl dd{
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.tp_gh_k01_in dl dd p{
  font-size: 25px;
  line-height: 130%;
  margin: 0 0 12px;
  color: #3356a5;
  text-align: center;
  font-family: 'noto700';
}




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

.tp_bns01_btm01{
    margin-bottom: 0 !important;
}

.tp_bns01{
  height: 480px;
background: linear-gradient(90deg,rgba(196, 226, 242, 1) 0%, rgba(240, 247, 254, 1) 24%);
/*  background:#f0f7fe;*/
  overflow:hidden;
  margin-bottom: 60px;
}

.tp_bns01 ul{
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
}

.tp_bns01 ul li:first-child{
  flex:0 0 52%;
  max-width:52%;
  display:flex;
  align-items:center;
}

.tp_bns01 ul li:last-child{
  flex:0 0 48%;
  max-width:48%;
}




.tp_bns02{
  height: 480px;
  background:linear-gradient(270deg, rgba(196,226,242,1) 0%, rgba(240,247,254,1) 24%);
/*  background:#f0f7fe;*/
  overflow:hidden;
  margin-bottom: 60px;
}

.tp_bns02 ul{
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
}

.tp_bns02 ul li:first-child{
  flex:0 0 48%;
  max-width:48%;
  display:flex;
  align-items:center;
}

.tp_bns02 ul li:last-child{
  flex:0 0 52%;
  max-width:52%;
}


.tp_bns01_in_p01{
  padding:0 50px 0 0px !important;
}

.tp_bns01_in{
  height: 480px;
  padding:0 0px 0 50px;
  display:flex;
  align-items:center;
}


.tp_bns01_in dl dd{
  font-size:18px;
  line-height:160%;
    margin-bottom: 30px;  
}


.tp_bns01_bg01{
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg01::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/02_01.png") right center no-repeat;
  background-size: auto 480px;
  z-index: 1;
}

.tp_bns01_bg01::before{
  content: "";
  position: absolute;

  /* 1pxはみ出して覆う */
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;

  background: #f0f7fe;
  clip-path: polygon(0 0, 39% 0, 11.7% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

.tp_bns01_bg02{
  position: relative;
  height: 480px;
  overflow: hidden;
background:#f0f7fe;
}

.tp_bns01_bg02::after{
  content: "";
  position: absolute;
  inset: 0;
  background:url("../img/top/02_02.png") left center no-repeat;
  background-size: auto 480px;
  z-index: 1;
}

.tp_bns01_bg02::before{
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;

  background: #f0f7fe;

  clip-path: polygon(
    100% 0,
    61% 0,
    88.3% 100%,
    100% 100%
  );

  z-index: 2;
  pointer-events: none;
}



.tp_bns01_bg03{
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg03::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/02_03.png") right center no-repeat;
  background-size: auto 480px;
  z-index: 1;
}

.tp_bns01_bg03::before{
  content: "";
  position: absolute;

  /* 1pxはみ出して覆う */
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;

  background: #f0f7fe;
  clip-path: polygon(0 0, 39% 0, 11.7% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}











.top-business-section {
  width: 100%;
  background: #eef7ff;
  overflow: hidden;
}

.top-business-inner {
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background: #eef7ff;
}

/* 左テキスト */
.top-business-text {
  width: 40%;
  padding: 45px 30px 45px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* h2 */
.top-business-text .h2_01 {
  margin: 0 0 28px;
  line-height: 1.35;
  word-break: keep-all;
}

.top-business-text .h2_01 p {
  margin: 0 0 12px;
}

/* 本文 */
.top-business-lead {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 26px;
  max-width: 420px;
}

/* ボタン */
.top-business-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 150px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #1d73c9;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'noto700';
}

/* 右画像 */
.top-business-img {
  width: 60%;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.top-business-img img {
  width: 100%;
  height: auto;
  display: block;
}




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

.news_01{


}

.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 dotted #c8cac9;

}

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


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

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




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


.cp_00{
    margin-bottom: 100px;
}

.cp_00 dl dt{
    font-size:30px;
    line-height:1.1;
    color:#1f4498;
    margin-bottom: 25px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;  
}

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

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


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




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






/* 設備紹介　------------------------------------------ */

.fc_01{
    margin-bottom: 100px;
}

.fc_01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;

}

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

.fc_01 table{
  width: 100%;
  table-layout: fixed;   /* ←追加 */
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.fc_01 th,
.fc_01 td{
  font-size: 15px;
  line-height: 160%;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  vertical-align: middle;
}

.fc_01 th{

  font-weight: 600;
  color: #222;
  background: #f7f7f7;
}

.fc_01 td{
  color: #333;
  background: #fff;
}

.fc_01 th{
    width: 26%;
    background:#f7f7f7;
    font-weight:600;
}

.fc_01 td:nth-child(2){
    width:34%;
}

.fc_01 td:nth-child(3){
    width:26%;
}

.fc_01 td:nth-child(4){
    width:14%;
    text-align:center;
}

.fc_01 tr:last-child th,
.fc_01 tr:last-child td{
  border-bottom: none;
}

.fc_01 tr:hover th,
.fc_01 tr:hover td{
  background: #fafafa;
}

/* 自動機 1系列・2系列用：th + td4つ */
.fc_01_w04 table{
  width: 100%;
  table-layout: fixed;
}

.fc_01_w04 table th,
.fc_01_w04 table td{
  padding: 14px 12px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
}

/* 1列目：設備名 */
.fc_01_w04 table th{
  width: 26%;
}

/* 2列目：メーカー */
.fc_01_w04 table td:nth-of-type(1){
  width: 20%;
}

/* 3列目：型式 */
.fc_01_w04 table td:nth-of-type(2){
  width: 18%;
}

/* 4列目：サイズ */
.fc_01_w04 table td:nth-of-type(3){
  width: 22%;
}

/* 5列目：備考 */
.fc_01_w04 table td:nth-of-type(4){
  width: 14%;
  text-align: center;
}


.fc_tx{
    font-size: 14px;
    line-height: 160%;
}

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

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

}

.tp_igt01{

	height:500px !important;
	background: linear-gradient(90deg,rgba(103, 192, 208, 1) 0%, rgba(63, 110, 166, 1) 100%);

    z-index: 1;

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


.tp_igt02{

	height:500px !important;
	background: linear-gradient(90deg,rgba(63, 110, 166, 1) 0%, rgba(103, 192, 208, 1) 100%);

    z-index: 1;

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

    
    box-sizing: border-box;
}


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

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

.tp_igt_b01_l{

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

    
    box-sizing: border-box;    
}

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

}




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

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

.tp_igt_b02_l{

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

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

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


}




.tp_igt_txt{

}

.tp_igt_txt dl dt{
    font-size: 28px;
    line-height: 150%;
    color:#FFFFFF;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
    
    margin-bottom: 15px;
}

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

.tp_igt_txt dl dd p{
    margin-top: 15px;

}



.tp_igtbg01{
	height:465px !important;
	background:url("../img/business/01.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igtbg02{
	height:465px !important;
	background:url("../img/business/02.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igtbg03{
	height:465px !important;
	background:url("../img/business/03.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}














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


.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: 50px;
    line-height: 130%;
    color:#000000;
    margin-bottom: 5px;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{

    font-size: 20px;
    line-height: 130%;
    font-family: 'noto500';  
}

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

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

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




.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: 260px;
height: auto;
position: absolute;
top: 16px;
left: 30px;

z-index: 1;
}

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


h2.h2_01{
    font-size:27px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 35px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}

h2.h2_01 p{
    font-size:18px;
    color:#555555;
    margin-bottom: 5px;

    letter-spacing:-0.02em;
}


h3.h3_01{
    font-size:26px;
    line-height:1.0;
    color:#000000;
    border-left: 8px solid #1f4498;
    padding: 10px 0 14px 8px;
    margin-bottom: 30px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}




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


.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_out_bg{
/*    padding: 0 30px;*/
    box-sizing: border-box;
    margin-top: 60px;

}

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

#slider {
/*    border-radius: 10px;*/
    width: 100%;
    height: calc(100svh - 60px) !important;
}



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





.slider_in{
    max-width: 1600px;
    width: 100%;
/*    background: #DF9495;*/

    margin: 0 30px;
    box-sizing: border-box;
    
    position: absolute;
	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.slider_in dl dt{
    
    font-size: 45px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(0, 0, 0, 0.18);      
}

.slider_in dl dd{
    font-size: 22px;
    line-height: 140%;
    color: #ffffff;

    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(0, 0, 0, 0.2);        
}



.slider_in img{
    max-width: 170px;
    margin-top: -60px;

/*

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



/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}











/* 各ページイメージ ---------------------------------------------- */
.page_m_bg{
    margin-top: 60px;
    background: url("../img/common/page_main.png") top right no-repeat;
    background-size: 1000px 245px

}


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


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


.button a {
    background: #1374c2;
    
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;


    max-width: 210px;
    padding: 12px 20px 14px 20px;
    box-sizing: border-box;

  font-family: 'noto500';
  
    text-decoration: none;
    color:#FFFFFF;
    font-size: 15px;
    line-height: 1.0;
    transition: 0.3s ease-in-out;

}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.8rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}

/* トップ　横スライド----------------------------------------- */
  .sliderArea {
    margin: 60px 0;
    position: relative;
    overflow: hidden;
  }

  .regular_2 {
    opacity: 0;
    visibility: hidden;
  }

  .regular_2.is-ready {
    opacity: 1;
    visibility: visible;
    transition: opacity .15s ease;
  }

  .sliderArea ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sliderArea li {
    padding: 0;
  }

  .slick-list {
    margin: 0 -8px;
    overflow: hidden;
  }

  .slick-slide {
    margin: 0 8px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    opacity: .2;
  }

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

  .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 650 / 488;
    object-fit: cover;
    display: block;
    border-radius: 10px;
  }

  .slick-prev,
  .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #000;
    opacity: 1;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    color: #000;
  }
  
  
  /* トップ　動き------------------------------------------ */


.tech-wave-area_tp{
    margin-top: 60px;
}


.tech-wave-area {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

#tech-wave-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .9;
  pointer-events: none;
}

.container01_bg,
.container01,
.tp_msg01 {
  position: relative;
  z-index: 5;
}




/* page 背景------------------------------------------ */
/*====================================
 COMPANY 見出し / 流れるライン
====================================*/
/*====================================
 COMPANY Heading
====================================*/

.company_head{
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);

    width: 100%;

}

/*------------------------------------
 見出し
------------------------------------*/

.company_head .h2_01{
    flex: 0 0 auto;

    position: relative;
    z-index: 2;
}

/*------------------------------------
 ラインエリア
------------------------------------*/

.company_line{
    position: relative;

    flex: 1 1 auto;

    height: 2px;

    background: rgba(0,120,180,.16);

    overflow: hidden;
}

/*------------------------------------
 流れるライン
------------------------------------*/

.company_line span{

    position: absolute;

    top: 0;
    left: -90px;

    width: 80px;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(0,128,192,0),
        #0080c0 18%,
        #0080c0 82%,
        rgba(0,128,192,0)
    );

    animation: company_line_move 5s linear infinite;

}

/*------------------------------------
 アニメーション
------------------------------------*/

@keyframes company_line_move{

    0%{

        left: -90px;
        opacity: 0;

    }

    10%{

        opacity: 1;

    }

    90%{

        opacity: 1;

    }

    100%{

        left: calc(100% + 90px);
        opacity: 0;

    }

}




/* トップ　文言------------------------------------------ */

.tp_msg01{

}

.tp_msg01 dl dt{
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    

}   

.tp_msg01 dl dd{
    font-size: 17px;
    line-height: 180%;
}    

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





/* トップ　技術と品質へのこだわり */
.tp_gh_k01{
  border: 3px solid #1560d0;
  padding: 40px 0;
  box-sizing: border-box;
  border-radius: 15px;
    margin: 0 0 0px 0;
  background: rgba(255,255,255,.92);
  position: relative;
  z-index: 5;
}

.tp_gh_k01 ul{
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_gh_k01 ul li{
  flex: 1;
  max-width: none;
  border-right: 2px solid #dce4f1;
  box-sizing: border-box;
}

.tp_gh_k01 ul li:last-child{
  border-right: none;
}

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

.tp_gh_k01_in dl{
  margin: 0;
}

.tp_gh_k01_in dl dt{
  max-width: 40px;
  width: 100%;
  height: auto;
  margin: 0 auto 18px;
}

.tp_gh_k01_in dl dd{
  margin: 0;
  font-size: 15px;
  line-height: 160%;
}

.tp_gh_k01_in dl dd p{
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 12px;
  color: #3356a5;
  text-align:left;
  font-family: 'noto700';
}


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

.tp_bns01_btm01{
    margin-bottom: 0 !important;
}


.tp_bns01{
  height: 350px;
background: linear-gradient(90deg,rgba(196, 226, 242, 1) 0%, rgba(240, 247, 254, 1) 24%);
/*  background:#f0f7fe;*/
  overflow:hidden;
  margin-bottom: 40px;  
}

.tp_bns01 ul{
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
}

.tp_bns01 ul li:first-child{
  flex:0 0 43%;
  max-width:43%;
  display:flex;
  align-items:center;
}

.tp_bns01 ul li:last-child{
  flex:0 0 57%;
  max-width:57%;
}


.tp_bns02{
  height: 350px;
  background:linear-gradient(270deg, rgba(196,226,242,1) 0%, rgba(240,247,254,1) 24%);
  overflow:hidden;
  margin-bottom: 40px;  
}

.tp_bns02 ul{
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
}

.tp_bns02 ul li:first-child{
  flex:0 0 57%;
  max-width:57%;
  display:flex;
  align-items:center;
}

.tp_bns02 ul li:last-child{
  flex:0 0 43%;
  max-width:43%;
}



.tp_bns01_in_p01{
  padding:0 30px 0 0px !important;
}

.tp_bns01_in{
  height: 350px;
  padding:0 0px 0 30px;
  display:flex;
  align-items:center;
}





.tp_bns01_in dl dd{
  font-size:16px;
  line-height:150%;
    margin-bottom: 25px;  
}


.tp_bns01_bg01{
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg01::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/02_01.png") right center no-repeat;
  background-size: auto 350px;
  z-index: 1;
}

.tp_bns01_bg01::before{
  content: "";
  position: absolute;

  /* 1pxはみ出して覆う */
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  
  background: #f0f7fe;
  clip-path: polygon(0 0, 39% 0, 11.7% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}


.tp_bns01_bg02{
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg02::after{
  content: "";
  position: absolute;
  inset: 0;
  background:url("../img/top/02_02.png") left center no-repeat;
  background-size: auto 350px;
  z-index: 1;
}

.tp_bns01_bg02::before{
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;

  background: #f0f7fe;

  clip-path: polygon(
    100% 0,
    61% 0,
    88.3% 100%,
    100% 100%
  );

  z-index: 2;
  pointer-events: none;
}



.tp_bns01_bg03{
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg03::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/02_03.png") right center no-repeat;
  background-size: auto 350px;
  z-index: 1;
}

.tp_bns01_bg03::before{
  content: "";
  position: absolute;

  /* 1pxはみ出して覆う */
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  
  background: #f0f7fe;
  clip-path: polygon(0 0, 39% 0, 11.7% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}








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






.news_01{


}

.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 dotted #c8cac9;

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


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

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




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



.cp_00{
    margin-bottom: 80px;
}

.cp_00 dl dt{
    font-size:24px;
    line-height:1.1;
    color:#1f4498;
    margin-bottom: 20px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;  
}

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

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



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




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


/* 設備紹介　------------------------------------------ */
 .fc_01{
    width: calc(100% - 0px);
    margin: 0 auto 80px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
  }

  .fc_01 ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .fc_01 ul li{
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }

  .fc_01 ul li + li{
    border-top: 1px solid #e5e5e5;
  }

  .fc_01 table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .fc_01 th,
  .fc_01 td{
    font-size: 14px;
    line-height: 160%;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .fc_01 th{
    width: 26%;
    text-align: left;
    font-family: 'noto500';
    color: #222;
    background: #f7f7f7;
  }

  .fc_01 td:nth-child(2){
    width: 30%;
    text-align: left;
  }

  .fc_01 td:nth-child(3){
    width: 28%;
    text-align: left;
  }

  .fc_01 td:nth-child(4){
    width: 16%;
    text-align: center;
  }

  .fc_01 tr:last-child th,
  .fc_01 tr:last-child td{
    border-bottom: none;
  }


  /* 4td版：th + td4つ */
  .fc_01_w04 table th{
    width: 25%;
  }

  .fc_01_w04 table td:nth-of-type(1){
    width: 20%;
  }

  .fc_01_w04 table td:nth-of-type(2){
    width: 18%;
  }

  .fc_01_w04 table td:nth-of-type(3){
    width: 23%;
  }

  .fc_01_w04 table td:nth-of-type(4){
    width: 14%;
    text-align: center;
  }



.fc_tx{
    font-size: 14px;
    line-height: 160%;
}

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




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




}

.tp_igt01{
	height:430px !important;
	background: linear-gradient(90deg,rgba(103, 192, 208, 1) 0%, rgba(63, 110, 166, 1) 100%);

    z-index: 1;

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


.tp_igt02{
	height:430px !important;
	background: linear-gradient(90deg,rgba(103, 192, 208, 1) 0%, rgba(63, 110, 166, 1) 100%);

    z-index: 1;

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

    
    box-sizing: border-box;
}






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

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

.tp_igt_b01_l{

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

    
    box-sizing: border-box;    
}

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

}




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

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

.tp_igt_b02_l{

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

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

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


}




.tp_igt_txt{


}

.tp_igt_txt dl{
}

.tp_igt_txt dl dt{
    font-size: 20px;
    line-height: 150%;
    color:#FFFFFF;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
    
    margin-bottom: 15px;
}

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

.tp_igt_txt dl dd p{
    margin-top: 15px;

}



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

.tp_igtbg02{
	height:350px !important;
	background:url("../img/business/02.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igtbg03{
	height:350px !important;
	background:url("../img/business/03.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}
   
   
   
   







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



.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: 28px;
    line-height: 130%;
    color:#000000;
    margin-bottom: 5px;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{

    font-size: 18px;
    line-height: 130%;
    font-family: 'noto500';  
}

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

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

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





.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: 220px;
height: auto;
position: absolute;
top: 18px;
left: 20px;

z-index:1;
}



h2.h2_01{
    font-size:21px;
    line-height:1.1;
    color:#000000;
    margin-bottom: 30px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}

h2.h2_01 p{
    font-size:14px;
    color:#555555;
    margin-bottom: 5px;

    letter-spacing:-0.02em;
}

h3.h3_01{
    font-size:18px;
    line-height:1.0;
    color:#000000;
    border-left: 5px solid #1f4498;
    padding: 7px 0 11px 5px;
    margin-bottom: 27px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
}



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

.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_out_bg{
/*    padding: 0 20px;*/
    box-sizing: border-box;
    margin-top: 60px;

}

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

#slider {
/*    border-radius: 10px;*/
    width: 100%;
    height: calc(100svh - 60px) !important;
}



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




.slider_in{
    max-width: 1600px;
    width: 100%;
/*    background: #DF9495;*/

    margin: 0 20px;
    box-sizing: border-box;
    
    position: absolute;
	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.slider_in dl dt{
    
    font-size: 30px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(0, 0, 0, 0.18);      
}

.slider_in dl dd{
    font-size: 15px;
    line-height: 140%;
    color: #ffffff;

    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(0, 0, 0, 0.2);        
}


.slider_in img{
    max-width: 120px;
    margin-top: -60px;

/*

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







/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}








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


.page_m_bg{
    margin-top: 60px;
    background: url("../img/common/page_main.png") top right no-repeat;
    background-size: 600px 147px
}



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





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


.button a {
    background: #1374c2;
    
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;


    max-width: 180px;
    padding: 10px 15px 12px 15px;
    box-sizing: border-box;

  font-family: 'noto500';
  
    text-decoration: none;
    color:#FFFFFF;
    font-size: 14px;
    line-height: 1.0;
    transition: 0.3s ease-in-out;

}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.6rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}


/* トップ　横スライド----------------------------------------- */

  .sliderArea {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
  }

  .regular_2 {
    opacity: 0;
    visibility: hidden;
  }

  .regular_2.is-ready {
    opacity: 1;
    visibility: visible;
    transition: opacity .15s ease;
  }

  .sliderArea ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sliderArea li {
    padding: 0;
  }

  .slick-list {
    margin: 0 -5px;
    overflow: hidden;
  }

  .slick-slide {
    margin: 0 5px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    opacity: .2;
  }

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

  .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 650 / 488;
    object-fit: cover;
    display: block;
    border-radius: 5px;
  }

  .slick-prev,
  .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #000;
    opacity: 1;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    color: #000;
  }
/* トップ　動き------------------------------------------ */

.tech-wave-area_tp{
    margin-top: 60px;
}

.tech-wave-area {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

#tech-wave-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .9;
  pointer-events: none;
}

.container01_bg,
.container01,
.tp_msg01 {
  position: relative;
  z-index: 5;
}




/* page 背景------------------------------------------ */
/*====================================
 COMPANY 見出し / 流れるライン
====================================*/
/*====================================
 COMPANY Heading
====================================*/

.company_head{
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);

    width: 100%;

}

/*------------------------------------
 見出し
------------------------------------*/

.company_head .h2_01{
    flex: 0 0 auto;

    position: relative;
    z-index: 2;
}

/*------------------------------------
 ラインエリア
------------------------------------*/

.company_line{
    position: relative;

    flex: 1 1 auto;

    height: 2px;

    background: rgba(0,120,180,.16);

    overflow: hidden;
}

/*------------------------------------
 流れるライン
------------------------------------*/

.company_line span{

    position: absolute;

    top: 0;
    left: -90px;

    width: 80px;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(0,128,192,0),
        #0080c0 18%,
        #0080c0 82%,
        rgba(0,128,192,0)
    );

    animation: company_line_move 5s linear infinite;

}

/*------------------------------------
 アニメーション
------------------------------------*/

@keyframes company_line_move{

    0%{

        left: -90px;
        opacity: 0;

    }

    10%{

        opacity: 1;

    }

    90%{

        opacity: 1;

    }

    100%{

        left: calc(100% + 90px);
        opacity: 0;

    }

}



/* トップ　文言------------------------------------------ */

.tp_msg01{
    z-index: 1;


}

.tp_msg01 dl dt{
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    

}   

.tp_msg01 dl dd{
    font-size: 14px;
    line-height: 160%;
}    

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




/* トップ　技術と品質へのこだわり */
  .tp_gh_k01{
    padding: 20px;
    margin: 0 0 0px 0;
    border-radius: 10px;
  }

  .tp_gh_k01 ul{
    display: block;
  }

  .tp_gh_k01 ul li{
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dce4f1;
    padding: 22px 0;
  }

  .tp_gh_k01 ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }

  .tp_gh_k01 ul li:first-child{
    padding-top: 0;
  }

  .tp_gh_k01_in{
    padding: 0;
  }

  .tp_gh_k01_in dl{
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }

  .tp_gh_k01_in dl dt{
    flex: 0 0 42px;
    max-width: 42px;
    margin: 0;
  }

  .tp_gh_k01_in dl dd{
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
  }

  .tp_gh_k01_in dl dd p{
    font-size: 18px;
    margin: 0 0 8px;
    text-align: left;
  }


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


.tp_bns01_btm01{
    margin-bottom: 0 !important;
}


.tp_bns01{
  height:auto;
background: linear-gradient(90deg,rgba(196, 226, 242, 1) 0%, rgba(240, 247, 254, 1) 24%);
/*  background:#f0f7fe;*/
  overflow:hidden;
  margin-bottom: 30px;  
}

.tp_bns01 ul{
  display:block;
  align-items:center;
  margin:0;
  padding:0;
}

.tp_bns01 ul li:first-child{
    width:100%;
    max-width:100%;
    flex:none;
    display:block;
}

.tp_bns01 ul li:last-child{
    width:100%;
    max-width:100%;
    flex:none;
    display:block;
}

.tp_bns02{
  height:auto;
  background:linear-gradient(270deg, rgba(196,226,242,1) 0%, rgba(240,247,254,1) 24%);
  overflow:hidden;
  margin-bottom:30px;
}

.tp_bns02 ul{
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
}

/* テキストを上 */
.tp_bns02 ul li:last-child{
  order:1;
  width:100%;
  max-width:100%;
  flex:none;
}

/* 画像を下 */
.tp_bns02 ul li:first-child{
  order:2;
  width:100%;
  max-width:100%;
  flex:none;
}
  


.tp_bns01_in_p01{
  padding:30px 20px 30px 20px !important;
}


.tp_bns01_in{
  height:auto;
  padding:30px 20px 30px 20px;
  display:flex;
  align-items:center;
}

.tp_bns01_in dl dd{
  font-size:14px;
  line-height:150%;
    margin-bottom: 20px;  
}


.tp_bns01_bg01{
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg01::after{
  content:"";
  position:absolute;
  inset:0;

  background:url("../img/top/02_01.png") no-repeat;

  background-size:cover;
  background-position:right center;

  z-index:1;
}

.tp_bns01_bg01::before{
  display: none;
}




.tp_bns01_bg02{
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg02::after{
  content:"";
  position:absolute;
  inset:0;

  background:url("../img/top/02_02.png") no-repeat;

  background-size:cover;
  background-position:right center;

  z-index:1;
}

.tp_bns01_bg02::before{
  display: none;
}




.tp_bns01_bg03{
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #f0f7fe;
}

.tp_bns01_bg03::after{
  content:"";
  position:absolute;
  inset:0;

  background:url("../img/top/02_03.png") no-repeat;

  background-size:cover;
  background-position:right center;

  z-index:1;
}

.tp_bns01_bg03::before{
  display: none;
}










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




.news_01{


}

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

.news_01 dl dd{
    padding-left:0px;
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #c8cac9;

}

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


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

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

   



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



.cp_00{
    margin-bottom: 60px;
}

.cp_00 dl dt{
    font-size:17px;
    line-height:1.4;
    color:#1f4498;
    margin-bottom: 12px;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;  
}

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

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




.cp_01{
    margin-bottom: 60px;
}

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



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


   
/* 設備紹介　------------------------------------------ */

  .fc_01{
    margin-bottom: 50px;
    border: none;
    border-radius: 0;
    background: none;
    overflow: visible;
  }

  .fc_01 ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .fc_01 ul li{
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 18px 0;
    padding: 0;
    border: none;
  }

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

  .fc_01 table,
  .fc_01 tbody,
  .fc_01 tr,
  .fc_01 th,
  .fc_01 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .fc_01 table{
    border-collapse: collapse;
    border-spacing: 0;
  }

  .fc_01 tr{
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .fc_01 tr:last-child{
    margin-bottom: 0;
  }

  .fc_01 th,
  .fc_01 td{
      width: 100% !important;
    font-size: 12px;
    line-height: 160%;
    text-align: left !important;
    padding: 9px 20px;
    border-bottom: 1px solid #e5e5e5;
    white-space: normal;
  }

  .fc_01 th{
    font-size: 13px;
    font-family: 'noto500';
    color: #222;
    background: #f7f7f7;
  }

  .fc_01 td{
    color: #333;
    background: #fff;
    text-align: left;
    padding: 5px 20px;    
  }

  .fc_01 td:nth-child(2)::before{
    content: "メーカー：";
    font-family: 'noto500';
    color: #666;
  }

  .fc_01 td:nth-child(3)::before{
    content: "型式：";
    font-family: 'noto500';
    color: #666;
  }

  .fc_01 td:nth-child(4)::before{
    content: "台数：";
    font-family: 'noto500';
    color: #666;
  }

.fc_01 tr:last-child th,
.fc_01 tr:last-child td{
    border-bottom: 1px solid #e5e5e5;
}

.fc_01 td:last-child{
    border-bottom: none;
}

  .fc_01 tr:hover th,
  .fc_01 tr:hover td{
    background: inherit;
  }
   
   
  .fc_01_w04 table{
    width:100%;
    table-layout: fixed;
  }

  .fc_01_w04 table th,
  .fc_01_w04 table td{
    padding:10px 8px;
    font-size:12px;
    line-height:1.5;
    vertical-align:middle;
    word-break:break-word;
  }

  /* 設備名 */
  .fc_01_w04 table th{
    width:30%;
  }

  /* メーカー */
  .fc_01_w04 table td:nth-of-type(1){
    width:22%;
  }

  /* 型式 */
  .fc_01_w04 table td:nth-of-type(2){
    width:16%;
  }

  /* 基板サイズ */
  .fc_01_w04 table td:nth-of-type(3){
    width:20%;
  }

  /* 備考 */
  .fc_01_w04 table td:nth-of-type(4){
    width:12%;
    text-align:center;
  }
  
  
.fc_tx{
    font-size: 13px;
    line-height: 150%;
}

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

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




}

.tp_igt01{
	height:600px !important;
	background: linear-gradient(90deg,rgba(103, 192, 208, 1) 0%, rgba(63, 110, 166, 1) 100%);

    z-index: 1;

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


.tp_igt02{
	height:600px !important;
	background: linear-gradient(90deg,rgba(63, 110, 166, 1) 0%, rgba(103, 192, 208, 1) 100%);

    z-index: 1;

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

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






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

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

.tp_igt_b01_l{

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

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

    padding: 0 20px 0 20px;
}




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

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

.tp_igt_b02_l{

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

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

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


}




.tp_igt_txt{


}

.tp_igt_txt dl dt{
    font-size: 20px;
    line-height: 150%;
    color:#FFFFFF;
    
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;    
    
    margin-bottom: 11px;
}

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

}


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

.tp_igtbg02{
	height:250px !important;
	background:url("../img/business/02.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_igtbg03{
	height:250px !important;
	background:url("../img/business/03.png") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}
   
  
  
  
  
  
  
  
  
  
  


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



.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: 20px;
    line-height: 130%;
    color:#000000;
    margin-bottom: 5px;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{

    font-size: 14px;
    line-height: 130%;
    font-family: 'noto400';  
}

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

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

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


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









}
