@charset "utf-8";
/* CSS Document */
#imageslow{
	width:100%;
	height:300px;
	background-image: url(../images/company/top.jpg);}
	
	.midashi2{color:#FFF;
	font-size:36px;
	text-align:center;
	    padding-top: 140px;
	}
/***********パンクズリスト*************************/
*, *::after, *::before {
  box-sizing: border-box;
}




@media only screen and (min-width: 1170px) {

}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em 1em;
  margin: 1em auto;
  
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #959fa5;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #959fa5;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
	
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}


/
/*********************************************/
article{
	width:1200px;
}



.midashi3p{
	text-align:center;
	font-size:28px;
	    margin: auto;
   }
	.combox{
		position: relative;
    max-width: 1200px;
    min-width: 720px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	}
#grbox{
	position: relative;
    max-width: 1200px;
    min-width: 720px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	    min-height: 598px;
		margin-bottom: 100px;}

#grtext{
	line-height:30px;
	padding:0px 35px 25px 25px;	
	margin-top: 50px;
}
.txt{
	font-size:24px;
	font-weight:600;
}
.grTxtSub{
	padding:35px 25px 25px 25px;
}

#grleft{position: relative;
    z-index: 1;
    padding-top: 50px;
    width: 50.9%;
}
#grright{
position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 58.5%;	
}


.leather{
	width:1200px;
	padding:20px 50px;
	margin:auto;
}



.leatherh3 {
position: relative;
color: #158b2b;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 2em 0;
}
.leatherh3:before {
content: "";
position: absolute;
top: -15px;
left: 50%;
width: 150px;
height: 70px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.notetext{
	line-height:30px;
	color: #424040;}

.note {

    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #0a8915;
    margin: 2em 0;
    padding: 2em;
}
  
.bang{
	background-image:url(../images/company/1%20.jpg);
	background-attachment: fixed;
	background-position: center;}
.bangbox{width:1200px;
margin:auto;
padding:60px 40px}
.bangh3{
	padding: 1em;/*文字周りの余白*/
	color: #333;/*文字を白に*/
	border-radius: 1em;/*角の丸み*/
	width: 400px;
	background-color: #FFFFFF;
	text-align:center;
	margin:auto;
}
.bangtext{
	color:#FFF;
	line-height:30px;
	margin-top:40px;
}
	
	/************MAP*********************/
.ggmap {
position: relative;

padding-top: 30px;
height: 400px;
overflow: hidden;
margin-bottom:50px;
margin-top: 50px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/******************************/


.combox1{
		position: relative;
    
    width:100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:100px;
	margin-bottom:50px;}
	
	/*****************************/


	.c-title{
		text-align:center;
}
	.en{
		font-size:36px;
	}
	.jp{
	font-size:20px;
	margin-top:10px;
	font-weight:600;}
	
	
b{
	font-weight:600;}	
	
	
	
	@media screen and ( max-width: 480px ) {
		
		article{
	width:100%;
}



.midashi3p{
	text-align:center;
	font-size:28px;
	    margin: auto;
   }
	.combox{
		position: relative;
    max-width: 100%;
    min-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	}
#grbox{
	position: relative;
    max-width: 1200px;
    min-width: 720px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	    min-height: 598px;
		margin-bottom: 100px;}

#grtext{
	line-height:30px;
	padding:0px 35px 25px 25px;	
	margin-top: 50px;
}
.txt{
	font-size:24px;
	font-weight:600;
}
.grTxtSub{
	padding:35px 25px 25px 25px;
}

#grleft{position: relative;
    z-index: 1;
    padding-top: 50px;
    width: 50.9%;
}
#grright{
position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 58.5%;	
}


.leather{
	width:100%;
	padding:15px 5%;
	margin:auto;
}



.leatherh3 {
position: relative;
color: #158b2b;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 2em 0;
}
.leatherh3:before {
content: "";
position: absolute;
top: -15px;
left: 50%;
width: 150px;
height: 70px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.notetext{
	line-height:30px;
	color: #424040;}

.note {

    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #0a8915;
    margin: 2em 0;
    padding: 2em;
}
  
.bang{
	background-image:url(../images/company/1%20.jpg);
	background-attachment: fixed;
	background-position: center;}
.bangbox{width:100%;
margin:auto;
padding:60px 5%;}
.bangh3{
	font-size: inherit;
	padding: 1em;/*文字周りの余白*/
	color: #333;/*文字を白に*/
	border-radius: 1em;/*角の丸み*/
	width: 97%;
	background-color: #FFFFFF;
	text-align:center;
	margin:auto;
}
.bangtext{
	color:#FFF;
	line-height:30px;
	margin-top:40px;
}
	
	/************MAP*********************/
.ggmap {
position: relative;

padding-top: 30px;
height: 400px;
overflow: hidden;
margin-bottom:50px;
margin-top: 50px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/******************************/


.combox1{
		position: relative;
    
    width:100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:100px;
	margin-bottom:50px;}
	
	/*****************************/


	.c-title{
		text-align:center;
}
	.en{
		font-size:36px;
	}
	.jp{
	font-size:20px;
	margin-top:10px;
	font-weight:600;}
	
	
b{
	font-weight:600;}	
	

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em 1em;
  margin: 1em auto;
  
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #959fa5;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #959fa5;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
	
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}


/
/*********************************************/
article{
	width:100%;
}



.midashi3p{
	text-align:center;
	font-size:28px;
	    margin: auto;
   }
	.combox{
		position: relative;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	}
#grbox{
	position: relative;
       max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	    min-height: 598px;
		margin-bottom: 50px;}

#grtext{
	line-height:30px;
	padding:0px 35px 25px 25px;	
}
.txt{
	font-size:20px;
	line-height: 25px;
	font-weight:600;
}
.grTxtSub{
	padding:35px 25px 25px 25px;
}

#grleft{position: relative;
    z-index: 1;
    padding-top: 50px;
    width: 100%;
}
#aisatu{
	    width: 60%;
}
#grright{
position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 58.5%;	
}



	
	/************MAP*********************/
.ggmap {
position: relative;

padding-top: 30px;
height: 400px;
overflow: hidden;
margin-bottom:50px;
margin-top: 50px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/******************************/


.combox1{
		position: relative;
    
    width:100%;
    margin-left: auto;
    margin-right: auto;
	margin-top:100px;
	margin-bottom:50px;}
	
	/*****************************/


	.c-title{
		text-align:center;
}
	.en{
		font-size:36px;
	}
	.jp{
	font-size:20px;
	margin-top:10px;
	font-weight:600;}
	
	
	
			
		
		
		
		
		
		
		
		
		
		
		
		
	}
