@charset "UTF-8";
/* CSS Document */

header {
	position: fixed;
	width: 100%;
}
.top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
	padding: 10px 0;
	width: 70%;
	font-family: "Didot";
	font-size: 18px;
}
.top a {
	color: #000000;
}
nav ul {
	display: flex;
	align-items: center;
}
nav a {
    font-size: 15px;
    font-weight: bold;
    font-family:"Didot";
    color: #000;
    margin-left: 30px;
}
h2 {
	font-size: 50px;
	padding-top: 50px;
	font-family:"Didot";
}
.about {
	background: #FDFDFD;
	height: 800px;
	text-align: center;
}
.about1 {
	display: flex;
	margin-top: 80px;
	justify-content: center;
}
.inf {
	text-align: justify;
	width: 500px;
	height: 300px;
	background: #BBCF9D;
	padding: 40px 30px 90px 60px;
	font-size: 18px;
	font-family: "游明朝体";
	color: #000000;
	margin-left: 70px;
	margin-top: 80px;
}
.inf p {
	padding-top: 20px;
}
.skills {
	background: #FDFDFD;
	height: 750px;
	width: 100%;
	text-align: center;
}
.contents {
	display: flex;
	justify-content: center;
	margin: 20px auto 0 auto;
	width: 60%;
}
h3 {
	font-family: "Didot";
	font-size: 30px;
	padding: 10px 0;
	color: #000000;
}
h4 {
	font-family: "Didot";
	font-size: 30px;
	color: #000000;
	padding-top: 30px;
	margin-top: 20px;
}
.adobe {
	margin-top: 20px;
}
.img2 {
	margin-right: 30px;
}
.img2 p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #000000;
	border-top: 2px solid #000000;
	padding-top: 20px;
}
.img3 p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #000000;
	border-top: 2px solid #000000;
	padding-top: 20px;
}
.vision {
	background: #BBCF9D;
	height: 550px;
	text-align: center;
}
.hako1 {
	text-align: center;
}
h5 {
	font-family:"游明朝体";
	font-size: 30px;
	color: #000000;
}
.thought {
	width: 650px;
	height: 350px;
	background: #FDFDFD;
	border-radius: 10px;
	padding: 40px 110px;
	margin: 30px auto 0 auto;
	text-align: justify;
}
.thought p {
	font-size: 16px;
	font-family: "游明朝体";
	color: #000000;
	padding-top: 8px;
}
strong {
	color: red;
	font-weight: bold;
}
.contact {
	height: 300px;
	text-align: center;
	background-color: #FDFDFD;
}
.contact p {
	font-size: 20px;
	padding: 20px 0 30px 0;
	font-family: "游明朝体";
}
.btn a{
	display: inline-block;
	background:#7A944B;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	transition: .3s;
	font-family: "Didot";
	
}
.btn a:hover {
	transform: scale(1.1);
}
footer {
	text-align: center;
	height: 80px;
	background-color: #BBCF9D;
	padding: 30px 0;
	color: #000000;
}