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


@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{
    margin-top: 90px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 1500px 600px;
}


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

}

.container02_h01{
    min-height: 800px;

}

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


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

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




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



.fr_bg{

	width: 100%;
    height: auto;
	background:#1d2128;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-bottom: 40px;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

footer{
	max-width:1200px;
	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:180%;
    margin-bottom: 50px;
    color: #ffffff;    
}

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

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

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

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





}



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


@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{
    margin-top: 60px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 700px 280px;
}


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

}

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


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

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




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

.fr_bg{
	width: 100%;
    height: auto;
	background:#1d2128;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-bottom: 30px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

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

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

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

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

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







}



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


@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{
    margin-top: 60px;
    background: url("../img/common/common_page_bg.png") top left no-repeat;
    background-size: 450px 180px;
}

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

}

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


#fixed-header {
  position: fixed;
  top: 0px;  
  width: 100%;
  
  
  z-index: 1500;
  
  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;
}





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

.fr_bg{
	width: 100%;
    height: auto;
	background:#1d2128;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-bottom: 30px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;         

}

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: 40px;
    color: #ffffff;    
}

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

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

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

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









}




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


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

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


h1.h1_01{

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

z-index: 1;

}

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



.h2_ct{
    text-align: center !important;
}

.h2_btm0{
    margin-bottom: 0px !important;
}



h2.h2_01{
    font-size: 90px;
    line-height: 100%;
    color: #000000;
 
    margin-bottom: 40px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #000000;
    padding-left: 20px;
    padding-top: 90px;
}


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


h2.h2_02{
    font-size: 90px;
    line-height: 100%;
    color:#FFFFFF;
 
    margin-bottom: 40px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #FFFFFF;
    padding-left: 20px;
    padding-top: 90px;
}


h2.h2_02 p{
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 4px;
    
    background: url("../img/common/h2.png") left center no-repeat;
    padding-left: 10px;
}



h3.h3_01{
    font-size: 30px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #000000;
    margin-bottom: 35px;
}

h3.h3_01 p{
    font-size: 24px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #cc0000;
    margin-bottom: 5px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h3.h3_01 p:first-letter{
    color: #666666;
 }

h3.h3_01 span{
    color: #666666;
 }
 
 
 
 
 

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


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



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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    
    z-index: 0;
    
    overflow: hidden;    
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 2;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index: 10;


/*background: #E97072;*/

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

.slide_txt_in{

    max-width: 936px;
    width: 100%;
    height: auto;
    margin: 80px auto 0 auto;

}

.slide_txt_in01{

    max-width: 670px;
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;

}







.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}




/*==================================================
スライダーのための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: 1100px;
    width: 100%;

    height: 530px;

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


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



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


.slider_in dl dd{

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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

*/


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

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

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


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


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


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


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


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

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


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









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


.btn_btm01{
    margin-bottom: 60px;

}

.button{
    max-width: 400px;
    width: 100%;
    height: 35px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 400px;
    width: 100%;
    height: 35px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 20px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft: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:580px !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_in_tx{
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 50px;
}


.tp_cp01_in_tx p{
    font-size: 22px;
    line-height: 100%;
    margin-top: 25px;
}


.tp_cp01_in_tx ul{
    margin-top: 10px;
}

.tp_cp01_in_tx ul li{
    font-size: 21px;
    line-height: 100%;    
    margin-bottom:15px;
}

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





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


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



}

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




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


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


.tp_ns_bg{
	width: 100%;
	height:580px !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;         
}


.tp_ns{

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



}




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

}

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

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




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


.tp_rrt_bg{
	width: 100%;
	height:580px !important;
	background:url("../img/top/04_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_rrt01_in_tx{
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 50px;
}

.tp_rrt01_in_tx ul{
    margin-top: 10px;
}

.tp_rrt01_in_tx ul li{
    font-size: 21px;
    line-height: 100%;    
    margin-bottom:15px;
}

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






/*  会社概要　------------------------------------------ */



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

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
	width:150px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}

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

}

.abt_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;
    float: left;  
}



.abt_02_btm{
    margin-bottom: 70px;

}


.abt_02_t{
    font-size: 16px;
    line-height: 180%;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #666666;
    border-bottom:  1px solid #666666;
}


.abt_02_t01{
    margin-bottom: 30px;
}

.abt_02_t01 dl dt{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 15px;
}

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

}



.bns008{
	width:100%;
	height:auto;
    margin-bottom: 100px;
}

.bns008 table{
	width:100%;
	height:auto;

}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}



.abt_03{
	width:100%;
	height:auto;
    margin-bottom: 100px;
}

.abt_03 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}

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

.abt_03_img{
    margin-bottom: 15px;
}

.abt_03_in{
       font-size: 15px;
    line-height: 140%; 
    
    height: 100px;    
}

.abt_03_in p{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto500';  
    text-align: center;
    margin-bottom: 10px;
}




.abt_03_in dl dt{
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 140%;
}


.abt_03_in dl dd{

    margin-left: 120px;
       font-size: 15px;
    line-height: 140%; 
    margin-bottom: 5px;
}


.google-maps {
  position: relative;

  /* はみ出した部分を切り取る */
  overflow-y: hidden;

  width: 100%;

  padding-top: 75%;
}

.google-maps iframe {
  position: absolute;

  /* クチコミ部分の高さ分、Google マップを上にずらす */
  top: -150px;

  left: 0;
  width: 100%;

  /*
    「Google マップを上にずらした分（例: 150px） × 2」
    Google マップ自体の高さを広げてあげます

    *「×2」をしてあげないと、赤色のマップピンが上側にずれます
  */
  height: calc(100% + (150px * 2));
}



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

.svs001{
    margin-bottom: 100px;

}

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

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

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

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

.svs001_img{
    margin: 0 auto 30px auto;
}


.svs001 dl dt{
    max-width: 240px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: #cc0000;
    margin: 0 auto 20px auto;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500';   


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

.svs001 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;
}




.svs002_tx{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}


.svs002{
    margin-bottom: 100px;

}

.svs002 ul li{
    width: 31.2%;
    height: auto;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 35px;
}

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


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




.svs003{
    margin-bottom: 100px;
}

.svs003 ul li{
    width: 31.2%;
    height: auto;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 50px;
}

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



.svs003_img{
    margin: 0 auto 10px auto;
}

.svs003 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 7px;
}

.svs003 ul li dl dd{
    font-size: 18px;
    line-height: 140%;
    color: #006699;
}








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


.rrt01{
    margin-bottom: 60px;
}


.rrt01 dl dt{
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    font-family: 'noto700'; 
    margin-bottom: 15px;
}

.rrt01 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;
}


.rrt02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;
}

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

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




.rrt03{
    width: 100%;
    height: auto;
    margin-bottom: 100px;

}

.rrt03 ul li{

    width:100%;
    height:auto;
    margin: 0 auto 20px auto;
    
    padding-bottom: 40px;

    background:url("../img/recruit/list.png") center bottom no-repeat;  
}


.rrt03 ul li p{
    max-width: 800px;
    width:100%;
    height:60px;

    margin: 0 auto 0px auto;
    
    border: 2px solid #cc0000;
    border-radius: 10px;
    
    box-sizing: border-box;
    background: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    font-family: 'noto500'; 

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



.rrt03 ul li p span{
    color: #666666;
    margin-right: 20px;
}

.rrt03 ul li:last-child{
	margin-bottom:0px;
    background:none; 
    padding-bottom: 0px;   
}






.rrt04{
    position: relative;
    width: 100%;
    min-height: 390px;

    margin-bottom: 50px;
}

.rrt04 dl dt{
    position: absolute;
    top: 0;
    left: 60px;
    
    width: 300px;
    height: 300px;
    background: #5c718b;
    border-radius: 50%;
    
    z-index: 4;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

.rrt04 dl dd{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 3;    
}


.rrt04_in{
    font-size: 40px;
    line-height: 140%;
    font-family: 'noto700'; 
    color: #FFFFFF;
}


.rrt04_in p{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto500'; 
    margin-bottom: 3px;
}


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

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




.rrt05{
    margin-bottom: 100px;
}

.rrt05 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 40px;
    margin-bottom: 40px;
    
    
    word-break: break-all;
    word-wrap: break-word;    
}


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


.rrt05 dl dt{
    font-size: 60px;
    line-height: 100%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 15px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.rrt05 dl dt p{
    font-size: 30px;
    line-height: 100%;
    color: #cc0000;
     margin-bottom: 4px;   
}

.rrt05 dl dd p{
    font-size: 24px;
    line-height: 160%;
    font-family: 'noto700';
     margin-bottom: 15px;
    text-align: center;       
}


.rrt05 dl dd{
    font-size:16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;    
}







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


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}









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




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

}

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



.ctt_txt01 dl dd{
    font-size: 45px;
    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;
}


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #1D2128;
    text-decoration:underline;
}



.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:26px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 20px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 7px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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

z-index: 1;
}

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



.h2_ct{
    text-align: center !important;
}


.h2_btm0{
    margin-bottom: 0px !important;
}



.h2_01_wt{
    color:#FFFFFF !important;
    border-left:none !important; 
}

.h2_01_wt01{
    color:#FFFFFF !important;
    border-left: 1px solid #FFFFFF !important;    
}











h2.h2_01{
    font-size: 70px;
    line-height: 100%;
    color: #000000;
 
    margin-bottom: 40px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #000000;
    padding-left: 20px;
    padding-top: 65px;
}


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



h2.h2_02{
    font-size: 70px;
    line-height: 100%;
    color:#FFFFFF;
 
    margin-bottom: 40px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #FFFFFF;
    padding-left: 20px;
    padding-top: 65px;
}


h2.h2_02 p{
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';
    font-style: normal;    
    font-weight: normal;
    margin-bottom: 4px;
    
    background: url("../img/common/h2.png") left center no-repeat;
    background-size: 4px 13px;
    padding-left: 8px;
}


h3.h3_01{
    font-size: 26px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #000000;
    margin-bottom: 32px;
}

h3.h3_01 p{
    font-size: 21px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #cc0000;
    margin-bottom: 5px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h3.h3_01 p:first-letter{
    color: #666666;
 }

h3.h3_01 span{
    color: #666666;
 }



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


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



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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    
    z-index: 0;
    overflow: hidden;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 2;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index: 10;

/*background: #E97072;*/

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

.slide_txt_in{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
}



.slide_txt_in01{

    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;

}


 
 
 
.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}




/*==================================================
スライダーのための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: 1100px;
    width: 100%;

    height: 400px;

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

.slider_in img{


}



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


.slider_in dl dd{
width: 380px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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


*/

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

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

/*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_top_img{
	width: 100%;
	height:350px !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;

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



.service_top_img{
	width: 100%;
	height:350px !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;


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


.recruit_top_img{
	width: 100%;
	height:350px !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;


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

.contact_top_img{
	width: 100%;
	height:350px !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;


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




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


.btn_btm01{
    margin-bottom: 50px;

}

.button{
    max-width: 300px;
    width: 100%;
    height: 32px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 300px;
    width: 100%;
    height: 32px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 18px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft: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:580px !important;
	background:url("../img/top/01_bg.jpg") right -20px 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_in_tx{
    font-size: 22px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 40px;
}


.tp_cp01_in_tx p{
    font-size: 20px;
    line-height: 100%;
    margin-top: 20px;
}



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


.tp_cp01_in_tx ul{
    margin-top: 10px;
}

.tp_cp01_in_tx ul li{
    font-size: 18px;
    line-height: 100%;    
    margin-bottom:12px;
}

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





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


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



}

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


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







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



.tp_ns_bg{
	width: 100%;
	height:560px !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;         
}



.tp_ns{

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



}

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

}

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

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



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


.tp_rrt_bg{
	width: 100%;
	height:560px !important;
	background:url("../img/top/04_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_rrt01_in_tx{
    font-size: 22px;
    line-height: 160%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 40px;
}

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



.tp_rrt01_in_tx ul{
    margin-top: 10px;
}

.tp_rrt01_in_tx ul li{
    font-size: 18px;
    line-height: 100%;    
    margin-bottom:12px;
}

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





/*  会社概要　------------------------------------------ */



.abt_01{
    width: 100%;
    margin-bottom: 80px;
}

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
	width:130px !important;
	padding:10px 0px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
	padding:10px 0px;
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}

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




.abt_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;
    float: left;  
}




.abt_02_btm{
    margin-bottom: 50px;

}


.abt_02_t{
    font-size: 15px;
    line-height: 170%;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #666666;
    border-bottom:  1px solid #666666;
}


.abt_02_t01{
    margin-bottom: 30px;
}

.abt_02_t01 dl dt{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
}

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

}





.bns008{
	width:100%;
	height:auto;
    margin-bottom: 80px;
}

.bns008 table{
	width:100%;
	height:auto;

}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}


.abt_03{
    max-width: 780px;
	width:100%;
	height:auto;
    margin: 0 auto 70px auto;
}

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

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

.abt_03_img{
    margin-bottom: 15px;
}

.abt_03_in{
    font-size: 14px;
    line-height: 140%;
    height: 70px;    
}

.abt_03_in p{
    font-size: 15px;
    line-height: 140%;
    font-family: 'noto500';  
    text-align: center;
    margin-bottom: 10px;
}

.abt_03_in dl{


}


.abt_03_in dl dt{
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 140%;
}


.abt_03_in dl dd{

    margin-left: 120px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
}


.google-maps {
  position: relative;

  /* はみ出した部分を切り取る */
  overflow-y: hidden;

  width: 100%;

  padding-top: 75%;
}

.google-maps iframe {
  position: absolute;

  /* クチコミ部分の高さ分、Google マップを上にずらす */
  top: -150px;

  left: 0;
  width: 100%;

  /*
    「Google マップを上にずらした分（例: 150px） × 2」
    Google マップ自体の高さを広げてあげます

    *「×2」をしてあげないと、赤色のマップピンが上側にずれます
  */
  height: calc(100% + (150px * 2));
}


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

.svs001{
    margin-bottom: 70px;

}

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

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

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

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

.svs001_img{
    margin: 0 auto 20px auto;
}


.svs001 dl dt{
    max-width: 180px;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    background: #cc0000;
    margin: 0 auto 15px auto;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500';   


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

.svs001 dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-break: break-all;
    word-wrap: break-word;
}





.svs002_tx{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 35px;

}




.svs002{
    margin-bottom: 70px;

}

.svs002 ul li{
    width: 31.2%;
    height: auto;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 20px;
}

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


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




.svs003{
    margin-bottom: 70px;
}

.svs003 ul li{
    width: 31.2%;
    height: auto;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 40px;
}

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



.svs003_img{
    margin: 0 auto 10px auto;
}

.svs003 ul li dl dt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;
}

.svs003 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    color: #006699;
}










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


.rrt01{
    margin-bottom: 50px;
}


.rrt01 dl dt{
    font-size: 21px;
    line-height: 150%;
    text-align: left;
    font-family: 'noto700'; 
    margin-bottom: 15px;
}

.rrt01 dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-break: break-all;
    word-wrap: break-word;
}


.rrt02{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

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

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




.rrt03{
    width: 100%;
    height: auto;
    margin-bottom: 70px;

}

.rrt03 ul li{

    width:100%;
    height:auto;
    margin: 0 auto 20px auto;
    
    padding-bottom: 40px;

    background:url("../img/recruit/list.png") center bottom no-repeat; 
    background-size:38px 19px;
}


.rrt03 ul li p{
    max-width: 700px;
    width:100%;
    height:60px;

    margin: 0 auto 0px auto;
    
    border: 2px solid #cc0000;
    border-radius: 10px;
    
    box-sizing: border-box;
    background: #FFFFFF;
    
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    font-family: 'noto500'; 

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



.rrt03 ul li p span{
    color: #666666;
    margin-right: 17px;
}

.rrt03 ul li:last-child{
	margin-bottom:0px;
    background:none; 
    padding-bottom: 0px;   
}






.rrt04{
    position: relative;
    width: 100%;
    min-height: 320px;

    margin-bottom: 50px;
}

.rrt04 dl dt{
    position: absolute;
    top: 0;
    left: 30px;
    
    width: 210px;
    height: 210px;
    background: #5c718b;
    border-radius: 50%;
    
    z-index: 4;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

.rrt04 dl dd{
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 3;    
}


.rrt04_in{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700'; 
    color: #FFFFFF;
}


.rrt04_in p{
    font-size: 15px;
    line-height: 140%;
    font-family: 'noto500'; 
    margin-bottom: 3px;
}


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

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




.rrt05{
    margin-bottom: 70px;
}

.rrt05 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 35px;
    margin-bottom: 35px;
    
    
    word-break: break-all;
    word-wrap: break-word;    
}


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


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



.rrt05 dl dt{
    font-size: 50px;
    line-height: 100%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 15px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.rrt05 dl dt p{
    font-size: 26px;
    line-height: 100%;
    color: #cc0000;
     margin-bottom: 4px;   
}

.rrt05 dl dd p{
    font-size: 21px;
    line-height: 160%;
    font-family: 'noto700';
     margin-bottom: 15px;
    text-align: center;       
}


.rrt05 dl dd{
    font-size:15px;
    line-height: 170%;
    
    word-break: break-all;
    word-wrap: break-word;    
}

























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


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}




















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





.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 70px;
    
    border: 1px solid #1D2128;

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


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #1D2128;
    text-decoration:underline;
}




.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: 18px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 7px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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

z-index:1;
}





.h2_ct{
    text-align: center !important;
}


.h2_btm0{
    margin-bottom: 0px !important;
}


.h2_01_wt{
    color:#FFFFFF !important;
    border-left:none !important; 
}

.h2_01_wt01{
    color:#FFFFFF !important;
    border-left: 1px solid #FFFFFF !important;    
}


.h2_01_wt02{
    color:#FFFFFF !important;
    border-left: 1px solid #FFFFFF !important;    
}


.h2_01_wt02_01{
    color:#FFFFFF !important;
    border-left:none !important;  
}





h2.h2_01{
    font-size: 45px;
    line-height: 100%;
    color: #000000;
 
    margin-bottom: 30px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #000000;
    padding-left: 14px;
    padding-top: 45px;
}


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


h2.h2_02{
    font-size: 45px;
    line-height: 100%;
    color:#FFFFFF;
 
    margin-bottom: 30px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    border-left: 1px solid #FFFFFF;
    padding-left: 14px;
    padding-top: 45px;
}


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


h3.h3_01{
    font-size: 21px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #000000;
    margin-bottom: 30px;
}

h3.h3_01 p{
    font-size: 18px;
    line-height: 100%;

    font-family: 'noto500';  
    font-weight: normal;
    color: #cc0000;
    margin-bottom: 5px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h3.h3_01 p:first-letter{
    color: #666666;
 }

h3.h3_01 span{
    color: #666666;
 }



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

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

   

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



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
     overflow: hidden;   
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;

    z-index: 2;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;

    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 10px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






.slide_txt_out{
position:relative;
width: 100%;
height: 100vh;
margin: 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index: 10;


/*background: #E97072;*/

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

.slide_txt_in{
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
    

    

}

.slide_txt_in01{
    max-width: 330px;
    width: 100%;
    height: auto;
    margin: 25px auto 0 auto;

}





.is-animated {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}








/*==================================================
スライダーのための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: 1100px;
    width: 100%;

    height: 350px;

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

.slider_in img{


}



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


.slider_in dl dd{
width: 300px;

text-align: center;

margin: 0 auto;
}

.slider_in dl dd img{

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







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

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

/*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_top_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:60px auto 0px auto;

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



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


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


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


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

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


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



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

.btn_btm01{
    margin-bottom: 40px;

}

.button{
    max-width: 220px;
    width: 100%;
    height: 32px;
    background: #b70505;  
}

.button a {
    overflow: hidden;
    
  position: relative;
  display: block;
    max-width: 220px;
    width: 100%;
    height: 32px;
    padding: 0 0 0 0;
    background: #b70505;
    font-size: 16px;

    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  
    outline: none;
    transition: ease .2s;
    
  box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft: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:520px !important;
	background:url("../img/top/01_bg.jpg") right -250px 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_in_tx{
    font-size: 17px;
    line-height: 180%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 30px;
}


.tp_cp01_in_tx span::before{
	content: "" ;
	white-space:none ;
}


.tp_cp01_in_tx p{
    font-size: 16px;
    line-height: 100%;
    margin-top: 15px;
}




.tp_cp01_in_tx ul{
    margin-top: 7px;
}

.tp_cp01_in_tx ul li{
    font-size: 15px;
    line-height: 100%;    
    margin-bottom:12px;
}

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






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


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



}

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



.tp_svc01_in_tx span::before{
	content: "" ;
	white-space:none ;
}


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


.tp_ns_bg{
	width: 100%;
	height:440px !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;         
}





.tp_ns{

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



}


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

}

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

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


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


.tp_rrt_bg{
	width: 100%;
	height:440px !important;
	background:url("../img/top/04_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_rrt01_in_tx{
    font-size: 17px;
    line-height: 180%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 30px;
}

.tp_rrt01_in_tx span::before{
	content: "" ;
	white-space:none ;
}



.tp_rrt01_in_tx ul{
    margin-top: 7px;
}

.tp_rrt01_in_tx ul li{
    font-size: 15px;
    line-height: 100%;    
    margin-bottom:12px;
}

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







/*  会社概要　------------------------------------------ */



.abt_01{
    width: 100%;
    margin-bottom: 60px;
}

.abt_01 table{
    width: 100%;
}

.abt_01 table th{
    display: block;
	width:100% !important;
	padding:6px 0px 6px 0;
	box-sizing:border-box;

    font-family: 'noto500';   
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom:none;
    
overflow-wrap: anywhere;

}

.abt_01 table td{
    display: block;
	width:100% !important;
	padding:0px 0px 6px 0;
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px dotted #999999;
    
    
    overflow-wrap: anywhere;
}

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



.abt_01 table td ul li.abl01{
    background:none !important;
    list-style: decimal;
    margin-left: 28px;
    padding-left: 5px;
     margin-right: 25px;
    float: left;  
}



.abt_02_btm{
    margin-bottom: 60px;

}


.abt_02_t{
    font-size: 14px;
    line-height: 160%;
    padding: 10px 0;
    margin-bottom: 25px;
    border-top: 1px solid #666666;
    border-bottom:  1px solid #666666;
}


.abt_02_t01{
    margin-bottom: 25px;
}

.abt_02_t01 dl dt{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
}

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

}



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

    overflow-x: auto;
    display: block;
    
    margin-bottom: 60px;    
}

.bns008 table{
	width:100%;
	height:auto;

    white-space: nowrap;
}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}



.bns008::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.bns008::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px; 
}


.bns008::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


.bns008::-webkit-scrollbar-thumb:hover {
    background: #555;
}






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

.abt_03 ul li{
    max-width: 380px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 35px auto;

}

.abt_03 ul li:nth-child(2n){
    margin: 0 auto 35px auto;
}


.rrt03 ul li:last-child{
    margin: 0 auto 0 auto; 
}


.abt_03_img{
    margin-bottom: 15px;
}

.abt_03_in{
    font-size: 14px;
    line-height: 140%;
    
    height:auto !important;    
}

.abt_03_in p{
    font-size: 15px;
    line-height: 140%;
    font-family: 'noto500';  
    text-align: center;
    margin-bottom: 10px;
}

.abt_03_in dl{



}


.abt_03_in dl dt{
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 140%;
}


.abt_03_in dl dd{

    margin-left: 120px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
}

.google-maps {
  position: relative;

  /* はみ出した部分を切り取る */
  overflow-y: hidden;

  width: 100%;

  padding-top: 75%;
}

.google-maps iframe {
  position: absolute;

  /* クチコミ部分の高さ分、Google マップを上にずらす */
  top: -150px;

  left: 0;
  width: 100%;

  /*
    「Google マップを上にずらした分（例: 150px） × 2」
    Google マップ自体の高さを広げてあげます

    *「×2」をしてあげないと、赤色のマップピンが上側にずれます
  */
  height: calc(100% + (150px * 2));
}




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

.svs001{
    margin-bottom: 60px;

}

.svs001 ul li{
    max-width: 580px;
    width: 100%;
    height: auto;
    float: none;
    margin:  0 auto 50px auto;

}

.svs001 ul li:nth-child(2n){
    margin:  0 auto 50px auto;
}

.svs001 ul li:nth-child(3){
    margin:  0 auto 50px auto;
}

.svs001 ul li:nth-child(4){
    margin:  0 auto 0px auto;
}

.svs001_img{
    margin: 0 auto 20px auto;
}


.svs001 dl dt{
    max-width: 180px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #cc0000;
    margin: 0 auto 12px auto;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500';   


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

.svs001 dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-break: break-all;
    word-wrap: break-word;
}




.svs002_tx{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}





.svs002{
    margin-bottom: 60px;

}

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

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


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

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


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




.svs003{
    margin-bottom: 60px;
}

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

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


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

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

.svs003 ul li:nth-child(7){
    margin-right: 3%;
}




.svs003_img{
    margin: 0 auto 10px auto;
}

.svs003 ul li dl dt{
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 7px;
}

.svs003 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    color: #006699;
}








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


.rrt01{
    margin-bottom: 40px;
}


.rrt01 dl dt{
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    font-family: 'noto700'; 
    margin-bottom: 15px;
}

.rrt01 dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-break: break-all;
    word-wrap: break-word;
}


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

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

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




.rrt03{
    width: 100%;
    height: auto;
    margin-bottom: 60px;

}

.rrt03 ul li{

    width:100%;
    height:auto;
    margin: 0 auto 15px auto;
    
    padding-bottom: 30px;

    background:url("../img/recruit/list.png") center bottom no-repeat; 
    background-size:30px 15px;
}


.rrt03 ul li p{
    max-width: 700px;
    width:100%;
    height:55px;

    margin: 0 auto 0px auto;
    
    border: 2px solid #cc0000;
    border-radius: 10px;
    
    box-sizing: border-box;
    background: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    font-family: 'noto500'; 

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



.rrt03 ul li p span{
    color: #666666;
    margin-right: 17px;
}

.rrt03 ul li:last-child{
	margin-bottom:0px;
    background:none; 
    padding-bottom: 0px;    
}






.rrt04{
    position: relative;
    width: 100%;
    min-height: 320px;

    margin-bottom: 20px;
}

.rrt04 dl dt{
    position: absolute;
    top: 0;
    left: 20px;
    
    width: 130px;
    height: 130px;
    background: #5c718b;
    border-radius: 50%;
    
    z-index: 4;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}

.rrt04 dl dd{
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 3;    
}


.rrt04_in{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto700'; 
    color: #FFFFFF;
}


.rrt04_in p{
    font-size: 13px;
    line-height: 140%;
    font-family: 'noto500'; 
    margin-bottom: 3px;
}


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

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




.rrt05{
    margin-bottom: 60px;
}

.rrt05 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    border-bottom: 1px dotted #999999;
    padding-bottom: 25px;
    margin-bottom: 25px;
    
    
    word-break: break-all;
    word-wrap: break-word;    
}


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


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



.rrt05 dl dt{
    font-size: 40px;
    line-height: 100%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 10px;
    
    font-family: franklin-gothic-urw-comp, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.rrt05 dl dt p{
    font-size: 20px;
    line-height: 100%;
    color: #cc0000;
     margin-bottom: 3px;   
}

.rrt05 dl dd p{
    font-size: 17px;
    line-height: 160%;
    font-family: 'noto700';
     margin-bottom: 15px;
    text-align: center;       
}


.rrt05 dl dd{
    font-size:14px;
    line-height: 160%;
    
    word-break: break-all;
    word-wrap: break-word;    
}




























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


.privacy{
}


.privacy dt {
    font-size:14px;
    line-height: 160%;

    margin-bottom: 5px;

}


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 20px;

}














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


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

}

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



.ctt_txt01 dl dd{
    font-size: 25px;
    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;
}


.f_text01 a{
    color: #1D2128;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #1D2128;
    text-decoration:underline;
}



.contact-t{
    margin-bottom: 50px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

	line-height:120%;
	margin-bottom:20px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 15px;
    line-height: 100%;
    text-align:center;
}

.contact-t dl dd p{
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 12px;
    text-align:center;
    color: #835f08;

    font-family: "paganini", serif;
    font-weight: 400;
    font-style: normal;
}

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













}
