/* CSS Document */

body{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	font-size: 15px;

}

.logo{
	width: 200px;
	margin-left: 10px;
}
.nav {
	background: #000000; 
	padding: 10px;
	display:flex;
	justify-content: space-between;
}
.nav li a{
	display:inline-block;
	width:150px;
	margin-right: 20px;
	text-align: center;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
	color: #B0B0B0;
	letter-spacing: 5px;
}
.nav li a:first-child {
	border-left: 1px solid #B0B0B0;
}

.nav{
	position: sticky;
	width: 100%;
	top:0;
	z-index: 100;
}
.slide {
	position: relative;
}
.slide img{
	width: 100%;
	height: auto;
	top:0;
	left:0;
	opacity: 0;
	animation: slideshow 12s linear;
	animation-fill-mode: forwards;
}


.slide img:nth-child(4){
	animation-delay: 12s;
}

@keyframes slideshow{
	0%{
		opacity: 0;
	}
	25%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}

.container div h4 {
	margin-top: 40px;
	font-weight: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	letter-spacing: 10px;
	margin-left: 20px;
	margin-right: 20px;
}


.container {
	width: 80%;
	text-align: center;
}

html{
	scroll-padding-top:68px;
}


.container #jigyo {
	margin-top: 40px;
}
.container #jigyo h6 {
	border-left: 5px solid #000000;
	text-align: left;
	letter-spacing: 20px;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(190,190,190,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(190,190,190,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(190,190,190,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(190,190,190,1.00) 100%);
	font-size: 17px;
}
#jigyo .row .col-6 {
	text-align: left;
}
#jigyo #seisaku h6 {
}
.row .col-6 p {
	border-bottom: 1px dotted #020202;
}

#seisaku:target {
	animation: seisaku 4s ease-in-out;
}

@keyframes seisaku {
	0%{
		opacity: 0;
		transform: translateY(32px)
	}
	100%{
		transform: translateY(0px)
	}
}


.container #seisaku {
	margin-top: 40px;
}
.container #seisaku h6 {
	text-align: left;
	letter-spacing: 20px;
	font-size: 17px;
	border-left: 5px solid #000000;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 4.97%,rgba(190,190,190,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 4.97%,rgba(190,190,190,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 4.97%,rgba(190,190,190,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 4.97%,rgba(190,190,190,1.00) 100%);
}

footer{
	background: #000000;
	padding: 10px;
	margin-top: 40px;
}.container div .aisatu.text-center {
	letter-spacing: 0px;
	font-size: 15px;
}

.add {
	color: #FFFFFF;
	text-align: center;
	font-size: px;
	letter-spacing: 2px;
}
.copy {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	letter-spacing: 3px;
}
.container #seisaku p {
	font-size: 10px;
	text-align: right;
}
.container div .Portfolio.text-center {
	color: #A5A5A5;
	font-size: 10px;
	text-decoration: underline;
}
