/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Gothic', sans-serif;
font-family: 'Sawarabi Mincho', sans-serif;
*/

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  background: #C5CAE9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
	float: right;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
	background-color: #000000;
}


.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}
.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #000;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
	color: #FFFFFF;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.date {
	background: #FF4081;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000000;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

body {
    font-family: "Sawarabi Gothic";	margin: 0px;
	padding: 0px;
	line-height: 200%;
	letter-spacing: 1.5px;
}


a {
  text-decoration: none;
}

/*
ul {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
lil {
	border-right: 1px solid #bbbbbb;
	display: inline-block;
	text-align: center;
	background-color: #000;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	padding-top: 1%;
	padding-right: 20px;
	padding-bottom: 1%;
	padding-left: 20px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
li a:hover:not(.active) {
	background-color: #a9bce2;
}
*/
.active {
	background-color: #000000;
}	
	
.acs{
	font-size: 48px;
	height: 50px;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20%;
	font-family: 'Noto Serif JP', serif;

}
.acces {
	height: 400px;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
}



.midashi {
	height: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	width: 90%;
}
.menu {
	background-color: #FFF;
	position: sticky;
	top: 0px;
	z-index: 10;
	width: 97%;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head {
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 0px;
	margin-bottom: 1%;
	overflow: visible;
}
.logo {
	height: 80px;
	width: 100px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
.syamei {
	height: 80px;
	font-size: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 10px;
	font-family: "Noto Sans JP";
	letter-spacing: 3px;
	position: relative;
}
.syamei::before{
	position:absolute;
	content:url(../logo2.png);
	top:20px;
	left:150px;
}
.syohinmidashi {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 5%;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 90%;
}

.pro {
	height: 800px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFF;
	font-size: 64px;
	text-align: center;
	}


.probefore {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../image/index%20slide/glass3.JPG);
	background-size: cover;
	margin-top: 5%;
}

h4{
	width: 90%;
	height: 1.5em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0.5;
	display: block;
	margin: auto;
	padding-left: 50px;
}


.nango {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: 90%;
	margin-top: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	display: Flex;
}
.nango1 {
	width: 25%;
	height: auto;
	display: Flex;
	text-align: center;
}
.genten {
	height: auto;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 48px;
	text-align: center;
	width: 90%;
	font-family: 'Noto Serif JP', serif;

}

.companyinfo {
	height: auto;
	width: 90%;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20%;
}

.cominfo1 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	text-align: left;
	display: Flex;
	border-bottom-style: groove;
}
.cominfo2 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: Flex;
	border-bottom-style: groove;
	padding-top: 2%;

}

.cominfoleft {
	height: auto;
	width: 20%;
	padding-left: 5%;
}

.cominforight{
	height: auto;
	width: 65%;
	text-align: left;
	}

.sogyo {
	height: auto;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: Flex;
	width: 90%;
}
.kaneku {
	height: 300px;
	width: 40%;
	float: left;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	font-size: 14px;
	text-align: left;
}
.rogoyurai {
	float: left;
	height: 300px;
	width: 40%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	clear: both;
	font-size: 14px;
	text-align: left;
}
.factorymidashi {
	height: 50px;
	width: 75%;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 36px;
}
.person {
	display: flex;
	max-width: 80em;
	align-items: stretch;
	background: grey;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

.person-header {
 padding: 2rem; 
}

.person-bild {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.person-introduction {
  padding-left: 2rem;
  background: lightgrey;
  display: flex;
  align-items: center;
}
.nangoshyokai {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20%;
	margin-bottom: 0px;
	font-size: 48px;
	text-align: center;
	width: 90%;
	font-family: 'Noto Serif JP', serif;
}

.yoh2 {
}

li{
	width: 10%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.menu li:nth-child(1){border-left:solid 1px black;
}



.stop {
	clear: both;
	float: none;
	height: 600px;
}
li a{
	display: block;
	margin: 5px;
	text-align: center;
	color: #000;
}
ul{
	list-style: none;
	display: Flex;
	justify-content: flex-end;
}

#menu2slide{
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
	}
	
#menu3slide{
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 150px;
	}

.foot {
	height: auto;
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	width: 100%;
	font-size: 16px;
	margin-top: 15%;
}

.andtittle1{
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
.andtittle2{
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}


@media screen and (max-width: 800px){
.acces {width: 100%;}
.menu  {width: 100%;
        height:0;
		padding:0;
		margin:0;
}
.genten{width: 100%;}
.midashi{width: 100%;}
.nangoshyokai{width: 100%;}
.syohinmidashi{width: 100%;}
.nango{width: 100%;}
.nango1{width: 100%;}
.nangoshyokai{width: 100%;}
.shohin{width: 100%;}

.menu ul{
	width:100%;
	padding:0;
	margin:0;
	position:fixed;
	left:0;
	bottom:0;
	}

.menu ul li{
	width:20%;
	background:#000;
	border-color:#FFF;
	border:inset 1px rgba(51,51,51,.8);
}

.menu ul li a{
	color:#FFF;
	padding:1% 25%;
	font-size:12px;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}



body{
	margin-top:100px;

}
.syamei{
	letter-spacing:0;}

.syamei::before{
	opacity:0.2;


}
}
