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

.appearVertical{
	opacity : 0;
}

.sponly
{
	display: none;
}

.sp700
{
	display: none;
}





/*------------------------------
	kv
------------------------------*/
#kv {
	width: 100%;
	position: relative;
}
/*------------------------------*/
#kv ul {
	width: 100%;
}
#kv ul li {
	width: 100%;
}
#kv ul li img {
	width: 100%;
}
/*------------------------------*/
#kv .title {
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 5vw;
	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;
}

/*------------------------------
	news
------------------------------*/
#news {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 100px;
	padding-bottom: 150px;
}
#news h2 {
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 40px;
	font-weight: normal;
}
#news h2 span {
	font-size: 16px;
}
/*------------------------------*/
#index ul {
	width: 100%;
}
#index #newsList li {
	border-bottom: dotted 1px #434343;
	position: relative;
}
#index #newsList li.haveBody:hover {
	background-color: #f0f0f0;
}
#index #newsList li .date {
	position: absolute;
	left: 10px;
	top: 20px;
	font-weight: 500;
}
#index #newsList li a,
#index #newsList li SPAN{
	color: #232323;
	padding: 20px 20px 20px 130px;
	display: block;
	text-decoration: none;
}
/*------------------------------
	message
------------------------------*/
#index #message {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}
#index #message p {
	line-height: 2;
}

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

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
/*------------------------------*/
#index #about .pic {
	width: 50%;
}
#index #about .pic img {
	width: 100%;
	vertical-align: bottom;
}
/*------------------------------*/
#index #about .textBox {
	width: calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	padding-left: 100px;
}
#index #about .textBox h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 500;
}
#index #about .textBox h2 span {
	font-size: 18px;
	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;
}

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

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
/*------------------------------*/
#index #work .pic {
	width: 50%;
}
#index #work .pic img {
	width: 100%;
	vertical-align: bottom;
}
/*------------------------------*/
#index #work .textBox {
	width: calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	padding-right: 100px;
	text-align: right;
}
#index #work .textBox h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 500;
}
#index #work .textBox h2 span {
	font-size: 18px;
	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;
}

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

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
/*------------------------------*/
#index #environment .pic {
	width: 50%;
}
#index #environment .pic img {
	width: 100%;
	vertical-align: bottom;
}
/*------------------------------*/
#index #environment .textBox {
	width: calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	padding-left: 100px;
}
#index #environment .textBox h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 500;
}
#index #environment .textBox h2 span {
	font-size: 18px;
	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;
}

/*------------------------------
	entry
------------------------------*/
#entry {
	padding: 65px 0 80px;
	margin-bottom: 100px;
}
#entry h2 {
	text-align: center;
	font-size: 36px;
	line-height: 1.4;
	padding-bottom: 45px;
	color: #ffffff;
	font-weight: 500;
}
#entry h2 span {
	font-size: 16px;
	font-weight: normal;
}
/*------------------------------*/
#entry .btnArea {
	max-width: 860px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#entry .btnArea .clBtn {
	margin: 0 5px;
	width: 410px;
	height: 60px;
}
#entry .btnArea .clBtn a {
	width: 408px;
	padding: 23px 0 21px;
}
#entry .btnArea .clBtn a:hover {
	border: solid 1px #ffffff;
}

























@media screen and (max-width : 1150px) {
}
