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


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


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

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

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

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

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


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




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



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


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


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

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

body{
    font-family: 'noto400';

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

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


}

body a:focus{
	outline:none;
}




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


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

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


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

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

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


.cp_bg{

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


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

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

}

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

}


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

}


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

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


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

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




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


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


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




.fr_bg{
	width: 100%;
	height:auto;

    padding: 60px 0;
}

footer{
	max-width:1600px;
	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:0px 0 0px 0;
	box-sizing:border-box;
}

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

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

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: #000000;
}





}



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


@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") top left no-repeat;
    background-size: 1060px auto;
}


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

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

}

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

}

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

}

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




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


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

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



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}


.header_time{
    display: none;  
}






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


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


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

.fr_bg{
	width: 100%;
	height:auto;

    padding: 60px 0;
}

footer{
	max-width:1600px;
	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:0px 0 0px 0;
	box-sizing:border-box;
}

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 50px;
}

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

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: #000000;
}







}



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


@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") top left no-repeat;
    background-size: 720px auto;
}

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

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

}

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

}

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

}

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



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


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

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





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


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

header{

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

	box-sizing:border-box;
  
}




.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}






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



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




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

.fr_bg{
	width: 100%;
	height:auto;

    padding: 50px 0;
}

footer{
	max-width:1600px;
	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:0px 0 0px 0;
	box-sizing:border-box;
}

address{
	font-size:14px;
	line-height:180%;
    margin-bottom: 20px;
}

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

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: #000000;
}









}




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


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

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


h1.h1_01{

width: 280px;
height: auto;
position: absolute;
top:28px;

z-index: 100;

}

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




h2.h2_01{
    font-size: 80px;
    line-height: 110%;
    color: #666666;
 
    margin-bottom: 40px;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 span{
    color: #000000;
}

.h2_c01{
    color: #ffffff !important;
}


h2.h2_01 p{
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 0px;
    
    background: url("../img/common/h2.png") left 9px no-repeat;
    padding-left: 10px;
}






h3.h3_01{
    font-size: 48px;
    line-height: 120%;
    color: #4b6087;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 35px;
}


h3.h3_01 p{
    font-size: 24px;
    line-height: 120%;
    color: #666666;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}



h4.h4_01{
    font-size: 28px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 30px;
    vertical-align:text-bottom;

}

h4.h4_01:before {
    background-color: #3585c3; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 38px; /* 線の長さ */
    margin-right: 10px; /* 線右の余白 */
    vertical-align: middle;
    width: 8px; /* 線幅 */
    padding-bottom: 6px;
}


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


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

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

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

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

}

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

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

    margin-bottom: 10px;
}


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

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





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



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



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



.slider_in{
	position: absolute;
    max-width: 740px;
    width: 100%;

    height: 370px;

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

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







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

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

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

}





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

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

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

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


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

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







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


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

	z-index:5;


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




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






.about_img{
	width: 100%;
	height:500px !important;
	background:url("../img/about/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; 
}




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

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



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

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







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



.btn{

}


.btn a{

  display: block;
  max-width: 365px;

  width: 100%;
  height: 60px;
  padding: 0;
  
 font-size: 18px;
    font-family: 'noto700';
   color: #fff !important;

  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;


}



.btn a dl dt{
    float: left;
    clear: both;
    width: 300px;
    height: 60px;    
    background: #023683;
    box-sizing: border-box;

   font-size: 18px;
    font-family: 'noto700';
   color: #fff !important;
   line-height: 100%;
   padding-bottom: 5px;
   
   border-radius: 5px;
   padding: 0 30px;
   
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
  position: relative;
}

.btn a dl dd{

    width: 60px;
    height: 60px;  
    margin-left: 305px;
   
   border-radius: 5px;
   
   background: url("../img/common/ar.png") center center  no-repeat,#023683;
   box-sizing: border-box;
}


.btn a::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
 
.btn a dl dt::before {
  background:#FFFFFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn a dl dt:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}






/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   


/* トップ 会社案内　------------------------------------------ */


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



.tp_cp01{

}

.tp_cp01_l{
    width: 340px;
    height: auto;
    float: left;
/*    background: #C1DDE3;*/
}


.tp_cp01_in_tx_btm01{
    margin-bottom: 100px !important;
}

.tp_cp01_in_tx_w01{
    max-width: 870px;
    width: 100%;

}

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

}

.tp_cp01_r{
     width: calc(100% - 400px);
    height: auto;
    float: right;
/*    background: #E7AEAF;*/
}

.tp_cp01_in_tx{
    margin-bottom: 30px;
}

.tp_cp01_in_tx dl dt{
    font-size: 40px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 30px;
}


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

.tp_cp01_in_tx dl dd{
    font-size: 18px;
    line-height: 220%;
    color: #000000;
    font-family: 'noto400';
    margin-bottom: 30px;
}





/* トップ 事業内容　------------------------------------------ */


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



.tp_svc_in{

}

.tp_svc01_in_tx{
    font-size: 33px;
    line-height: 150%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 50px;
}




.tp_svc02{
    max-width: 960px;
    width: 100%;
    height: auto;
}

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

.tp_svc02 ul li img{
    padding-bottom: 30px;
}

.tp_svc02 ul li:nth-child(4){
    margin-right: 0%;

}



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


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





.news_01{
    margin-bottom: 50px;

}

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

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

}

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

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






/* トップ リクルート------------------------------------------ */


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




.tp_rt_in_tx{
    max-width: 900px;
    width: 100%;
    margin-bottom: 30px;
}

.tp_rt_in_tx dl dt{
    font-size: 40px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 30px;
}


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

.tp_rt_in_tx dl dd{
    font-size: 18px;
    line-height: 220%;
    color: #000000;
    font-family: 'noto400';
    margin-bottom: 30px;
}











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



.cmm_ctt_bg{
	width: 100%;
	height:auto;
	background:#041027;
    padding: 90px 0;
}

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

.cmm_ctt dl dt{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 35px;
    color: #FFFFFF;
    font-family: 'noto700';     

}

.cmm_ctt dl dd{
    font-size: 32px;
    line-height: 160%;
    color: #FFFFFF;
    font-family: 'noto700';     
}

.cmm_ctt dl dd span{
    font-size: 16px;
    font-family: 'noto700';    
    margin-left: 10px;
}

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

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






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



.abt_bg{

	background:url("../img/about/bg.jpg") left top  no-repeat; 

	 margin:0px auto 0px auto;

}



.pg_cmn_txt{
    font-size: 34px;
    line-height: 150%;
    font-family: 'noto700';  
}







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

.cp_01 p{
    margin-top: 20px;
    text-align: right;

}


.cp_02{
    margin-bottom: 100px;
}

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

.cp_02 th{
    width: 190px;
	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_02 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_02 td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;

}


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

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


.cp_03{

}




/* 事業案内　------------------------------------------ */


.svs_bg{

	background:url("../img/service/bg.jpg") right -200px top  no-repeat; 

	 margin:0px auto 0px auto;

}


.sv01_img{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.sv01_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;    
    
    border-radius: 10px;
}

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







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


.recruit_bg{

	background:url("../img/recruit/bg.jpg") left top  no-repeat; 

	 margin:0px auto 0px auto;

}



.rrt01_bx{
    padding: 100px;

background: linear-gradient(90deg, rgba(0,38,108,1) 0%, rgba(57,94,155,1) 100%);
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-bottom: 50px;
  
/*   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;*/
}

.rrt01_bx::before {

}

.rrt01_bx dl{


}

.rrt01_bx dl dt{
    font-size: 46px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'noto700';
    
   transform: rotate(-3deg);   
   
    margin-bottom: 50px;

}


.rrt01_bx dl dd{
    font-size: 15px;
    line-height: 150%;
    font-family: 'noto400';
    color: #FFFFFF;


}


.rrt01_bx dl dd p{
    font-size: 30px;
    line-height: 100%;
    font-family: 'noto700';
    margin-bottom: 10px;
}








.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
  margin-bottom: 50px;
}

.rrt02_bx_l{
    width: 320px;
    height: auto;


    background: #E47476;
  
}


.rrt02_bx_r{
    width: calc(100% - 320px);
    height: auto;
    float:right;
    text-align:left;
    background: #041027;
    float: left;
    box-sizing: border-box;

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


.rrt02_bx_l img{
    vertical-align:bottom;

}

.rrt02_bx_in{
    padding: 0 60px;


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 16px;
    line-height: 150%;
    font-family: 'noto400';

    margin-bottom: 30px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt p{
    font-size: 30px;
    line-height: 100%;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.rrt02_bx_in dl dd{
    font-size: 30px;
    line-height: 180%;
    color: #FFFFFF;
    font-family: 'noto700';
}




.rrt03{
    margin-bottom: 100px;

}

.rrt03 dl dt{
    font-size:20px;
    line-height: 160%;
    font-family: 'noto700'; 
    color: #4198c0;
    margin-bottom: 10px;
}

.rrt03 dl dd{
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;
}


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



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


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




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



.contact_bg{

	background:url("../img/contact/bg.jpg") left top  no-repeat; 

	 margin:0px auto 0px auto;

}

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

}


.ctt_txt02{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 100px;

}


.ctt_txt02 span{
    font-size: 18px;
    line-height: 140%;
    margin-left: 15px;
}


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

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





}


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


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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

h1.h1_01{
width: 200px;
height: auto;
position: absolute;
top: 18px;
left: 30px;

z-index: 1;
}

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



h2.h2_01{
    font-size: 60px;
    line-height: 110%;
    color: #666666;
 
    margin-bottom: 40px;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 span{
    color: #000000;
}

.h2_c01{
    color: #ffffff !important;
}




h2.h2_01 p{
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 5px;
    
    background: url("../img/common/h2.png") left 9px no-repeat;
    padding-left: 10px;
}




h3.h3_01{
    font-size: 38px;
    line-height: 120%;
    color: #4b6087;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 32px;
}


h3.h3_01 p{
    font-size: 18px;
    line-height: 120%;
    color: #666666;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


h4.h4_01{
    font-size: 24px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 30px;
    vertical-align:text-bottom;

}

h4.h4_01:before {
    background-color: #3585c3; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 8px; /* 線右の余白 */
    vertical-align: middle;
    width: 8px; /* 線幅 */
    padding-bottom: 4px;
}

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


.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


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

}

   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:left;
    
    
    max-width: 800px;
    box-sizing:border-box;
    width: 100%;


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

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

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


    margin-bottom: 10px;
}

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




.tp_mg_in dl dt em{
    font-size: 126px;
    line-height: 100%;
    color:#000000;
    margin-left: -15px;


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

   



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



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


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




.slider_in{
	position: absolute;
    max-width: 550px;
    width: 100%;

    height: 275px;

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

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





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

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

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

}





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

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

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

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


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

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





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


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


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

}






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


.about_img{
	width: 100%;
	height:360px !important;
	background:url("../img/about/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; 
}



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

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



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

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




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


.btn{

}


.btn a{

  display: block;
  max-width: 325px;

  width: 100%;
  height: 60px;
  padding: 0;

  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;


}



.btn a dl dt{
    float: left;
    clear: both;
    width: 260px;
    height: 50px;    
    background: #023683;
    box-sizing: border-box;

   font-size: 16px;
    font-family: 'noto700';
   color: #fff !important;
   line-height: 100%;

   border-radius: 5px;
   padding: 0 30px;
   
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
  position: relative;
}

.btn a dl dd{

    width: 50px;
    height: 50px;  
    margin-left: 265px;
   
   border-radius: 5px;
   
   background: url("../img/common/ar.png") center center  no-repeat,#023683;
   box-sizing: border-box;
}


.btn a::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
 
.btn a dl dt::before {
  background:#FFFFFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn a dl dt:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}







/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   


/* トップ 会社案内　------------------------------------------ */


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



.tp_cp01{

}

.tp_cp01_l{
    width: 100%;
    height: auto;
    float: none;
/*    background: #C1DDE3;*/
}


.tp_cp01_in_tx_btm01{
    margin-bottom: 70px !important;

}

.tp_cp01_in_tx_w01{


}


.tp_cp01_in_tx_w02{
}



.tp_cp01_r{
    width: 100%;
    height: auto;
    float: none;
/*    background: #E7AEAF;*/
}

.tp_cp01_in_tx{
    margin-bottom: 30px;
}

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


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

.tp_cp01_in_tx dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto400';
    margin-bottom: 30px;
}



/* トップ 事業内容　------------------------------------------ */


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



.tp_svc_in{

}

.tp_svc01_in_tx{
    font-size: 30px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 30px;
}

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




.tp_svc02{
    max-width: 960px;
    width: 100%;
    height: auto;
}

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

.tp_svc02 ul li img{
    padding-bottom: 30px;
}

.tp_svc02 ul li:nth-child(4){
    margin-right: 0%;

}








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



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



.news_01{
    margin-bottom: 40px;

}

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

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

}

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

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







/* トップ リクルート------------------------------------------ */


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



.tp_rt_in_tx{
    max-width: 620px;
    width: 100%;
    margin-bottom: 30px;
}

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


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

.tp_rt_in_tx dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto400';
    margin-bottom: 30px;
}












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



.cmm_ctt_bg{
	width: 100%;
	height:auto;
	background:#041027;
    padding: 60px 0;
}

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

.cmm_ctt dl dt{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 35px;
    color: #FFFFFF;
    font-family: 'noto700';     

}

.cmm_ctt dl dd{
    font-size: 28px;
    line-height: 160%;
    color: #FFFFFF;
    font-family: 'noto700';     
}

.cmm_ctt dl dd span{
    font-size: 15px;
    font-family: 'noto700';    
    margin-left: 10px;
}

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

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



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



.abt_bg{

	background:url("../img/about/bg.jpg") left -200px top  no-repeat; 

	 margin:0px auto 0px auto;

}



.pg_cmn_txt{
    font-size: 34px;
    line-height: 150%;
    font-family: 'noto700';  
}







.cp_01{
    margin-bottom: 70px;
    font-size: 15px;
    line-height: 160%;    
}

.cp_01 p{
    margin-top: 20px;
    text-align: right;

}


.cp_02{
    margin-bottom: 70px;
}

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

.cp_02 th{
    width: 180px;
	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_02 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_02 td ul li{
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;

}


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

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


.cp_03{

}







/* 事業案内　------------------------------------------ */



.svs_bg{

	background:url("../img/service/bg.jpg") right -290px top  no-repeat; 

	 margin:0px auto 0px auto;

}



.sv01_img{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.sv01_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 14px;    
    border-radius: 10px;    
}

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
















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


.recruit_bg{

	background:url("../img/recruit/bg.jpg") left -220px top  no-repeat; 

	 margin:0px auto 0px auto;

}


.rrt01_bx{
    padding: 60px;

background: linear-gradient(90deg, rgba(0,38,108,1) 0%, rgba(57,94,155,1) 100%);
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-bottom: 40px;
  
/*   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;*/
}

.rrt01_bx::before {

}

.rrt01_bx dl{


}

.rrt01_bx dl dt{
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'noto700';
    
   transform: rotate(-3deg);   
   
    margin-bottom: 40px;

}


.rrt01_bx dl dd{
    font-size: 14px;
    line-height: 150%;
    font-family: 'noto400';
    color: #FFFFFF;


}


.rrt01_bx dl dd p{
    font-size: 26px;
    line-height: 100%;
    font-family: 'noto700';
    margin-bottom: 10px;
}









.rrt03{
    margin-bottom: 100px;

}

.rrt03 dl dt{
    font-size:18px;
    line-height: 160%;
    font-family: 'noto700'; 
    color: #4198c0;
    margin-bottom: 10px;
}

.rrt03 dl dd{
    font-size:15px;
    line-height: 160%;
    margin-bottom: 35px;
    
    word-wrap: break-word;
    word-break: break-all;
}


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






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



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



















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



.contact_bg{

	background:url("../img/contact/bg.jpg") left -200px top  no-repeat; 

	 margin:0px auto 0px auto;

}

.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 60px;
    
    background: #FFFFFF;
    
    border: 1px solid #437509;
    padding: 30px 30px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 22px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 14px;
    text-align: center;
}



.ctt_txt01 dl dd{
    font-size: 35px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
    text-align: center;
}

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

.ctt_txt01 dl dd 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);
    }
}



}



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

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 180px;
height: auto;
position: absolute;
top: 18px;
left: 20px;

z-index:1;
}




h2.h2_01{
    font-size: 40px;
    line-height: 110%;
    color: #666666;
 
    margin-bottom: 35px;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 span{
    color: #000000;
}

.h2_c01{
    color: #ffffff !important;
}



h2.h2_01 p{
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 5px;
    
    background: url("../img/common/h2.png") left 9px no-repeat;
    padding-left: 10px;
}








h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    color: #4b6087;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 30px;
}


h3.h3_01 p{
    font-size: 15px;
    line-height: 120%;
    color: #666666;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}




h4.h4_01{
    font-size: 19px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 30px;
    vertical-align:text-bottom;

}

h4.h4_01:before {
    background-color: #3585c3; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 30px; /* 線の長さ */
    margin-right: 8px; /* 線右の余白 */
    vertical-align: middle;
    width: 6px; /* 線幅 */
    padding-bottom: 2px;
}



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

.tp_mg_out{
	position: relative;
    
/*    overflow: hidden;*/
}


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

}

   
   
   
   
.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

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


    
    max-width: 500px;
    box-sizing:border-box;
    width: 100%;


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

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

    letter-spacing: -0.12em;
    margin-bottom: 10px;
    text-align: right;

}

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




.tp_mg_in dl dt em{
    font-size: 70px;
    line-height: 100%;
    color:#000000;
    margin-left: -10px;
    margin-right: 0px;

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

   
   


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



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


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




.slider_in{
	position: absolute;
    max-width: 340px;
    width: 100%;

    height: 170px;

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

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




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

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

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

}







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

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

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

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


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

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





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


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

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

}





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



.about_img{
	width: 100%;
	height:250px !important;
	background:url("../img/about/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; 
}





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

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




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

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




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


.btn{

}


.btn a{

  display: block;
  max-width: 285px;

  width: 100%;
  height: 40px;
  padding: 0;

  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;


}



.btn a dl dt{
    float: left;
    clear: both;
    width: 240px;
    height: 40px;    
    background: #023683;
    box-sizing: border-box;

   font-size: 15px;
    font-family: 'noto700';
   color: #fff !important;
   line-height: 100%;

   
   border-radius: 5px;
   padding: 0 20px 3px 20px;
   
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
  position: relative;
}

.btn a dl dd{

    width: 40px;
    height: 40px;  
    margin-left: 245px;
   
   border-radius: 5px;
   
   background: url("../img/common/ar.png") center center  no-repeat,#023683;
   box-sizing: border-box;
}


.btn a::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
 
.btn a dl dt::before {
  background:#FFFFFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 6px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn a dl dt:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}






   
   


/* トップ 会社案内　------------------------------------------ */


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



.tp_cp01{

}

.tp_cp01_l{
    width: 100%;
    height: auto;
    float: none;
/*    background: #C1DDE3;*/
}


.tp_cp01_in_tx_btm01{
    margin-bottom: 60px !important;

}

.tp_cp01_in_tx_w01{


}

.tp_cp01_in_tx_w02{
}




.tp_cp01_r{
    width: 100%;
    height: auto;
    float: none;
/*    background: #E7AEAF;*/
}



.tp_cp01_in_tx{
    margin-bottom: 30px;
}

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


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

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







/* トップ 事業内容　------------------------------------------ */


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



.tp_svc_in{

}

.tp_svc01_in_tx{
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}

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




.tp_svc02{
    max-width: 960px;
    width: 100%;
    height: auto;
}

.tp_svc02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: -20px;
}

.tp_svc02 ul li img{
    padding-bottom: 30px;
}

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

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

.tp_svc02 ul li:nth-child(4){
    margin-right: 0%;
    margin-bottom: 0px;       
}


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


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



.news_01{
    margin-bottom: 30px;

}

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

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

}

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

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





/* トップ リクルート------------------------------------------ */


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




.tp_rt_in_tx{
    max-width: 900px;
    width: 100%;
    margin-bottom: 30px;
}

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


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

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










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



.cmm_ctt_bg{
	width: 100%;
	height:auto;
	background:#041027;
    padding: 50px 0;
}

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

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

}

.cmm_ctt dl dd{
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    font-family: 'noto700';     
}

.cmm_ctt dl dd span{
    font-size: 15px;
    font-family: 'noto700';    
    margin-left: 10px;
}

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

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





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



.abt_bg{

	background:url("../img/about/bg.jpg") left -250px top  no-repeat; 

	 margin:0px auto 0px auto;

}



.pg_cmn_txt{
    font-size: 34px;
    line-height: 150%;
    font-family: 'noto700';  
}







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

.cp_01 p{
    margin-top: 15px;
    text-align: right;

}


.cp_02{
    margin-bottom: 60px;
}

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

.cp_02 th{
    display: block;
    width: 100%;
	font-size:14px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    padding: 6px 0px 0 0;
    border-bottom:none;
    box-sizing: border-box;   
    color: #4B6087;
}

.cp_02 td{
    display: block;
    width: 100%;
	font-size:14px;
    line-height: 160%;
	border-collapse:collapse;
	text-align:left;
    padding: 4px 0px 6px 0;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-right: 12px;
    margin-bottom: 5px;
    float: left;

}


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

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


.cp_03{

}




/* 事業案内　------------------------------------------ */

.svs_bg{

	background:url("../img/service/bg.jpg") right -450px top  no-repeat; 

	 margin:0px auto 0px auto;

}



.sv01_img{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.sv01_img ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;    
    border-radius: 10px;    
}

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


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









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


.recruit_bg{

	background:url("../img/recruit/bg.jpg") left -420px top  no-repeat; 

	 margin:0px auto 0px auto;

}




.rrt01_bx{
    padding: 50px 30px;

background: linear-gradient(90deg, rgba(0,38,108,1) 0%, rgba(57,94,155,1) 100%);
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-bottom: 30px;
  
/*   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;*/
}

.rrt01_bx::before {

}

.rrt01_bx dl{


}

.rrt01_bx dl dt{
    font-size: 26px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'noto700';
    
   transform: rotate(-3deg);   
   
    margin-bottom: 25px;

}


.rrt01_bx dl dd{
    font-size: 14px;
    line-height: 150%;
    font-family: 'noto400';
    color: #FFFFFF;


}


.rrt01_bx dl dd p{
    font-size: 18px;
    line-height: 100%;
    font-family: 'noto700';
    margin-bottom: 10px;
}




.rrt03{
    margin-bottom: 60px;

}

.rrt03 dl dt{
    font-size:17px;
    line-height: 160%;
    font-family: 'noto700'; 
    color: #4198c0;
    margin-bottom: 10px;
}

.rrt03 dl dd{
    font-size:14px;
    line-height: 150%;
    margin-bottom: 30px;
    
    word-wrap: break-word;
    word-break: break-all;
}


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










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



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















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



.contact_bg{

	background:url("../img/contact/bg.jpg") left -450px top  no-repeat; 

	 margin:0px auto 0px auto;

}

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

}



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

.ctt_txt01 dl dd 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);
    }
}













}
