@charset "utf-8";

@media screen and (max-width: 768px) {
	.wrap {
		padding: 0;
	}
	#header {
		margin: 0;
	}
}

/* .main */
#contents .main {
	background: url(/img/main.png) center center no-repeat;
	background-size: cover;
	display: block;
	margin-bottom: 142px;
	max-height: 700px;
	padding: 287px 0 50px;
	text-decoration: none;
}
#contents .main h2 {
	margin: 0 auto 235px;
	width: 445px;
}
#contents .main .btn {
	border: 1px solid #fff;
	margin: 0 auto;
	width: 380px;
}
#contents .main .btn span {
	background: url(/common/img/icon_arrow_rigth_w.png) 95% center no-repeat;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 24px 0;
	text-align: center;
	text-decoration: none;
}
#contents .main:hover .btn {
	opacity: .6;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

@media screen and (max-width: 768px) {
	#contents .main {
		background: url(/img/main_sp.png) center top no-repeat;
		background-size: 100% auto;
		max-height: none;
		margin-bottom: 18%;
		padding: 47% 0 6%;
	}
	#contents .main h2 {
		margin-bottom: 58%;
		width: 83%;
	}
	#contents .main .btn {
		width: 65%;
	}
	#contents .main .btn span {
		font-size: 11px;
		padding: 9% 0 10%;
	}
}

/* .detail */
#contents .detail .item + .item {
	margin-top: 164px;
}
#contents .detail .title {
	font-size: 0;
	margin: 0 auto 68px;
	padding-bottom: 28px;
	position: relative;
}
#contents .detail .title:after {
	border-bottom: 2px solid #000000;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 50%;
	margin: 0 0 0 -20px;
	position: absolute;
	width: 40px;
}
#contents .detail .title img {
	width: auto;
}
#contents .detail .title01 {
	width: 235px;
}
#contents .detail .title02 {
	width: 207px;
}
#contents .detail .title03 {
	width: 569px;
}
#contents .detail .title04 {
	width: 260px;
}

@media screen and (max-width: 768px) {
	#contents .detail .item + .item {
		margin-top: 18%;
	}
	#contents .detail .title {
		margin-bottom: 10%;
		padding-bottom: 5%;
	}
	#contents .detail .title:after {
		border-bottom-width: 1px;
		margin: 0 0 0 -10px;
		width: 20px;
	}
	#contents .detail .title img {
		width: 100%;
	}
	#contents .detail .title01 {
		width: 40.5%;
	}
	#contents .detail .title02 {
		width: 36%;
	}
	#contents .detail .title03 {
		width: 98%;
	}
	#contents .detail .title04 {
		margin-bottom: 7%;
		width: 44.8%;
	}
}

#contents .detail .item .img {
	font-size: 0;
	opacity: 0;
	margin: 0 auto 55px;
}
#contents .detail .item .btn {
	background-color: #fff;
	border: 1px solid #333333;
	margin: 0 auto;
	width: 380px;
}
#contents .detail .item .btn a {
	background: url(/common/img/icon_arrow_right.png) 95% center no-repeat;
	color: #333333;
	display: block;
	font-size: 20px;
	padding: 24px 0;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#contents .detail .item .img {
		margin: 0 -5.175% 6%;
	}
	#contents .detail .item .btn {
		width: 72%;
	}
	#contents .detail .item .btn a {
		background-size: 5px auto;
		font-size: 12px;
		padding: 8% 0 9%;
	}
}

#contents .detail .item.project {
	background-color: #F5F5F5;
	margin-top: 95px;
	padding: 64px 0 40px;
}
#contents .detail .item.project ul {
	overflow: hidden;
}
#contents .detail .item.project ul li {
	float: left;
	width: 49.15%;
}
#contents .detail .item.project ul li + li {
	float: right;
}
#contents .detail .item.project ul li a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
}
#contents .detail .item.project ul li a span {
	color: #333;
	display: block;
	font-size: 16px;
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#contents .detail .item.project {
		margin-top: 11%;
		padding: 11% 0 8.5%;
	}
	#contents .detail .item.project ul {
		margin: 0 auto;
		width: 89.5%;
	}
	#contents .detail .item.project ul li {
		float: none;
		width: auto;
	}
	#contents .detail .item.project ul li + li {
		float: none;
		margin-top: 9%;
	}
	#contents .detail .item.project ul li a {
		text-decoration: none;
	}
	#contents .detail .item.project ul li a span {
		font-size: 12px;
		margin-top: 4.3%;
	}
}