@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.appearVertical{
	opacity : 0;
}

.spmask
{
	display: none;
}
.sp700
{
	display: none;
}
@media screen and (max-width : 700px) {
	.sp700
	{
		display: block;
	}
}

/*------------------------------
	kv
------------------------------*/
#kv {
	width: 100%;
	position: relative;
}
@media screen and (max-width : 768px) {
}
/*------------------------------*/
#kv ul {
	width: 100%;
}
#kv ul li {
	width: 100%;
}
#kv ul li img {
	width: 100%;
}
@media screen and (max-width : 768px) {
}
/*------------------------------*/
#kv .title {
	/*
	position: absolute;
	z-index: 6;
	left: 50%;
	top: 25%;
	width: 70%;
	margin-left: -35%;
	*/
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 6vw;
	width: 100%;
	height: 100%;
	line-height: 1.1;
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 0.9);

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#kv .title img {
	width: 100%;
}
@media screen and (max-width : 768px) {
}

/*------------------------------
	news
------------------------------*/
#news {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 70px;
	padding-bottom: 100px;
}
#news h2 {
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 30px;
	font-weight: normal;
}
#news h2 span {
	font-size: 16px;
}
@media screen and (max-width : 768px) {
	#news {
		max-width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#news h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		padding-bottom: 20px;
	}
	#news h2 span {
		font-size: 14px;
	}
}
/*------------------------------*/
#index ul {
	width: 100%;
}
#index #newsList li {
	border-bottom: dotted 1px #434343;
	position: relative;
	line-height: 1.7;
}
#index #newsList li.haveBody:hover {
	background-color: #dedede;
}
#index #newsList li .date {
	position: absolute;
	left: 0;
	top: 15px;
	font-weight: 500;
}
#index #newsList li a,
#index #newsList li SPAN{
	color: #232323;
	padding: 15px 20px 15px 130px;
	display: block;
	text-decoration: none;
}
@media screen and (max-width : 768px) {
	#index #newsList li {
		border-bottom: dotted 1px #434343;
		position: relative;
	}
	#index #newsList li.haveBody:hover {
		background-color: #f0f0f0;
	}
	#index #newsList li .date {
		position: relative;
		left: 0;
		top: 0px;
	}
	#index #newsList li a,
	#index #newsList li SPAN{
		color: #232323;
		padding: 12px 10px 12px 10px;
		display: block;
		text-decoration: none;
	}
}

/*------------------------------
	message
------------------------------*/
#index #message {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}
#index #message p {
	line-height: 2;
}

/*------------------------------
	about
------------------------------*/
#index #about {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width : 768px) {
	#index #about {
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		padding: 0 25px 70px;
		overflow: hidden;
		position: relative;
		margin-bottom: 70px;

		display: block;
	}
}
/*------------------------------*/
#index #about .pic {
	width: 50%;
}
#index #about .pic img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width : 768px) {
	#index #about .pic {
		width: 100%;
	}
}
/*------------------------------*/
#index #about .textBox {
	width: calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	padding-left: 50px;
}
#index #about .textBox h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 500;
}
#index #about .textBox h2 span {
	font-size: 16px;
	font-weight: normal;
}
#index #about .textBox .clBtn {
	width: 250px;
	margin: 0 auto 0 0;
	height: 40px;
}
#index #about .textBox .clBtn a {
	width: 248px;
	padding: 16px 0 14px;
}
@media screen and (max-width : 768px) {
	#index #about .textBox {
		width: 100%;
		padding-left: 0px;
	}
	#index #about .textBox h2 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	#index #about .textBox h2 span {
		font-size: 14px;
	}
	#index #about .textBox .clBtn {
		width: 200px;
		margin: 0;
		height: 40px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -100px;
	}
	#index #about .textBox .clBtn a {
		width: 198px;
		padding: 16px 0 14px;
	}
}

/*------------------------------
	work
------------------------------*/
#index #work {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
@media screen and (max-width : 768px) {
	#index #work {
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		padding: 0 25px 70px;
		overflow: hidden;
		position: relative;
		margin-bottom: 70px;

		display: block;
	}
}
/*------------------------------*/
#index #work .pic {
	width: 50%;
}
#index #work .pic img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width : 768px) {
	#index #work .pic {
		width: 100%;
	}
}
/*------------------------------*/
#index #work .textBox {
	width: calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	padding-right: 50px;
	text-align: right;
}
#index #work .textBox h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 500;
}
#index #work .textBox h2 span {
	font-size: 16px;
	font-weight: normal;
}
#index #work .textBox .clBtn {
	width: 250px;
	margin: 0 0 0 auto;
	height: 40px;
}
#index #work .textBox .clBtn a {
	width: 248px;
	padding: 16px 0 14px;
}
@media screen and (max-width : 768px) {
	#index #work .textBox {
		width: 100%;
		padding-left: 0px;
	}
	#index #work .textBox h2 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	#index #work .textBox h2 span {
		font-size: 14px;
	}
	#index #work .textBox .clBtn {
		width: 200px;
		margin: 0;
		height: 40px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -100px;
	}
	#index #work .textBox .clBtn a {
		width: 198px;
		padding: 16px 0 14px;
	}
}

/*------------------------------
	environment
------------------------------*/
#index #environment {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width : 768px) {
	#index #environment {
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		padding: 0 25px 70px;
		overflow: hidden;
		position: relative;
		margin-bottom: 70px;

		display: block;
	}
}
/*------------------------------*/
#index #environment .pic {
	width: 50%;
}
#index #environment .pic img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width : 768px) {
	#index #environment .pic {
		width: 100%;
	}
}
/*------------------------------*/
#index #environment .textBox {
	width: calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	padding-left: 50px;
}
#index #environment .textBox h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 500;
}
#index #environment .textBox h2 span {
	font-size: 16px;
	font-weight: normal;
}
#index #environment .textBox .clBtn {
	width: 250px;
	margin: 0 auto 0 0;
	height: 40px;
}
#index #environment .textBox .clBtn a {
	width: 248px;
	padding: 16px 0 14px;
}
@media screen and (max-width : 768px) {
	#index #environment .textBox {
		width: 100%;
		padding-left: 0px;
	}
	#index #environment .textBox h2 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	#index #environment .textBox h2 span {
		font-size: 14px;
	}
	#index #environment .textBox .clBtn {
		width: 200px;
		margin: 0;
		height: 40px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -100px;
	}
	#index #environment .textBox .clBtn a {
		width: 198px;
		padding: 16px 0 14px;
	}
}

/*------------------------------
	entry
------------------------------*/
#entry {
	padding: 50px 0 60px;
	margin-bottom: 70px;
}
#entry h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	padding-bottom: 40px;
	color: #ffffff;
	font-weight: normal;
}
#entry h2 span {
	font-size: 16px;
	font-weight: normal;
}
@media screen and (max-width : 768px) {
	#entry {
		padding: 30px 0 40px;
		margin-bottom: 40px;
	}
	#entry h2 {
		text-align: center;
		font-size: 28px;
		line-height: 1.3;
		padding-bottom: 20px;
		color: #ffffff;
	}
	#entry h2 span {
		font-size: 14px;
	}
}
/*------------------------------*/
#entry .btnArea {
	max-width: 640px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#entry .btnArea .clBtn {
	margin: 0 5px;
	width: 300px;
	height: 60px;
}
#entry .btnArea .clBtn a {
	width: 298px;
	padding: 23px 0 21px;
}
#entry .btnArea .clBtn a:hover {
	border: solid 1px #ffffff;
}
@media screen and (max-width : 768px) {
	#entry .btnArea {
		max-width: 250px;
		margin: 0 auto;

		display: block;
	}
	#entry .btnArea .clBtn {
		margin: 10px 0px;
		width: 250px;
		height: 50px;
	}
	#entry .btnArea .clBtn a {
		width: 248px;
		padding: 17px 0 16px;
	}
	#entry .btnArea .clBtn a:hover {
		border: solid 1px #ffffff;
	}
}
