@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 100%;
}
.wrap {
	margin: auto;
	width: 80%;
}
.news img {
	width: 100%;
	height: auto;
}
.main_wrap img {
	width: 100%;
	height: auto;
}
.global_nav ul {
	font-size: 1rem;
	list-style: none;
	padding-left: 0px;
	display: flex;
}
.global_nav ul li {
	padding-right: 30px;
}
.news_wrap {
	display: flex;
}






.main_wrap h2 {
	color: #666666;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
	border: 1px solid #666666;
	width: 30%;
	margin: 20px auto;
}
.news p {
	color: #666666;
	font-size: 1rem;
	line-height: 2;
	text-align: justify;
	letter-spacing: 3px;
}
.news {
	width: 30%;
	margin-right: 5%;
}
.news:nth-child(3){
	margin-right:0;
}
.work_wrap {
	margin: auto;
	width: 80%;
}
.work video {
	width: 100%;
	height: auto;
}
.contact iframe {
	width: 100%;
}

@media screen and (max-width:767px){
.global_nav ul {
	width: 100%;
	display: block;
}
.global_nav ul li {
	font-size: 1.5rem;
	line-height: 3;
	border-bottom: 1px dotted #666666;
}
.news_wrap {
	display: block;
}
.news_wrap .news {
	width: 100%;
}
.main_wrap>img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}






}
