@charset "UTF-8";
/* CSS Document */
/*.bxslider{
	margin-top: 15px;
	list-style-type: none;	
}*/
.topimage{
	display: block;
}
.topimage_sp{
	display: none;
}
.project_episode,.g_border{
	display: block;
	text-align: center;
	margin-top: 40px;
}
.title_img,.arrow_img{
	display: block;
	text-align: center;
	line-height:0;
	}
.PE_content{}
.PE_thumbnail{
	display: block;
	text-align: center;
	margin:30px 0 20px 0;
	}
.PE_content dl{
	margin: 0px;
	padding: 0px;
	}
.PE_content dt{
	line-height: 0%;
	}
.PE_content dd{
	font-size: 14px;
	margin-top: 10px;
	line-height:1.5;
	height:90px;
}
/*.btn_read_more a{
	background-color: #BEBBB1;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	}*/
.btn_read_more a{
	background-color: #89B2D7;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	}	
.btn_read_more a:hover{
	background-color: #7295B4;
	display: block;

	}	
	
/*slick*/
    /*html, body {
      margin: 0;
      padding: 0;
    }*/

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


.info_title{
	text-align: center;
	color: #FFF;
	background-color: #2A63A9;
	font-size: 16px;
	line-height: 1.8;
}
.info{
	/*height: 320px;*/
    height: 360px;
	overflow: auto;
	border: 1px solid #E9EBEE;
}
.info dl{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 5px;
	}
.info dt{
	float: left;
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	}
.info dd{
	float: right;
	width: 70%;
	font-size: 13px;
	line-height: 1.6;
	}
.info dd a{
	color: #00A0E9;
	text-decoration: none;
	}
.info dd a:hover{
	text-decoration: underline;
	}
.btn_recruit{
	margin-top: 15px;
}
.bnt_sns{
	margin-top: 15px;
	}	
.facebook,.twitter{
	height: 460px;
    overflow: hidden;
	border: 1px solid #E9EBF1;
	}
.facebook h3,.twitter h3{
	background-color: #2A63A9;
	padding-top: 3px;
	padding-bottom: 3px;
}

.twitter h3{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

/*LIKE BOXのレスポンシブ*/
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }

.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}

.contact h3{
	background-color: #2A63A9;
	color: #FFF;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.contact{
	text-align:center;
	height: 460px;
	border: 1px solid #E9EBEE;
	}
.contact dl{
	width: 285px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}
.contact dt{
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.contact dd{
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.btn_map a{
	width: 285px;
	margin:10px auto 0 auto;
	background-color: #89B2D7;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height:2;
	text-decoration: none;
	}
.btn_map a:hover{
	background-color: #7295B4;
	}

/*プロジェクトエピソード*/
.seen_img{
	padding: 50px 0;
}
.episode{
	margin: 50px 0;
}
/*.episode h4{
	background-color: #999999;
	color: #FFF;
	line-height: 2;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 15px;
}*/
.e_column01{
	overflow: hidden;
}
.e_column01_R{
	float: left;
    width: 35%;
    margin-right: 20px;
	background-color:#2A63A9;
	color:#fff;
	text-align:center;
	line-height: 146px;
	font-weight:normal;
}
.e_column01 dl{
}
.e_column01 dt{
	margin-bottom: 5px;
}
.e_column01 dd{
	/*font-size: 16px;
	line-height: 1.6;*/
}
.e_column02{
	margin-top: 10px;
}
.e_column02 p a{
	color: #2A63A9;
	text-decoration: none;
	font-weight:bold;
}
.e_column02 p a:hover{
	text-decoration: underline;	
}
.episode_bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+34,e1e1e1+100 */

background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #FFFFFF 34%, #F3F3F3 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #FFFFFF 34%,#F3F3F3 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #FFFFFF 34%,#F3F3F3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	}
	
/*タブレット*/
@media (min-width: 600px) and (max-width: 959px) {
.PE_thumbnail{
	display: block;
	text-align: center;
	margin:30px auto 20px auto;
	width:95%;
}
.PE_content{}
.PE_content dl{
	margin: 0 auto;
	padding: 0px;
	width:95%;
	}
.PE_content dt{
	line-height: 0%;
	}
.PE_content dd{
	font-size: 80%;
	margin-top: 10px;
	line-height:1.5;
	height:125px;
	}
.btn_read_more a{
	width: 95%;
    margin: 0 auto;
	font-size: 80%;
	}
.info dt{
	float: none;
	width: 100%;
	font-size: 75%;
	line-height: 1.6;
	}
.info dd{
	float: none;
	width: 100%;
	font-size: 75%;
	line-height: 1.6;
	}
.facebook{
	height: 400px;
	}
.contact{
	height: 400px;
	}
.contact img{
	display:block;
	width:90%;
	margin:0 auto;
	}
.contact p{
	font-size:90%;
	margin-bottom:10px;
	}
.contact dl{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	}
.contact dt{
	font-size: 70%;
	font-weight: bold;
	color: #333;
	}
.contact dd{
	font-size: 70%;
	line-height: 1.6;
	color: #333;
	}
.btn_map a{
	width: 90%;
	margin:30px auto 0 auto;
	background-color: #89B2D7;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height:2;
	}
.e_column01 dl{
	float: right;
	width:59%;
	}
.e_column01 dt{
	width:100%;
	}
.e_column01 dd,.e_column02 p{
	font-size: 85%;
	line-height: 1.6;
	}
.e_column01_R{
	float: left;
    width: 35%;
    margin-right: 15px;
}
}

/*スマホ*/
@media all and (max-width:599px) {
	.topimage{
		display: none;
	}
	.topimage_sp{
		display: block;
		margin-top: 50px;
	}
.project_episode,.g_border{
	display: block;
	text-align: center;
	margin-top: 25px;
}
.PE_thumbnail{
	width:40%;
	height:auto;
	display: block;
	text-align: center;
	clear: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}
.PE_content_sp {
	overflow: hidden;
}
.PE_content {
	float: right;
	width: 55%;
	margin: 20px 0 25px 0;
}
.PE_content dl{
	margin: 0 0 10px 0;
	padding: 0px;
	height: 125px;
	}
.PE_content dt{
	line-height: 0%;
	height:auto;
	}
.PE_content dd{
	font-size: 80%;
	margin-top: 10px;
	line-height:1.5;
	height:78px;
	}
.btn_read_more a{
	width: 100%;
    margin: 0 auto
	}
.info {
    /*height: 220px;*/
    height: 300px;
}	
.info_title{
	margin-top:20px;
}
.info dt{
	float: left;
	width: 30%;
	font-size: 80%;
	line-height: 1.6;
	}
.info dd{
	float: right;
	width: 70%;
	font-size: 80%;
	line-height: 1.6;
	}
.facebook{
	margin: 30px 0;
	height:auto;
	}
.twitter{
	height: 460px;
    margin: 30px 0;
	}
.contact{
	height: auto;
	}
.contact img{
	display:block;
	width:80%;
	margin:0 auto;
	}
.contact p{
	font-size:90%;
	margin-bottom:10px;
	}
.contact dl{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	}
.contact dt{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	}
.contact dd{
	font-size: 90%;
	line-height: 1.6;
	color: #333;
	}
.btn_map{
	width: 80%;
	margin:30px auto;
	background-color: #89B2D7;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height:2;
	}	
.seen_img{
	padding: 10px 0 30px 0;
	}
.episode{
	margin: 10px 0;
	}
.e_column01 dl{
	/*float: right;*/
	float: none;
	width:100%;
	}
.e_column01 dt{
	width:100%;
	}
.e_column01 dd,.e_column02 p{
	font-size: 90%;
	line-height: 1.6;
	}
.e_column01_R{
	float: none;
    margin-right: 0px;
	line-height: 1.5;
	width: 100%;
    margin-bottom: 10px;
}
}

	
