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

.fullBox {
	position: relative;
	width: calc(100vw - 17px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main_area {
	padding: 0;
}



/*========== works ===========*/
.works_area {
	padding: 80px 0;
	background: #fff;
}

.works_area h2 {
	padding:30px 0 80px 0;
	line-height:1.5;
	color:#2f2f2f;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	position:relative;
}

.works_area h2 strong {
	background:#fff;
	z-index:19;
	color:#2f2f2f;
	font-size:25px;
	font-family: 'Raleway', sans-serif;
	display:inline-block;
	font-weight:normal;
	position:relative;
}

.works_area h2:before {
	content:"";
	width:118px;
	height:118px;
	border-radius:99em;
	border:1px solid #ededed;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin-left:-59px;
}

.works_area h2:after {
	content:"";
	width:110px;
	height:110px;
	border-radius:99em;
	border:1px solid #dbdbdb;
	display:block;
	position:absolute;
	left:50%;
	z-index:10;
	top:4px;
	margin-left:-55px;
}

.works_area ul {}

.works_area ul li {
	transition:all 0.2s linear;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:300px;
	width:25%;
}

.works_area ul li:hover {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.works_area ul li .Img {
	position: relative;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFFFFF;
}

.works_area ul li .Img:before {
	width:100px;
	height:20px;
	content:"more";
	background:url(../images/icon.png) no-repeat top center;
	padding-top:60px;
	color:#fff;
	text-align:center;
	display:block;
	font-size:0.8em;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-50px;
	opacity:0;
	transition:all 0.4s linear;
}

.works_area ul li:hover .Img:before {
	margin-top:-40px;
	opacity:1;
}

.works_area ul li .Img img {
	float:left;
	width:100%;
}

.works_area ul li:hover .Img img {
	opacity:0.2;
}

.works_area ul li .txt {
	padding:10px 15px 30px 15px;
}

.works_area ul li .txt h3 {
	padding-top:10px;
	font-size:18px;
}

.works_area ul li .txt h3 a {
	color:#000;
}

.works_area ul li:hover .txt h3 a {
	color:#c92b2f;
}



/*========== News ===========*/
.news_area {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
	background:url(../images/home_news_bg.jpg) no-repeat right top;
	background-size:cover;
	position:relative;
}

.news_area h2 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	letter-spacing: .05em;
	font-weight: normal;
	margin-bottom: 50px;
}

.news_area h2:after {
	content: '';
	display: block;
	margin-top: 15px;
	height: 18px;
	background: url("../images/mod_icon.png") no-repeat center bottom;
}

.news_area .wrap {
	position: relative;
}

.news_area ul {
	margin-left:-20px;
}

.news_area ul li {
	margin:0 2% 40px 2%;
	width:46%;
	float:left;
	overflow:hidden;
}

.news_area ul li div.Img {
	width:25%;
	margin-right:3%;
	float:left;
	overflow:hidden;
	border:1px solid #999;
	padding:3px;
}

.news_area ul li div.Img img {	
	width:100%;
	display:block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news_area ul li div.Img img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news_area ul li div.txt {
	width:70%;
	float:left;
}

.news_area ul li div.txt h3 {
	padding-bottom:10px;
}

.news_area ul li div.txt h3 a {
	color:#fff;
	font-size:18px;
}

.news_area ul li div.txt h3 a:hover {
	text-decoration:underline;
}

.news_area ul li div.txt p {
	line-height:2;
	color:#ccc;
}



/*========== Article ===========*/
.article_area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.image_area {
	width: 50%;
	overflow: hidden;
}

.image_area .Img {
	min-height: 560px;
}

.image_area .Img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 25s;
}

.image_area .item {
	position: relative;
}

.article_txt {
	width: 50%;
	padding: 20px 7%;
	box-sizing: border-box;
	background: #fafafa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article_txt .topic {
	width: 100%;
	margin-bottom: 30px;
	font-size: 35px;
	color: #333;
	letter-spacing: .05em;
}

.article_txt .txt {
	font-size: 16px;
	color: #474747;
	line-height: 1.8;
	letter-spacing: .05em;
}



@media (max-width: 860px) {
	.article_area {
		display: block;
	}

	.image_area, .article_txt {
		width: 100%;
	}

	.image_area .Img {
    	min-height: 420px;
	}

	.works_area ul li {
		height:350px;
		width:50%;
	}

	.news_area ul {
		margin-left:0px;
	}

	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 96%;
	}

	.news_area ul li div.txt {
		width: 65%;
		float: left;
	}
}



@media (max-width:720px) {
	.works_area ul li {
		height:280px;
		width:50%;
	}

	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 96%;
	}	
}



@media (max-width: 480px) {
	.works_area ul li {
		height:350px;
		width:100%;
	}
}
